Searched refs:strip (Results 1 – 11 of 11) sorted by relevance
/cts/hostsidetests/theme/ |
D | android_device.py | 40 return out.decode('utf-8').strip(), err.decode('utf-8').strip() 109 return self.run_shell_command("getprop ro.build.version.codename")[0].strip()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/ |
D | CannedAugmentedFillResponse.java | 113 final Area strip = presentationParams.getSuggestionArea(); in asFillResponse() local 114 if (strip == null) { in asFillResponse() 143 boolean ok = fillWindow.update(strip, rootView, 0); in asFillResponse() 145 Log.w(TAG, "FillWindow.update() failed for " + strip + " and " + rootView); in asFillResponse()
|
/cts/suite/audio_quality/test_description/conf/ |
D | detect_usb_audio.py | 42 line = f.readline().strip()
|
/cts/hostsidetests/jvmti/base/jni/ |
D | Android.bp | 42 strip: {
|
/cts/hostsidetests/seccomp/app/ |
D | gen_blacklist.py | 136 name, value = [w.strip() for w in line.split(',')]
|
/cts/hostsidetests/jvmti/attaching/ |
D | Android.bp | 52 strip: {
|
/cts/tools/utils/ |
D | buildCts.py | 37 lines = [line.strip() for line in f.readlines()] 47 lines = [string.join(line.strip().rsplit('.',1),'#') for line in f.readlines()]
|
D | monsoon.py | 330 print __doc__.strip()
|
/cts/apps/CtsVerifier/assets/scripts/ |
D | execute_power_tests.py | 790 print __doc__.strip()
|
/cts/apps/CameraITS/pymodules/its/ |
D | device.py | 217 line = logcat.readline().strip()
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 248 …itfields,string.join,string.joinfields,string.lstrip,string.rstrip,string.strip,string.swapcase,st…
|