Searched refs:strip (Results 1 – 15 of 15) 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/tests/tests/dynamic_linker/ |
D | Android.bp | 24 strip: { 39 strip: {
|
/cts/tests/tests/bionic_app/ |
D | Android.bp | 10 strip: {
|
/cts/suite/audio_quality/test_description/conf/ |
D | detect_usb_audio.py | 42 line = f.readline().strip()
|
/cts/tools/device-setup/TestDeviceSetup/ |
D | Android.bp | 20 // because it is in data, do not strip classes.dex
|
/cts/hostsidetests/theme/app/ |
D | Android.bp | 20 // Tell the Android Asset Packaging Tool not to strip for some densities
|
/cts/hostsidetests/jvmti/base/jni/ |
D | Android.bp | 44 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 | 47 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 | 219 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…
|