/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | InlineUiBot.java | 80 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 …]
|
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 | 74 String strip = line.trim(); in vendorPublicLibraries() 75 return !strip.isEmpty() && !strip.startsWith("#"); in vendorPublicLibraries()
|
/cts/tests/tests/dynamic_linker/ |
D | Android.bp | 28 strip: { 43 strip: {
|
/cts/apps/CameraITS/tests/ |
D | its_base_test.py | 92 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/ |
D | multi_device_utils.py | 55 output = str(bytes_output.decode('utf-8')).strip()
|
/cts/tests/tests/bionic_app/ |
D | Android.bp | 17 strip: {
|
/cts/common/device-side/bedstead/btest/ |
D | btest | 616 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/ |
D | target_file_handler.py | 54 fingerprint = line.split('=')[1].strip()
|
D | incremental_deqp.py | 244 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/ |
D | video_processing_utils.py | 335 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')
|
D | ui_interaction_utils.py | 213 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()
|
D | lighting_control_utils.py | 38 output_val = str(output.decode('utf-8')).strip()
|
/cts/tests/signature/api-check/scripts/ |
D | transform_expected_failures.py | 36 error_log = error_log.strip()
|
/cts/hostsidetests/theme/app/ |
D | Android.bp | 25 // Tell the Android Asset Packaging Tool not to strip for some densities
|
/cts/tools/device-setup/TestDeviceSetup/ |
D | Android.bp | 24 // because it is in data, do not strip classes.dex
|
/cts/apps/CameraITS/tests/scene2_a/ |
D | test_display_p3.py | 87 p3_img_icc = p3_img_name.strip('.jpg') + '.icc'
|
/cts/hostsidetests/jdwptunnel/sampleapps/ddmsapp/ |
D | Android.bp | 40 strip: {
|
/cts/hostsidetests/jvmti/base/jni/ |
D | Android.bp | 48 strip: {
|
/cts/hostsidetests/seccomp/app/ |
D | gen_blocklist.py | 140 name, value = [w.strip() for w in line.split(',')]
|
/cts/hostsidetests/jvmti/attaching/ |
D | Android.bp | 51 strip: {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsTestActivity.java | 618 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/ |
D | BluetoothLeAudioContentMetadataTest.java | 119 .setLanguage(TEST_LANGUAGE_WITH_WHITESPACE.toLowerCase().strip()) in createContentMetadataFromBuilder()
|
/cts/hostsidetests/library/src/android/appmanifest/cts/ |
D | UsesNativeLibraryTestCase.java | 207 String strip = line.trim(); 208 return !strip.isEmpty() && !strip.startsWith("#");
|