/external/stlport/test/unit/ |
copy_test.cpp | 45 CPPUNIT_ASSERT(!strncmp(string, result, 23));
|
/external/v8/test/cctest/ |
test-utils.cc | 72 CHECK_EQ(0, strncmp(buffer.start(), s, i - 1));
|
/external/webkit/JavaScriptCore/wtf/ |
StringExtras.h | 98 if (*start == *target && strncmp(start + 1, target + 1, targetLength - 1) == 0)
|
/frameworks/base/media/tests/players/ |
invoke_mock_media_player.cpp | 63 if (strncmp(url, kPing, strlen(kPing)) == 0) {
|
/frameworks/base/tools/localize/ |
file_utils.cpp | 63 if (0 == strncmp("values", values+1, rest-values-1)) {
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
string.h | 72 extern int strncmp(const char *, const char *, size_t);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
string.h | 72 extern int strncmp(const char *, const char *, size_t);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
string.h | 72 extern int strncmp(const char *, const char *, size_t);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
string.h | 72 extern int strncmp(const char *, const char *, size_t);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
string.h | 72 extern int strncmp(const char *, const char *, size_t);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
string.h | 72 extern int strncmp(const char *, const char *, size_t);
|
/system/core/nexus/ |
Controller.cpp | 111 if (!strncmp(line, modtag, (endTag - line))) {
|
/system/netd/ |
PppController.cpp | 144 if ((!strncmp(de->d_name, "tty", 3)) && (strlen(de->d_name) > 3)) {
|
/external/svox/pico/tts/ |
com_svox_picottsengine.cpp | 150 if (strncmp(locale, picoSupportedLang[i], 2) == 0) { [all...] |
/external/bluetooth/bluez/test/ |
hstest.c | 180 if (strncmp(argv[1], "play", 4) == 0) { 183 } else if (strncmp(argv[1], "rec", 3) == 0) {
|
/external/dropbear/ |
cli-kex.c | 247 if (strncmp(cli_opts.remotehost, buf_getptr(line, hostlen), 260 if (strncmp(buf_getptr(line, algolen), algoname, algolen) != 0) {
|
dropbearkey.c | 167 if (strncmp(typetext, "rsa", 3) == 0) { 173 if (strncmp(typetext, "dss", 3) == 0) {
|
/external/ipsec-tools/src/racoon/ |
localconf.c | 214 if (strncmp(buf, str, len) == 0 && buf[len] == '\0') { 222 if (strncmp(p, "0x", 2) == 0) {
|
/external/openssl/crypto/x509v3/ |
v3_ncons.c | 116 if (!strncmp(val->name, "permitted", 9) && val->name[9]) 121 else if (!strncmp(val->name, "excluded", 8) && val->name[8])
|
/external/srec/portable/include/ |
ptypes.h | 245 * LCHAR version of strncmp() 247 #define LSTRNCMP strncmp
|
/external/tcpdump/ |
print-zephyr.c | 157 if (strncmp(z.version, "ZEPH", 4)) 183 if (strncmp(z.version+4, "0.2", 3)) {
|
/external/webkit/WebCore/platform/image-decoders/ |
ImageDecoder.cpp | 71 if (strncmp(contents, "GIF8", 4) == 0) 88 if (strncmp(contents, "BM", 2) == 0)
|
/frameworks/base/core/jni/ |
android_os_Debug.cpp | 246 } while (strncmp(compare, line, len)); 255 } while (strncmp(compare, line, len));
|
/hardware/broadcom/wlan/bcm4329/src/shared/ |
miniopt.c | 98 else if (!strncmp(p, "--", 2)) { 121 else if (!strncmp(p, "-", 1)) {
|
/system/core/liblog/ |
logd_write.c | 143 !strncmp(tag, "RIL", 3) || /* Any log tag with "RIL" as the prefix */ 171 !strncmp(tag, "RIL", 3) || /* Any log tag with "RIL" as the prefix */
|