Home
last modified time | relevance | path

Searched defs:str (Results 1 – 25 of 106) sorted by relevance

12345

/cts/tests/signature/api-check/scripts/
Dtransform_expected_failures.py11 def transform(self, errors: str, expected_types: str | None = None) -> None:
24 def _extract_error_logs(self, errors: str, expected_types: str) -> list[str]:
30 def _transform(self, error_logs : list[str]) -> list[str]:
35 def _transform_single_message(self, error_log: str) -> str:
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioTestRunner.java53 public void sendMessage(int msgType, String str) { in sendMessage()
57 public void sendMessage(int testId, int msgType, String str) { in sendMessage()
69 String str = (String) msg.obj; in handleMessage() local
88 public void testStarted(int testId, String str) { in testStarted()
92 public void testMessage(int testId, String str) { in testMessage()
96 public void testEndedOk(int testId, String str) { in testEndedOk()
100 public void testEndedError(int testId, String str) { in testEndedError()
/cts/apps/CameraITS/utils/
Dcapture_read_noise_utils.py393 device_id: str,
394 camera_id: str,
395 hidden_physical_id: str,
396 read_noise_folder_prefix: str,
397 read_noise_file_name: str,
399 raw_format: str = 'raw',
Dnoise_model_utils.py88 color_channels: List[str],
161 capture_path: str,
357 stats_config: Dict[str, Any],
366 capture_path_prefix: str,
367 stats_file_name: str = '',
569 color_planes: List[str],
720 color_channel_names: List[str],
/cts/tests/tests/text/src/android/text/method/cts/
DCharacterPickerDialogTest.java67 final CharSequence str = "123456"; in testConstructor() local
76 final CharSequence str = "123456"; in testConstructorNullContext() local
86 final CharSequence str = "123456"; in testOnItemClick() local
128 final CharSequence str = "123456"; in testOnClick() local
DMetaKeyKeyListenerTest.java53 final CharSequence str = "123456"; in testPressKey() local
79 final CharSequence str = "123456"; in testReleaseKey() local
105 CharSequence str = "123456"; in testAdjustMetaAfterKeypress() local
150 CharSequence str = "123456"; in testResetMetaState() local
268 MockSpannable str = spy(new MockSpannable()); in testResetLockedMeta() local
312 CharSequence str = "123456"; in testClearMetaKeyState() local
339 CharSequence str = "123456"; in testClearMetaKeyState2() local
/cts/hostsidetests/incrementalinstall/app/nativelibcompressed/src/cpp/
Dcompressednative_lib.cpp7 std::string str = "String from compressed native lib"; in Java_android_incrementalinstall_incrementaltestapp_nativelib_CompressedNativeLib_getString() local
/cts/hostsidetests/incrementalinstall/app/nativelibuncompressed/src/cpp/
Duncompressednative_lib.cpp7 std::string str = "String from uncompressed native lib"; in Java_android_incrementalinstall_incrementaltestapp_nativelib_UncompressedNativeLib_getString() local
/cts/tests/tests/companion/multidevice/host/
Dapi_flags_utils.py14 def assume_enabled(ad: android_device.AndroidDevice, flag_name: str):
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_nez/
DTest_if_nez.java26 String str = null; in testN2() local
35 String str = "abc"; in testN3() local
/cts/tests/tests/database/src/android/database/cts/
DAbstractWindowedCursorTest.java60 String str = "abcdefg"; in testIsNull() local
73 String str = "abcdefg"; in testIsBlob() local
98 String str = "abcdefg"; in testGetString() local
/cts/tests/tests/util/src/android/util/cts/
DStringBuilderPrinterTest.java40 String str = strBuilder.toString(); in testStringBuilderPrinter() local
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DBufferDebug.java64 final StringBuilder str = new StringBuilder(); in toHex() local
87 private static void writeRow(StringBuilder str, byte[] buf, int start, int len, int max) { in writeRow()
/cts/tests/tests/database/src/android/database/sqlite/cts/
DDatabaseStatementTest.java252 String str = c.getString(strCol); in testStatementMultipleBindings() local
254 assertEquals(Long.toHexString(i), str); in testStatementMultipleBindings() local
287 String str = c.getString(strCol); in run() local
289 assertEquals(Long.toHexString(i), str); in run() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9472/
Dpoc.cpp35 size_t strlen(const char *str) { in strlen()
/cts/hostsidetests/systemui/src/android/host/systemui/
DCompatChangesTileServiceTest.java141 protected boolean waitFor(String str) throws DeviceNotAvailableException, InterruptedException { in waitFor()
150 protected boolean hasLog(String str) throws DeviceNotAvailableException { in hasLog()
DActiveTileServiceCompatChangeTest.java159 protected boolean waitFor(String str) throws DeviceNotAvailableException, InterruptedException { in waitFor()
168 protected boolean hasLog(String str) throws DeviceNotAvailableException { in hasLog()
DBaseTileServiceTest.java135 protected boolean waitFor(String str) throws DeviceNotAvailableException, InterruptedException { in waitFor()
144 protected boolean hasLog(String str) throws DeviceNotAvailableException { in hasLog()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2180/
Dpoc.c41 size_t strlen(const char *str) { in strlen()
/cts/tests/tests/provider/src/android/provider/cts/settings/
DSettings_SecureTest.java133 private boolean isFloat(String str) { in isFloat()
167 private boolean isLong(String str) { in isLong()
/cts/hostsidetests/car_builtin/src/android/car/cts/builtin/
DCtsCarShellCommand.java52 public boolean returnStartsWith(String str) throws Exception { in returnStartsWith()
/cts/tests/tests/proto/src/android/util/proto/cts/
DDebuggingTest.java125 final String str = ProtoOutputStream.getFieldIdString( in checkFieldIdString() local
/cts/tests/tests/text/src/android/text/cts/
DAndroidCharacterTest.java165 String str = new String("if(a>b)"); in testMirror() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0415/
Dpoc.cpp61 String8 str = bufferProducer->getConsumerName(); in main() local
/cts/tests/tests/os/src/android/os/cts/
DPatternMatcherTest.java81 String str = "test"; in testToString() local

12345