Home
last modified time | relevance | path

Searched defs:replace_str (Results 1 – 8 of 8) sorted by relevance

/external/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h74 static const char replace_str[] = ","; in CanonicalizeForStdLibVersioning() local
/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h74 static const char replace_str[] = ","; in CanonicalizeForStdLibVersioning() local
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_utils.cpp59 const std::string replace_str) { in FindAndReplace()
/external/angle/third_party/spirv-tools/src/test/opt/
Dpass_utils.cpp59 const std::string replace_str) { in FindAndReplace()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_utils.cpp59 const std::string replace_str) { in FindAndReplace()
/external/avb/libavb/
Davb_cmdline.c42 const char* replace_str[NUM_GUIDS] = {"$(ANDROID_SYSTEM_PARTUUID)", in avb_sub_cmdline() local
/external/autotest/database/
Ddatabase_connection.py358 def make_regexp_translator(cls, search_re, replace_str): argument
/external/leveldb/benchmarks/
Ddb_bench_sqlite3.cc507 std::string replace_str = "REPLACE INTO test (key, value) VALUES (?, ?)"; in Write() local