HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_string (Results 1 - 8 of 8) sorted by null

  /external/v8/src/
flag-definitions.h 91 #define DEFINE_string(nam, def, cmt) FLAG(STRING, const char*, nam, def, cmt)
123 DEFINE_string(expose_natives_as, NULL, "expose natives in global object")
124 DEFINE_string(expose_debug_as, NULL, "expose debug in global object")
248 DEFINE_string(testing_string_flag, "Hello, world!", "string-flag")
251 DEFINE_string(testing_serialization_file, "C:\\Windows\\Temp\\serdes",
254 DEFINE_string(testing_serialization_file, "/tmp/serdes",
269 DEFINE_string(map_counters, false, "Map counters to a file")
300 DEFINE_string(stop_at, "", "function name where to insert a breakpoint")
387 DEFINE_string(logfile, "v8.log", "Specify the name of the log file.")
427 #undef DEFINE_string
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.cpp 30 DEFINE_string(fst_product_separator, ",",
compat.cpp 25 DEFINE_string(tmpdir, "/tmp/", "temporary directory");
compat.h 223 #define DEFINE_string(name, value, doc) DEFINE_VAR(string, name, value, doc)
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_main.cc 44 DEFINE_string(dictionary, "",
46 DEFINE_string(target, "",
48 DEFINE_string(delta, "",
gflags_reporting.cc 73 DEFINE_string(helpon, "",
75 DEFINE_string(helpmatch, "",
gflags.cc 153 DEFINE_string(flagfile, "",
155 DEFINE_string(fromenv, "",
158 DEFINE_string(tryfromenv, "",
162 DEFINE_string(undefok, "",
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 113 // DEFINE_string, etc. at the bottom of this file. You may also find
513 #define DEFINE_string(name, val, txt) \

Completed in 74 milliseconds