/external/astl/tests/ |
D | test_string.cpp | 834 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/ |
D | gurl.cc | 66 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()
|
D | url_canon.h | 734 static const CHAR empty_string = 0; in Placeholder() local 735 return &empty_string; in Placeholder()
|
/external/v8/src/ |
D | func-name-inferrer.cc | 71 return MakeNameFromStackHelper(0, isolate()->factory()->empty_string()); in MakeNameFromStack()
|
D | cpu-profiler.cc | 364 isolate->heap()->empty_string(), in CodeCreateEvent() 380 isolate->heap()->empty_string(), in CodeCreateEvent()
|
D | json-parser.h | 560 return Handle<String>(isolate()->heap()->empty_string()); in ScanJsonString()
|
D | stub-cache.cc | 111 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()
|
D | objects-debug.cc | 453 CHECK(this->second() == GetHeap()->empty_string() || in ConsStringVerify()
|
D | bootstrapper.cc | 1014 heap->empty_string()); in InitializeGlobal() 1026 JSRegExp::IRREGEXP, factory->empty_string(), in InitializeGlobal() 1590 Handle<Script> script = factory()->NewScript(factory()->empty_string()); in InstallNatives()
|
D | compiler.cc | 447 isolate->heap()->empty_string())); in MakeFunctionInfo()
|
D | runtime.cc | 2246 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()
|
D | log.cc | 1180 : HEAP->empty_string(); in SuspectReadEvent()
|
/external/regex-re2/re2/ |
D | re2.cc | 48 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/ |
D | sys_win.c | 548 static char *empty_string = ""; variable 582 argv[0] = empty_string; in WinMain()
|
/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/quake/quake/src/WinQuake/ |
D | sys_win.cpp | 688 static char *empty_string = ""; variable 722 argv[0] = empty_string; in WinMain()
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_menu_bridge.mm | 192 NSString* empty_string = l10n_util::GetNSString(IDS_MENU_EMPTY_SUBMENU); 193 NSMenuItem* item = [[[NSMenuItem alloc] initWithTitle:empty_string
|
/external/v8/test/cctest/ |
D | test-compiler.cc | 323 Handle<Script> script = FACTORY->NewScript(FACTORY->empty_string()); in TEST()
|
D | test-cpu-profiler.cc | 94 HEAP->empty_string(), in TEST()
|
/external/v8/src/ia32/ |
D | stub-cache-ia32.cc | 1811 __ 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()
|
D | codegen-ia32.cc | 674 Immediate(factory->empty_string())); in Generate()
|
D | builtins-ia32.cc | 1522 __ Set(ebx, Immediate(factory->empty_string())); in Generate_StringConstructCode()
|
/external/v8/src/x64/ |
D | stub-cache-x64.cc | 2494 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/ |
D | stub-cache-arm.cc | 2719 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/ |
D | stub-cache-mips.cc | 2714 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()
|