HomeSort by relevance Sort by last modified time
    Searched full:strstr (Results 451 - 475 of 1000) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c 357 * on it, it will not be removed. strstr should be safe here.*/
  /external/sqlite/android/
sqlite3_android.cpp 168 if (path == NULL || strstr(path, "/../") != NULL) {
  /external/srec/portable/src/
plog.c 274 if (strstr(format, "ESR_BUFFER_OVERFLOW")==format)
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 228 expr = strstr( (char*)loc, category );
  /external/svox/pico/lib/
picopal.c 120 return (picopal_char *)strstr((const char *)s, (const char *)substr);
  /external/v8/src/
debug-agent.cc 186 const char* result = strstr(msg, disconnectRequestStr);
  /external/valgrind/main/include/
pub_tool_libcbase.h 95 extern Char* VG_(strstr) ( const Char* haystack, Char* needle );
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 413 const char* endl = strstr(s, "\n");
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 485 if (strstr(key, str) == key) { // key begins with the section name
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 339 if (strstr(e->d_name, pattern.string()) == e->d_name) {
egl_display.cpp 49 const char* match = strstr(exts, name);
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 231 gArchUseSIMD = !!strstr(cpuinfo, " neon");
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 104 } else if (strstr(name, "x-") == name) {
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 228 expr = strstr( (char*)loc, category );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gcov 
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 453 #define SDL_strstr strstr
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 453 #define SDL_strstr strstr
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 453 #define SDL_strstr strstr
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 164 if (!_wglGetExtensionsStringARB || strstr(_wglGetExtensionsStringARB(hdc), extension_name) == NULL)
  /system/core/libutils/
String8.cpp 398 const char* p = strstr(s, other);
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 165 pos = strstr(ctrl_data, buff);
  /bootable/recovery/
recovery.cpp     [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 583 while ((c = strstr(c, STR_HASH_EXTENSION))) {
602 while ((c = strstr(c, STR_SAMPLER_EXTERNAL_OES))) {
    [all...]
  /external/chromium/base/
tracked_objects.cc 885 if (!strstr(sample.location().file_name(), required_.c_str()))
890 if (!strstr(sample.location().function_name(), required_.c_str()))
    [all...]
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 307 DCHECK(!strstr(blacklisted.version_from, " "));
308 DCHECK(!strstr(blacklisted.version_to, " "));
    [all...]

Completed in 2164 milliseconds

<<11121314151617181920>>