/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-29374/ |
D | poc.cpp | 54 if (strcmp("BORING DATA", buf) == 0) { in child_fn() 57 if (strcmp("THIS IS SECRET", buf) == 0) { in child_fn()
|
/cts/hostsidetests/gputools/layers/jni/ |
D | glesLayer.cpp | 193 #define GETPROCADDR(func) if(!strcmp(funcName, #func)) { \ in eglGPA() 198 if (strcmp("A", xstr(LAYERNAME)) == 0) { in eglGPA() 201 if (strcmp(targetFunc, funcName) == 0) { in eglGPA() 208 } else if (strcmp("B", xstr(LAYERNAME)) == 0) { in eglGPA() 211 if (strcmp(targetFunc, funcName) == 0) { in eglGPA()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0421/ |
D | poc.cpp | 37 if (!strcmp(format, VULNERABLE_STRING)) { in vsnprintf()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2180/ |
D | poc.c | 45 if (isTestInProgress && (strcmp(str, kExposedLanguageString) == 0)) { in strlen()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0415/ |
D | poc.cpp | 65 if (!strcmp("TransactFailed", str.string())) { in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0420/ |
D | poc.cpp | 54 if (0 == strcmp(driverPath.c_str(), UpdatableDriverPath.c_str())) { in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2228/ |
D | poc.c | 53 int strcmp(const char *str1, const char *str2) { in strcmp() function
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2182/ |
D | poc.cpp | 133 if (strcmp(dec.get(), kTest)) { in main()
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Drystone-2.1.sh | 236 Xexpressed in terms of the C library functions "strcpy" and "strcmp". 245 X"strcmp" functions helps to obtain good Dhrystone results. However, I 1392 X if (strcmp (Str_1_Par_Ref, Str_2_Par_Ref) > 0)
|
D | dhry_2.c | 164 if (strcmp (Str_1_Par_Ref, Str_2_Par_Ref) > 0)
|
/cts/tests/tests/os/UffdGc/jni/ |
D | android_os_cts_uffdgc_UserfaultfdTest.cc | 123 assert(strcmp(uts.sysname, "Linux") == 0); in Java_android_os_cts_uffdgc_UserfaultfdTest_confirmKernelVersion() 139 assert(strcmp(uts.sysname, "Linux") == 0); in Java_android_os_cts_uffdgc_UserfaultfdTest_confirmKernelArch64bit()
|
/cts/tests/media/jni/ |
D | NativeExtractorTest.cpp | 76 if (!hasKey || (mime != nullptr && strcmp(refMime, mime) != 0)) { in isMediaSimilar() 278 if (!hasKey || strcmp(currMime, mime) != 0) { in getSeekablePoints() 326 if (!hasKey || strcmp(currMime, mime) != 0) { in generateSeekTestArgs() 423 if (!hasKey || strcmp(currMime, mime) != 0) { in checkSeekPoints() 459 if (hasRefKey && hasTestKey && strcmp(refMime, testMime) == 0) { in isFileFormatIdentical() 548 if (strlen(cmime) != 0 && strcmp(refMime, cmime) != 0) { in nativeReadAllData() 738 if (!hasKey || strcmp(currMime, cmime) != 0) { in nativeTestSeekToZero()
|
D | NativeMediaCommon.cpp | 102 if (strcmp(refMime, testMime) != 0) return false; in isFormatSimilar()
|
D | NativeExtractorUnitTest.cpp | 191 strcmp(AMediaFormat_toString(empty), AMediaFormat_toString(format)) != 0) { in nativeTestIfGetFileFormatSucceedsBeforeSetDataSource() 427 strcmp(AMediaFormat_toString(empty), AMediaFormat_toString(format)) != 0) { in nativeTestGetTrackFormatBeforeSetDataSource() 447 strcmp(AMediaFormat_toString(empty), AMediaFormat_toString(format)) != 0) { in nativeTestGetTrackFormatForInvalidIndex()
|
D | NativeCodecUnitTest.cpp | 749 if (!dupMime || strcmp(dupMime, mime) != 0) { in testGetInputFormatInInitState() 773 if (!dupMime || strcmp(dupMime, mime) != 0) { in testGetInputFormatInRunningState() 926 if (!dupMime || strcmp(dupMime, mime) != 0) { in testGetOutputFormatInInitState() 950 if (!dupMime || strcmp(dupMime, mime) != 0) { in testGetOutputFormatInRunningState() 1428 if (!dupMime || strcmp(dupMime, mime) != 0) { in testGetBufferFormatInRunningState() 1442 if (!dupMime || strcmp(dupMime, mime) != 0) { in testGetBufferFormatInRunningState()
|
D | NativeMuxerTest.cpp | 155 if (hasKey && !strcmp(mime, mMime)) { in splitMediaToMuxerParameters() 346 if (strcmp(thatMime, thisMime) == 0) { in appendMedia() 378 if (strcmp(thatMime, thisMime) == 0) { in appendMediaFromTime() 452 if (thisMime != nullptr && thatMime != nullptr && !strcmp(thisMime, thatMime)) { in isSubsetOf() 540 if (strcmp(it2, mime) == 0) return true; in isCodecContainerPairValid()
|
D | NativeCodecEncoderSurfaceTest.cpp | 538 if (!strcmp(mMime, AMEDIA_MIMETYPE_VIDEO_VP8) || in testSimpleEncode() 539 !strcmp(mMime, AMEDIA_MIMETYPE_VIDEO_VP9)) { in testSimpleEncode()
|
D | NativeCodecEncoderTest.cpp | 93 if (!strcmp(mime, AMEDIA_MIMETYPE_VIDEO_H263)) mDefFrameRate = 12; 94 else if (!strcmp(mime, AMEDIA_MIMETYPE_VIDEO_MPEG4)) mDefFrameRate = 12; 165 if (!strcmp(mMime, AMEDIA_MIMETYPE_AUDIO_FLAC)) { in setUpParams() 431 if (!name || strcmp(name, encoder) != 0) { in testSimpleEncode()
|
/cts/hostsidetests/gputools/apps/jni/ |
D | android_gputools_cts_RootlessGpuDebug.cpp | 53 if (!strcmp("VK_EXT_debug_utils", properties[i].extensionName)) { in initVulkan()
|
/cts/tests/tests/jni/libjnitest/ |
D | android_jni_cts_LinkerNamespacesTest.cpp | 294 if (strcmp(".", dp->d_name) == 0 || strcmp("..", dp->d_name) == 0) { in check_path()
|
D | android_jni_cts_InstanceNonce.c | 199 jboolean result = (strcmp("fuzzbot", utf) == 0); in InstanceNonce_takeString()
|
D | android_jni_cts_StaticNonce.c | 214 jboolean result = (strcmp("fuzzbot", utf) == 0); in StaticNonce_takeString()
|
/cts/tests/tests/media/misc/jni/ |
D | native-media-jni.cpp | 68 || strcmp(value, readback) || value == readback) { in Java_android_media_misc_cts_NativeDecoderTest_testFormatNative()
|
/cts/tests/signature/api-check/src/jni/ |
D | classdescriptors.cpp | 144 if (strcmp("com.android.art.class.get_class_loader_class_descriptors", curInfo->id) == 0) { in Java_android_signature_cts_api_BootClassPathClassesProvider_initialize()
|
/cts/tools/release-parser/tests/resources/ |
D | CtsAslrMallocTestCases32.pb.txt | 528 name: "strcmp"
|