/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | InlineUiBot.java | 76 final UiObject2 strip = findSuggestionStrip(UI_TIMEOUT); in selectSuggestion() local 77 final UiObject2 dataset = strip.findObject(By.text(name)); in selectSuggestion() 79 throw new AssertionError("no dataset " + name + " in " + getChildrenAsText(strip)); in selectSuggestion() 91 final UiObject2 strip = findSuggestionStrip(UI_TIMEOUT); in longPressSuggestion() local 92 final UiObject2 dataset = strip.findObject(By.text(name)); in longPressSuggestion() 94 throw new AssertionError("no dataset " + name + " in " + getChildrenAsText(strip)); in longPressSuggestion() 107 final UiObject2 strip = findSuggestionStrip(UI_TIMEOUT); in assertSuggestion() local 108 final UiObject2 dataset = strip.findObject(By.text(name)); in assertSuggestion() 110 throw new AssertionError("no dataset " + name + " in " + getChildrenAsText(strip)); in assertSuggestion() 116 final UiObject2 strip = findSuggestionStrip(UI_TIMEOUT); in assertNoSuggestion() local [all …]
|
D | CannedAugmentedFillResponse.java | 122 final Area strip = presentationParams.getSuggestionArea(); in asFillResponse() local 123 if (strip == null) { in asFillResponse() 156 boolean ok = fillWindow.update(strip, rootView, 0); in asFillResponse() 158 Log.w(TAG, "FillWindow.update() failed for " + strip + " and " + rootView); in asFillResponse()
|
/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/hostsidetests/library/src_target/com/android/test/usesnativesharedlibrary/ |
D | LoadTest.java | 73 String strip = line.trim(); in vendorPublicLibraries() 74 return !strip.isEmpty() && !strip.startsWith("#"); in vendorPublicLibraries()
|
/cts/tests/tests/dynamic_linker/ |
D | Android.bp | 28 strip: { 43 strip: {
|
/cts/tests/tests/bionic_app/ |
D | Android.bp | 17 strip: {
|
/cts/suite/audio_quality/test_description/conf/ |
D | detect_usb_audio.py | 42 line = f.readline().strip()
|
/cts/tools/incremental-cts/ |
D | incremental_deqp.py | 321 deps_file = line[line.find('filename') + 9:].strip() 523 extra_deqp_deps.add(line.strip()) 580 if line.strip(): 581 extra_deqp_deps.add(line.strip())
|
/cts/apps/CameraITS/tests/ |
D | its_base_test.py | 170 logging.debug('dumpsys window output: %s', output.decode('utf-8').strip()) 171 output_list = str(output.decode('utf-8')).strip().split(' ')
|
/cts/tools/device-setup/TestDeviceSetup/ |
D | Android.bp | 24 // because it is in data, do not strip classes.dex
|
/cts/hostsidetests/theme/app/ |
D | Android.bp | 24 // Tell the Android Asset Packaging Tool not to strip for some densities
|
/cts/hostsidetests/jdwptunnel/sampleapps/ddmsapp/ |
D | Android.bp | 40 strip: {
|
/cts/hostsidetests/jvmti/base/jni/ |
D | Android.bp | 48 strip: {
|
/cts/hostsidetests/car/src/android/car/cts/ |
D | OptionalFeatureHostTest.java | 98 "pm list package com.android.experimentalcar").strip(); in testNoExperimentalCarServicePackage()
|
/cts/hostsidetests/seccomp/app/ |
D | gen_blocklist.py | 136 name, value = [w.strip() for w in line.split(',')]
|
/cts/hostsidetests/library/src/android/appmanifest/cts/ |
D | UsesNativeLibraryTestCase.java | 206 String strip = line.trim(); 207 return !strip.isEmpty() && !strip.startsWith("#");
|
/cts/hostsidetests/jvmti/attaching/ |
D | Android.bp | 51 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/CameraITS/tools/ |
D | run_all_tests.py | 559 results[s]['TEST_STATUS'].append({'test':test_name,'status':return_string.strip()})
|
/cts/apps/CtsVerifier/assets/scripts/ |
D | execute_power_tests.py | 790 print __doc__.strip()
|
/cts/apps/CameraITS/utils/ |
D | its_session_utils.py | 240 line = logcat.readline().strip()
|
/cts/apps/CameraITS/build/scripts/ |
D | gpylint_rcfile | 250 …itfields,string.join,string.joinfields,string.lstrip,string.rstrip,string.strip,string.swapcase,st…
|