/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/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 | 96 primary_[i].key = isolate()->heap()->empty_string(); in Clear() 101 secondary_[j].key = isolate()->heap()->empty_string(); in Clear()
|
D | ic-compiler.cc | 113 isolate->factory()->empty_string(), ELEMENT); in ComputeKeyedLoadMonomorphic() 224 Handle<String> name(isolate->heap()->empty_string()); in ComputeCompareNil() 262 &types, &handlers, isolate->factory()->empty_string(), Code::NORMAL, in ComputeKeyedLoadPolymorphic() 441 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/src/ |
D | func-name-inferrer.cc | 50 return MakeNameFromStackHelper(0, ast_value_factory_->empty_string()); in MakeNameFromStack()
|
D | bootstrapper.cc | 515 Handle<String> empty_string = in CreateEmptyFunction() local 519 empty_string, code); in CreateEmptyFunction() 781 Handle<String> name = Handle<String>(heap()->empty_string()); in CreateNewGlobals() 815 Handle<String> name = Handle<String>(heap()->empty_string()); in CreateNewGlobals() 1097 JSRegExp::IRREGEXP, factory->empty_string(), in InitializeGlobal() 1299 factory->empty_string(), code, JS_CONTEXT_EXTENSION_OBJECT_TYPE, in InitializeGlobal() 1315 factory->empty_string(), code, JS_OBJECT_TYPE, JSObject::kHeaderSize); in InitializeGlobal() 1326 factory->empty_string(), code, JS_OBJECT_TYPE, JSObject::kHeaderSize); in InitializeGlobal() 1646 factory()->empty_string(), code, JS_BUILTINS_OBJECT_TYPE, in InstallNatives() 1683 Handle<JSFunction> bridge = factory()->NewFunction(factory()->empty_string()); in InstallNatives() [all …]
|
D | json-stringifier.h | 79 return Serialize_<false>(obj, false, factory_->empty_string()); in INLINE() 246 Object::ToObject(isolate, factory_->empty_string()).ToHandleChecked()); in BasicJsonStringifier() 720 set_accumulator(factory_->empty_string()); in Accumulate()
|
D | ast-value-factory.cc | 90 string_ = isolate->factory()->empty_string(); in Internalize()
|
D | factory.cc | 568 if (length <= 0) return empty_string(); in NewProperSubString() 1976 share->set_inferred_name(*empty_string(), SKIP_WRITE_BARRIER); in NewSharedFunctionInfo() 2133 result = NewFunctionWithoutPrototype(empty_string(), code); in CreateApiFunction() 2167 result = NewFunction(empty_string(), code, prototype, type, in CreateApiFunction()
|
D | compiler.cc | 626 : info->isolate()->heap()->empty_string(); in RecordFunctionCompilation() 1059 : isolate->factory()->empty_string(); in CompileToplevel()
|
D | json-parser.h | 714 return factory()->empty_string(); in ScanJsonString()
|
D | execution.cc | 668 return isolate->factory()->empty_string(); in GetStackTraceLine()
|
/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/ic/arm64/ |
D | ic-compiler-arm64.cc | 125 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC); in CompileKeyedStorePolymorphic()
|
/external/v8/src/ic/x64/ |
D | ic-compiler-x64.cc | 69 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC); in CompileKeyedStorePolymorphic()
|
/external/v8/src/ic/ia32/ |
D | ic-compiler-ia32.cc | 120 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC); in CompileKeyedStorePolymorphic()
|
/external/v8/src/ic/mips/ |
D | ic-compiler-mips.cc | 106 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC); in CompileKeyedStorePolymorphic()
|
/external/v8/src/ic/arm/ |
D | ic-compiler-arm.cc | 122 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC); in CompileKeyedStorePolymorphic()
|
/external/v8/src/ic/mips64/ |
D | ic-compiler-mips64.cc | 106 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC); in CompileKeyedStorePolymorphic()
|
/external/v8/src/ic/x87/ |
D | ic-compiler-x87.cc | 120 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC); in CompileKeyedStorePolymorphic()
|
/external/v8/test/cctest/ |
D | test-compiler.cc | 254 Handle<Script> script = factory->NewScript(factory->empty_string()); in TEST()
|