Home
last modified time | relevance | path

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

/external/libchrome/build/
Dwrite_build_date_header.py41 def GetBuildDate(build_type, utc_now): argument
/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/cronet/third_party/google_benchmark/src/src/
Djson_reporter.cc171 const char build_type[] = "release"; in ReportContext() local
173 const char build_type[] = "debug"; in ReportContext() local
/external/google-benchmark/src/
Djson_reporter.cc174 const char build_type[] = "release"; in ReportContext() local
176 const char build_type[] = "debug"; in ReportContext() local
/external/oss-fuzz/infra/build/functions/
Drequest_build.py75 def run_build(oss_fuzz_project, build_steps, credentials, build_type, argument
Dbuild_project.py496 build_type, argument
558 def build_script_main(script_description, get_build_steps_func, build_type): argument
/external/googleapis/grafeas/v1/
Dslsa_provenance_zero_two.proto77 string build_type = 2; field
Dintoto_statement.proto73 string build_type = 1; field
/external/google-cloud-java/java-grafeas/src/main/proto/grafeas/v1/
Dslsa_provenance_zero_two.proto77 string build_type = 2; field
/external/perfetto/src/profiling/common/
Dproducer_support.cc98 const std::string& build_type, in CanProfileAndroid()
/external/crosvm/third_party/libslirp-rs/
Dupload_libslirp.ps1100 foreach ($build_type in 'release', 'debug') { variable
/external/cronet/build/android/pylib/constants/
D__init__.py175 def SetBuildType(build_type): argument
/external/angle/build/android/pylib/constants/
D__init__.py175 def SetBuildType(build_type): argument
/external/libchrome/build/android/pylib/constants/
D__init__.py156 def SetBuildType(build_type): argument
/external/crosvm/prebuilts/src/
Dlib.rs66 let build_type = if env::var("DEBUG").is_ok() { in get_url() localVariable
/external/jsoncpp/devtools/
Dbatchbuild.py15 def __init__(self, prepend_envs=None, variables=None, build_type=None, generator=None): argument
/external/perfetto/test/
Dandroid_test_utils.cc53 std::string build_type = base::GetAndroidProp("ro.build.type"); in IsUserBuild() local
/external/libchrome/base/android/
Dbuild_info.h107 const char* build_type() const { in build_type() function
/external/cronet/base/android/
Dbuild_info.h123 const char* build_type() const { in build_type() function
/external/python/setuptools/setuptools/tests/
Dtest_build_meta.py242 def test_build_with_existing_file_present(self, build_type, tmpdir_cwd): argument
/external/perfetto/src/perfetto_cmd/
Dperfetto_cmd.cc164 std::string build_type = base::GetAndroidProp("ro.build.type"); in IsUserBuild() local
/external/webrtc/sdk/android/native_unittests/audio_device/
Daudio_device_unittest.cc1007 std::string build_type = in TEST_F() local
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py2819 def build_type(self): member in DeviceUtils