Lines Matching refs:adb
93 adb = 'adb' variable in SystemValues
139 v = os.popen(self.adb+' shell cat /proc/version').read().strip()
944 os.system(sysvals.adb+" shell 'echo 0 > "+tp+"tracing_on'")
946 os.system(sysvals.adb+" shell 'echo global > "+tp+"trace_clock'")
948 os.system(sysvals.adb+" shell 'echo nop > "+tp+"current_tracer'")
949 os.system(sysvals.adb+" shell 'echo 10000 > "+tp+"buffer_size_kb'")
953 os.system(sysvals.adb+" shell 'echo 1 > "+\
956 os.system(sysvals.adb+" shell 'echo \"\" > "+tp+"trace'")
978 out = os.popen(sysvals.adb+' shell ls '+tp+f).read().strip()
2774 out = os.popen(sysvals.adb+\
2780 os.system(sysvals.adb+' shell input keyevent 26')
2786 os.system(sysvals.adb+' shell dmesg -c > /dev/null 2>&1')
2790 os.system(sysvals.adb+" shell 'echo 1 > "+tp+"tracing_on'")
2794 os.system(sysvals.adb+\
2797 os.system(sysvals.adb+" shell 'echo "+sysvals.suspendmode+\
2801 check = os.popen(sysvals.adb+\
2807 os.system(sysvals.adb+" shell 'echo RESUME COMPLETE > "+tp+\
2813 os.system(sysvals.adb+" shell 'echo 0 > "+tp+"tracing_on'")
2816 os.system(sysvals.adb+' shell cat '+tp+\
2821 os.system(sysvals.adb+' shell dmesg >> '+sysvals.dmesgfile)
2954 line = os.popen(sysvals.adb+' shell cat '+\
3105 out = os.popen(sysvals.adb+' get-state').read().strip()
3116 out = os.popen(sysvals.adb+' shell id').read().strip()
3133 out = os.popen(sysvals.adb+' shell ls '+\
3159 out1 = os.popen(sysvals.adb+\
3161 out2 = os.popen(sysvals.adb+\
3184 out = os.popen(sysvals.adb+' shell ls -d '+\
3457 sysvals.adb = val