HomeSort by relevance Sort by last modified time
    Searched refs:strcmp (Results 1 - 25 of 4507) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2002-03-11-LargeCharInString.c 3 int strcmp(const char *s1, const char *s2);
9 return strcmp(X, "\037\213");
  /toolchain/binutils/binutils-2.27/gold/testsuite/
dynamic_list_2.cc 35 if (strcmp(test_foo(), "override") != 0)
37 if (strcmp(test_bar(), "original") != 0)
  /external/vulkan-validation-layers/loader/
gpa_helper.h 28 if (!strcmp(funcName, "vkGetInstanceProcAddr")) return (PFN_vkVoidFunction)vkGetInstanceProcAddr;
29 if (!strcmp(funcName, "vkDestroyInstance")) return (PFN_vkVoidFunction)vkDestroyInstance;
30 if (!strcmp(funcName, "vkEnumeratePhysicalDevices")) return (PFN_vkVoidFunction)vkEnumeratePhysicalDevices;
31 if (!strcmp(funcName, "vkGetPhysicalDeviceFeatures")) return (PFN_vkVoidFunction)vkGetPhysicalDeviceFeatures;
32 if (!strcmp(funcName, "vkGetPhysicalDeviceFormatProperties")) return (PFN_vkVoidFunction)vkGetPhysicalDeviceFormatProperties;
33 if (!strcmp(funcName, "vkGetPhysicalDeviceImageFormatProperties"))
35 if (!strcmp(funcName, "vkGetPhysicalDeviceSparseImageFormatProperties"))
37 if (!strcmp(funcName, "vkGetPhysicalDeviceProperties")) return (PFN_vkVoidFunction)vkGetPhysicalDeviceProperties;
38 if (!strcmp(funcName, "vkGetPhysicalDeviceQueueFamilyProperties"))
40 if (!strcmp(funcName, "vkGetPhysicalDeviceMemoryProperties")) return (PFN_vkVoidFunction)vkGetPhysicalDeviceMe (…)
    [all...]
  /external/skia/src/gpu/gl/android/
GrGLMakeNativeInterface_android.cpp 23 if (0 == strcmp("glActiveTexture", name)) {
25 } else if (0 == strcmp("glAttachShader", name)) {
27 } else if (0 == strcmp("glBindAttribLocation", name)) {
29 } else if (0 == strcmp("glBindBuffer", name)) {
31 } else if (0 == strcmp("glBindTexture", name)) {
33 } else if (0 == strcmp("glBlendColor", name)) {
35 } else if (0 == strcmp("glBlendEquation", name)) {
37 } else if (0 == strcmp("glBlendFunc", name)) {
39 } else if (0 == strcmp("glBufferData", name)) {
41 } else if (0 == strcmp("glBufferSubData", name))
    [all...]
  /external/skqp/src/gpu/gl/android/
GrGLMakeNativeInterface_android.cpp 23 if (0 == strcmp("glActiveTexture", name)) {
25 } else if (0 == strcmp("glAttachShader", name)) {
27 } else if (0 == strcmp("glBindAttribLocation", name)) {
29 } else if (0 == strcmp("glBindBuffer", name)) {
31 } else if (0 == strcmp("glBindTexture", name)) {
33 } else if (0 == strcmp("glBlendColor", name)) {
35 } else if (0 == strcmp("glBlendEquation", name)) {
37 } else if (0 == strcmp("glBlendFunc", name)) {
39 } else if (0 == strcmp("glBufferData", name)) {
41 } else if (0 == strcmp("glBufferSubData", name))
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/string/
strcmp.c 1 /* $OpenBSD: strcmp.c,v 1.9 2015/08/31 02:53:57 guenther Exp $ */
41 strcmp(const char *s1, const char *s2) function
48 DEF_STRONG(strcmp); variable
  /external/compiler-rt/test/scudo/
sized-delete.cpp 21 if (!strcmp(argv[1], "gooddel")) {
25 if (!strcmp(argv[1], "baddel")) {
29 if (!strcmp(argv[1], "gooddelarr")) {
33 if (!strcmp(argv[1], "baddelarr")) {
  /toolchain/binutils/binutils-2.27/bfd/
cpu-h8500.c 33 if (strcmp (string,"h8/500") == 0)
35 if (strcmp (string,"H8/500") == 0)
37 if (strcmp (string,"h8500") == 0)
39 if (strcmp (string,"H8500") == 0)
cpu-w65.c 30 if (strcmp(string,"w65") == 0)
32 if (strcmp(string,"w65816") == 0)
  /external/valgrind/tests/
arch_test.c 43 if ( 0 == strcmp( arch, "x86" ) ) return True;
48 if ( 0 == strcmp( arch, "x86" ) ) return True;
50 if ( 0 == strcmp( arch, "amd64" ) ) return True;
53 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
56 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
58 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
62 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
65 if ( 0 == strcmp( arch, "s390x" ) ) return True;
68 if ( 0 == strcmp( arch, "arm" ) ) return True;
71 if ( 0 == strcmp( arch, "arm64" ) ) return True
    [all...]
min_power_isa.c 23 if ((argc == 3) && (strcmp(argv[2], "-debug") == 0)) {
54 if (strcmp (min_isa, "2.05") == 0) {
57 } else if (strcmp (min_isa, "2.06") == 0) {
60 } else if (strcmp (min_isa, "2.07") == 0) {
63 } else if (strcmp (min_isa, "3.00") == 0) {
  /external/boringssl/
crypto_test_data.cc     [all...]
  /external/ltp/testcases/kernel/power_management/
pm_get_sched_values.c 45 if (strcmp(param, "sched_mc") == 0)
47 if (strcmp(param, "sched_smt") == 0)
  /external/skia/tools/
whitelist_typefaces.cpp 16 if (!strcmp(argv[1], "--check")) {
19 if (!strcmp(argv[1], "--generate")) {
  /external/skqp/tools/
whitelist_typefaces.cpp 16 if (!strcmp(argv[1], "--check")) {
19 if (!strcmp(argv[1], "--generate")) {
  /external/toybox/toys/android/
setenforce.c 26 else if (!strcmp(new, "1") || !strcasecmp(new, "enforcing")) state = 1;
27 else if (!strcmp(new, "0") || !strcasecmp(new, "permissive")) state = 0;
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
testprog.c 3 extern int strcmp (const char *, const char *);
23 || strcmp (string, "string") != 0)
  /external/valgrind/memcheck/tests/darwin/
env.c 15 assert( 0 == strcmp(getenv("MYVAR"), val1) );
18 assert( 0 == strcmp(getenv("MYVAR"), val2) );
21 assert( 0 == strcmp(getenv("MYVAR"), val2) );
24 assert( 0 == strcmp(getenv("MYVAR"), "xxxx") );
  /external/mesa3d/src/mesa/program/
program_parse_extra.c 47 if (strcmp(suffix, "_SAT") == 0) {
62 if (strcmp(option, "ARB_position_invariant") == 0) {
89 if (strcmp(option, "exp") == 0) {
91 } else if (strcmp(option, "exp2") == 0) {
93 } else if (strcmp(option, "linear") == 0) {
136 if (strcmp(option, "nicest") == 0 &&
140 } else if (strcmp(option, "fastest") == 0 &&
147 } else if (strcmp(option, "draw_buffers") == 0) {
153 } else if (strcmp(option, "fragment_program_shadow") == 0) {
161 if (strcmp(option, "origin_upper_left") == 0)
    [all...]
  /external/llvm/tools/llvm-c-test/
main.c 65 if (argc == 2 && !strcmp(argv[1], "--lazy-new-module-dump")) {
67 } else if (argc == 2 && !strcmp(argv[1], "--new-module-dump")) {
69 } else if (argc == 2 && !strcmp(argv[1], "--lazy-module-dump")) {
71 } else if (argc == 2 && !strcmp(argv[1], "--module-dump")) {
73 } else if (argc == 2 && !strcmp(argv[1], "--module-list-functions")) {
75 } else if (argc == 2 && !strcmp(argv[1], "--module-list-globals")) {
77 } else if (argc == 2 && !strcmp(argv[1], "--targets-list")) {
79 } else if (argc == 2 && !strcmp(argv[1], "--object-list-sections")) {
81 } else if (argc == 2 && !strcmp(argv[1], "--object-list-symbols")) {
83 } else if (argc == 2 && !strcmp(argv[1], "--disassemble"))
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_env_var_test_.cc 54 if (strcmp(flag, "break_on_failure") == 0) {
59 if (strcmp(flag, "catch_exceptions") == 0) {
64 if (strcmp(flag, "color") == 0) {
69 if (strcmp(flag, "death_test_style") == 0) {
74 if (strcmp(flag, "death_test_use_fork") == 0) {
79 if (strcmp(flag, "filter") == 0) {
84 if (strcmp(flag, "output") == 0) {
89 if (strcmp(flag, "print_time") == 0) {
94 if (strcmp(flag, "repeat") == 0) {
99 if (strcmp(flag, "stack_trace_depth") == 0)
    [all...]
  /external/googletest/googletest/test/
gtest_env_var_test_.cc 54 if (strcmp(flag, "break_on_failure") == 0) {
59 if (strcmp(flag, "catch_exceptions") == 0) {
64 if (strcmp(flag, "color") == 0) {
69 if (strcmp(flag, "death_test_style") == 0) {
74 if (strcmp(flag, "death_test_use_fork") == 0) {
79 if (strcmp(flag, "filter") == 0) {
84 if (strcmp(flag, "output") == 0) {
89 if (strcmp(flag, "print_time") == 0) {
94 if (strcmp(flag, "repeat") == 0) {
99 if (strcmp(flag, "stack_trace_depth") == 0)
    [all...]
  /external/protobuf/gtest/test/
gtest_env_var_test_.cc 54 if (strcmp(flag, "break_on_failure") == 0) {
59 if (strcmp(flag, "catch_exceptions") == 0) {
64 if (strcmp(flag, "color") == 0) {
69 if (strcmp(flag, "death_test_style") == 0) {
74 if (strcmp(flag, "death_test_use_fork") == 0) {
79 if (strcmp(flag, "filter") == 0) {
84 if (strcmp(flag, "output") == 0) {
89 if (strcmp(flag, "print_time") == 0) {
94 if (strcmp(flag, "repeat") == 0) {
99 if (strcmp(flag, "stack_trace_depth") == 0)
    [all...]
  /external/skia/tools/flags/
SkCommonFlagsGpu.h 23 if (!strcmp(name, "all")) {
25 } else if (!strcmp(name, "default")) {
27 } else if (!strcmp(name, "dashline")) {
29 } else if (!strcmp(name, "nvpr")) {
31 } else if (!strcmp(name, "msaa")) {
33 } else if (!strcmp(name, "aaconvex")) {
35 } else if (!strcmp(name, "aalinearizing")) {
37 } else if (!strcmp(name, "small")) {
39 } else if (!strcmp(name, "ccpr")) {
41 } else if (!strcmp(name, "tess"))
    [all...]
  /external/skqp/tools/flags/
SkCommonFlagsGpu.h 23 if (!strcmp(name, "all")) {
25 } else if (!strcmp(name, "default")) {
27 } else if (!strcmp(name, "dashline")) {
29 } else if (!strcmp(name, "nvpr")) {
31 } else if (!strcmp(name, "msaa")) {
33 } else if (!strcmp(name, "aaconvex")) {
35 } else if (!strcmp(name, "aalinearizing")) {
37 } else if (!strcmp(name, "small")) {
39 } else if (!strcmp(name, "ccpr")) {
41 } else if (!strcmp(name, "tess"))
    [all...]

Completed in 862 milliseconds

1 2 3 4 5 6 7 8 91011>>