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

1 2 3 4 5 6 7 8 91011>>

  /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/dbus/bus/
config-parser-common.c 34 if (strcmp (name, "none") == 0)
38 else if (strcmp (name, "busconfig") == 0)
42 else if (strcmp (name, "user") == 0)
46 else if (strcmp (name, "auth") == 0)
50 else if (strcmp (name, "type") == 0)
54 else if (strcmp (name, "fork") == 0)
58 else if (strcmp (name, "pidfile") == 0)
62 else if (strcmp (name, "listen") == 0)
66 else if (strcmp (name, "auth") == 0)
70 else if (strcmp (name, "allow") == 0
    [all...]
  /external/clang/test/CodeGen/
2002-03-11-LargeCharInString.c 3 int strcmp(const char *s1, const char *s2);
9 return strcmp(X, "\037\213");
  /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/iproute2/misc/
ssfilter.y 208 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(curtok, ")") == 0
    [all...]
  /external/tcpdump/
print-zephyr.c 193 if (!lose && strcmp(ackdata, "SENT"))
198 if (!strcmp(z.class, "USER_LOCATE")) {
199 if (!strcmp(z.opcode, "USER_HIDE"))
201 else if (!strcmp(z.opcode, "USER_UNHIDE"))
208 if (!strcmp(z.class, "ZEPHYR_ADMIN")) {
213 if (!strcmp(z.class, "ZEPHYR_CTL")) {
214 if (!strcmp(z.inst, "CLIENT")) {
215 if (!strcmp(z.opcode, "SUBSCRIBE") ||
216 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") ||
217 !strcmp(z.opcode, "UNSUBSCRIBE"))
    [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/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...]
  /external/chromium/chrome/browser/metrics/
metrics_response.cc 29 if (strcmp(Char(name), "upload") == 0) {
31 if (strcmp(Char(attrs[i]), "interval") == 0) {
36 } else if (strcmp(Char(name), "limit") == 0) {
38 if (strcmp(Char(attrs[i]), "events") == 0) {
43 } else if (strcmp(Char(name), "collector") == 0) {
45 if (strcmp(Char(attrs[i]), "type") == 0) {
47 if (strcmp(type, "document") == 0) {
49 } else if (strcmp(type, "profile") == 0) {
51 } else if (strcmp(type, "window") == 0) {
53 } else if (strcmp(type, "ui") == 0)
    [all...]
  /external/iproute2/tc/
p_ip.c 36 if (strcmp(*argv, "src") == 0) {
42 if (strcmp(*argv, "dst") == 0) {
52 if (strcmp(*argv, "tos") == 0 || matches(*argv, "dsfield") == 0) {
58 if (strcmp(*argv, "ihl") == 0) {
64 if (strcmp(*argv, "protocol") == 0) {
78 if (strcmp(*argv, "nofrag") == 0) {
85 if (strcmp(*argv, "firstfrag") == 0) {
91 if (strcmp(*argv, "ce") == 0) {
97 if (strcmp(*argv, "df") == 0) {
103 if (strcmp(*argv, "mf") == 0)
    [all...]
  /system/netd/
CommandListener.cpp 140 if (!strcmp(argv[1], "list")) {
157 } else if (!strcmp(argv[1], "readrxcounter")) {
175 } else if (!strcmp(argv[1], "readtxcounter")) {
192 } else if (!strcmp(argv[1], "getthrottle")) {
193 if (argc != 4 || (argc == 4 && (strcmp(argv[3], "rx") && (strcmp(argv[3], "tx"))))) {
202 if (!strcmp(argv[3], "rx")) {
218 } else if (!strcmp(argv[1], "setthrottle")) {
241 if (!strcmp(argv[1], "route")) {
251 if (!strcmp(argv[2], "add"))
    [all...]
  /external/llvm/test/Transforms/SimplifyLibCalls/
StrCmp.ll 11 declare i32 @strcmp(i8*, i8*)
13 ; strcmp("", x) -> -*x
15 %temp1 = call i32 @strcmp(i8* getelementptr inbounds ([1 x i8]* @null, i32 0, i32 0), i8* %str)
24 ; strcmp(x, "") -> *x
26 %temp1 = call i32 @strcmp(i8* %str, i8* getelementptr inbounds ([1 x i8]* @null, i32 0, i32 0))
34 ; strcmp(x, y) -> cnst
36 %temp1 = call i32 @strcmp(i8* getelementptr inbounds ([5 x i8]* @hell, i32 0, i32 0), i8* getelementptr inbounds ([6 x i8]* @hello, i32 0, i32 0))
42 %temp1 = call i32 @strcmp(i8* getelementptr inbounds ([5 x i8]* @hell, i32 0, i32 0), i8* getelementptr inbounds ([1 x i8]* @null, i32 0, i32 0))
48 ; strcmp(x, y) -> memcmp(x, y, <known length>)
52 %temp1 = call i32 @strcmp(i8* getelementptr inbounds ([6 x i8]* @hello, i32 0, i32 0), i8* %sel
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex16.c 21 if (s == NULL || strcmp (s, "Invalid collation character"))
27 if (s == NULL || strcmp (s, "Invalid collation character"))
33 if (s == NULL || strcmp (s, "Invalid character class name"))
  /external/libxml2/
xmlcatalog.c 184 if (!strcmp(command, "exit"))
186 if (!strcmp(command, "quit"))
188 if (!strcmp(command, "bye"))
190 if (!strcmp(command, "public")) {
202 } else if (!strcmp(command, "system")) {
214 } else if (!strcmp(command, "add")) {
242 } else if (!strcmp(command, "del")) {
251 } else if (!strcmp(command, "resolve")) {
264 } else if (!strcmp(command, "dump")) {
270 } else if (!strcmp(command, "debug"))
    [all...]
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 155 if (!strcmp(map[i].name, name)) {
166 CHECK(!strcmp("codec", atts[0]) &&
167 !strcmp("bitRate", atts[2]) &&
168 !strcmp("width", atts[4]) &&
169 !strcmp("height", atts[6]) &&
170 !strcmp("frameRate", atts[8]));
190 CHECK(!strcmp("codec", atts[0]) &&
191 !strcmp("bitRate", atts[2]) &&
192 !strcmp("sampleRate", atts[4]) &&
193 !strcmp("channels", atts[6]))
    [all...]
  /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/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/icu4c/samples/date/
date.c 75 if(strcmp(arg, "-v") == 0 || strcmp(arg, "--version") == 0) {
79 else if(strcmp(arg, "-h") == 0 || strcmp(arg, "--help") == 0) {
83 else if(strcmp(arg, "-u") == 0 || strcmp(arg, "--gmt") == 0) {
87 else if(strcmp(arg, "-f") == 0 || strcmp(arg, "--full") == 0) {
91 else if(strcmp(arg, "-l") == 0 || strcmp(arg, "--long") == 0)
    [all...]

Completed in 1247 milliseconds

1 2 3 4 5 6 7 8 91011>>