/external/qemu/android/avd/ |
hw-config.c | 25 if (!strcmp(value,"1") || 26 !strcmp(value,"yes") || 27 !strcmp(value,"YES") || 28 !strcmp(value,"true") || 29 !strcmp(value,"TRUE")) 132 return strcmp(config->hw_screen, "no-touch") == 0; 138 return strcmp(config->hw_screen, "touch") == 0; 144 return strcmp(config->hw_screen, "multi-touch") == 0;
|
/external/strace/linux/ |
ioctlsort.c | 31 return (code1 > code2) ? 1 : (code1 < code2) ? -1 : strcmp (name1, name2); 47 strcmp (ioctls[i].name, ioctls[i-1].name))
|
/external/webkit/Source/WebCore/bridge/jni/jsc/ |
JavaClassJSC.cpp | 133 return (!strcmp(m_name, "java.lang.Byte") 134 || !strcmp(m_name, "java.lang.Short") 135 || !strcmp(m_name, "java.lang.Integer") 136 || !strcmp(m_name, "java.lang.Long") 137 || !strcmp(m_name, "java.lang.Float") 138 || !strcmp(m_name, "java.lang.Double")); 143 return !strcmp(m_name, "java.lang.Boolean"); 148 return !strcmp(m_name, "java.lang.String");
|
/system/core/toolbox/ |
setsebool.c | 28 if (!strcmp(v, "1") || !strcasecmp(v, "true") || !strcasecmp(v, "on")) 30 else if (!strcmp(v, "0") || !strcasecmp(v, "false") || !strcasecmp(v, "off"))
|
/system/extras/tests/bionic/libc/common/ |
test_strptime.c | 35 puts(!strcmp(buf, "11:14") ? "OK" : "FAILED"); 41 puts(!strcmp(buf, "09:41:53") ? "OK" : "FAILED");
|
/frameworks/av/media/libstagefright/ |
MediaCodecList.cpp | 181 if (!strcmp(name, "Decoders")) { 183 } else if (!strcmp(name, "Encoders")) { 191 if (!strcmp(name, "MediaCodec")) { 202 if (!strcmp(name, "MediaCodec")) { 214 if (!strcmp(name, "Quirk")) { 216 } else if (!strcmp(name, "Type")) { 237 if (!strcmp(name, "Decoders")) { 245 if (!strcmp(name, "Encoders")) { 253 if (!strcmp(name, "MediaCodec")) { 261 if (!strcmp(name, "MediaCodec")) [all...] |
/frameworks/native/include/utils/ |
String8.h | 25 #include <string.h> // for strcmp 316 return strcmp(mString, other.mString); 321 return strcmp(mString, other.mString) < 0; 326 return strcmp(mString, other.mString) <= 0; 331 return strcmp(mString, other.mString) == 0; 336 return strcmp(mString, other.mString) != 0; 341 return strcmp(mString, other.mString) >= 0; 346 return strcmp(mString, other.mString) > 0; 351 return strcmp(mString, other) < 0; 356 return strcmp(mString, other) <= 0 [all...] |
/system/core/adb/ |
commandline.c | 478 if(laststate && !strcmp(state,laststate)){ 643 if (!strcmp(argv[0],"longcat")) { 691 if (!strcmp("-f", argv[i])) { 949 if(!strcmp(argv[0],"server")) { 951 } else if(!strcmp(argv[0],"nodaemon")) { 953 } else if (!strcmp(argv[0], "fork-server")) { 956 } else if(!strcmp(argv[0],"persist")) { 983 } else if (!strcmp(argv[0],"-d")) { 985 } else if (!strcmp(argv[0],"-e")) { 1017 if(!strcmp(argv[0], "devices")) [all...] |
/external/iproute2/tc/ |
f_u32.c | 246 if (argc > 0 && strcmp(argv[0], "at") == 0) { 278 if (argc > 0 && strcmp(argv[0], "at") == 0) { 312 if (argc > 0 && strcmp(argv[0], "at") == 0) { 341 if (argc > 0 && strcmp(argv[0], "at") == 0) { 377 if (argc > 0 && strcmp(argv[0], "at") == 0) { 465 if (argc > 0 && strcmp(argv[0], "at") == 0) { 491 if (strcmp(*argv, "src") == 0) { 494 } else if (strcmp(*argv, "dst") == 0) { 497 } else if (strcmp(*argv, "tos") == 0 || 501 } else if (strcmp(*argv, "ihl") == 0) [all...] |
/system/core/fastboot/ |
fastboot.c | 83 if(!strcmp(item,"boot")) { 85 } else if(!strcmp(item,"recovery")) { 87 } else if(!strcmp(item,"system")) { 89 } else if(!strcmp(item,"userdata")) { 91 } else if(!strcmp(item,"cache")) { 93 } else if(!strcmp(item,"info")) { 172 if (serial && strcmp(serial, info->serial_number) != 0) return -1; 391 if (!strcmp(name,"board")) name = "product"; 502 if (strcmp(xtn, ".img")) return; 585 if (!strcmp(*argv, "devices")) [all...] |
/bootable/recovery/ |
roots.cpp | 147 if (strcmp(v->fs_type, "ramdisk") == 0) { 168 if (strcmp(v->fs_type, "yaffs2") == 0) { 179 } else if (strcmp(v->fs_type, "ext4") == 0 || 180 strcmp(v->fs_type, "vfat") == 0) { 207 if (strcmp(v->fs_type, "ramdisk") == 0) { 235 if (strcmp(v->fs_type, "ramdisk") == 0) { 240 if (strcmp(v->mount_point, volume) != 0) { 250 if (strcmp(v->fs_type, "yaffs2") == 0 || strcmp(v->fs_type, "mtd") == 0) { 273 if (strcmp(v->fs_type, "ext4") == 0) [all...] |
/external/stlport/test/unit/ |
partial_test.cpp | 52 return strcmp(a_, b_) < 0 ? 1 : 0; 109 CPPUNIT_ASSERT( strcmp(v1[0], "aa") == 0 ); 111 CPPUNIT_ASSERT( strcmp(v1[1], "bb") == 0 ); 113 CPPUNIT_ASSERT( strcmp(v1[2], "cc") == 0 ); 115 CPPUNIT_ASSERT( strcmp(v1[3], "ff") == 0 ); 117 CPPUNIT_ASSERT( strcmp(v1[4], "ee") == 0 ); 119 CPPUNIT_ASSERT( strcmp(v1[5], "dd") == 0 ); 165 CPPUNIT_ASSERT( strcmp( result[0], "aa" ) == 0 ); 167 CPPUNIT_ASSERT( strcmp( result[1], "bb" ) == 0 ); 169 CPPUNIT_ASSERT( strcmp( result[2], "cc" ) == 0 ) [all...] |
/external/webkit/Source/WebCore/bridge/jni/ |
JNIUtility.cpp | 173 if (!strcmp("byte", name)) 175 else if (!strcmp("short", name)) 177 else if (!strcmp("int", name)) 179 else if (!strcmp("long", name)) 181 else if (!strcmp("float", name)) 183 else if (!strcmp("double", name)) 185 else if (!strcmp("char", name)) 187 else if (!strcmp("boolean", name)) 189 else if (!strcmp("void", name)) 194 else if (!strcmp("java.lang.String", name) [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
partial_test.cpp | 52 return strcmp(a_, b_) < 0 ? 1 : 0; 109 CPPUNIT_ASSERT( strcmp(v1[0], "aa") == 0 ); 111 CPPUNIT_ASSERT( strcmp(v1[1], "bb") == 0 ); 113 CPPUNIT_ASSERT( strcmp(v1[2], "cc") == 0 ); 115 CPPUNIT_ASSERT( strcmp(v1[3], "ff") == 0 ); 117 CPPUNIT_ASSERT( strcmp(v1[4], "ee") == 0 ); 119 CPPUNIT_ASSERT( strcmp(v1[5], "dd") == 0 ); 165 CPPUNIT_ASSERT( strcmp( result[0], "aa" ) == 0 ); 167 CPPUNIT_ASSERT( strcmp( result[1], "bb" ) == 0 ); 169 CPPUNIT_ASSERT( strcmp( result[2], "cc" ) == 0 ) [all...] |
/ndk/tests/device/test-stlport/unit/ |
partial_test.cpp | 52 return strcmp(a_, b_) < 0 ? 1 : 0; 109 CPPUNIT_ASSERT( strcmp(v1[0], "aa") == 0 ); 111 CPPUNIT_ASSERT( strcmp(v1[1], "bb") == 0 ); 113 CPPUNIT_ASSERT( strcmp(v1[2], "cc") == 0 ); 115 CPPUNIT_ASSERT( strcmp(v1[3], "ff") == 0 ); 117 CPPUNIT_ASSERT( strcmp(v1[4], "ee") == 0 ); 119 CPPUNIT_ASSERT( strcmp(v1[5], "dd") == 0 ); 165 CPPUNIT_ASSERT( strcmp( result[0], "aa" ) == 0 ); 167 CPPUNIT_ASSERT( strcmp( result[1], "bb" ) == 0 ); 169 CPPUNIT_ASSERT( strcmp( result[2], "cc" ) == 0 ) [all...] |
/system/core/mkbootimg/ |
mkbootimg.c | 132 if(!strcmp(arg, "--output") || !strcmp(arg, "-o")) { 134 } else if(!strcmp(arg, "--kernel")) { 136 } else if(!strcmp(arg, "--ramdisk")) { 138 } else if(!strcmp(arg, "--second")) { 140 } else if(!strcmp(arg, "--cmdline")) { 142 } else if(!strcmp(arg, "--base")) { 148 } else if(!strcmp(arg, "--board")) { 150 } else if(!strcmp(arg,"--pagesize")) { 199 if(!strcmp(ramdisk_fn,"NONE")) [all...] |
/external/openssl/apps/ |
enc.c | 145 if (strcmp(pname,"base64") == 0) 148 if (strcmp(pname,"zlib") == 0) 155 && (strcmp(pname,"enc") != 0)) 157 if (!base64 && (cipher == NULL) && (strcmp(pname,"enc") != 0)) 168 if (strcmp(*argv,"-e") == 0) 170 else if (strcmp(*argv,"-in") == 0) 175 else if (strcmp(*argv,"-out") == 0) 180 else if (strcmp(*argv,"-pass") == 0) 186 else if (strcmp(*argv,"-engine") == 0) 192 else if (strcmp(*argv,"-d") == 0 [all...] |
rsa.c | 139 if (strcmp(*argv,"-inform") == 0) 144 else if (strcmp(*argv,"-outform") == 0) 149 else if (strcmp(*argv,"-in") == 0) 154 else if (strcmp(*argv,"-out") == 0) 159 else if (strcmp(*argv,"-passin") == 0) 164 else if (strcmp(*argv,"-passout") == 0) 170 else if (strcmp(*argv,"-engine") == 0) 176 else if (strcmp(*argv,"-sgckey") == 0) 178 else if (strcmp(*argv,"-pubin") == 0) 180 else if (strcmp(*argv,"-pubout") == 0 [all...] |
s_client.c | 661 if (strcmp(*argv,"-host") == 0) 666 else if (strcmp(*argv,"-port") == 0) 672 else if (strcmp(*argv,"-connect") == 0) 678 else if (strcmp(*argv,"-verify") == 0) 685 else if (strcmp(*argv,"-cert") == 0) 690 else if (strcmp(*argv,"-sess_out") == 0) 695 else if (strcmp(*argv,"-sess_in") == 0) 700 else if (strcmp(*argv,"-certform") == 0) 711 else if (strcmp(*argv,"-verify_return_error") == 0) 713 else if (strcmp(*argv,"-prexit") == 0 [all...] |
/external/webrtc/src/modules/audio_processing/test/ |
process_test.cc | 134 if (argc > 1 && strcmp(argv[1], "--help") == 0) { 173 if (strcmp(argv[i], "-pb") == 0) { 178 } else if (strcmp(argv[i], "-ir") == 0) { 184 } else if (strcmp(argv[i], "-i") == 0) { 190 } else if (strcmp(argv[i], "-o") == 0) { 195 } else if (strcmp(argv[i], "-fs") == 0) { 204 } else if (strcmp(argv[i], "-ch") == 0) { 215 } else if (strcmp(argv[i], "-rch") == 0) { 223 } else if (strcmp(argv[i], "-aec") == 0) { 230 } else if (strcmp(argv[i], "--drift_compensation") == 0) [all...] |
apmtest.m | 47 if ~strcmp(task, 'test') && ~strcmp(task, 'list') && ~strcmp(task, 'show') 51 if casenumber == 0 && strcmp(task, 'show') 59 if strcmp(testname, 'all') 97 if strcmp(tests{i}, 'apm') 108 elseif strcmp(tests{i}, 'apm-swb') 119 elseif strcmp(tests{i}, 'apmm') 149 if strcmp(task, 'test') || strcmp(task, 'show' [all...] |
/external/icu4c/extra/uconv/ |
uconv.cpp | 329 if (!strcmp(standardName, alias)) { 620 if (infilestr != 0 && strcmp(infilestr, "-")) { [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
locale.cpp | 175 if (strcmp(ctype_name, numeric_name) == 0 && 176 strcmp(ctype_name, time_name) == 0 && 177 strcmp(ctype_name, collate_name) == 0 && 178 strcmp(ctype_name, monetary_name) == 0 && 179 strcmp(ctype_name, messages_name) == 0) { 212 if ((c & locale::all) == 0 || strcmp(name1, name1) == 0) 226 if ((c & locale::all) == 0 || (strcmp(name, ctype_name) == 0 && 227 strcmp(name, time_name) == 0 && 228 strcmp(name, numeric_name) == 0 && 229 strcmp(name, collate_name) == 0 & [all...] |
/external/iptables/iptables/ |
iptables-xml.c | 249 if (strcmp(policy, "-") != 0) 266 if (0 == strcmp(curChain, chain)) 269 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0) 280 if (0 == strcmp(curChain, chain)) 284 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0) { 352 && (strcmp((arg), "-j") == 0 || strcmp((arg), "--jump") == 0 353 || strcmp((arg), "-g") == 0 354 || strcmp((arg), "--goto") == 0)); 363 && (strcmp((arg), "ACCEPT") == [all...] |
/external/qemu/android/ |
cmdline-option.c | 88 if (!strcmp(arg, "verbose")) { 93 if (!strcmp(arg, "debug")) { 129 if (!strcmp(arg2, "all")) { 133 if (!strcmp(arg2, debug_tags[nn].name)) { 152 if ( !strcmp( oo->name, arg2 ) ) { 265 if (!strcmp( "all", x )) 272 if ( !strcmp( debug_tags[nn].name, temp ) ) {
|