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

<<11121314151617181920>>

  /frameworks/base/tools/validatekeymaps/
Main.cpp 53 if (strcmp(extension, ".kl") == 0) {
56 if (strcmp(extension, ".kcm") == 0) {
59 if (strcmp(extension, ".idc") == 0) {
  /frameworks/wilhelm/src/
trace.c 71 if (/*(strcmp(function, "BufferQueue_Enqueue") &&
72 strcmp(function, "BufferQueue_GetState") &&
73 strcmp(function, "OutputMixExt_FillBuffer")) &&*/
  /dalvik/vm/oo/
Class.h 213 * as if by strcmp() on the result of dexProtoGetMethodDescriptor().
224 * as if by strcmp() on the result of dexProtoGetMethodDescriptor().
233 * Compare the two method names and prototypes, a la strcmp(). The
241 * Compare the two method names and prototypes, a la strcmp(), ignoring
263 * a method, a la strcmp(). The name is considered the "major" order and
272 * a method, a la strcmp(). The name is considered the "major" order and
  /external/bluetooth/bluez/tools/
hid2hci.c 254 if (!strcmp(optarg, "hid")) {
256 } else if (!strcmp(optarg, "hci")) {
267 if (!strcmp(optarg, "csr")) {
270 } else if (!strcmp(optarg, "logitech-hid")) {
272 } else if (!strcmp(optarg, "dell")) {
311 if (type == NULL || strcmp(type, "usb_device") != 0) {
  /external/openssl/apps/
ciphers.c 125 if (strcmp(*argv,"-v") == 0)
127 else if (strcmp(*argv,"-V") == 0)
130 else if (strcmp(*argv,"-ssl2") == 0)
134 else if (strcmp(*argv,"-ssl3") == 0)
138 else if (strcmp(*argv,"-tls1") == 0)
142 (strcmp(*argv,"-?") == 0))
gendh.c 117 if (strcmp(*argv,"-out") == 0)
122 else if (strcmp(*argv,"-2") == 0)
124 /* else if (strcmp(*argv,"-3") == 0)
126 else if (strcmp(*argv,"-5") == 0)
129 else if (strcmp(*argv,"-engine") == 0)
135 else if (strcmp(*argv,"-rand") == 0)
  /external/openssl/crypto/engine/
eng_cnf.c 128 if (!strcmp(ctrlname, "engine_id"))
130 else if (!strcmp(ctrlname, "soft_load"))
133 else if (!strcmp(ctrlname, "dynamic_path"))
165 if (!strcmp(ctrlvalue, "EMPTY"))
167 if (!strcmp(ctrlname, "init"))
182 else if (!strcmp(ctrlname, "default_algorithms"))
  /system/core/toolbox/
lsof.c 87 if (!strcmp(link_dest, "/"))
119 if (inode == 0 || !strcmp(device, "00:00"))
154 if (!strcmp(de->d_name, ".") || !strcmp(de->d_name, ".."))
241 if (!strcmp(de->d_name, ".") || !strcmp(de->d_name, ".."))
ps.c 215 if(!strcmp(argv[1],"-t")) {
217 } else if(!strcmp(argv[1],"-x")) {
219 } else if(!strcmp(argv[1], "-Z")) {
221 } else if(!strcmp(argv[1],"-P")) {
223 } else if(!strcmp(argv[1],"-p")) {
225 } else if(!strcmp(argv[1],"-c")) {
  /system/extras/sound/
playwav.c 339 if (!strcmp(argv[0],"-rec")) {
341 } else if (!strcmp(argv[0],"-play")) {
343 } else if (!strcmp(argv[0],"-stereo")) {
345 } else if (!strcmp(argv[0],"-mono")) {
347 } else if (!strcmp(argv[0],"-rate")) {
368 if (dot && !strcmp(dot,".mp3")) {
  /abi/cpp/src/
type_info.cc 52 return strcmp(this->__type_name, rhs.__type_name) == 0;
70 return strcmp(this->__type_name, rhs.__type_name) < 0;
  /dalvik/vm/hprof/
HprofString.cpp 61 (HashCompareFunc)strcmp, false);
67 (HashCompareFunc)strcmp, true);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_custom.h 52 #ifdef strcmp
55 #define XSTRCMP strcmp
  /external/e2fsprogs/lib/blkid/
tag.c 78 if (!strcmp(tmp->bit_name, type))
95 if (!tag || strcmp(tag->bit_val, value))
114 if (!strcmp(tmp->bit_name, type)) {
147 if (!strcmp(name, "TYPE"))
149 else if (!strcmp(name, "LABEL"))
151 else if (!strcmp(name, "UUID"))
159 if (!strcmp(t->bit_val, val)) {
355 if (!strcmp(tmp->bit_val, value) &&
  /external/e2fsprogs/misc/
blkid.c 193 if (!strcmp(type, "UUID"))
195 if (!strcmp(type, "TYPE"))
197 if (!strcmp(type, "LABEL"))
242 if (!strcmp(type, show[i]))
303 if (!strcmp(optarg, "value"))
305 else if (!strcmp(optarg, "device"))
307 else if (!strcmp(optarg, "list"))
309 else if (!strcmp(optarg, "full"))
  /external/elfutils/backends/
i386_symbol.c 70 || strcmp (name, ".stab") == 0
71 || strcmp (name, ".stabstr") == 0);
  /external/elfutils/src/
sectionhash.c 41 int result = strcmp (one->name, two->name);
62 ? 1 : strcmp (one->grp_signature,
  /external/icu4c/test/cintltst/
cctest.c 85 if(!strcmp(nameBeforeSet, nameAfterSet)) { /* changing the default didn't affect. */
88 if(strcmp(nameBeforeSet, nameAfterRestore)) {
tracetst.c 97 if (strcmp(expectedResult, buf) != 0) {
123 if (strcmp(fnName, bogusFnName) == 0) {
141 if (strcmp(fnName, bogusFnName) == 0) {
167 if (strcmp(fnName, bogusFnName) == 0) {
354 TEST_ASSERT(strcmp(buf, "Hello, World.") == 0);
364 TEST_ASSERT(strcmp(name, "u_init") == 0);
366 TEST_ASSERT(strcmp(name, "ucnv_open") == 0);
368 TEST_ASSERT(strcmp(name, "ucol_getSortKey") == 0);
  /external/iproute2/tc/
tc_filter.c 79 if (strcmp(*argv, "dev") == 0) {
84 } else if (strcmp(*argv, "root") == 0) {
90 } else if (strcmp(*argv, "parent") == 0) {
98 } else if (strcmp(*argv, "handle") == 0) {
276 if (strcmp(*argv, "dev") == 0) {
281 } else if (strcmp(*argv, "root") == 0) {
287 } else if (strcmp(*argv, "parent") == 0) {
295 } else if (strcmp(*argv, "handle") == 0) {
tc_qdisc.c 75 if (strcmp(*argv, "dev") == 0) {
80 } else if (strcmp(*argv, "handle") == 0) {
88 } else if (strcmp(*argv, "root") == 0) {
95 } else if (strcmp(*argv, "ingress") == 0) {
108 } else if (strcmp(*argv, "parent") == 0) {
246 if (0 == strcmp("pfifo_fast", RTA_DATA(tb[TCA_KIND])))
290 if (strcmp(*argv, "dev") == 0) {
294 } else if (strcmp(*argv, "ingress") == 0) {
  /external/libsepol/src/
boolean_record.c 72 return strcmp(boolean->name, key->name);
79 return strcmp(boolean->name, boolean2->name);
  /external/llvm/test/CodeGen/Generic/
2007-04-30-LandingPadBranchFolding.ll 20 %tmp207 = call i32 @strcmp( ) ; <i32> [#uses=1]
55 declare i32 @strcmp()
  /external/openfst/src/bin/
fstcompose.cc 50 string in1_name = strcmp(argv[1], "-") != 0 ? argv[1] : "";
51 string in2_name = (argc > 2 && (strcmp(argv[2], "-") != 0)) ? argv[2] : "";
fstdifference.cc 48 string in1_name = strcmp(argv[1], "-") == 0 ? "" : argv[1];
49 string in2_name = strcmp(argv[2], "-") == 0 ? "" : argv[2];

Completed in 788 milliseconds

<<11121314151617181920>>