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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-x86/string/
strcmp_wrapper.S 33 # define ssse3_strcmp_latest strcmp
34 # include "ssse3-strcmp-latest.S"
38 # include "strcmp.S"
  /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...]
binsert_test.cpp 37 CPPUNIT_ASSERT(!strcmp(names[0],array[0]));
38 CPPUNIT_ASSERT(!strcmp(names[1],array[1]));
39 CPPUNIT_ASSERT(!strcmp(names[2],array[2]));
42 CPPUNIT_ASSERT(!strcmp(names[3],array[0]));
43 CPPUNIT_ASSERT(!strcmp(names[4],array[1]));
44 CPPUNIT_ASSERT(!strcmp(names[5],array[2]));
51 CPPUNIT_ASSERT(!strcmp(names[0],array[0]));
52 CPPUNIT_ASSERT(!strcmp(names[1],array[1]));
53 CPPUNIT_ASSERT(!strcmp(names[2],array[2]));
  /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...]
binsert_test.cpp 37 CPPUNIT_ASSERT(!strcmp(names[0],array[0]));
38 CPPUNIT_ASSERT(!strcmp(names[1],array[1]));
39 CPPUNIT_ASSERT(!strcmp(names[2],array[2]));
42 CPPUNIT_ASSERT(!strcmp(names[3],array[0]));
43 CPPUNIT_ASSERT(!strcmp(names[4],array[1]));
44 CPPUNIT_ASSERT(!strcmp(names[5],array[2]));
51 CPPUNIT_ASSERT(!strcmp(names[0],array[0]));
52 CPPUNIT_ASSERT(!strcmp(names[1],array[1]));
53 CPPUNIT_ASSERT(!strcmp(names[2],array[2]));
  /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...]
binsert_test.cpp 37 CPPUNIT_ASSERT(!strcmp(names[0],array[0]));
38 CPPUNIT_ASSERT(!strcmp(names[1],array[1]));
39 CPPUNIT_ASSERT(!strcmp(names[2],array[2]));
42 CPPUNIT_ASSERT(!strcmp(names[3],array[0]));
43 CPPUNIT_ASSERT(!strcmp(names[4],array[1]));
44 CPPUNIT_ASSERT(!strcmp(names[5],array[2]));
51 CPPUNIT_ASSERT(!strcmp(names[0],array[0]));
52 CPPUNIT_ASSERT(!strcmp(names[1],array[1]));
53 CPPUNIT_ASSERT(!strcmp(names[2],array[2]));
  /external/valgrind/main/tests/
arch_test.c 38 if ( 0 == strcmp( arch, "x86" ) ) return True;
41 if ( 0 == strcmp( arch, "x86" ) ) return True;
42 if ( 0 == strcmp( arch, "amd64" ) ) return True;
45 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
48 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
49 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
52 if ( 0 == strcmp( arch, "s390x" ) ) return True;
55 if ( 0 == strcmp( arch, "arm" ) ) return True;
78 if ( 0 == strcmp( argv[1], all_archs[i] ) )
x86_amd64_features.c 42 return 0 == strcmp(vstr, str);
50 if ( strcmp( cpu, "x86-fpu" ) == 0 ) {
53 } else if ( strcmp( cpu, "x86-cmov" ) == 0 ) {
56 } else if ( strcmp( cpu, "x86-mmx" ) == 0 ) {
59 } else if ( strcmp( cpu, "x86-mmxext" ) == 0 ) {
62 } else if ( strcmp( cpu, "x86-sse" ) == 0 ) {
65 } else if ( strcmp( cpu, "x86-sse2" ) == 0 ) {
68 } else if ( strcmp( cpu, "x86-sse3" ) == 0 ) {
71 } else if ( strcmp( cpu, "x86-ssse3" ) == 0 ) {
74 } else if ( strcmp( cpu, "x86-lzcnt" ) == 0 )
    [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...]
  /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/chromium/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/libvpx/libvpx/third_party/googletest/src/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/dropbear/
dbmulti.c 42 if (strcmp(progname, "dropbear") == 0) {
47 if (strcmp(progname, "dbclient") == 0
48 || strcmp(progname, "ssh") == 0) {
53 if (strcmp(progname, "dropbearkey") == 0) {
58 if (strcmp(progname, "dropbearconvert") == 0) {
63 if (strcmp(progname, "scp") == 0) {
  /external/linux-tools-perf/
builtin-list.c 31 else if (strcmp(argv[i], "hw") == 0 ||
32 strcmp(argv[i], "hardware") == 0)
34 else if (strcmp(argv[i], "sw") == 0 ||
35 strcmp(argv[i], "software") == 0)
37 else if (strcmp(argv[i], "cache") == 0 ||
38 strcmp(argv[i], "hwcache") == 0)
  /external/webkit/Source/WebKit/win/
WebKitDLL.cpp 145 if (!strcmp(name, "textAreaResizeCorner"))
147 else if (!strcmp(name, "missingImage"))
149 else if (!strcmp(name, "nullPlugin"))
151 else if (!strcmp(name, "panIcon"))
153 else if (!strcmp(name, "panSouthCursor"))
155 else if (!strcmp(name, "panNorthCursor"))
157 else if (!strcmp(name, "panEastCursor"))
159 else if (!strcmp(name, "panWestCursor"))
161 else if (!strcmp(name, "panSouthEastCursor"))
163 else if (!strcmp(name, "panSouthWestCursor")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.errors/
future_category.pass.cpp 21 assert(std::strcmp(ec.name(), "future") == 0);
  /ndk/sources/cxx-stl/llvm-libc++/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 "

Completed in 327 milliseconds

1 2 3 4 5 6 7 8 91011>>