Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 23 of 23) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DInlineUiBot.java76 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 …]
DCannedAugmentedFillResponse.java122 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/
Dandroid_device.py40 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/
DLoadTest.java73 String strip = line.trim(); in vendorPublicLibraries()
74 return !strip.isEmpty() && !strip.startsWith("#"); in vendorPublicLibraries()
/cts/tests/tests/dynamic_linker/
DAndroid.bp28 strip: {
43 strip: {
/cts/tests/tests/bionic_app/
DAndroid.bp17 strip: {
/cts/suite/audio_quality/test_description/conf/
Ddetect_usb_audio.py42 line = f.readline().strip()
/cts/tools/incremental-cts/
Dincremental_deqp.py321 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/
Dits_base_test.py170 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/
DAndroid.bp24 // because it is in data, do not strip classes.dex
/cts/hostsidetests/theme/app/
DAndroid.bp24 // Tell the Android Asset Packaging Tool not to strip for some densities
/cts/hostsidetests/jdwptunnel/sampleapps/ddmsapp/
DAndroid.bp40 strip: {
/cts/hostsidetests/jvmti/base/jni/
DAndroid.bp48 strip: {
/cts/hostsidetests/car/src/android/car/cts/
DOptionalFeatureHostTest.java98 "pm list package com.android.experimentalcar").strip(); in testNoExperimentalCarServicePackage()
/cts/hostsidetests/seccomp/app/
Dgen_blocklist.py136 name, value = [w.strip() for w in line.split(',')]
/cts/hostsidetests/library/src/android/appmanifest/cts/
DUsesNativeLibraryTestCase.java206 String strip = line.trim();
207 return !strip.isEmpty() && !strip.startsWith("#");
/cts/hostsidetests/jvmti/attaching/
DAndroid.bp51 strip: {
/cts/tools/utils/
DbuildCts.py37 lines = [line.strip() for line in f.readlines()]
47 lines = [string.join(line.strip().rsplit('.',1),'#') for line in f.readlines()]
Dmonsoon.py330 print __doc__.strip()
/cts/apps/CameraITS/tools/
Drun_all_tests.py559 results[s]['TEST_STATUS'].append({'test':test_name,'status':return_string.strip()})
/cts/apps/CtsVerifier/assets/scripts/
Dexecute_power_tests.py790 print __doc__.strip()
/cts/apps/CameraITS/utils/
Dits_session_utils.py240 line = logcat.readline().strip()
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile250 …itfields,string.join,string.joinfields,string.lstrip,string.rstrip,string.strip,string.swapcase,st…