Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/test/
Dhello_world_benchmark.cc5 std::string empty_string; in BM_StringCreation() local
/external/tensorflow/tensorflow/core/lib/core/
Dstatus.cc42 const string& Status::empty_string() { in empty_string() function in tensorflow::Status
/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/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/syslinux/com32/menu/
Dreadconfig.c30 const char *empty_string; variable
/external/syslinux/com32/elflink/ldlinux/
Dreadconfig.c92 const char *empty_string; variable
/external/v8/src/runtime/
Druntime-regexp.cc572 Handle<String> empty_string = isolate->factory()->empty_string(); in StringReplaceGlobalRegExpWithEmptyString() local
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h227 static const uint8_t empty_string[] = { 0/*len*/, 0/*terminator*/ }; in EmptyString() local
/external/python/cpython2/Python/
Dcompile.c1964 static PyObject *empty_string; in compiler_from_import() local
/external/python/cpython3/Python/
Dcompile.c2670 static PyObject *empty_string; in compiler_from_import() local
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp167 static const std::string empty_string = ""; variable