Home
last modified time | relevance | path

Searched refs:empty_string (Results 1 – 25 of 72) sorted by relevance

123

/external/pdfium/core/fxcrt/
Dbytestring_unittest.cpp152 ByteString empty_string(""); in TEST() local
153 EXPECT_TRUE(empty_string == empty_string); in TEST()
154 EXPECT_TRUE(empty_string == null_string); in TEST()
155 EXPECT_TRUE(null_string == empty_string); in TEST()
161 EXPECT_TRUE(deleted_string == empty_string); in TEST()
163 EXPECT_TRUE(empty_string == deleted_string); in TEST()
168 EXPECT_FALSE(byte_string == empty_string); in TEST()
171 EXPECT_FALSE(empty_string == byte_string); in TEST()
196 EXPECT_TRUE(empty_string == null_string_c); in TEST()
197 EXPECT_TRUE(empty_string == empty_string_c); in TEST()
[all …]
Dwidestring_unittest.cpp151 WideString empty_string(L""); in TEST() local
152 EXPECT_TRUE(empty_string == empty_string); in TEST()
153 EXPECT_TRUE(empty_string == null_string); in TEST()
154 EXPECT_TRUE(null_string == empty_string); in TEST()
160 EXPECT_TRUE(deleted_string == empty_string); in TEST()
162 EXPECT_TRUE(null_string == empty_string); in TEST()
167 EXPECT_FALSE(wide_string == empty_string); in TEST()
170 EXPECT_FALSE(empty_string == wide_string); in TEST()
195 EXPECT_TRUE(empty_string == null_string_c); in TEST()
196 EXPECT_TRUE(empty_string == empty_string_c); in TEST()
[all …]
/external/v8/tools/clang/empty_string/
DCMakeLists.txt7 add_llvm_executable(empty_string
11 target_link_libraries(empty_string
26 cr_install(TARGETS empty_string RUNTIME DESTINATION bin)
/external/v8/src/
Dstring-builder.cc16 return isolate->factory()->empty_string(); in ToString()
55 accumulator_ = Handle<String>::New(isolate->heap()->empty_string(), isolate); in IncrementalStringBuilder()
65 new_accumulator = factory()->empty_string(); in Accumulate()
Dbootstrapper.cc605 factory->NewFunctionWithoutPrototype(factory->empty_string(), code); in CreateEmptyFunction()
996 Handle<String> name = Handle<String>(heap()->empty_string()); in CreateNewGlobals()
1025 Handle<String> name = Handle<String>(heap()->empty_string()); in CreateNewGlobals()
1126 factory->empty_string(), DONT_ENUM); in InstallError()
1170 isolate->factory()->NewFunction(isolate->factory()->empty_string(), code, in InstallMakeError()
1351 factory->NewSharedFunctionInfo(factory->empty_string(), code, false); in InitializeGlobal()
1624 prototype->set_value(isolate->heap()->empty_string()); in InitializeGlobal()
1926 factory->NewSharedFunctionInfo(factory->empty_string(), code, true); in InitializeGlobal()
1935 SimpleCreateFunction(isolate, factory->empty_string(), in InitializeGlobal()
1998 SimpleCreateFunction(isolate, factory->empty_string(), in InitializeGlobal()
[all …]
Djson-stringifier.h38 return Serialize_<false>(obj, false, factory()->empty_string()); in INLINE()
/external/ltp/testcases/kernel/syscalls/nftw/
Dlib64.c247 char *empty_string; in test_ENOENT_empty() local
249 empty_string = ""; in test_ENOENT_empty()
258 if ((s2 = (*callback) (empty_string)) == expected) { in test_ENOENT_empty()
Dlib.c247 char *empty_string; in test_ENOENT_empty() local
249 empty_string = ""; in test_ENOENT_empty()
258 if ((s2 = (*callback) (empty_string)) == expected) { in test_ENOENT_empty()
/external/tensorflow/tensorflow/core/lib/core/
Dstatus.h60 return ok() ? empty_string() : state_->msg; in error_message()
87 static const string& empty_string();
Dstatus.cc42 const string& Status::empty_string() { in empty_string() function in tensorflow::Status
/external/google-breakpad/src/common/linux/
Dsynth_elf.h69 empty_string = Add(""); in Section()
87 Label empty_string; variable
Dsynth_elf_unittest.cc71 ASSERT_TRUE(table.empty_string.IsKnownConstant()); in TEST_F()
72 EXPECT_EQ(0U, table.empty_string.Value()); in TEST_F()
114 EXPECT_EQ(0U, table.empty_string.Value()); in TEST_F()
115 EXPECT_EQ(table.empty_string.Value(), l3.Value()); in TEST_F()
/external/eigen/unsupported/test/
Dcxx11_tensor_io.cpp47 std::string empty_string; in test_output_1d() local
48 VERIFY_IS_EQUAL(std::string(empty_os.str()), empty_string); in test_output_1d()
/external/perfetto/src/tracing/test/
Dhello_world_benchmark.cc5 std::string empty_string; in BM_StringCreation() local
/external/v8/src/ic/
Dstub-cache.cc103 primary_[i].key = isolate()->heap()->empty_string(); in Clear()
108 secondary_[j].key = isolate()->heap()->empty_string(); in Clear()
/external/v8/src/regexp/
Dregexp-utils.cc21 return isolate->factory()->empty_string(); in GenericCaptureGetter()
28 return isolate->factory()->empty_string(); in GenericCaptureGetter()
/external/v8/src/runtime/
Druntime-regexp.cc435 return isolate->heap()->empty_string(); in StringReplaceGlobalAtomRegExpWithString()
572 Handle<String> empty_string = isolate->factory()->empty_string(); in StringReplaceGlobalRegExpWithEmptyString() local
575 isolate, subject, regexp, empty_string, last_match_info); in StringReplaceGlobalRegExpWithEmptyString()
578 isolate, subject, regexp, empty_string, last_match_info); in StringReplaceGlobalRegExpWithEmptyString()
597 if (new_length == 0) return isolate->heap()->empty_string(); in StringReplaceGlobalRegExpWithEmptyString()
636 if (position == 0) return isolate->heap()->empty_string(); in StringReplaceGlobalRegExpWithEmptyString()
792 source = isolate->factory()->empty_string(); in RUNTIME_FUNCTION()
858 : isolate_->factory()->empty_string(); in GetCapture()
902 return isolate_->factory()->empty_string(); in GetCapture()
Druntime-strings.cc294 return isolate->heap()->empty_string(); in RUNTIME_FUNCTION()
307 return isolate->heap()->empty_string(); in RUNTIME_FUNCTION()
348 return isolate->heap()->empty_string(); in RUNTIME_FUNCTION()
739 return isolate->heap()->empty_string(); in RUNTIME_FUNCTION()
/external/v8/src/parsing/
Dparser.cc172 if (name == nullptr) name = ast_value_factory()->empty_string(); in DefaultConstructor()
189 auto constructor_args_name = ast_value_factory()->empty_string(); in DefaultConstructor()
691 auto name = ast_value_factory()->empty_string(); in DoParseProgram()
1594 Variable* temp = NewTemporary(ast_value_factory()->empty_string()); in RewriteReturn()
1892 Variable* temp = NewTemporary(ast_value_factory()->empty_string()); in InitializeForEachStatement()
2055 Variable* completion = NewTemporary(avfactory->empty_string()); in InitializeForOfStatement()
2116 Variable* var_tmp = NewTemporary(avfactory->empty_string()); in InitializeForOfStatement()
2528 function_name = ast_value_factory()->empty_string(); in ParseFunctionLiteral()
2877 ast_value_factory()->empty_string(), kNoSourcePosition); in BuildAssertIsCoercible()
3113 ast_value_factory()->empty_string()); in PromiseVariable()
[all …]
Dfunc-name-inferrer.cc57 return MakeNameFromStackHelper(0, ast_value_factory_->empty_string()); in MakeNameFromStack()
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp167 static const std::string empty_string = ""; variable
431 const std::string* cs = &empty_string; \
442 vs = &empty_string; \
443 tcs = &empty_string; \
444 tes = &empty_string; \
445 gs = &empty_string; \
446 fs = &empty_string; \
3657 this->execute_positive_test(empty_string, empty_string, empty_string, empty_string, empty_string, in execute_dispatch_test()
3750 const std::string& compute_shader_source = empty_string; in execute_draw_test()
4582 this->execute_positive_test(empty_string, empty_string, empty_string, empty_string, empty_string, in execute_dispatch_test()
[all …]
/external/minijail/
Dutil_unittest.cc60 TEST(tokenize, empty_string) { in TEST() argument
/external/syslinux/com32/menu/
Dreadconfig.c30 const char *empty_string; variable
168 m->title = refstr_get(empty_string); in new_menu()
356 me->displayname = refstr_get(empty_string); in record()
867 ld.label = refstr_get(empty_string); in parse_config_file()
1111 empty_string = refstrdup(""); in parse_configs()
/external/syslinux/com32/elflink/ldlinux/
Dreadconfig.c92 const char *empty_string; variable
199 m->title = refstr_get(empty_string); in new_menu()
385 me->displayname = refstr_get(empty_string); in record()
1062 ld.label = refstr_get(empty_string); in parse_config_file()
1498 empty_string = refstrdup(""); in parse_configs()
/external/googletest/googletest/docs/
DPumpManual.md155 sep ::= cpp_code | empty_string
158 | empty_string

123