Home
last modified time | relevance | path

Searched defs:is_default (Results 1 – 17 of 17) sorted by relevance

/external/igt-gpu-tools/assembler/
Dgen4asm.h103 int is_default; member
107 int is_default; member
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
Dgflags.h162 bool is_default; // true if the flag has the default value and member
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
Dgflags.h162 bool is_default; // true if the flag has the default value and member
/external/google-breakpad/src/third_party/linux/include/gflags/
Dgflags.h176 bool is_default; // true if the flag has default value member
/external/gflags/android/gflags/
Dgflags.h163 bool is_default; // true if the flag has the default value and member
/external/gflags/src/
Dgflags.h.in163 bool is_default; // true if the flag has the default value and member
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
Dgflags.h189 bool is_default; // true if the flag has the default value and member
/external/webrtc/third_party/gflags/gen/win/include/gflags/
Dgflags.h212 bool is_default; // true if the flag has the default value and member
/external/libcups/cups/
Dcups.h259 int is_default; /* Is this printer the default? */ member
/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c504 bool is_default = true; in vtn_parse_switch() local
Dvtn_private.h201 bool is_default; member
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp555 bool is_default = i == 1; in StructuredSwitchChecks() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp546 bool is_default = i == 1; in StructuredSwitchChecks() local
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_cfg.cpp555 bool is_default = i == 1; in StructuredSwitchChecks() local
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c1346 bool is_default = false; in putmsg() local
/external/dnsmasq/src/
Ddnsmasq.h362 int is_default, logged; member
/external/v8/src/ast/
Dast.h676 bool is_default() const { return label_ == nullptr; } in is_default() function