HomeSort by relevance Sort by last modified time
    Searched refs:strstr (Results 176 - 200 of 649) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/lldb/source/Commands/
CommandCompletions.cpp 267 if (remainder[0] == '\0' || strstr(dirent_buf->d_name, remainder) == name)
546 && strstr (sfile_file_name, m_file_name) == sfile_file_name)
549 && strstr (sfile_dir_name, m_dir_name) != sfile_dir_name)
566 && strstr (cur_file_name, m_file_name) == cur_file_name)
570 && strstr (cur_dir_name, m_dir_name) != cur_dir_name)
734 && strstr (cur_file_name, m_file_name) == cur_file_name)
738 && strstr (cur_dir_name, m_dir_name) != cur_dir_name)
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c     [all...]
  /external/chromium_org/third_party/codesighs/
codesighs.c 321 if(NULL != strstr(segClass, inOptions->mMatchClasses[loop]))
345 if(NULL != strstr(scope, inOptions->mMatchScopes[loop]))
369 if(NULL != strstr(module, inOptions->mMatchModules[loop]))
393 if(NULL != strstr(segment, inOptions->mMatchSections[loop]))
417 if(NULL != strstr(object, inOptions->mMatchObjects[loop]))
441 if(NULL != strstr(symbol, inOptions->mMatchSymbols[loop]))
    [all...]
  /device/generic/goldfish/camera/
EmulatedCameraFactory.cpp 375 char* name_start = strstr(cur_entry, lListNameToken);
376 char* dim_start = strstr(cur_entry, lListDimsToken);
377 char* dir_start = strstr(cur_entry, lListDirToken);
  /external/bison/darwin-lib/
string.h 904 # undef strstr macro
    [all...]
  /external/bison/linux-lib/
string.h 904 # undef strstr macro
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
dri_common.c 61 if ((env = getenv("LIBGL_DEBUG")) && strstr(env, "verbose")) {
79 if ((env = getenv("LIBGL_DEBUG")) && !strstr(env, "quiet")) {
100 if (!(env = getenv("LIBGL_DEBUG")) || !strstr(env, "quiet")) {
106 if (!env || !strstr(env, "verbose"))
  /external/chromium_org/third_party/npapi/npspy/common/
plugload.cpp 133 strstr(cur_file.c_str(), "npspy.dll") == NULL)
  /external/jhead/
makernote.c 177 if (strstr(ImageInfo.CameraMake, "Canon")){
  /external/libcxx/test/depr/depr.c.headers/
string_h.pass.cpp 43 static_assert((std::is_same<decltype(strstr(cp, cpc)), char*>::value), "");
  /external/libcxx/test/strings/c.strings/
cstring.pass.cpp 47 // static_assert((std::is_same<decltype(std::strstr(cpc, cpc)), const char*>::value), "");
48 static_assert((std::is_same<decltype(std::strstr(cp, cpc)), char*>::value), "");
  /external/mesa3d/src/glx/
dri_common.c 61 if ((env = getenv("LIBGL_DEBUG")) && strstr(env, "verbose")) {
79 if ((env = getenv("LIBGL_DEBUG")) && !strstr(env, "quiet")) {
100 if (!(env = getenv("LIBGL_DEBUG")) || !strstr(env, "quiet")) {
106 if (!env || !strstr(env, "verbose"))
  /external/qemu/util/
qemu-sockets-android.c 414 h = strstr(optstr, ",to=");
417 if (strstr(optstr, ",ipv4"))
419 if (strstr(optstr, ",ipv6"))
422 h = strstr(optstr, ",socket=");
  /external/valgrind/main/memcheck/tests/
str_tester.c 680 it = "strstr";
681 check(strstr("abcd", "z") == NULL, 1); /* Not found. */
682 check(strstr("abcd", "abx") == NULL, 2); /* Dead end. */
684 check(strstr(one, "c") == one+2, 3); /* Basic test. */
685 check(strstr(one, "bc") == one+1, 4); /* Multichar. */
686 check(strstr(one, "d") == one+3, 5); /* End of string. */
687 check(strstr(one, "cd") == one+2, 6); /* Tail of string. */
688 check(strstr(one, "abc") == one, 7); /* Beginning. */
689 check(strstr(one, "abcd") == one, 8); /* Exact match. */
690 check(strstr(one, "abcde") == NULL, 9); /* Too long. *
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 527 if (strstr(reply, "RSN") || strstr(reply, "WPA2"))
529 else if (strstr(reply, "WPA"))
538 if (strstr(reply, "WPA-EAP"))
540 else if (strstr(reply, "WPA-PSK"))
542 else if (strstr(reply, "IEEE8021X")) {
552 if (strstr(reply, "CCMP") && auth != AUTH_NONE_OPEN &&
555 else if (strstr(reply, "TKIP"))
557 else if (strstr(reply, "WEP"))
  /hardware/qcom/display/msm8974/libqdutils/
mdp_version.cpp 99 char * ptype = strstr(fb_finfo.id, "_");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
string_h.pass.cpp 43 static_assert((std::is_same<decltype(strstr(cp, cpc)), char*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cstring.pass.cpp 47 // static_assert((std::is_same<decltype(std::strstr(cpc, cpc)), const char*>::value), "");
48 static_assert((std::is_same<decltype(std::strstr(cp, cpc)), char*>::value), "");
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 160 const GLchar* found = strstr(name,"gl_");
  /system/core/init/
util.c 445 hw = strstr(data, "\nHardware");
446 rev = strstr(data, "\nRevision");
449 x = strstr(hw, ": ");
464 x = strstr(rev, ": ");
  /system/extras/tests/fstest/
perm_checker.c 120 if (strstr(spec, "/...")) {
253 if ((strstr(name, pr->spec) == name) &&
265 if (strstr(name, pr->spec) == name) {
340 if (strstr(name, pr->spec) == name) {
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.cpp 263 if (strstr(versionStr, "OpenGL ES 3.") && gl3stubInit()) {
265 } else if (strstr(versionStr, "OpenGL ES 2.")) {
  /external/chromium_org/ppapi/tests/
test_graphics_3d.cc 116 if (strstr(ext, "GL_EXT_occlusion_query_boolean")) {
127 if (strstr(ext, "GL_ANGLE_instanced_arrays")) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
data_socket.cc 263 const char* type_end = strstr(headers, "\r\n");
271 headers = strstr(headers, "\r\n");
  /external/chromium_org/third_party/libyuv/source/
cpu_id.cc 132 char* p = strstr(cpuinfo_line, " neon");
154 if (strstr(cpuinfo_line, search_string) != NULL) {

Completed in 1335 milliseconds

1 2 3 4 5 6 78 91011>>