Home
last modified time | relevance | path

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

123

/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring_unittest.cpp52 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 …]
Dfx_basic_wstring_unittest.cpp52 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/
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/v8/src/ic/
Dstub-cache.cc96 primary_[i].key = isolate()->heap()->empty_string(); in Clear()
101 secondary_[j].key = isolate()->heap()->empty_string(); in Clear()
Dic-compiler.cc113 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/
Dre2.cc57 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/
Dfunc-name-inferrer.cc50 return MakeNameFromStackHelper(0, ast_value_factory_->empty_string()); in MakeNameFromStack()
Dbootstrapper.cc515 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 …]
Djson-stringifier.h79 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()
Dast-value-factory.cc90 string_ = isolate->factory()->empty_string(); in Internalize()
Dfactory.cc568 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()
Dcompiler.cc626 : info->isolate()->heap()->empty_string(); in RecordFunctionCompilation()
1059 : isolate->factory()->empty_string(); in CompileToplevel()
Djson-parser.h714 return factory()->empty_string(); in ScanJsonString()
Dexecution.cc668 return isolate->factory()->empty_string(); in GetStackTraceLine()
/external/pcre/dist/
Dpcrecpp.cc78 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/
Dpcre.cc49 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/
Dic-compiler-arm64.cc125 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC); in CompileKeyedStorePolymorphic()
/external/v8/src/ic/x64/
Dic-compiler-x64.cc69 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC); in CompileKeyedStorePolymorphic()
/external/v8/src/ic/ia32/
Dic-compiler-ia32.cc120 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC); in CompileKeyedStorePolymorphic()
/external/v8/src/ic/mips/
Dic-compiler-mips.cc106 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC); in CompileKeyedStorePolymorphic()
/external/v8/src/ic/arm/
Dic-compiler-arm.cc122 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC); in CompileKeyedStorePolymorphic()
/external/v8/src/ic/mips64/
Dic-compiler-mips64.cc106 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC); in CompileKeyedStorePolymorphic()
/external/v8/src/ic/x87/
Dic-compiler-x87.cc120 return GetCode(kind(), Code::NORMAL, factory()->empty_string(), POLYMORPHIC); in CompileKeyedStorePolymorphic()
/external/v8/test/cctest/
Dtest-compiler.cc254 Handle<Script> script = factory->NewScript(factory->empty_string()); in TEST()

123