HomeSort by relevance Sort by last modified time
    Searched refs:build_type (Results 1 - 25 of 25) sorted by null

  /bionic/tests/libs/
Android.build.testlib.host.mk 18 build_type := host macro
Android.build.testlib.target.mk 18 build_type := target macro
Android.build.dt_runpath.mk 99 build_type := target macro
  /bionic/tests/
Android.build.mk 22 ifeq ($(build_type),host)
32 ifeq ($(build_type),host)
55 LOCAL_CLANG := $($(module)_clang_$(build_type))
76 $($(module)_cflags_$(build_type)) \
81 $($(module)_conlyflags_$(build_type)) \
86 $($(module)_cppflags_$(build_type)) \
91 $($(module)_c_includes_$(build_type)) \
95 $($(module)_src_files_$(build_type)) \
99 $($(module)_static_libraries_$(build_type)) \
103 $($(module)_shared_libraries_$(build_type)) \
    [all...]
  /external/google-fruit/extras/packaging/
deploy_to_bintray.sh 8 for build_type in Release Debug
14 conan create . google/stable -o fruit:shared=$is_shared -o fruit:use_boost=$use_boost -s build_type=$build_type
deploy_to_bintray.bat 3 for %%G in (Release Debug) DO CMD /C for %%H in (True False) DO CMD /C for %%I in (True False) DO conan create . google/stable -o fruit:shared=%%H -o fruit:use_boost=%%I -s build_type=%%G
  /external/libchrome/build/android/pylib/constants/
__init__.py 156 def SetBuildType(build_type):
174 'defined as (%s)', build_type, chromium_output_dir)
175 os.environ['BUILDTYPE'] = build_type
211 build_type = os.environ.get('BUILDTYPE')
212 if not build_type:
217 build_type))
239 build_type = os.environ.get('BUILDTYPE')
240 if build_type and len(build_type) > 1:
  /external/jsoncpp/devtools/
batchbuild.py 15 def __init__(self, prepend_envs=None, variables=None, build_type=None, generator=None):
18 self.build_type = build_type
27 build_desc.build_type or self.build_type,
46 if self.build_type and 'Visual' not in self.generator:
47 args.append( "-DCMAKE_BUILD_TYPE=%s" % self.build_type )
53 return "BuildDesc( %s, build_type=%s )" % (" ".join( self.cmake_args()), self.build_type)
83 if self.desc.build_type
    [all...]
  /external/toolchain-utils/automation/clients/
android.py 33 self.build_type = 'RELEASE'
35 self.build_type = 'DEVELOPMENT'
42 factory = android.JobsFactory(self.gcc_version, self.build_type)
  /external/toolchain-utils/automation/clients/helper/
android.py 25 def __init__(self, gcc_version='4.4.3', build_type='DEVELOPMENT'):
27 assert build_type in ['DEVELOPMENT', 'RELEASE']
30 self.commands = CommandsFactory(gcc_version, build_type)
31 self.tc_tag = 'gcc-%s-%s' % (gcc_version, build_type)
84 def __init__(self, gcc_version, build_type):
86 assert build_type in ['DEVELOPMENT', 'RELEASE']
88 self.build_type = build_type
92 self.toolchain_prefix_dir = 'install-gcc-%s-%s' % (gcc_version, build_type)
119 if self.build_type is 'RELEASE'
    [all...]
  /external/tensorflow/tensorflow/java/maven/tensorflow-android/
update.py 78 raise ValueError('Unknown build_type %s' % build_info)
92 build_type = 'release-android'
108 'build_type': build_type,
  /external/libchrome/base/android/
build_info.h 107 const char* build_type() const { function in class:base::android::BuildInfo
  /external/autotest/server/site_tests/provision_AutoUpdate/
provision_AutoUpdate.py 74 board, build_type = _get_build_metrics_fields(build_name)
77 'build_type': build_type,
  /external/chromium-trace/catapult/devil/devil/android/
settings.py 229 if device.build_type not in _COMPATIBLE_BUILD_TYPES:
231 device.build_type)
flag_changer_test.py 17 self.build_type = 'user'
device_utils.py 552 return self.build_type == 'user'
2280 def build_type(self): member in class:DeviceUtils
    [all...]
  /external/google-fruit/
conanfile.py 11 settings = "os", "compiler", "build_type", "arch"
57 cmake.definitions["CMAKE_BUILD_TYPE"] = self.settings.build_type
  /external/google-benchmark/src/
json_reporter.cc 129 const char build_type[] = "release"; local
131 const char build_type[] = "debug"; local
133 out << indent << FormatKV("library_build_type", build_type) << "\n";
  /external/libcxx/utils/google-benchmark/src/
json_reporter.cc 129 const char build_type[] = "release"; local
131 const char build_type[] = "debug"; local
133 out << indent << FormatKV("library_build_type", build_type) << "\n";
  /external/perfetto/src/profiling/memory/
malloc_hooks.cc 217 std::string build_type = ReadSystemProperty("ro.build.type"); local
218 if (build_type.empty()) {
227 if (build_type == "userdebug" || build_type == "eng") {
  /external/autotest/server/
site_utils.py 416 string changes such that we can't determine build_type or branch
421 build_type = pgo-release
424 build_type = paladin
429 _board, build_type, branch = ParseBuildName(build)[:3]
433 build_type = 'Unknown'
437 build_type = embedded_str.group(1) + '-' + build_type
443 'build_type': build_type,
446 return ('%(prefix)s.%(board)s.%(build_type)s.%(branch)s.%(suite)s
    [all...]
  /external/autotest/server/cros/
autoupdater.py 316 board, build_type, milestone, _ = server_utils.ParseBuildName(
321 board, build_type, milestone = ('', '', '')
325 'build_type': build_type,
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server.py     [all...]
  /external/autotest/server/hosts/
cros_host.py 378 board, build_type, branch = server_utils.ParseBuildName(
387 'build_type': build_type,
394 'build_type': build_type,
    [all...]
  /external/autotest/client/common_lib/
utils.py     [all...]

Completed in 1033 milliseconds