Home
last modified time | relevance | path

Searched refs:part (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DMmsTest.java290 final PduPart part = new PduPart(); in addTextPart() local
292 part.setCharset(CharacterSets.UTF_8); in addTextPart()
294 part.setContentType(ContentType.TEXT_PLAIN.getBytes()); in addTextPart()
296 part.setContentLocation(TEXT_PART_FILENAME.getBytes()); in addTextPart()
300 part.setContentId(contentId.getBytes()); in addTextPart()
301 part.setData(message.getBytes()); in addTextPart()
302 pb.addPart(part); in addTextPart()
307 return part.getData().length; in addTextPart()
/cts/tests/tests/media/libmediandkjni/
DAndroid.bp40 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
77 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
110 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
/cts/tools/cfassembler/src/dxconvext/
DClassFileAssembler.java187 String part = parts[i].trim(); in writeClassFile() local
188 if (!part.equals("")) { in writeClassFile()
189 int res = Integer.parseInt(part, 16); in writeClassFile()
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale83 The initialization and UNIX instrumentation part - which had been
85 However, any changes in the initialization part and in the printing of
97 suppresses code generation for a part of the statements. Therefore in
124 makes the program simpler.) However, since the loop check is now part
138 executed "then" part of the statement
171 was added in the non-executed "else" part of the "if" statement, to
183 has been added in the non-executed part of the last "if" statement,
186 o In Func_3, a non-executed "else" part has been added to the "if"
188 "else" part, it is considered bad programming practice if a function
191 To compensate for this change, the (non-executed) "else" part in the
[all …]
DDrystone-2.1.sh1237 X * File: dhry_2.c (part 3 of 3)
/cts/tools/cts-device-info/jni/
DAndroid.bp37 // this test suite runs on sdk 29 as part of MTS, make sure it's compatible
/cts/tests/tests/mediastress/jni/
DAndroid.bp31 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
/cts/tests/tests/webkit/
DAndroid.bp40 // uncomment when dalvik.annotation.Test* are removed or part of SDK
/cts/tests/tests/media/libimagereaderjni/
DAndroid.bp36 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
/cts/tests/tests/media/libaudiojni/
DAndroid.bp48 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DProcessStatsDumpsysTest.java344 final String part = parts[i]; in getTagValueSum() local
345 final Matcher m = tagPattern.matcher(part); in getTagValueSum()
/cts/hostsidetests/hdmicec/
Dcec_adapter.md70 ### ts is part of the moreutils package