Home
last modified time | relevance | path

Searched defs:strstr (Results 1 – 25 of 91) sorted by relevance

1234

/external/angle/src/compiler/translator/
DValidateOutputs.cpp142 std::stringstream strstr = sh::InitializeStream<std::stringstream>(); in validate() local
156 std::stringstream strstr = sh::InitializeStream<std::stringstream>(); in validate() local
170 std::stringstream strstr = sh::InitializeStream<std::stringstream>(); in validate() local
/external/cronet/stable/third_party/libc++/src/include/
Dstring.h101 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strstr(const char* __s1, const … in strstr() function
104 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strstr(char* __s1, const char* __s2) { in strstr() function
/external/cronet/tot/third_party/libc++/src/include/
Dstring.h101 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strstr(const char* __s1, const … in strstr() function
104 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strstr(char* __s1, const char* __s2) { in strstr() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/
Dstring.h101 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strstr(const char* __s1, const … in strstr() function
104 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strstr(char* __s1, const char* __s2) { in strstr() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/
Dstring.h101 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strstr(const char* __s1, const … in strstr() function
104 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strstr(char* __s1, const char* __s2) { in strstr() function
/external/angle/src/common/
Dangleutils.cpp92 std::stringstream strstr; in ArrayString() local
101 std::stringstream strstr; in ArrayIndexString() local
/external/angle/src/tests/perf_tests/
DDrawCallPerfParams.cpp35 std::stringstream strstr; in story() local
DTracePerfTest.h71 std::stringstream strstr; in story() local
DMultisampledSwapchainResolve.cpp45 std::stringstream strstr; in story() local
DProgramPipelineObjectPerfTest.cpp38 std::stringstream strstr; in story() local
DImagelessFramebufferPerfTest.cpp47 std::stringstream strstr; in story() local
DPreRotationPerf.cpp55 std::stringstream strstr; in story() local
DTexturesPerf.cpp102 std::stringstream strstr; in story() local
165 std::stringstream strstr; in GetUniformLocationName() local
DIndexConversionPerf.cpp23 std::stringstream strstr; in story() local
DUniformsPerf.cpp88 std::stringstream strstr; in story() local
262 std::stringstream strstr; in GetUniformLocationName() local
DPointSprites.cpp71 std::stringstream strstr; in story() local
DRGBImageAllocation.cpp41 std::stringstream strstr; in story() local
/external/trusty/lk/lib/libc/string/
Dstrstr.c31 strstr(char const *s1, char const *s2) in strstr() function
/external/libcxx/include/
Dstring.h104 const char* strstr(const char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} in strstr() function
106 char* strstr( char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} in strstr() function
/external/angle/src/tests/gl_tests/
DD3D11InputLayoutCacheTest.cpp38 std::stringstream strstr; in makeProgramWithAttribCount() local
/external/angle/src/libANGLE/capture/
DFrameCaptureCommon.cpp195 std::stringstream strstr; in EscapeString() local
932 std::stringstream strstr; in GetVarName() local
946 std::stringstream strstr; in saveFrame() local
1031 std::stringstream strstr; in saveSetupFile() local
/external/angle/src/tests/test_utils/
Dangle_test_instantiate.cpp748 std::stringstream strstr; in IsPlatformAvailable() local
796 std::stringstream strstr; in GetAvailableTestPlatformNames() local
/external/angle/src/libANGLE/renderer/vulkan/android/
DDisplayVkAndroid.cpp32 std::stringstream strstr; in initialize() local
/external/musl/src/string/
Dstrstr.c138 char *strstr(const char *h, const char *n) in strstr() function
/external/trusty/musl/src/string/
Dstrstr.c142 char *strstr(const char *h, const char *n) in strstr() function

1234