Home
last modified time | relevance | path

Searched defs:empty_string (Results 1 – 17 of 17) sorted by relevance

/external/perfetto/src/tracing/test/
Dhello_world_benchmark.cc5 std::string empty_string; in BM_StringCreation() local
/external/google-benchmark/conan/test_package/
Dtest_package.cpp5 std::string empty_string; in BM_StringCreation() local
/external/minijail/
Dutil_unittest.cc60 TEST(tokenize, empty_string) { in TEST() argument
/external/google-breakpad/src/common/linux/
Dsynth_elf.h87 Label empty_string; variable
/external/eigen/unsupported/test/
Dcxx11_tensor_io.cpp47 std::string empty_string; in test_output_1d() local
/external/pdfium/core/fxcrt/
Dbytestring_unittest.cpp152 ByteString empty_string(""); in TEST() local
255 ByteString empty_string(""); in TEST() local
367 ByteStringView empty_string(""); // Pointer to NUL, not NULL pointer. in TEST() local
614 ByteString empty_string(""); in TEST() local
663 ByteString empty_string(""); in TEST() local
1095 ByteStringView empty_string(""); in TEST() local
1110 ByteStringView empty_string(""); in TEST() local
1145 ByteStringView empty_string(""); in TEST() local
Dwidestring_unittest.cpp151 WideString empty_string(L""); in TEST() local
254 WideString empty_string(L""); in TEST() local
574 WideString empty_string(L""); in TEST() local
1145 WideStringView empty_string(L""); in TEST() local
/external/v8/src/ic/
Dstub-cache.cc121 Name* empty_string = ReadOnlyRoots(isolate()).empty_string(); in Clear() local
/external/tensorflow/tensorflow/core/lib/core/
Dstatus.cc47 const string& Status::empty_string() { in empty_string() function in tensorflow::Status
/external/ltp/testcases/kernel/syscalls/nftw/
Dlib64.c247 char *empty_string; in test_ENOENT_empty() local
Dlib.c247 char *empty_string; in test_ENOENT_empty() local
/external/grpc-grpc/test/core/tsi/alts/crypt/
Daes_gcm_test.cc69 char empty_string[] = ""; in gsec_assert_ok() local
/external/v8/src/runtime/
Druntime-regexp.cc702 Handle<String> empty_string = isolate->factory()->empty_string(); in StringReplaceGlobalRegExpWithEmptyString() local
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h233 static const uint8_t empty_string[] = { 0 /*len*/, 0 /*terminator*/ }; in EmptyString() local
/external/python/cpython2/Python/
Dcompile.c1970 static PyObject *empty_string; in compiler_from_import() local
/external/python/cpython3/Python/
Dcompile.c2844 static PyObject *empty_string; in compiler_from_import() local
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp167 static const std::string empty_string = ""; variable