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

123

/external/chromium_org/tools/clang/empty_string/
H A DMakefile10 TOOLNAME = empty_string
/external/chromium_org/url/
H A Dgurl.cc22 static std::string* empty_string = NULL; member in namespace:__anon16423
31 if (!empty_string) {
36 reinterpret_cast<PVOID*>(&empty_string), new_empty_string, NULL)) {
42 return *empty_string;
51 empty_string = new std::string;
57 return *empty_string;
H A Durl_canon.h737 static const CHAR empty_string = 0; local
738 return &empty_string;
/external/chromium_org/v8/src/
H A Dfunc-name-inferrer.cc51 return MakeNameFromStackHelper(0, isolate()->factory()->empty_string());
H A Dstub-cache.cc306 Handle<String> name(isolate_->heap()->empty_string());
342 &types, &handlers, factory()->empty_string(), Code::NORMAL, ELEMENT);
401 primary_[i].key = heap()->empty_string();
406 secondary_[j].key = heap()->empty_string();
1124 return GetICCode(kind(), Code::NORMAL, factory()->empty_string());
1153 return GetICCode(kind(), Code::NORMAL, factory()->empty_string());
H A Djson-stringifier.h78 return Serialize_<false>(obj, false, factory_->empty_string());
245 Object::ToObject(isolate, factory_->empty_string()).ToHandleChecked());
719 set_accumulator(factory_->empty_string());
H A Dbootstrapper.cc504 Handle<String> empty_string = local
508 empty_string, code);
767 Handle<String> name = Handle<String>(heap()->empty_string());
800 Handle<String> name = Handle<String>(heap()->empty_string());
1081 JSRegExp::IRREGEXP, factory->empty_string(),
1290 factory->empty_string(), code, JS_CONTEXT_EXTENSION_OBJECT_TYPE,
1306 factory->empty_string(), code, JS_OBJECT_TYPE, JSObject::kHeaderSize);
1317 factory->empty_string(), code, JS_OBJECT_TYPE, JSObject::kHeaderSize);
1711 factory()->empty_string(), code, JS_BUILTINS_OBJECT_TYPE,
1751 Handle<JSFunction> bridge = factory()->NewFunction(factory()->empty_string());
[all...]
H A Dexecution.cc643 return isolate->factory()->empty_string();
H A Dfactory.cc570 if (length <= 0) return empty_string();
1974 share->set_inferred_name(*empty_string(), SKIP_WRITE_BARRIER);
2119 result = NewFunctionWithoutPrototype(empty_string(), code);
2153 result = NewFunction(empty_string(), code, prototype, type,
H A Djson-parser.h687 return factory()->empty_string();
H A Dcompiler.cc834 : isolate->factory()->empty_string();
1264 : info->isolate()->heap()->empty_string();
H A Dobjects-debug.cc497 CHECK(this->second() == GetHeap()->empty_string() ||
H A Disolate.cc294 return factory()->empty_string();
298 return factory()->empty_string();
H A Dlog.cc1629 : isolate_->heap()->empty_string();
1904 isolate_->heap()->empty_string(), line_num, column_num));
/external/chromium_org/ppapi/tests/
H A Dtest_var.cc97 pp::Var empty_string("");
99 result = var_interface_->VarToUtf8(empty_string.pp_var(), &len);
H A Dtest_var_deprecated.cc139 pp::Var empty_string("");
141 result = var_interface_->VarToUtf8(empty_string.pp_var(), &len);
H A Dtest_websocket.cc940 PP_Var empty_string = CreateVarString(std::string()); local
941 result = websocket_interface_->SendMessage(ws, empty_string);
955 ReleaseVar(empty_string);
/external/chromium_org/third_party/re2/re2/
H A Dre2.cc75 static const string *empty_string; member in namespace:re2
81 if (empty_string == NULL) {
82 empty_string = new string;
195 error_ = empty_string;
211 if (error_ == empty_string)
253 if (rprog_ == NULL && error_ == empty_string) {
274 if (error_ != empty_string)
/external/regex-re2/re2/
H A Dre2.cc57 static const string *empty_string; member in namespace:re2
63 if (empty_string == NULL) {
64 empty_string = new string;
177 error_ = empty_string;
193 if (error_ == empty_string)
235 if (rprog_ == NULL && error_ == empty_string) {
256 if (error_ != empty_string)
/external/chromium_org/third_party/re2/util/
H A Dpcre.cc54 static const string empty_string; member in namespace:re2
63 error_ = &empty_string;
105 if (error_ != &empty_string) delete error_;
139 if (error_ == &empty_string) error_ = new string(error);
/external/regex-re2/util/
H A Dpcre.cc49 static const string empty_string; member in namespace:re2
58 error_ = &empty_string;
100 if (error_ != &empty_string) delete error_;
134 if (error_ == &empty_string) error_ = new string(error);
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility.cc500 CR_DEFINE_STATIC_LOCAL(std::string, empty_string, ());
506 return empty_string;
/external/chromium_org/content/renderer/
H A Drender_view_browsertest.cc1865 const base::string16 empty_string; local
1879 empty_string, gfx::Range::InvalidRange(), false);
1890 empty_string, gfx::Range::InvalidRange(), false);
1904 empty_string, gfx::Range::InvalidRange(), false);
1927 empty_string, gfx::Range::InvalidRange(), false);
/external/chromium_org/v8/test/cctest/
H A Dtest-compiler.cc258 Handle<Script> script = factory->NewScript(factory->empty_string());
/external/chromium_org/v8/src/x87/
H A Dcodegen-x87.cc503 Immediate(factory->empty_string()));

Completed in 569 milliseconds

123