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

/external/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h176 bool is_default; // true if the flag has default value member in struct:google::CommandLineFlagInfo
222 // if (GetCommandLineFlagInfoOrDie("foo").is_default) ...
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
H A Dgflags.h162 bool is_default; // true if the flag has the default value and member in struct:GFLAGS_NAMESPACE::CommandLineFlagInfo
222 // if (GetCommandLineFlagInfoOrDie("foo").is_default) ...
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
H A Dgflags.h162 bool is_default; // true if the flag has the default value and member in struct:GFLAGS_NAMESPACE::CommandLineFlagInfo
222 // if (GetCommandLineFlagInfoOrDie("foo").is_default) ...
/external/gflags/android/gflags/
H A Dgflags.h163 bool is_default; // true if the flag has the default value and member in struct:GFLAGS_NAMESPACE::CommandLineFlagInfo
223 // if (GetCommandLineFlagInfoOrDie("foo").is_default) ...
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
H A Dgflags.h189 bool is_default; // true if the flag has the default value and member in struct:google::CommandLineFlagInfo
244 // if (GetCommandLineFlagInfoOrDie("foo").is_default) ...
/external/webrtc/third_party/gflags/gen/win/include/gflags/
H A Dgflags.h212 bool is_default; // true if the flag has the default value and member in struct:google::CommandLineFlagInfo
266 // if (GetCommandLineFlagInfoOrDie("foo").is_default) ...
/external/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c171 uint32_t block_id, uint32_t val, bool is_default)
187 c->is_default = false;
195 if (is_default) {
196 case_block->switch_case->is_default = true;
720 if (cse->is_default) {
743 if (cse->is_default) {
169 vtn_add_case(struct vtn_builder *b, struct vtn_switch *swtch, struct vtn_block *break_block, uint32_t block_id, uint32_t val, bool is_default) argument
H A Dvtn_private.h118 bool is_default; member in struct:vtn_case
/external/libcups/cups/
H A Dcups.h259 int is_default; /* Is this printer the default? */ member in struct:cups_dest_s
/external/dnsmasq/src/
H A Ddnsmasq.h361 int is_default, logged; member in struct:resolvc
/external/tensorflow/tensorflow/stream_executor/
H A Ddnn.h708 bool is_default() const { return algo_ == kDefaultAlgorithm; } function in class:perftools::gputools::dnn::AlgorithmDesc
730 return (!algorithm_.is_default() &&
1026 // operation. If algorithm.is_default(), the system will pick an algorithm
/external/v8/src/ast/
H A Dast.h948 bool is_default() const { return label_ == NULL; } function in class:v8::internal::final
950 CHECK(!is_default());
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 489 milliseconds