Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 25 of 36) sorted by relevance

12

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-29374/
Dpoc.cpp54 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/
DglesLayer.cpp193 #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/
Dpoc.cpp37 if (!strcmp(format, VULNERABLE_STRING)) { in vsnprintf()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2180/
Dpoc.c45 if (isTestInProgress && (strcmp(str, kExposedLanguageString) == 0)) { in strlen()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0415/
Dpoc.cpp65 if (!strcmp("TransactFailed", str.string())) { in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0420/
Dpoc.cpp54 if (0 == strcmp(driverPath.c_str(), UpdatableDriverPath.c_str())) { in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2228/
Dpoc.c53 int strcmp(const char *str1, const char *str2) { in strcmp() function
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2182/
Dpoc.cpp133 if (strcmp(dec.get(), kTest)) { in main()
/cts/hostsidetests/sustainedperf/dhrystone/
DDrystone-2.1.sh236 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)
Ddhry_2.c164 if (strcmp (Str_1_Par_Ref, Str_2_Par_Ref) > 0)
/cts/tests/tests/os/UffdGc/jni/
Dandroid_os_cts_uffdgc_UserfaultfdTest.cc123 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/
DNativeExtractorTest.cpp76 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()
DNativeMediaCommon.cpp102 if (strcmp(refMime, testMime) != 0) return false; in isFormatSimilar()
DNativeExtractorUnitTest.cpp191 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()
DNativeCodecUnitTest.cpp749 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()
DNativeMuxerTest.cpp155 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()
DNativeCodecEncoderSurfaceTest.cpp538 if (!strcmp(mMime, AMEDIA_MIMETYPE_VIDEO_VP8) || in testSimpleEncode()
539 !strcmp(mMime, AMEDIA_MIMETYPE_VIDEO_VP9)) { in testSimpleEncode()
DNativeCodecEncoderTest.cpp93 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/
Dandroid_gputools_cts_RootlessGpuDebug.cpp53 if (!strcmp("VK_EXT_debug_utils", properties[i].extensionName)) { in initVulkan()
/cts/tests/tests/jni/libjnitest/
Dandroid_jni_cts_LinkerNamespacesTest.cpp294 if (strcmp(".", dp->d_name) == 0 || strcmp("..", dp->d_name) == 0) { in check_path()
Dandroid_jni_cts_InstanceNonce.c199 jboolean result = (strcmp("fuzzbot", utf) == 0); in InstanceNonce_takeString()
Dandroid_jni_cts_StaticNonce.c214 jboolean result = (strcmp("fuzzbot", utf) == 0); in StaticNonce_takeString()
/cts/tests/tests/media/misc/jni/
Dnative-media-jni.cpp68 || strcmp(value, readback) || value == readback) { in Java_android_media_misc_cts_NativeDecoderTest_testFormatNative()
/cts/tests/signature/api-check/src/jni/
Dclassdescriptors.cpp144 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/
DCtsAslrMallocTestCases32.pb.txt528 name: "strcmp"

12