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

1 2

  /bionic/tests/libs/
Android.build.testlib.mk 18 build_type := host macro
20 build_type := target macro
Android.mk 86 build_type := target macro
99 build_type := target macro
295 build_type := host macro
306 build_type := target macro
  /external/libunwind/
Android.build.mk 21 ifeq ($(build_type),host)
41 $(common_cflags_$(build_type)) \
43 $($(module)_cflags_$(build_type)) \
47 $(common_conlyflags_$(build_type)) \
49 $($(module)_conlyflags_$(build_type)) \
54 $($(module)_cppflags_$(build_type)) \
59 $($(module)_c_includes_$(build_type)) \
66 $($(module)_src_files_$(build_type)) \
73 $($(module)_static_libraries_$(build_type)) \
77 $($(module)_whole_static_libraries_$(build_type)) \
    [all...]
Android.mk 224 build_type := target macro
227 build_type := host macro
229 build_type := target macro
232 build_type := host macro
271 build_type := target macro
274 build_type := host macro
306 build_type := target macro
310 build_type := host macro
333 build_type := target macro
336 build_type := hos macro
    [all...]
  /bionic/tests/
Android.build.mk 22 ifeq ($(build_type),host)
37 LOCAL_CLANG := $($(module)_clang_$(build_type))
48 $($(module)_cflags_$(build_type)) \
53 $($(module)_conlyflags_$(build_type)) \
58 $($(module)_cppflags_$(build_type)) \
63 $($(module)_c_includes_$(build_type)) \
67 $($(module)_src_files_$(build_type)) \
71 $($(module)_static_libraries_$(build_type)) \
75 $($(module)_shared_libraries_$(build_type)) \
79 $($(module)_whole_static_libraries_$(build_type)) \
    [all...]
Android.mk 141 build_type := target macro
144 build_type := host macro
166 build_type := target macro
169 build_type := host macro
174 build_type := target macro
177 build_type := host macro
185 build_type := target macro
188 build_type := host macro
197 build_type := target macro
200 build_type := hos macro
212 build_type := target macro
215 build_type := host macro
253 build_type := target macro
275 build_type := target macro
305 build_type := host macro
    [all...]
  /system/core/libbacktrace/
Android.build.mk 30 $($(module)_cflags_$(build_type)) \
35 $($(module)_conlyflags_$(build_type)) \
40 $($(module)_cppflags_$(build_type)) \
45 $($(module)_c_includes_$(build_type)) \
49 $($(module)_src_files_$(build_type)) \
53 $($(module)_static_libraries_$(build_type)) \
57 $($(module)_shared_libraries_$(build_type)) \
61 $($(module)_ldlibs_$(build_type)) \
63 ifeq ($(build_type),target)
73 ifeq ($(build_type),host
    [all...]
Android.mk 73 build_type := target macro
76 build_type := host macro
120 build_type := target macro
123 build_type := host macro
140 build_type := target macro
143 build_type := host macro
178 build_type := target macro
181 build_type := host macro
  /external/openssl/
check-all-builds.sh 217 for BUILD_TYPE in $BUILD_TYPES; do
218 echo " $BUILD_TYPE"
363 local build_type=$1
364 local arch=$(get_build_arch $build_type)
448 local build_type=$2
449 echo "## build_sources prefix='$prefix' build_type='$build_type'"
450 local arch=$(get_build_arch $build_type)
454 local build_cc=$(get_build_compiler $build_type)
455 local build_cflags=$(get_build_c_flags $build_type)
    [all...]
  /external/chromium_org/build/android/pylib/utils/
host_path_finder.py 18 lambda build_type: os.path.join(out_dir, build_type, file_name),
  /external/chromium_org/tools/findit/
findit_for_clusterfuzz.py 60 build_type,
76 build_type: The type of the job.
96 build_type = build_type.lower()
198 stacktrace_string.splitlines(), build_type, parsed_deps)
201 release_build_stacktrace, build_type, parsed_deps)
204 debug_build_stacktrace, build_type, parsed_deps)
214 if 'mac_' in build_type:
stacktrace.py 64 def __init__(self, stacktrace, build_type, parsed_deps):
66 self.ParseStacktrace(stacktrace, build_type, parsed_deps)
68 def ParseStacktrace(self, stacktrace, build_type, parsed_deps):
77 build_type: A string containing the build type of the crash.
95 line, build_type)
112 stack_frame_index, line, build_type, parsed_deps)
126 def __IsStartOfNewCallStack(self, line, build_type):
134 build_type: The name of the build.
140 if 'syzyasan' in build_type:
159 elif 'tsan' in build_type
    [all...]
  /external/chromium_org/build/android/pylib/
constants.py 171 def SetBuildType(build_type):
172 os.environ['BUILDTYPE'] = build_type
175 def GetOutDirectory(build_type=None):
179 build_type: Build type, generally 'Debug' or 'Release'. Defaults to the
184 GetBuildType() if build_type is None else build_type))
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
adb_commands.py 80 for build_dir, build_type in util.GetBuildDirectories():
81 if os.path.join(build_dir, build_type) in path:
82 return build_type
113 build_type = None
117 if not build_type:
118 build_type = GetBuildTypeOfPath(locally_built_path) or 'Release'
119 constants.SetBuildType(build_type)
  /external/chromium_org/build/android/buildbot/
bb_host_steps.py 35 def RunHooks(build_type):
37 build_path = SrcPath('out', build_type)
83 build_type = []
85 build_type = ['--release-build']
86 RunCmd([SrcPath('build', 'android', 'findbugs_diff.py')] + build_type)
89 'run_findbugs_plugin_tests.py')] + build_type)
  /external/chromium_org/gpu/config/
gpu_test_config.h 51 void set_build_type(int32 build_type);
58 int32 build_type() const { return build_type_; } function in class:gpu::GPUTestConfig
gpu_test_config.cc 96 void GPUTestConfig::set_build_type(int32 build_type) {
97 DCHECK_EQ(0, build_type & ~(kBuildTypeRelease | kBuildTypeDebug));
98 build_type_ = build_type;
188 switch (build_type()) {
217 if (config.build_type() != kBuildTypeUnknown &&
218 (build_type() & config.build_type()) == 0)
  /external/chromium_org/tools/resources/
list_resources_removed_by_repack.py 45 build_type = sys.argv[1]
48 if build_type not in ('chromium', 'chrome'):
57 if build_type == 'chromium':
  /external/chromium_org/base/android/
build_info.h 79 const char* build_type() const { function in class:base::android::BuildInfo
  /external/chromium_org/tools/telemetry/telemetry/util/
support_binaries.py 31 for build_dir, build_type in path.GetBuildDirectories():
32 candidate = os.path.join(chrome_root, build_dir, build_type, binary_name)
  /external/chromium_org/tools/auto_bisect/
builder.py 352 def BuildWithMake(threads, targets, build_type='Release'):
358 build_type: Release or Debug.
363 cmd = ['make', 'BUILDTYPE=%s' % build_type]
371 def BuildWithNinja(threads, targets, build_type='Release'):
373 cmd = ['ninja', '-C', os.path.join('out', build_type)]
381 def BuildWithVisualStudio(targets, build_type='Release'):
386 cmd = [path_to_devenv, '/build', build_type, path_to_sln]
  /external/chromium_org/tools/telemetry/telemetry/core/
util.py 126 for build_type in build_types:
127 yield build_dir, build_type
  /external/chromium_org/build/android/
adb_reverse_forwarder.py 36 dest='build_type', default='Release',
54 constants.SetBuildType(options.build_type)
adb_install_apk.py 32 dest='build_type',
37 dest='build_type',
71 constants.SetBuildType(options.build_type)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_finder.py 180 for build_dir, build_type in path.GetBuildDirectories():
182 AddIfFound(build_type.lower(), build_dir, build_type,
184 AddIfFound('content-shell-' + build_type.lower(), build_dir, build_type,

Completed in 1019 milliseconds

1 2