HomeSort by relevance Sort by last modified time
    Searched refs:empty_string (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium/googleurl/src/
gurl.cc 66 static std::string* empty_string = NULL; member in namespace:__anon4853
75 if (!empty_string) {
80 reinterpret_cast<PVOID*>(&empty_string), new_empty_string, NULL)) {
86 return *empty_string;
95 empty_string = new std::string;
101 return *empty_string;
url_canon.h 734 static const CHAR empty_string = 0; local
735 return &empty_string;
    [all...]
  /external/v8/src/
func-name-inferrer.cc 71 return MakeNameFromStackHelper(0, isolate()->factory()->empty_string());
cpu-profiler.cc 364 isolate->heap()->empty_string(),
380 isolate->heap()->empty_string(),
json-parser.h 560 return Handle<String>(isolate()->heap()->empty_string());
bootstrapper.cc     [all...]
stub-cache.cc 111 Handle<String> cache_name = factory()->empty_string();
    [all...]
compiler.cc 447 isolate->heap()->empty_string()));
objects-debug.cc 453 CHECK(this->second() == GetHeap()->empty_string() ||
  /external/regex-re2/re2/
re2.cc 57 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)
    [all...]
  /external/quake/quake/src/QW/client/
sys_win.c 548 static char *empty_string = ""; variable
582 argv[0] = empty_string;
  /external/quake/quake/src/WinQuake/
sys_win.cpp 688 static char *empty_string = ""; variable
722 argv[0] = empty_string;
  /external/regex-re2/util/
pcre.cc 49 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);
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserCsvTests.java 46 com.android.inputmethod.latin.tests.R.string.empty_string);
173 assertTextArray("Escaped !text/name", "\\!text/empty_string", "\\!text/empty_string");
174 assertTextArray("Escaped !TEXT/NAME", "\\!TEXT/EMPTY_STRING", "\\!TEXT/EMPTY_STRING");
205 assertTextArray("Multiple escaped !text", "\\!,\\!text/empty_string",
206 "\\!", "\\!text/empty_string");
207 assertTextArray("Multiple escaped !TEXT", "\\!,\\!TEXT/EMPTY_STRING",
208 "\\!", "\\!TEXT/EMPTY_STRING");
218 "!text/empty_string");
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ggc.h 30 extern const char empty_string[]; /* empty string */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ggc.h 30 extern const char empty_string[]; /* empty string */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ggc.h 30 extern const char empty_string[]; /* empty string */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ggc.h 30 extern const char empty_string[]; /* empty string */
  /external/v8/test/cctest/
test-compiler.cc 323 Handle<Script> script = FACTORY->NewScript(FACTORY->empty_string());
test-cpu-profiler.cc 94 HEAP->empty_string(),
  /external/v8/src/ia32/
stub-cache-ia32.cc     [all...]
codegen-ia32.cc 674 Immediate(factory->empty_string()));
  /external/v8/src/x64/
stub-cache-x64.cc     [all...]
  /external/v8/src/arm/
stub-cache-arm.cc     [all...]
  /external/v8/src/mips/
stub-cache-mips.cc     [all...]

Completed in 2080 milliseconds

1 2