/external/pdfium/core/src/fxcrt/ |
D | fx_basic_bstring_unittest.cpp | 52 CFX_ByteString empty_string(""); in TEST() local 53 EXPECT_TRUE(empty_string == empty_string); in TEST() 54 EXPECT_TRUE(empty_string == null_string); in TEST() 55 EXPECT_TRUE(null_string == empty_string); in TEST() 61 EXPECT_TRUE(deleted_string == empty_string); in TEST() 63 EXPECT_TRUE(empty_string == deleted_string); in TEST() 68 EXPECT_FALSE(byte_string == empty_string); in TEST() 71 EXPECT_FALSE(empty_string == byte_string); in TEST() 96 EXPECT_TRUE(empty_string == null_string_c); in TEST() 97 EXPECT_TRUE(empty_string == empty_string_c); in TEST() [all …]
|
D | fx_basic_wstring_unittest.cpp | 52 CFX_WideString empty_string(L""); in TEST() local 53 EXPECT_TRUE(empty_string == empty_string); in TEST() 54 EXPECT_TRUE(empty_string == null_string); in TEST() 55 EXPECT_TRUE(null_string == empty_string); in TEST() 61 EXPECT_TRUE(deleted_string == empty_string); in TEST() 63 EXPECT_TRUE(null_string == empty_string); in TEST() 68 EXPECT_FALSE(wide_string == empty_string); in TEST() 71 EXPECT_FALSE(empty_string == wide_string); in TEST() 96 EXPECT_TRUE(empty_string == null_string_c); in TEST() 97 EXPECT_TRUE(empty_string == empty_string_c); in TEST() [all …]
|
/external/v8/src/ |
D | string-builder.cc | 16 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()
|
D | messages.cc | 342 template_index, result_string, factory->empty_string(), in FormatMessage() 343 factory->empty_string()); in FormatMessage()
|
D | api-natives.cc | 456 isolate->factory()->empty_string(), code); in CreateApiFunction() 490 isolate->factory()->empty_string(), code, prototype, type, in CreateApiFunction()
|
D | bootstrapper.cc | 561 factory->NewFunctionWithoutPrototype(factory->empty_string(), code); in CreateEmptyFunction() 933 Handle<String> name = Handle<String>(heap()->empty_string()); in CreateNewGlobals() 963 Handle<String> name = Handle<String>(heap()->empty_string()); in CreateNewGlobals() 1737 factory->empty_string(), code, JS_CONTEXT_EXTENSION_OBJECT_TYPE, in InitializeGlobal() 1751 factory->empty_string(), code, JS_OBJECT_TYPE, JSObject::kHeaderSize); in InitializeGlobal() 1760 factory->empty_string(), code, JS_OBJECT_TYPE, JSObject::kHeaderSize); in InitializeGlobal() 2610 factory()->empty_string(), isolate()->builtins()->Illegal(), in InstallNatives()
|
D | execution.cc | 447 return isolate->factory()->empty_string(); in GetStackTraceLine()
|
/external/google-breakpad/src/common/linux/ |
D | synth_elf.h | 69 empty_string = Add(""); in Section() 87 Label empty_string; variable
|
D | synth_elf_unittest.cc | 71 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/v8/src/ic/ |
D | stub-cache.cc | 95 primary_[i].key = isolate()->heap()->empty_string(); in Clear() 100 secondary_[j].key = isolate()->heap()->empty_string(); in Clear()
|
D | ic-compiler.cc | 139 Handle<String> name(isolate->heap()->empty_string()); in ComputeCompareNil() 311 return GetCode(kind(), Code::NORMAL, factory()->empty_string()); in CompileKeyedStoreMonomorphic()
|
/external/regex-re2/re2/ |
D | re2.cc | 57 static const string *empty_string; variable 63 if (empty_string == NULL) { in InitEmpty() 64 empty_string = new string; in InitEmpty() 177 error_ = empty_string; in Init() 193 if (error_ == empty_string) in Init() 235 if (rprog_ == NULL && error_ == empty_string) { in ReverseProg() 256 if (error_ != empty_string) in ~RE2()
|
/external/v8/test/cctest/ |
D | test-identity-map.cc | 361 Handle<String> empty_string(heap->empty_string()); in TEST() local 364 CHECK_EQ(isolate->factory()->empty_string().location(), in TEST() 365 empty_string.location()); in TEST()
|
D | test-field-type-tracking.cc | 60 Handle<String> empty_string = factory->empty_string(); in CreateAccessorPair() local 62 Handle<JSFunction> func = factory->NewFunction(empty_string); in CreateAccessorPair() 66 Handle<JSFunction> func = factory->NewFunction(empty_string); in CreateAccessorPair() 1349 js_func_ = factory->NewFunction(factory->empty_string()); in TEST() 1381 js_func1_ = factory->NewFunction(factory->empty_string()); in TEST() 1382 js_func2_ = factory->NewFunction(factory->empty_string()); in TEST() 1418 js_func_ = factory->NewFunction(factory->empty_string()); in TEST() 2138 Handle<JSFunction> js_func = factory->NewFunction(factory->empty_string()); in TEST() 2154 Handle<JSFunction> js_func1 = factory->NewFunction(factory->empty_string()); in TEST() 2157 Handle<JSFunction> js_func2 = factory->NewFunction(factory->empty_string()); in TEST() [all …]
|
D | test-elements-kind.cc | 76 Handle<JSFunction> function = factory->NewFunction(factory->empty_string()); in TEST() 104 Handle<JSFunction> function = factory->NewFunction(factory->empty_string()); in TEST() 150 Handle<JSFunction> function = factory->NewFunction(factory->empty_string()); in TEST()
|
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 561 Handle<String> empty_string = isolate->factory()->empty_string(); in StringReplaceGlobalRegExpWithEmptyString() local 564 isolate, subject, regexp, empty_string, last_match_info); in StringReplaceGlobalRegExpWithEmptyString() 567 isolate, subject, regexp, empty_string, last_match_info); in StringReplaceGlobalRegExpWithEmptyString() 586 if (new_length == 0) return isolate->heap()->empty_string(); in StringReplaceGlobalRegExpWithEmptyString() 625 if (position == 0) return isolate->heap()->empty_string(); in StringReplaceGlobalRegExpWithEmptyString()
|
D | runtime-strings.cc | 467 return isolate->heap()->empty_string(); in RUNTIME_FUNCTION() 518 return isolate->heap()->empty_string(); in RUNTIME_FUNCTION() 1136 if (length == 0) return isolate->heap()->empty_string(); in RUNTIME_FUNCTION() 1183 return isolate->heap()->empty_string(); in RUNTIME_FUNCTION() 1192 if (std::isinf(args.number_at(1))) return isolate->heap()->empty_string(); in RUNTIME_FUNCTION() 1194 if (code->IsNaN()) return isolate->heap()->empty_string(); in RUNTIME_FUNCTION()
|
D | runtime-classes.cc | 143 : isolate->factory()->empty_string(); in DefineClass()
|
/external/v8/src/parsing/ |
D | func-name-inferrer.cc | 49 return MakeNameFromStackHelper(0, ast_value_factory_->empty_string()); in MakeNameFromStack()
|
D | parser.h | 1060 return parser_->ast_value_factory()->empty_string(); in EmptyIdentifierString() 1164 : parser_->ast_value_factory()->empty_string(); in AddFormalParameter() 1179 : parser_->ast_value_factory()->empty_string(); in DeclareFormalParameter()
|
D | parser.cc | 188 const AstRawString* name = ast_value_factory()->empty_string(); in DefaultConstructor() 497 parser_->ast_value_factory()->empty_string(), pos); in NewThrowReferenceError() 939 ast_value_factory()->empty_string(), scope_, body, in DoParseProgram() 2740 ast_value_factory()->empty_string()); in ParseReturnStatement() 2746 ast_value_factory()->empty_string(), pos); in ParseReturnStatement() 3272 scope_->NewTemporary(ast_value_factory()->empty_string()); in InitializeForEachStatement() 4095 function_name = ast_value_factory()->empty_string(); in ParseFunctionLiteral() 4444 MessageTemplate::kNonCoercible, ast_value_factory()->empty_string(), in BuildAssertIsCoercible() 5350 scope_->NewTemporary(ast_value_factory()->empty_string()); in SpreadCall()
|
/external/pcre/dist/ |
D | pcrecpp.cc | 78 static const string empty_string; variable 90 error_ = &empty_string; in Init() 103 if (error_ != &empty_string) delete error_; in Cleanup() 145 if (error_ == &empty_string) error_ = new string(compile_error); in Compile()
|
/external/regex-re2/util/ |
D | pcre.cc | 49 static const string empty_string; variable 58 error_ = &empty_string; in Init() 100 if (error_ != &empty_string) delete error_; in ~PCRE() 134 if (error_ == &empty_string) error_ = new string(error); in Compile()
|
/external/v8/src/ast/ |
D | ast-value-factory.cc | 89 string_ = isolate->factory()->empty_string(); in Internalize()
|
/external/v8/src/heap/ |
D | scavenger.cc | 327 ConsString::cast(object)->unchecked_second() == heap->empty_string()) { in EvacuateShortcutCandidate()
|