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

  /bionic/tests/libs/
Android.build.testlib.mk 18 build_type := host macro
20 build_type := target macro
Android.build.target.testlib.mk 18 build_type := target macro
Android.build.dt_runpath.mk 82 build_type := target macro
Android.mk 111 build_type := target macro
126 build_type := target macro
142 build_type := target macro
152 build_type := target macro
353 build_type := host macro
364 build_type := target macro
  /system/core/libbacktrace/
Android.build.mk 29 ifeq ($(build_type),target)
42 $($(module)_cflags_$(build_type)) \
50 $($(module)_conlyflags_$(build_type)) \
55 $($(module)_cppflags_$(build_type)) \
60 $($(module)_c_includes_$(build_type)) \
64 $($(module)_src_files_$(build_type)) \
68 $($(module)_static_libraries_$(build_type)) \
72 $($(module)_shared_libraries_$(build_type)) \
76 $($(module)_ldlibs_$(build_type)) \
80 ifeq ($(build_type),target
    [all...]
Android.mk 68 build_type := target macro
71 build_type := host macro
120 build_type := target macro
124 build_type := host macro
140 build_type := target macro
144 build_type := host macro
206 build_type := target macro
210 build_type := host macro
  /bionic/tests/
Android.build.mk 22 ifeq ($(build_type),host)
45 LOCAL_CLANG := $($(module)_clang_$(build_type))
66 $($(module)_cflags_$(build_type)) \
71 $($(module)_conlyflags_$(build_type)) \
76 $($(module)_cppflags_$(build_type)) \
81 $($(module)_c_includes_$(build_type)) \
85 $($(module)_src_files_$(build_type)) \
89 $($(module)_static_libraries_$(build_type)) \
93 $($(module)_shared_libraries_$(build_type)) \
97 $($(module)_whole_static_libraries_$(build_type)) \
    [all...]
Android.mk 150 build_type := target macro
153 build_type := host macro
176 build_type := target macro
179 build_type := host macro
185 build_type := target macro
188 build_type := host macro
196 build_type := target macro
199 build_type := host macro
208 build_type := target macro
211 build_type := hos macro
223 build_type := target macro
226 build_type := host macro
240 build_type := target macro
243 build_type := host macro
264 build_type := target macro
267 build_type := host macro
326 build_type := target macro
385 build_type := target macro
432 build_type := host macro
    [all...]
  /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/google-benchmark/src/
json_reporter.cc 77 const char build_type[] = "release"; local
79 const char build_type[] = "debug"; local
81 out << indent << FormatKV("library_build_type", build_type) << "\n";
  /external/chromium-trace/catapult/telemetry/telemetry/core/
util.py 164 for build_type in build_types:
165 yield os.path.join(chrome_root, build_dir, build_type)
  /external/autotest/server/
site_utils.py 405 string changes such that we can't determine build_type or branch
410 build_type = pgo-release
413 build_type = paladin
418 _board, build_type, branch = ParseBuildName(build)[:3]
422 build_type = 'Unknown'
426 build_type = embedded_str.group(1) + '-' + build_type
432 'build_type': build_type,
435 return ('%(prefix)s.%(board)s.%(build_type)s.%(branch)s.%(suite)s
    [all...]
  /external/autotest/site_utils/suite_scheduler/
task.py 596 def _GetFirmwareRWBuild(self, mv, board, build_type):
607 @param build_type: Build type of the firmware build, e.g., factory,
616 board, build_type)
617 latest_build = base_event.BuildName(board, build_type, latest_milestone,
688 build_type = 'release'
690 build_type = self.firmware_rw_build_spec
692 mv, board, build_type)
manifest_versions.py 203 def GetLatestManifest(self, board, build_type, milestone=None):
207 @param build_type: Type of a build, e.g., release, factory or firmware.
216 self._BOARD_BRANCH_MANIFEST_GLOB_PATTERN % (board, build_type))
  /external/libunwind/
Android.build.mk 81 $($(libunwind_module)_src_files_$(build_type)) \
  /system/core/init/
perfboot.py 194 build_type = device.get_prop('ro.build.type')
196 if build_type != 'user':
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 59 static char build_type[PROPERTY_VALUE_MAX]; variable
103 return 0 == strncmp(build_type, "user", PROPERTY_VALUE_MAX - 1);
544 property_get("ro.build.type", build_type, "(unknown)");
    [all...]
  /external/opencv3/modules/ts/misc/
run.py 61 {'name': "build_type", 'default': "Release", 'pattern': re.compile("^CMAKE_BUILD_TYPE:STRING=(.*)$")},
317 self.tests_dir = os.path.join(self.tests_dir, self.build_type)
    [all...]
  /external/autotest/server/hosts/
cros_host.py 484 board, build_type, branch = server_utils.ParseBuildName(
493 'build_type': build_type,
498 '%(board)s.%(build_type)s.%(branch)s.%(devserver)s' % stats_key,
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py 364 return self.build_type == 'user'
1709 def build_type(self): member in class:DeviceUtils
    [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp     [all...]

Completed in 3962 milliseconds