Home
last modified time | relevance | path

Searched refs:DEFINE_string (Results 1 – 4 of 4) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dflag-definitions.h91 #define DEFINE_string(nam, def, cmt) FLAG(STRING, const char*, nam, def, cmt) macro
109 DEFINE_string(expose_natives_as, NULL, "expose natives in global object")
110 DEFINE_string(expose_debug_as, NULL, "expose debug in global object")
111 DEFINE_string(natives_file, NULL, "alternative natives file")
220 DEFINE_string(testing_string_flag, "Hello, world!", "string-flag")
223 DEFINE_string(testing_serialization_file, "C:\\Windows\\Temp\\serdes",
226 DEFINE_string(testing_serialization_file, "/tmp/serdes",
241 DEFINE_string(map_counters, false, "Map counters to a file")
269 DEFINE_string(stop_at, "", "function name where to insert a breakpoint")
350 DEFINE_string(logfile, "v8.log", "Specify the name of the log file.")
[all …]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dfst.cpp30 DEFINE_string(fst_product_separator, ",",
Dcompat.cpp25 DEFINE_string(tmpdir, "/tmp/", "temporary directory");
Dcompat.h223 #define DEFINE_string(name, value, doc) DEFINE_VAR(string, name, value, doc) macro