HomeSort by relevance Sort by last modified time
    Searched refs:strcmp (Results 1 - 25 of 4190) 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.25/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 30 if (!strcmp(funcName, "vkGetInstanceProcAddr"))
32 if (!strcmp(funcName, "vkDestroyInstance"))
34 if (!strcmp(funcName, "vkEnumeratePhysicalDevices"))
36 if (!strcmp(funcName, "vkGetPhysicalDeviceFeatures"))
38 if (!strcmp(funcName, "vkGetPhysicalDeviceFormatProperties"))
40 if (!strcmp(funcName, "vkGetPhysicalDeviceImageFormatProperties"))
42 if (!strcmp(funcName, "vkGetPhysicalDeviceSparseImageFormatProperties"))
45 if (!strcmp(funcName, "vkGetPhysicalDeviceProperties"))
47 if (!strcmp(funcName, "vkGetPhysicalDeviceQueueFamilyProperties"))
49 if (!strcmp(funcName, "vkGetPhysicalDeviceMemoryProperties")
    [all...]
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_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/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.25/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 44 if ( 0 == strcmp( arch, "x86" ) ) return True;
49 if ( 0 == strcmp( arch, "x86" ) ) return True;
51 if ( 0 == strcmp( arch, "amd64" ) ) return True;
54 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
57 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
59 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
63 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
66 if ( 0 == strcmp( arch, "s390x" ) ) return True;
69 if ( 0 == strcmp( arch, "arm" ) ) return True;
72 if ( 0 == strcmp( arch, "arm64" ) ) return True
    [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/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;
  /prebuilts/ndk/r11/sources/android/support/src/locale/
setlocale.c 38 if (*locale && strcmp(locale, "C") && strcmp(locale, "POSIX")) {
  /prebuilts/ndk/r13/sources/android/support/src/locale/
setlocale.c 38 if (*locale && strcmp(locale, "C") && strcmp(locale, "POSIX")) {
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
testprog.c 3 extern int strcmp (char *, const char *);
23 || strcmp (string, "string") != 0)
  /bionic/libc/upstream-openbsd/lib/libc/string/
strcmp.c 1 /* $OpenBSD: strcmp.c,v 1.8 2014/06/10 04:17:37 deraadt Exp $ */
41 strcmp(const char *s1, const char *s2) function
  /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") );
  /test/vts/utils/native/trace_processor/
TraceProcessorMain.cpp 37 if (!strcmp(argv[1], "--cleanup")) {
39 } else if (!strcmp(argv[1], "--profiling")) {
41 } else if (!strcmp(argv[1], "--dedup")) {
  /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/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /prebuilts/ndk/r11/sources/third_party/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...]
  /prebuilts/ndk/r13/sources/third_party/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...]

Completed in 1081 milliseconds

1 2 3 4 5 6 7 8 91011>>