HomeSort by relevance Sort by last modified time
    Searched refs:pstr (Results 26 - 50 of 123) sorted by null

12 3 4 5

  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 501 // If *pstr starts with the given prefix, modifies *pstr to be right
502 // past the prefix and returns true; otherwise leaves *pstr unchanged
503 // and returns false. None of pstr, *pstr, and prefix can be NULL.
504 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 595 // If *pstr starts with the given prefix, modifies *pstr to be right
596 // past the prefix and returns true; otherwise leaves *pstr unchanged
597 // and returns false. None of pstr, *pstr, and prefix can be NULL.
598 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 501 // If *pstr starts with the given prefix, modifies *pstr to be right
502 // past the prefix and returns true; otherwise leaves *pstr unchanged
503 // and returns false. None of pstr, *pstr, and prefix can be NULL.
504 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 490 // If *pstr starts with the given prefix, modifies *pstr to be right
491 // past the prefix and returns true; otherwise leaves *pstr unchanged
492 // and returns false. None of pstr, *pstr, and prefix can be NULL.
493 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 501 // If *pstr starts with the given prefix, modifies *pstr to be right
502 // past the prefix and returns true; otherwise leaves *pstr unchanged
503 // and returns false. None of pstr, *pstr, and prefix can be NULL.
504 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp 1346 const char *pstr = strstr(iterator_str, event_info); local
    [all...]
  /external/scapy/scapy/layers/
inet6.py     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
exdisp.h     [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_session.cpp 1478 const char *pstr = strstr(iterator_str, event_info); local
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_session.cpp 1435 const char *pstr = strstr(iterator_str, event_info); local
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_session.cpp 1478 const char *pstr = strstr(iterator_str, event_info); local
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_session.cpp 1355 const char *pstr = strstr(iterator_str, event_info); local
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.cpp 1429 const char *pstr = strstr(iterator_str, event_info); local
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.cpp 1478 const char *pstr = strstr(iterator_str, event_info); local
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
valuetest.cpp 604 const char* pstr = cstr; local
605 //Value(pstr).Swap(x); // should not compile
606 Value(StringRef(pstr)).Swap(x);
649 //z.SetString(pstr); // should not compile
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 541 // If *pstr starts with the given prefix, modifies *pstr to be right
542 // past the prefix and returns true; otherwise leaves *pstr unchanged
543 // and returns false. None of pstr, *pstr, and prefix can be NULL.
544 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 540 // If *pstr starts with the given prefix, modifies *pstr to be right
541 // past the prefix and returns true; otherwise leaves *pstr unchanged
542 // and returns false. None of pstr, *pstr, and prefix can be NULL.
543 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 540 // If *pstr starts with the given prefix, modifies *pstr to be right
541 // past the prefix and returns true; otherwise leaves *pstr unchanged
542 // and returns false. None of pstr, *pstr, and prefix can be NULL.
543 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-nds32.c     [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc     [all...]
  /external/googletest/googletest/src/
gtest.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]

Completed in 2238 milliseconds

12 3 4 5