HomeSort by relevance Sort by last modified time
    Searched refs:strcmp (Results 1 - 25 of 3416) 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");
  /ndk/tests/device/test-stlport_shared-exception/jni/
pr17697-1.cpp 7 extern int strcmp (const char *s, const char *t) throw ()
13 extern int strcmp (const char *s, const char *t);
17 A::strcmp (const char *s, const char *t) function in class:A
19 return ::strcmp (s, t);
25 return A::strcmp ("", x);
pr17697-2.cpp 7 extern int strcmp (const char *s, const char *t) throw ()
13 extern int strcmp (const char *s, const char *t) throw ();
17 A::strcmp (const char *s, const char *t) throw () function in class:A
19 return ::strcmp (s, t);
25 return A::strcmp ("", x);
  /ndk/tests/device/test-stlport_static-exception/jni/
pr17697-1.cpp 7 extern int strcmp (const char *s, const char *t) throw ()
13 extern int strcmp (const char *s, const char *t);
17 A::strcmp (const char *s, const char *t) function in class:A
19 return ::strcmp (s, t);
25 return A::strcmp ("", x);
pr17697-2.cpp 7 extern int strcmp (const char *s, const char *t) throw ()
13 extern int strcmp (const char *s, const char *t) throw ();
17 A::strcmp (const char *s, const char *t) throw () function in class:A
19 return ::strcmp (s, t);
25 return A::strcmp ("", x);
  /external/stlport/test/unit/
insert_test.cpp 42 CPPUNIT_ASSERT( !strcmp(names[0], "laurie") );
43 CPPUNIT_ASSERT( !strcmp(names[1], "jennifer") );
44 CPPUNIT_ASSERT( !strcmp(names[2], "amanda") );
45 CPPUNIT_ASSERT( !strcmp(names[3], "saskia") );
46 CPPUNIT_ASSERT( !strcmp(names[4], "carrie") );
47 CPPUNIT_ASSERT( !strcmp(names[5], "leisa") );
50 CPPUNIT_ASSERT( !strcmp(names[5], "laurie") );
51 CPPUNIT_ASSERT( !strcmp(names[6], "jennifer") );
52 CPPUNIT_ASSERT( !strcmp(names[7], "leisa") );
53 CPPUNIT_ASSERT( !strcmp(names[8], "leisa") )
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
insert_test.cpp 42 CPPUNIT_ASSERT( !strcmp(names[0], "laurie") );
43 CPPUNIT_ASSERT( !strcmp(names[1], "jennifer") );
44 CPPUNIT_ASSERT( !strcmp(names[2], "amanda") );
45 CPPUNIT_ASSERT( !strcmp(names[3], "saskia") );
46 CPPUNIT_ASSERT( !strcmp(names[4], "carrie") );
47 CPPUNIT_ASSERT( !strcmp(names[5], "leisa") );
50 CPPUNIT_ASSERT( !strcmp(names[5], "laurie") );
51 CPPUNIT_ASSERT( !strcmp(names[6], "jennifer") );
52 CPPUNIT_ASSERT( !strcmp(names[7], "leisa") );
53 CPPUNIT_ASSERT( !strcmp(names[8], "leisa") )
    [all...]
  /ndk/tests/device/test-stlport/unit/
insert_test.cpp 42 CPPUNIT_ASSERT( !strcmp(names[0], "laurie") );
43 CPPUNIT_ASSERT( !strcmp(names[1], "jennifer") );
44 CPPUNIT_ASSERT( !strcmp(names[2], "amanda") );
45 CPPUNIT_ASSERT( !strcmp(names[3], "saskia") );
46 CPPUNIT_ASSERT( !strcmp(names[4], "carrie") );
47 CPPUNIT_ASSERT( !strcmp(names[5], "leisa") );
50 CPPUNIT_ASSERT( !strcmp(names[5], "laurie") );
51 CPPUNIT_ASSERT( !strcmp(names[6], "jennifer") );
52 CPPUNIT_ASSERT( !strcmp(names[7], "leisa") );
53 CPPUNIT_ASSERT( !strcmp(names[8], "leisa") )
    [all...]
  /external/oprofile/libutil/tests/
string_tests.c 37 if (strcmp(skip_ws(""), ""))
39 if (strcmp(skip_ws("\na"), "a"))
41 if (strcmp(skip_ws("\n\na"), "a"))
43 if (strcmp(skip_ws("\n a"), "a"))
45 if (strcmp(skip_ws("\n \ta"), "a"))
47 if (strcmp(skip_ws("\n \t"), ""))
49 if (strcmp(skip_ws(" "), ""))
52 if (strcmp(skip_nonws(""), ""))
54 if (strcmp(skip_nonws("a"), ""))
56 if (strcmp(skip_nonws("\n"), "\n")
    [all...]
  /art/runtime/
strutil.h 27 return strcmp(s1, s2) < 0;
34 return strcmp(s1, s2) == 0;
  /external/chromium_org/chrome/browser/component_updater/
ppapi_utils.cc 120 if (strcmp(name, iface_str) == 0) \
133 if (strcmp(name, iface_str) == 0) \
  /ndk/sources/android/support/src/locale/
setlocale.c 38 if (*locale && strcmp(locale, "C") && strcmp(locale, "POSIX")) {
  /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/main/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/valgrind/main/tests/
arch_test.c 40 if ( 0 == strcmp( arch, "x86" ) ) return True;
44 if ( 0 == strcmp( arch, "x86" ) ) return True;
46 if ( 0 == strcmp( arch, "amd64" ) ) return True;
49 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
52 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
54 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
58 if ( 0 == strcmp( arch, "s390x" ) ) return True;
61 if ( 0 == strcmp( arch, "arm" ) ) return True;
64 if ( 0 == strcmp( arch, "arm64" ) ) return True;
67 if ( 0 == strcmp( arch, "mips32" ) ) return True
    [all...]
x86_amd64_features.c 48 return 0 == strcmp(vstr, str);
76 if ( strcmp( cpu, "x86-fpu" ) == 0 ) {
79 } else if ( strcmp( cpu, "x86-cmov" ) == 0 ) {
82 } else if ( strcmp( cpu, "x86-mmx" ) == 0 ) {
85 } else if ( strcmp( cpu, "x86-mmxext" ) == 0 ) {
88 } else if ( strcmp( cpu, "x86-sse" ) == 0 ) {
91 } else if ( strcmp( cpu, "x86-sse2" ) == 0 ) {
94 } else if ( strcmp( cpu, "x86-sse3" ) == 0 ) {
97 } else if ( strcmp( cpu, "x86-ssse3" ) == 0 ) {
100 } else if ( strcmp( cpu, "x86-lzcnt" ) == 0 )
    [all...]
  /external/chromium_org/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/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/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...]
  /ndk/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...]
  /frameworks/base/libs/usb/tests/accessorytest/
accessory.c 45 if (strcmp(*argv, "-ic") == 0) {
49 } else if (strcmp(*argv, "-id") == 0) {
53 } else if (strcmp(*argv, "-oc") == 0) {
57 } else if (strcmp(*argv, "-od") == 0) {
61 } else if (strcmp(*argv, "-a") == 0) {
63 } else if (strcmp(*argv, "-h") == 0) {
66 } else if (strcmp(*argv, "-i") == 0) {
  /external/chromium_org/chrome/common/
chrome_version_info_android.cc 31 if (!strcmp(bi->package_name(), "com.android.chrome"))
33 if (!strcmp(bi->package_name(), "com.chrome.beta"))
35 if (!strcmp(bi->package_name(), "com.google.android.apps.chrome_dev"))
37 if (!strcmp(bi->package_name(), "com.chrome.canary"))
  /external/libcxx/test/thread/futures/futures.errors/
future_category.pass.cpp 21 assert(std::strcmp(ec.name(), "future") == 0);
  /external/libcxx/test/thread/futures/futures.future_error/
what.pass.cpp 24 assert(std::strcmp(f.what(), "The associated promise has been destructed prior "
29 assert(std::strcmp(f.what(), "The future has already been retrieved from "
34 assert(std::strcmp(f.what(), "The state of the promise has already been set.") == 0);
38 assert(std::strcmp(f.what(), "Operation not permitted on an object without "
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/
future_category.pass.cpp 21 assert(std::strcmp(ec.name(), "future") == 0);

Completed in 957 milliseconds

1 2 3 4 5 6 7 8 91011>>