Searched defs:build_type (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/android/
H A Dbuild_info.h79 const char* build_type() const { function in class:base::android::BuildInfo
/external/chromium_org/gpu/config/
H A Dgpu_test_config.cc96 void GPUTestConfig::set_build_type(int32 build_type) { argument
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)
H A Dgpu_test_config.h51 void set_build_type(int32 build_type);
58 int32 build_type() const { return build_type_; } function in class:gpu::GPUTestConfig
/external/libunwind/
H A DAndroid.mk224 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 macro
[all...]

Completed in 1995 milliseconds