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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/string/
strcoll.c 32 * support locales, we assume we always use the C locale and call strcmp.
39 return strcmp(s1, s2);
strcmp.c 1 /* $OpenBSD: strcmp.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
45 strcmp(const char *s1, const char *s2) function
  /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]));
  /bootable/bootloader/legacy/libc/
strcmp.c 29 int strcmp(const char *a, const char *b) function
  /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...]
  /system/core/nexus/
SupplicantStatus.cpp 58 if (!strcmp(token, "bssid"))
60 else if (!strcmp(token, "ssid"))
62 else if (!strcmp(token, "id"))
64 else if (!strcmp(token, "wpa_state")) {
65 if (!strcmp(value, "DISCONNECTED"))
67 else if (!strcmp(value, "INACTIVE"))
69 else if (!strcmp(value, "SCANNING"))
71 else if (!strcmp(value, "ASSOCIATING"))
73 else if (!strcmp(value, "ASSOCIATED"))
75 else if (!strcmp(value, "FOURWAY_HANDSHAKE")
    [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/webkit/WebKit/win/
WebKitDLL.cpp 144 if (!strcmp(name, "textAreaResizeCorner"))
146 else if (!strcmp(name, "missingImage"))
148 else if (!strcmp(name, "nullPlugin"))
150 else if (!strcmp(name, "panIcon"))
152 else if (!strcmp(name, "panSouthCursor"))
154 else if (!strcmp(name, "panNorthCursor"))
156 else if (!strcmp(name, "panEastCursor"))
158 else if (!strcmp(name, "panWestCursor"))
160 else if (!strcmp(name, "panSouthEastCursor"))
162 else if (!strcmp(name, "panSouthWestCursor")
    [all...]
  /external/bison/lib/
hard-locale.c 50 if (strcmp (p, "C") == 0 || strcmp (p, "POSIX") == 0)
62 && strcmp (p, locale) == 0)
64 && strcmp (p, locale) == 0))
  /external/iptables/
iptables-multi.c 20 if (!strcmp(progname, "iptables"))
23 if (!strcmp(progname, "iptables-save"))
26 if (!strcmp(progname, "iptables-restore"))
29 if (!strcmp(progname, "iptables-xml"))
  /system/vold/
NetlinkHandler.cpp 53 if (!strcmp(subsys, "block")) {
55 } else if (!strcmp(subsys, "switch")) {
57 } else if (!strcmp(subsys, "battery")) {
58 } else if (!strcmp(subsys, "power_supply")) {
  /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...]
  /system/core/toolbox/
route.c 60 if (argc > 2 && !strcmp(argv[1], "add")) {
61 if (!strcmp(argv[2], "default")) {
63 if (argc > 4 && !strcmp(argv[3], "dev")) {
71 if (argc > 6 && !strcmp(argv[3], "gw") && !strcmp(argv[5], "dev")) {
82 if (argc > 7 && !strcmp(argv[2], "-net") &&
83 !strcmp(argv[4], "netmask") && !strcmp(argv[6], "gw")) {
  /external/libxml2/
legacy.c 177 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(name, "document"))
    [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...]
  /frameworks/base/media/libmedia/
MediaProfiles.cpp 127 if (!strcmp(map[i].name, name)) {
138 CHECK(!strcmp("codec", atts[0]) &&
139 !strcmp("bitRate", atts[2]) &&
140 !strcmp("width", atts[4]) &&
141 !strcmp("height", atts[6]) &&
142 !strcmp("frameRate", atts[8]));
162 CHECK(!strcmp("codec", atts[0]) &&
163 !strcmp("bitRate", atts[2]) &&
164 !strcmp("sampleRate", atts[4]) &&
165 !strcmp("channels", atts[6]))
    [all...]
  /external/svox/pico/tts/
svox_ssml_parser.cpp 110 if (strcmp(element, "speak") == 0)
129 if (strcmp(attributes[i], "xml:lang") == 0)
140 else if (strcmp(element, "p") == 0) /* currently no attributes are supported for <p> */
152 else if (strcmp(element, "s") == 0) /* currently no attributes are supported for <s> */
164 else if (strcmp(element, "phoneme") == 0) /* only ipa and xsampa alphabets are supported */
175 if (strcmp(attributes[i], "alphabet") == 0)
177 if (strcmp(attributes[i+1], "xsampa") == 0)
182 if (strcmp(attributes[i], "ph") == 0)
270 else if (strcmp(element, "break") == 0)
285 if (strcmp(attributes[i], "time") == 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...]
  /external/dbus/dbus/
dbus-errors.c 68 if (strcmp (error, DBUS_ERROR_FAILED) == 0)
70 else if (strcmp (error, DBUS_ERROR_NO_MEMORY) == 0)
72 else if (strcmp (error, DBUS_ERROR_IO_ERROR) == 0)
74 else if (strcmp (error, DBUS_ERROR_BAD_ADDRESS) == 0)
76 else if (strcmp (error, DBUS_ERROR_NOT_SUPPORTED) == 0)
78 else if (strcmp (error, DBUS_ERROR_LIMITS_EXCEEDED) == 0)
80 else if (strcmp (error, DBUS_ERROR_ACCESS_DENIED) == 0)
82 else if (strcmp (error, DBUS_ERROR_AUTH_FAILED) == 0)
84 else if (strcmp (error, DBUS_ERROR_NO_SERVER) == 0)
86 else if (strcmp (error, DBUS_ERROR_TIMEOUT) == 0
    [all...]
  /external/elfutils/libasm/
symbolhash.h 22 strcmp (ebl_string ((a)->strent), ebl_string ((b)->strent))
  /external/elfutils/src/
symbolhash.c 27 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
symbolhash.h 21 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
versionhash.c 26 #define COMPARE(a, b) strcmp ((a)->id, (b)->id)
  /external/gtest/samples/
sample2_unittest.cc 82 EXPECT_TRUE(strcmp(s.c_string(), kHelloString) == 0);
91 EXPECT_TRUE(strcmp(s2.c_string(), kHelloString) == 0);
99 EXPECT_TRUE(strcmp(s.c_string(), kHelloString) == 0);
104 EXPECT_TRUE(strcmp(s.c_string(), kHelloString) == 0);

Completed in 1479 milliseconds

1 2 3 4 5 6 7 8 91011>>