Searched refs:strcmp (Results 1 - 25 of 2427) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2002-03-11-LargeCharInString.c3 int strcmp(const char *s1, const char *s2);
9 return strcmp(X, "\037\213");
/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp21 if (0 == strcmp("glActiveTexture", name)) {
23 } else if (0 == strcmp("glAttachShader", name)) {
25 } else if (0 == strcmp("glBindAttribLocation", name)) {
27 } else if (0 == strcmp("glBindBuffer", name)) {
29 } else if (0 == strcmp("glBindTexture", name)) {
31 } else if (0 == strcmp("glBlendColor", name)) {
33 } else if (0 == strcmp("glBlendFunc", name)) {
35 } else if (0 == strcmp("glBufferData", name)) {
37 } else if (0 == strcmp("glBufferSubData", name)) {
39 } else if (0 == strcmp("glClea
[all...]
/external/stlport/test/unit/
H A Dinsert_test.cpp42 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(name
[all...]
H A Dbinsert_test.cpp37 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/oprofile/libutil/tests/
H A Dstring_tests.c37 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_nonw
[all...]
/external/chromium_org/chrome/browser/component_updater/
H A Dppapi_utils.cc121 if (strcmp(name, iface_str) == 0) \
134 if (strcmp(name, iface_str) == 0) \
/external/valgrind/main/memcheck/tests/darwin/
H A Denv.c15 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/
H A Darch_test.c40 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( arc
[all...]
H A Dx86_amd64_features.c48 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( cp
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_env_var_test_.cc54 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(fla
[all...]
/external/gtest/test/
H A Dgtest_env_var_test_.cc54 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(fla
[all...]
/external/protobuf/gtest/test/
H A Dgtest_env_var_test_.cc54 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(fla
[all...]
/external/chromium_org/chrome/common/
H A Dchrome_version_info_android.cc31 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/
H A Dfuture_category.pass.cpp21 assert(std::strcmp(ec.name(), "future") == 0);
/external/libcxx/test/thread/futures/futures.future_error/
H A Dwhat.pass.cpp24 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 "
/external/tcpdump/
H A Dprint-zephyr.c202 if (!lose && strcmp(ackdata, "SENT"))
207 if (!strcmp(z.class, "USER_LOCATE")) {
208 if (!strcmp(z.opcode, "USER_HIDE"))
210 else if (!strcmp(z.opcode, "USER_UNHIDE"))
217 if (!strcmp(z.class, "ZEPHYR_ADMIN")) {
222 if (!strcmp(z.class, "ZEPHYR_CTL")) {
223 if (!strcmp(z.inst, "CLIENT")) {
224 if (!strcmp(z.opcode, "SUBSCRIBE") ||
225 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") ||
226 !strcmp(
[all...]
/external/libpcap/Win32/Src/
H A Dgetnetbynm.c34 if (strcmp(p->n_name, name) == 0)
37 if (strcmp(*cp, name) == 0)
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-list.c32 else if (strcmp(argv[i], "hw") == 0 ||
33 strcmp(argv[i], "hardware") == 0)
35 else if (strcmp(argv[i], "sw") == 0 ||
36 strcmp(argv[i], "software") == 0)
38 else if (strcmp(argv[i], "cache") == 0 ||
39 strcmp(argv[i], "hwcache") == 0)
41 else if (strcmp(argv[i], "pmu") == 0)
43 else if (strcmp(argv[i], "--raw-dump") == 0)
/external/llvm/tools/llvm-c-test/
H A Dmain.c52 if (argc == 2 && !strcmp(argv[1], "--module-dump")) {
54 } else if (argc == 2 && !strcmp(argv[1], "--module-list-functions")) {
56 } else if (argc == 2 && !strcmp(argv[1], "--module-list-globals")) {
58 } else if (argc == 2 && !strcmp(argv[1], "--targets-list")) {
60 } else if (argc == 2 && !strcmp(argv[1], "--object-list-sections")) {
62 } else if (argc == 2 && !strcmp(argv[1], "--object-list-symbols")) {
64 } else if (argc == 2 && !strcmp(argv[1], "--disassemble")) {
66 } else if (argc == 2 && !strcmp(argv[1], "--calc")) {
/external/valgrind/main/gdbserver_tests/
H A Dgone.c16 if (strcmp (argv[1], "exit") == 0)
23 if (strcmp (argv[1], "abort") == 0)
/external/chromium_org/third_party/libxml/src/
H A Dlegacy.c177 if (!strcmp(name, "validate")) {
179 } else if (!strcmp(name, "keep blanks")) {
181 } else if (!strcmp(name, "disable SAX")) {
183 } else if (!strcmp(name, "fetch external entities")) {
185 } else if (!strcmp(name, "substitute entities")) {
187 } else if (!strcmp(name, "gather line info")) {
189 } else if (!strcmp(name, "user data")) {
191 } else if (!strcmp(name, "is html")) {
193 } else if (!strcmp(name, "is standalone")) {
195 } else if (!strcmp(nam
[all...]
/external/compiler-rt/test/msan/
H A Dallocator_returns_null.cc28 if (!strcmp(argv[1], "malloc")) {
32 if (!strcmp(argv[1], "calloc")) {
37 if (!strcmp(argv[1], "calloc-overflow")) {
45 if (!strcmp(argv[1], "realloc")) {
49 if (!strcmp(argv[1], "realloc-after-malloc")) {
/external/compiler-rt/test/tsan/
H A Dallocator_returns_null.cc23 if (!strcmp(argv[1], "malloc")) {
27 if (!strcmp(argv[1], "calloc")) {
32 if (!strcmp(argv[1], "calloc-overflow")) {
40 if (!strcmp(argv[1], "realloc")) {
44 if (!strcmp(argv[1], "realloc-after-malloc")) {
/external/libxml2/
H A Dlegacy.c177 if (!strcmp(name, "validate")) {
179 } else if (!strcmp(name, "keep blanks")) {
181 } else if (!strcmp(name, "disable SAX")) {
183 } else if (!strcmp(name, "fetch external entities")) {
185 } else if (!strcmp(name, "substitute entities")) {
187 } else if (!strcmp(name, "gather line info")) {
189 } else if (!strcmp(name, "user data")) {
191 } else if (!strcmp(name, "is html")) {
193 } else if (!strcmp(name, "is standalone")) {
195 } else if (!strcmp(nam
[all...]
/external/iproute2/misc/
H A Dssfilter.y208 if (strcmp(curtok, "!") == 0 ||
209 strcmp(curtok, "not") == 0)
211 if (strcmp(curtok, "&") == 0 ||
212 strcmp(curtok, "&&") == 0 ||
213 strcmp(curtok, "and") == 0)
215 if (strcmp(curtok, "|") == 0 ||
216 strcmp(curtok, "||") == 0 ||
217 strcmp(curtok, "or") == 0)
219 if (strcmp(curtok, "(") == 0)
221 if (strcmp(curto
[all...]

Completed in 1573 milliseconds

1234567891011>>