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

  /device/generic/goldfish/include/
qemu.h 34 char is_available; member in struct:__anon2996
  /test/vts-testcase/hal/treble/vintf/
vts_treble_vintf_test.cpp 235 HalVerifyFn is_available = [this](const FQName &fq_name, local
248 ForEachHalInstance(is_available);
  /bionic/tools/versioner/src/
versioner.cpp 369 bool is_available = platform_availability.count(type); local
371 if (should_be_available != is_available) {
372 if (is_available) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_hotshot.c 990 is_available(ProfilerObject *self) function
1072 if (is_available(self)) {
1098 if (is_available(self)) {
1129 if (is_available(self)) {
    [all...]

Completed in 1243 milliseconds