Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Djson_reporter.cc129 const char build_type[] = "release"; in ReportContext() local
131 const char build_type[] = "debug"; in ReportContext() local
/external/libcxx/utils/google-benchmark/src/
Djson_reporter.cc129 const char build_type[] = "release"; in ReportContext() local
131 const char build_type[] = "debug"; in ReportContext() local
/external/toolchain-utils/automation/clients/helper/
Dandroid.py25 def __init__(self, gcc_version='4.4.3', build_type='DEVELOPMENT'): argument
84 def __init__(self, gcc_version, build_type): argument
/external/libchrome/build/android/pylib/constants/
D__init__.py156 def SetBuildType(build_type): argument
/external/jsoncpp/devtools/
Dbatchbuild.py15 def __init__(self, prepend_envs=None, variables=None, build_type=None, generator=None): argument
/external/libchrome/base/android/
Dbuild_info.h107 const char* build_type() const { in build_type() function
/external/perfetto/src/profiling/memory/
Dmalloc_hooks.cc217 std::string build_type = ReadSystemProperty("ro.build.type"); in ShouldForkPrivateDaemon() local
/external/autotest/client/common_lib/cros/
Ddev_server.py2166 def _emit_auto_update_metrics(self, board, build_type, dut_host_name, argument
2219 is_au_success, board, build_type, milestone, argument
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py2280 def build_type(self): member in DeviceUtils