Home
last modified time | relevance | path

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

12

/external/astl/tests/
Dtest_string.cpp834 string empty_string; in testCapacity() local
836 EXPECT_TRUE(empty_string.capacity() == 0); in testCapacity()
837 EXPECT_TRUE(empty_string.size() == 0); in testCapacity()
850 string empty_string; in testClear() local
852 empty_string.clear(); in testClear()
853 EXPECT_TRUE(empty_string.capacity() == 0); in testClear()
854 EXPECT_TRUE(empty_string.size() == 0); in testClear()
868 string empty_string; in testErase() local
870 empty_string.erase(); in testErase()
871 EXPECT_TRUE(empty_string.capacity() == 0); in testErase()
[all …]
/external/chromium/googleurl/src/
Dgurl.cc66 static std::string* empty_string = NULL; variable
75 if (!empty_string) { in EmptyStringForGURL()
80 reinterpret_cast<PVOID*>(&empty_string), new_empty_string, NULL)) { in EmptyStringForGURL()
86 return *empty_string; in EmptyStringForGURL()
95 empty_string = new std::string; in EmptyStringForGURLOnce()
101 return *empty_string; in EmptyStringForGURL()
Durl_canon.h734 static const CHAR empty_string = 0; in Placeholder() local
735 return &empty_string; in Placeholder()
/external/v8/src/
Dfunc-name-inferrer.cc71 return MakeNameFromStackHelper(0, isolate()->factory()->empty_string()); in MakeNameFromStack()
Dcpu-profiler.cc364 isolate->heap()->empty_string(), in CodeCreateEvent()
380 isolate->heap()->empty_string(), in CodeCreateEvent()
Djson-parser.h560 return Handle<String>(isolate()->heap()->empty_string()); in ScanJsonString()
Dstub-cache.cc111 Handle<String> cache_name = factory()->empty_string(); in ComputeLoadNonexistent()
880 primary_[i].key = heap()->empty_string(); in Clear()
884 secondary_[j].key = heap()->empty_string(); in Clear()
Dobjects-debug.cc453 CHECK(this->second() == GetHeap()->empty_string() || in ConsStringVerify()
Dbootstrapper.cc1014 heap->empty_string()); in InitializeGlobal()
1026 JSRegExp::IRREGEXP, factory->empty_string(), in InitializeGlobal()
1590 Handle<Script> script = factory()->NewScript(factory()->empty_string()); in InstallNatives()
Dcompiler.cc447 isolate->heap()->empty_string())); in MakeFunctionInfo()
Druntime.cc2246 return isolate->heap()->empty_string(); in CharFromCode()
2456 return heap_->isolate()->factory()->empty_string(); in ToString()
3098 Handle<String> empty_string_handle(HEAP->empty_string()); in StringReplaceRegExpWithEmptyString()
3131 return isolate->heap()->empty_string(); in StringReplaceRegExpWithEmptyString()
3207 return isolate->heap()->empty_string(); in StringReplaceRegExpWithEmptyString()
6704 return isolate->heap()->empty_string(); in RUNTIME_FUNCTION()
6814 return isolate->heap()->empty_string(); in RUNTIME_FUNCTION()
11820 isolate->factory()->NewFunction(isolate->factory()->empty_string(), in RUNTIME_FUNCTION()
Dlog.cc1180 : HEAP->empty_string(); in SuspectReadEvent()
/external/regex-re2/re2/
Dre2.cc48 static const string empty_string; variable
151 error_ = &empty_string; in Init()
167 if (error_ == &empty_string) in Init()
209 if (rprog_ == NULL && error_ == &empty_string) { in ReverseProg()
233 if (error_ != &empty_string) in ~RE2()
/external/quake/quake/src/QW/client/
Dsys_win.c548 static char *empty_string = ""; variable
582 argv[0] = empty_string; in WinMain()
/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/quake/quake/src/WinQuake/
Dsys_win.cpp688 static char *empty_string = ""; variable
722 argv[0] = empty_string; in WinMain()
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_menu_bridge.mm192 NSString* empty_string = l10n_util::GetNSString(IDS_MENU_EMPTY_SUBMENU);
193 NSMenuItem* item = [[[NSMenuItem alloc] initWithTitle:empty_string
/external/v8/test/cctest/
Dtest-compiler.cc323 Handle<Script> script = FACTORY->NewScript(FACTORY->empty_string()); in TEST()
Dtest-cpu-profiler.cc94 HEAP->empty_string(), in TEST()
/external/v8/src/ia32/
Dstub-cache-ia32.cc1811 __ Set(eax, Immediate(factory()->empty_string())); in CompileStringCharAtCall()
2663 return GetCode(NORMAL, factory()->empty_string()); in CompileStoreElement()
2698 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileStorePolymorphic()
2738 return GetCode(NONEXISTENT, factory()->empty_string()); in CompileLoadNonexistent()
3093 return GetCode(NORMAL, factory()->empty_string()); in CompileLoadElement()
3120 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileLoadPolymorphic()
Dcodegen-ia32.cc674 Immediate(factory->empty_string())); in Generate()
Dbuiltins-ia32.cc1522 __ Set(ebx, Immediate(factory->empty_string())); in Generate_StringConstructCode()
/external/v8/src/x64/
Dstub-cache-x64.cc2494 return GetCode(NORMAL, factory()->empty_string()); in CompileStoreElement()
2532 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileStorePolymorphic()
2570 return GetCode(NONEXISTENT, factory()->empty_string()); in CompileLoadNonexistent()
2915 return GetCode(NORMAL, factory()->empty_string()); in CompileLoadElement()
2943 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileLoadPolymorphic()
/external/v8/src/arm/
Dstub-cache-arm.cc2719 return GetCode(NONEXISTENT, factory()->empty_string()); in CompileLoadNonexistent()
3035 return GetCode(NORMAL, factory()->empty_string()); in CompileLoadElement()
3063 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileLoadPolymorphic()
3120 return GetCode(NORMAL, factory()->empty_string()); in CompileStoreElement()
3159 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileStorePolymorphic()
/external/v8/src/mips/
Dstub-cache-mips.cc2714 return GetCode(NONEXISTENT, factory()->empty_string()); in CompileLoadNonexistent()
3025 return GetCode(NORMAL, factory()->empty_string()); in CompileLoadElement()
3052 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileLoadPolymorphic()
3109 return GetCode(NORMAL, factory()->empty_string()); in CompileStoreElement()
3147 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileStorePolymorphic()

12