Home
last modified time | relevance | path

Searched defs:build_type (Results 1 – 4 of 4) sorted by relevance

/third_party/json/benchmarks/thirdparty/benchmark/src/
Djson_reporter.cc116 const char build_type[] = "release"; in ReportContext() local
118 const char build_type[] = "debug"; in ReportContext() local
/third_party/jerryscript/tools/
Djs2c.py59 def js_to_native_code(path, name, build_type): argument
/third_party/jsoncpp/devtools/
Dbatchbuild.py15 def __init__(self, prepend_envs=None, variables=None, build_type=None, generator=None): argument
/third_party/node/
DMakefile101 $(NODE_EXE): build_type:=Release macro
102 $(NODE_G_EXE): build_type:=Debug macro