Home
last modified time | relevance | path

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

12

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DInlineUiBot.java80 final UiObject2 strip = findSuggestionStrip(); in selectSuggestion() local
81 final UiObject2 dataset = strip.findObject(By.text(name)); in selectSuggestion()
83 throw new AssertionError("no dataset " + name + " in " + getChildrenAsText(strip)); in selectSuggestion()
108 final UiObject2 strip = findSuggestionStrip(); in longPressSuggestion() local
109 final UiObject2 dataset = strip.findObject(By.text(name)); in longPressSuggestion()
111 throw new AssertionError("no dataset " + name + " in " + getChildrenAsText(strip)); in longPressSuggestion()
142 final UiObject2 strip = findSuggestionStrip(); in assertSuggestion() local
143 final UiObject2 dataset = strip.findObject(By.text(name)); in assertSuggestion()
145 throw new AssertionError("no dataset " + name + " in " + getChildrenAsText(strip)); in assertSuggestion()
151 final UiObject2 strip = findSuggestionStrip(); 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.java74 String strip = line.trim(); in vendorPublicLibraries()
75 return !strip.isEmpty() && !strip.startsWith("#"); in vendorPublicLibraries()
/cts/tests/tests/dynamic_linker/
DAndroid.bp28 strip: {
43 strip: {
/cts/apps/CameraITS/tests/
Dits_base_test.py92 tablet_name = str(tablet_name_unencoded.decode('utf-8')).strip()
126 foldable_state = str(foldable_state_unencoded.decode('utf-8')).strip()
202 logging.debug('dumpsys window output: %s', output.decode('utf-8').strip())
203 output_list = str(output.decode('utf-8')).strip().split(' ')
/cts/hostsidetests/multidevices/utils/
Dmulti_device_utils.py55 output = str(bytes_output.decode('utf-8')).strip()
/cts/tests/tests/bionic_app/
DAndroid.bp17 strip: {
/cts/common/device-side/bedstead/btest/
Dbtest616 return [t.strip() for t in f.readlines()]
620 return [t.strip() for t in f.readlines()]
624 return [t.strip() for t in f.readlines()]
628 return [t.strip() for t in f.readlines()]
900 return output.strip()
916 numTests = int(output.split("tests=", 2)[1].strip())
935 result["isFinished"] = output.split("isFinished=", 2)[1].strip() == "true"
1082 id = int(output.rsplit(" ", 1)[1].strip())
1101 id = int(output.rsplit(" ", 1)[1].strip())
1117 id = int(output.rsplit(" ", 1)[1].strip())
[all …]
/cts/tools/incremental-cts/
Dtarget_file_handler.py54 fingerprint = line.split('=')[1].strip()
Dincremental_deqp.py244 return self._run_adb_command('shell', 'getprop ro.build.fingerprint').decode("utf-8").strip()
346 deps_file = line[line.find('filename') + 9:].strip()
579 extra_deqp_deps.add(line.strip())
643 if line.strip():
644 extra_deqp_deps.add(line.strip())
/cts/apps/CameraITS/utils/
Dvideo_processing_utils.py335 output = str(raw_output.decode('utf-8')).strip()
375 output = str(raw_output.decode('utf-8')).strip().split('\n')
423 output = str(raw_output.decode('utf-8')).strip().split('\n')
Dui_interaction_utils.py213 cmd_output = dut.adb.shell(check_path_cmd).decode('utf-8').strip()
221 img_path_on_dut = dut.adb.shell(find_file_path).decode('utf-8').strip()
Dlighting_control_utils.py38 output_val = str(output.decode('utf-8')).strip()
/cts/tests/signature/api-check/scripts/
Dtransform_expected_failures.py36 error_log = error_log.strip()
/cts/hostsidetests/theme/app/
DAndroid.bp25 // Tell the Android Asset Packaging Tool not to strip for some densities
/cts/tools/device-setup/TestDeviceSetup/
DAndroid.bp24 // because it is in data, do not strip classes.dex
/cts/apps/CameraITS/tests/scene2_a/
Dtest_display_p3.py87 p3_img_icc = p3_img_name.strip('.jpg') + '.icc'
/cts/hostsidetests/jdwptunnel/sampleapps/ddmsapp/
DAndroid.bp40 strip: {
/cts/hostsidetests/jvmti/base/jni/
DAndroid.bp48 strip: {
/cts/hostsidetests/seccomp/app/
Dgen_blocklist.py140 name, value = [w.strip() for w in line.split(',')]
/cts/hostsidetests/jvmti/attaching/
DAndroid.bp51 strip: {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java618 String resultKey = result.split(":")[0].strip(); in parsePerfMetrics()
619 String strValue = result.split(":")[1].strip(); in parsePerfMetrics()
712 String resultKey = result.split(":")[0].strip(); in matchPerfMetricsResult()
714 float value = Float.parseFloat(result.split(":")[1].strip()); in matchPerfMetricsResult()
717 String value = result.split(":")[1].strip(); in matchPerfMetricsResult()
801 String resultKey = result.split(":")[0].strip(); in addPerfMetricsResult()
802 String value = result.split(":")[1].strip(); in addPerfMetricsResult()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeAudioContentMetadataTest.java119 .setLanguage(TEST_LANGUAGE_WITH_WHITESPACE.toLowerCase().strip()) in createContentMetadataFromBuilder()
/cts/hostsidetests/library/src/android/appmanifest/cts/
DUsesNativeLibraryTestCase.java207 String strip = line.trim();
208 return !strip.isEmpty() && !strip.startsWith("#");

12