/external/opencv/cxcore/src/ |
cxswitcher.cpp | 243 if( strstr( buffer, "mmx" ) && strstr( buffer, "cmov" )) 246 if( strstr( buffer, "xmm" ) || strstr( buffer, "sse" )) 249 if( strstr( buffer, "emm" ))
|
/external/wpa_supplicant_8/hs20/client/ |
spp_client.c | 183 cdata = strstr(str, "<![CDATA["); 184 cdata_end = strstr(str, "]]>"); 186 cdata < strstr(str, "MgmtTree") && 187 cdata_end > strstr(str, "/MgmtTree")) { 192 cdata_end = strstr(tmp, "]]>");
|
/hardware/intel/common/libva/test/videoprocess/ |
videoprocess.cpp | 546 if (strstr(flags_str, "VA_DEINTERLACING_BOTTOM_FIELD_FIRST")) 548 if (strstr(flags_str, "VA_DEINTERLACING_BOTTOM_FIELD")) 550 if (strstr(flags_str, "VA_DEINTERLACING_ONE_FIELD")) 676 if (strstr(blending_flags_str, "VA_BLEND_GLOBAL_ALPHA")) { 684 if (strstr(blending_flags_str, "VA_BLEND_LUMA_KEY")) { [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioUsbALSA.cpp | 123 str_start = strstr(read_buf, type); 131 channel_start = strstr(str_start, "Channels:"); 138 channel_start = strstr(channel_start, " "); 153 ratesStrStart = strstr(str_start, "Rates:"); 161 ratesStrStart = strstr(ratesStrStart, " "); [all...] |
/system/core/logcat/tests/ |
logcat_test.cpp | 171 if (strstr(buffer, " -0700") || strstr(buffer, " -0800")) { 195 if (strstr(buffer, " -0700") || strstr(buffer, " -0800")) { 957 EXPECT_TRUE(strstr(buffer, "logcat_test_") != NULL);
|
/device/generic/goldfish/camera/ |
EmulatedCameraFactory.cpp | 392 char* name_start = strstr(cur_entry, lListNameToken); 393 char* dim_start = strstr(cur_entry, lListDimsToken); 394 char* dir_start = strstr(cur_entry, lListDirToken);
|
/external/curl/tests/server/ |
sws.c | 459 char *end = strstr(line, end_of_headers); 730 if(strstr(req->reqbuf, "\r\n0\r\n\r\n")) 743 if(!req->auth && strstr(req->reqbuf, "Authorization:")) { 749 if(!req->digest && strstr(req->reqbuf, "Authorization: Digest")) { 758 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAD")) { 768 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAB")) { 775 strstr(req->reqbuf, "Authorization: Basic")) { 782 if(strstr(req->reqbuf, "Connection: close")) 804 end = strstr(line, end_of_headers); 820 if(req->upgrade && strstr(req->reqbuf, "Upgrade:")) [all...] |
/prebuilts/go/darwin-x86/src/encoding/json/ |
encode_test.go | 72 StrStr string `json:",string"` 78 "StrStr": "\"xzbit\"" 85 s.StrStr = "xzbit"
|
/prebuilts/go/linux-x86/src/encoding/json/ |
encode_test.go | 72 StrStr string `json:",string"` 78 "StrStr": "\"xzbit\"" 85 s.StrStr = "xzbit"
|
/sdk/find_java/src/source/ |
find_java_lib.cpp | 556 char *j = strstr(first32, "java");
558 j = strstr(first32, "openjdk");
560 char *v = strstr(first32, "version");
|
/external/protobuf/gtest/test/ |
gtest-death-test_test.cc | [all...] |
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
avstring.h | 60 * This function is a case-insensitive version of the standard strstr(). 74 * This function is a length-limited version of the standard strstr().
|
/hardware/intel/common/libva/va/ |
va_fool.c | 198 strstr(fool_ctx->fn_enc, "h264")) 203 strstr(fool_ctx->fn_enc, "vp8"))
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_uevents.cpp | 75 char* pstr = strstr(iter_str, "PANEL_ALIVE=0"); 93 char* pstr = strstr(iter_str, "SWITCH_STATE=");
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_uevents.cpp | 75 char* pstr = strstr(iter_str, "PANEL_ALIVE=0"); 93 char* pstr = strstr(iter_str, "SWITCH_STATE=");
|
/hardware/ril/rild/ |
rild.c | 230 if (strstr(buffer, "android.qemud=") != NULL) 278 p = strstr( buffer, KERNEL_OPTION );
|
/prebuilts/misc/windows/sdl2/test/ |
testhaptic.c | 29 #include <string.h> /* strstr */ 98 if (strstr(SDL_HapticName(i), name) != NULL)
|
/system/extras/tests/sdcard/ |
sysutil.cpp | 299 return strstr(value, "NO_NEW_FAIR_SLEEPERS") == NULL; 329 return strstr(value, "NO_NEW_FAIR_SLEEPERS") == NULL;
|
/toolchain/binutils/binutils-2.25/gas/ |
config.in | 83 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. 221 /* Define if strstr is not declared in system header files. */
|
/toolchain/binutils/binutils-2.25/opcodes/ |
xgate-dis.c | 329 where = strstr (xgate_opcodes[i].constraints, lastName); 337 where = strstr (xgate_opcodes[i].constraints, currentName);
|
/bootable/recovery/ |
recovery-persist.cpp | 166 if (strstr(line, " /cache ")) {
|
/development/ndk/platforms/android-12/arch-arm/symbols/ |
libc.so.functions.txt | 682 strstr
|
/development/ndk/platforms/android-12/arch-mips/symbols/ |
libc.so.functions.txt | 665 strstr
|
/development/ndk/platforms/android-12/arch-x86/symbols/ |
libc.so.functions.txt | 662 strstr
|
/development/ndk/platforms/android-14/arch-arm/symbols/ |
libc.so.functions.txt | 682 strstr
|