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

  /bionic/tests/libs/
Android.build.target.testlib.mk 18 build_type := target macro
Android.build.testlib.mk 18 build_type := host macro
20 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
  /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";
  /system/core/libbacktrace/
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
  /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...]
  /bionic/tests/
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
327 build_type := target macro
386 build_type := target macro
433 build_type := host macro
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py 433 return self.build_type == 'user'
1889 def build_type(self): member in class:DeviceUtils
    [all...]

Completed in 265 milliseconds