Home
last modified time | relevance | path

Searched refs:pb (Results 1 – 24 of 24) sorted by relevance

/cts/tests/mediapc/requirements/
Drequirements.go26 pb "cts/test/mediapc/requirements/requirements_go_proto" packageName
30 func Gensrc(tmplString string, reqList *pb.RequirementList, w io.Writer) error {
32 ReqList *pb.RequirementList
47 func UnmarshalRequirementList(reqBinary []byte) (*pb.RequirementList, error) {
48 req := &pb.RequirementList{}
Drequirementsdata_test.go21 pb "cts/test/mediapc/requirements/requirements_go_proto" packageName
62 func mustUnmarshalRequirementList(t *testing.T) *pb.RequirementList {
DAndroid.bp62 "requirements.pb.go",
77 "mpc.pb.go",
/cts/tools/release-parser/tests/
Dgenerate_golden_sample_files.sh17 …se-parser.jar com.android.cts.releaseparser.ApkParser -i resources/$file -of resources/$file.pb.txt
23 …parser.jar com.android.cts.releaseparser.SoParser -i resources/$file -pi -of resources/$file.pb.txt
29 …ase-parser.jar com.android.cts.releaseparser.SoParser -i resources/$file -of resources/$file.pb.txt
35 …e-parser.jar com.android.cts.releaseparser.VdexParser -i resources/$file -of resources/$file.pb.txt
41 …e-parser.jar com.android.cts.releaseparser.OdexParser -i resources/$file -of resources/$file.pb.txt
47 …se-parser.jar com.android.cts.releaseparser.OatParser -i resources/$file -of resources/$file.pb.txt
53 …se-parser.jar com.android.cts.releaseparser.ArtParser -i resources/$file -of resources/$file.pb.txt
59 …se-parser.jar com.android.cts.releaseparser.XmlParser -i resources/$file -of resources/$file.pb.txt
65 …ser.jar com.android.cts.releaseparser.BuildPropParser -i resources/$file -of resources/$file.pb.txt
/cts/tests/simplecpu/jni/
DCpuNativeJni.cpp77 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in qsort_local() local
103 pa = pb = (char *)a + es; in qsort_local()
107 while (pb <= pc && (r = cmp(pb, a)) <= 0) { in qsort_local()
110 swap(pa, pb); in qsort_local()
113 pb += es; in qsort_local()
115 while (pb <= pc && (r = cmp(pc, a)) >= 0) { in qsort_local()
123 if (pb > pc) in qsort_local()
125 swap(pb, pc); in qsort_local()
127 pb += es; in qsort_local()
139 r = min(pa - (char *)a, pb - pa); in qsort_local()
[all …]
/cts/hostsidetests/adb/src/android/adb/cts/
DAdbHostTest.java71 ProcessBuilder pb = new ProcessBuilder(check_ms_os_desc.getAbsolutePath()); in testHasMsOsDescriptors() local
72 pb.environment().put("ANDROID_SERIAL", serial); in testHasMsOsDescriptors()
73 pb.redirectOutput(ProcessBuilder.Redirect.PIPE); in testHasMsOsDescriptors()
74 pb.redirectErrorStream(true); in testHasMsOsDescriptors()
75 Process p = pb.start(); in testHasMsOsDescriptors()
/cts/hostsidetests/theme/app/src/android/theme/app/modifiers/
DProgressBarModifier.java27 ProgressBar pb = (ProgressBar) view; in modifyViewBeforeAdd() local
28 pb.setInterpolator(new ZeroInterpolator()); in modifyViewBeforeAdd()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/clipboard/
DClipboardPreviewTestActivity.java61 PersistableBundle pb = new PersistableBundle(1); in setClipboardData() local
62 pb.putBoolean(ClipDescription.EXTRA_IS_SENSITIVE, true); in setClipboardData()
63 cd.getDescription().setExtras(pb); in setClipboardData()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DJobWorkItemTest.java39 final PersistableBundle pb = new PersistableBundle(); in testAllInfoGivenToJob() local
40 pb.putInt("random_key", 42); in testAllInfoGivenToJob()
43 .setExtras(pb) in testAllInfoGivenToJob()
247 final PersistableBundle pb = new PersistableBundle(); in testItemWithPersistableBundle() local
248 pb.putInt("random_key", 42); in testItemWithPersistableBundle()
249 JobWorkItem jwi = new JobWorkItem.Builder().setExtras(pb).build(); in testItemWithPersistableBundle()
303 final PersistableBundle pb = new PersistableBundle(); in testPersisted_withPersistableBundle() local
304 pb.putInt("random_key", 42); in testPersisted_withPersistableBundle()
305 JobWorkItem jwi = new JobWorkItem.Builder().setExtras(pb).build(); in testPersisted_withPersistableBundle()
DJobParametersTest.java73 final PersistableBundle pb = new PersistableBundle(); in testExtras() local
74 pb.putInt("random_key", 42); in testExtras()
76 .setExtras(pb) in testExtras()
DJobInfoTest.java298 final PersistableBundle pb = new PersistableBundle(); in testExtras() local
299 pb.putInt("random_key", 42); in testExtras()
302 .setExtras(pb) in testExtras()
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxNeverallowRule.java166 ProcessBuilder pb = new ProcessBuilder(sepolicyAnalyze.getAbsolutePath(), in testNeverallowRule() local
169 pb.redirectOutput(ProcessBuilder.Redirect.PIPE); in testNeverallowRule()
170 pb.redirectErrorStream(true); in testNeverallowRule()
171 Process p = pb.start(); in testNeverallowRule()
DSELinuxHostTest.java560 ProcessBuilder pb = in sepolicyAnalyzeGetTypesAssociatedWithAttribute() local
566 pb.redirectOutput(ProcessBuilder.Redirect.PIPE); in sepolicyAnalyzeGetTypesAssociatedWithAttribute()
567 pb.redirectErrorStream(true); in sepolicyAnalyzeGetTypesAssociatedWithAttribute()
568 Process p = pb.start(); in sepolicyAnalyzeGetTypesAssociatedWithAttribute()
1565 ProcessBuilder pb = new ProcessBuilder(command); in tryRunCommand() local
1566 pb.redirectOutput(ProcessBuilder.Redirect.PIPE); in tryRunCommand()
1567 pb.redirectErrorStream(true); in tryRunCommand()
1568 Process p = pb.start(); in tryRunCommand()
/cts/hostsidetests/compilation/scripts/
Dgenerate_dm.sh29 if [[ $input =~ \.pb$ ]]; then
/cts/hostsidetests/shortcuts/deviceside/backup/publisher4old/src/android/content/pm/cts/shortcut/backup/publisher4/
DShortcutManagerPostBackupTest.java241 PersistableBundle pb = new PersistableBundle(); in testInvisibleIgnored() local
242 pb.putBoolean("acceptit", true); in testInvisibleIgnored()
248 .setExtras(pb) in testInvisibleIgnored()
/cts/hostsidetests/compilation/
DAndroid.bp163 out: ["package-dex-usage.pb"],
176 out: ["config-empty.pb"],
198 out: ["config-disable_embedded_profile.pb"],
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DMmsTest.java485 private static int addTextPart(PduBody pb, String message, boolean addTextSmil) { in addTextPart() argument
498 pb.addPart(part); in addTextPart()
501 addSmilPart(pb, smil); in addTextPart()
506 private static void addSmilPart(PduBody pb, String smil) { in addSmilPart() argument
512 pb.addPart(0, smilPart); in addSmilPart()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencyMicActivity.java288 private void showWait(ProgressBar pb, boolean show) { in showWait() argument
290 pb.setVisibility(View.VISIBLE); in showWait()
292 pb.setVisibility(View.INVISIBLE); in showWait()
DAudioFrequencyUnprocessedActivity.java378 private void showWait(ProgressBar pb, boolean show) { in showWait() argument
380 pb.setVisibility(View.VISIBLE); in showWait()
382 pb.setVisibility(View.INVISIBLE); in showWait()
DAudioFrequencyVoiceRecognitionActivity.java420 private void showWait(ProgressBar pb, boolean show) { in showWait() argument
421 pb.setVisibility(show ? View.VISIBLE : View.INVISIBLE); in showWait()
/cts/tests/media/common/src/android/mediav2/common/cts/
DBitStreamUtils.java238 int umv = 0, sac = 0, ap = 0, pb = 0; in getProfileLevel() local
271 pb = bitArray.readBits(1); in getProfileLevel()
/cts/tests/tests/security/res/raw/
Dcve_2019_2245.ts830 A�ANm����iF#8�������Q@6(x�aE�<��pb��,�u�X-��ie��G�12蛲 ��b���4d�fș��]J��0���虮!*�G�"J…
6219 …̴f%�@r�)�n����$#B���m�G�1%;Fut��[�9d�T|��{�k�5�hQ7�Q�6��Sf%��#!�d$h%�Ǣy�pb���:&43E���4�E#��
8306 ��n�2M���f���lM�j(��M�(�^��*���9P��q{H�pbe�ߑp�QR.������$S�7�peJBڞFCW�9�5M���d)���h�…
Dcve_2018_13925.ts831 A�ANm����iF#8�������Q@6(x�aE�<��pb��,�u�X-��ie��G�12蛲 ��b���4d�fș��]J��0���虮!*�G�"J…
6558 ejO-��̬\�X�׷�PԂb.�pb��Ğ)\G�1�L݇1 ����i/k4�'�-�P��!�܆�ckB��Q9�J�zY���mT��bg�U�g
8405 ��n�2M���f���lM�j(��M�(�^��*���9P��q{H�pbe�ߑp�QR.������$S�7�peJBڞFCW�9�5M���d)���h�…
Dcve_2019_2244.ts830 A�ANm����iF#8�������Q@6(x�aE�<��pb��,�u�X-��ie��G�12蛲 ��b���4d�fș��]J��0���虮!*�G�"J…
6561 ejO-��̬\�X�׷�PԂb.�pb��Ğ)\G�1�L݇1 ����i/k4�'�-�P��!�܆�ckB��Q9�J�zY���mT��bg�U�g
8411 ��n�2M���f���lM�j(��M�(�^��*���9P��q{H�pbe�ߑp�QR.������$S�7�peJBڞFCW�9�5M���d)���h�…