Home
last modified time | relevance | path

Searched refs:build_type (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/
Dcheck-all-builds.sh430 echo "## build_sources prefix='$prefix' build_type='$build_type'"
458 local crtbegin_so=$(get_c_runtime_file $build_type crtbegin_so.o)
459 local crtend_so=$(get_c_runtime_file $build_type crtend_so.o)
460 local crtbegin_exe=$(get_c_runtime_file $build_type crtbegin_dynamic.o)
461 local crtend_exe=$(get_c_runtime_file $build_type crtend_android.o)
478 printf "\t@echo [$build_type] CC $src\n"
494 local build_type=$3
498 local build_linker=$(get_build_linker $build_type)
500 build_sources $prefix $build_type
505 case $build_type in
[all …]
/external/openssl/
Dcheck-all-builds.sh430 echo "## build_sources prefix='$prefix' build_type='$build_type'"
458 local crtbegin_so=$(get_c_runtime_file $build_type crtbegin_so.o)
459 local crtend_so=$(get_c_runtime_file $build_type crtend_so.o)
460 local crtbegin_exe=$(get_c_runtime_file $build_type crtbegin_dynamic.o)
461 local crtend_exe=$(get_c_runtime_file $build_type crtend_android.o)
478 printf "\t@echo [$build_type] CC $src\n"
494 local build_type=$3
498 local build_linker=$(get_build_linker $build_type)
500 build_sources $prefix $build_type
505 case $build_type in
[all …]
/external/chromium_org/build/android/pylib/
Dconstants.py145 def SetBuildType(build_type): argument
146 os.environ['BUILDTYPE'] = build_type
149 def GetOutDirectory(build_type=None): argument
158 GetBuildType() if build_type is None else build_type))
Dandroid_commands.py1178 build_type = self.system_properties['ro.build.type']
1179 assert build_type
1180 return build_type
Dchrome_test_server_spawner.py408 self.server.build_type = constants.GetBuildType()
/external/chromium_org/build/android/buildbot/
Dbb_host_steps.py36 def RunHooks(build_type): argument
38 build_path = SrcPath('out', build_type)
92 build_type = []
94 build_type = ['--release-build']
95 RunCmd([SrcPath('build', 'android', 'findbugs_diff.py')] + build_type)
98 'run_findbugs_plugin_tests.py')] + build_type)
/external/llvm/cmake/modules/
DChooseMSVCCRT.cmake63 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE})
64 string(TOUPPER "${build_type}" build)
71 CACHE STRING "Specify VC++ CRT to use for ${build_type} configurations."
76 endforeach(build_type)
78 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE})
79 string(TOUPPER "${build_type}" build)
89 message(STATUS "Using ${build_type} VC++ CRT: ${LLVM_USE_CRT_${build}}")
94 endforeach(build_type)
/external/chromium_org/tools/telemetry/telemetry/core/backends/
Dadb_commands.py195 for build_dir, build_type in util.GetBuildDirectories():
196 if os.path.join(build_dir, build_type) in path:
197 return build_type
220 build_type = None
225 if not build_type:
226 build_type = GetBuildTypeOfPath(bin_path) or 'Release'
227 constants.SetBuildType(build_type)
/external/chromium_org/gpu/config/
Dgpu_test_config.cc92 void GPUTestConfig::set_build_type(int32 build_type) { in set_build_type() argument
93 DCHECK_EQ(0, build_type & ~(kBuildTypeRelease | kBuildTypeDebug)); in set_build_type()
94 build_type_ = build_type; in set_build_type()
183 switch (build_type()) { in IsValid()
212 if (config.build_type() != kBuildTypeUnknown && in Matches()
213 (build_type() & config.build_type()) == 0) in Matches()
Dgpu_test_config.h50 void set_build_type(int32 build_type);
57 int32 build_type() const { return build_type_; } in build_type() function
Dgpu_test_expectations_parser.cc429 if ((config->build_type() & kTokenData[token].flag) != 0) { in UpdateTestConfig()
436 config->build_type() | kTokenData[token].flag); in UpdateTestConfig()
Dgpu_test_config_unittest.cc28 EXPECT_EQ(GPUTestConfig::kBuildTypeUnknown, config.build_type()); in TEST_F()
/external/chromium_org/tools/telemetry/telemetry/core/
Dutil.py145 for build_type in build_types:
146 yield build_dir, build_type
158 for build_dir, build_type in GetBuildDirectories():
159 candidate = os.path.join(chrome_root, build_dir, build_type, binary_name)
/external/chromium_org/build/android/pylib/utils/
Dhost_path_finder.py18 lambda build_type: os.path.join(out_dir, build_type, file_name),
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
Ddesktop_browser_finder.py157 for build_dir, build_type in util.GetBuildDirectories():
159 AddIfFound(build_type.lower(), build_dir, build_type,
161 AddIfFound('content-shell-' + build_type.lower(), build_dir, build_type,
Dandroid_browser_finder.py71 for build_dir, build_type in util.GetBuildDirectories():
72 apk_full_name = os.path.join(chrome_root, build_dir, build_type, 'apks',
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_configuration.py33 def __init__(self, version, architecture, build_type): argument
36 self.build_type = build_type
57 return hash(self.version + self.architecture + self.build_type)
Dtest_configuration_unittest.py37 for build_type in ('debug', 'release'):
38 all_test_configurations.add(TestConfiguration(version, architecture, build_type))
/external/chromium_org/build/android/
Dadb_reverse_forwarder.py53 constants.SetBuildType(options.build_type)
Dadb_install_apk.py56 constants.SetBuildType(options.build_type)
Dtest_runner.py93 constants.SetBuildType(options.build_type)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dtest.py529 for build_type in self._all_build_types():
533 build_type=build_type))
Dbase.py1191 for build_type in self.ALL_BUILD_TYPES:
1192 test_configurations.append(TestConfiguration(version, architecture, build_type))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
Drebaseline.py316 if port.test_configuration().build_type == 'release':
339 if port.test_configuration().build_type == 'release':