Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c249 uint32_t block_id, uint64_t val, bool is_default) in vtn_add_case()
515 bool is_default = true; in vtn_cfg_walk_blocks() local
Dvtn_private.h177 bool is_default; member
/external/v8/src/torque/
Dglobal-context.h25 explicit Module(const std::string& name, bool is_default) in Module()
/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/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/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/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp424 bool is_default = i == 1; in StructuredSwitchChecks() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp424 bool is_default = i == 1; in StructuredSwitchChecks() local
/external/libcups/cups/
Dcups.h259 int is_default; /* Is this printer the default? */ member
/external/dnsmasq/src/
Ddnsmasq.h362 int is_default, logged; member
/external/v8/src/ast/
Dast.h801 bool is_default() const { return label_ == nullptr; } in is_default() function