/external/gflags/test/ |
D | gflags_unittest.cc | 987 EXPECT_TRUE(GetCommandLineFlagInfoOrDie("test_int32").is_default); in TEST() 1014 EXPECT_TRUE(info.is_default); in TEST() 1026 EXPECT_FALSE(info.is_default); in TEST() 1038 EXPECT_FALSE(info.is_default); // value is same, but flag *was* modified in TEST() 1051 info.is_default = false; in TEST() 1062 EXPECT_FALSE(info.is_default); in TEST() 1075 EXPECT_TRUE(info.is_default); in TEST() 1083 EXPECT_TRUE(info.is_default); in TEST() 1097 EXPECT_FALSE(info.is_default); in TEST() 1106 EXPECT_FALSE(info.is_default); in TEST()
|
/external/igt-gpu-tools/assembler/ |
D | gen4asm.h | 103 int is_default; member 107 int is_default; member
|
D | gram.y | 2209 $$.default_region = $2.is_default; 2224 $$.default_region = $2.is_default; 2250 if ($3.is_default) { 2282 if ($5.is_default) { 2287 if ($4.is_default) { 2301 if($2.is_default ==1 && $3.is_default == 1) 2328 $$.default_region = $4.is_default; 2661 $$.default_region = $2.is_default; 2713 $$.is_default = 1; 2761 { $$.type = program_defaults.register_type;$$.is_default = 1;} [all …]
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | rtp_analyze.cc | 71 if (!google::GetCommandLineFlagInfoOrDie("audio_level").is_default) { in main() 77 if (!google::GetCommandLineFlagInfoOrDie("abs_send_time").is_default) { in main()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 504 bool is_default = true; in vtn_parse_switch() local 508 if (!is_default) { in vtn_parse_switch() 538 if (is_default) { in vtn_parse_switch() 539 cse->is_default = true; in vtn_parse_switch() 544 is_default = false; in vtn_parse_switch() 975 if (cse->is_default) { in vtn_switch_case_condition() 979 if (other->is_default) in vtn_switch_case_condition() 1298 if (cse->is_default) { in vtn_emit_cf_func_unstructured()
|
D | vtn_private.h | 201 bool is_default; member
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 1346 bool is_default = false; in putmsg() local 1349 is_default = layout_has(desc->layout, Message_data(msg), f) == Qfalse; in putmsg() 1351 is_default = RSTRING_LEN(str) == 0; in putmsg() 1354 if (is_matching_oneof || emit_defaults || !is_default) { in putmsg() 1366 bool is_default = false; \ in putmsg() 1368 is_default = layout_has(desc->layout, Message_data(msg), f) == Qfalse; \ in putmsg() 1370 is_default = default_value == value; \ in putmsg() 1372 if (is_matching_oneof || emit_defaults || !is_default) { \ in putmsg()
|
/external/libcups/cups/ |
D | testcups.c | 298 if (dest->is_default) in main() 315 if (dest->is_default) in main()
|
D | dest.c | 1079 if (dests->is_default) in cupsGetDest() 1745 dest->is_default = 1; in cupsGetDests2() 1944 dest->is_default = 1; in cupsGetNamedDest() 2049 dest->is_default = !_cups_strcasecmp(name, dest->name) && in cupsSetDefaultDest() 2185 if (dest->instance != NULL || dest->num_options != 0 || dest->is_default) in cupsSetDests2() 2187 if (dest->is_default) in cupsSetDests2() 2598 dest->is_default = 0; in cups_add_dest() 3644 dest->is_default = 1; 4312 (*dests)[i].is_default = 0; 4314 dest->is_default = 1;
|
D | cups.h | 259 int is_default; /* Is this printer the default? */ member
|
/external/google-breakpad/src/third_party/linux/include/gflags/ |
D | gflags.h | 176 bool is_default; // true if the flag has default value member
|
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/ |
D | gflags.h | 162 bool is_default; // true if the flag has the default value and member
|
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/ |
D | gflags.h | 162 bool is_default; // true if the flag has the default value and member
|
/external/webrtc/third_party/gflags/gen/posix/include/gflags/ |
D | gflags.h | 189 bool is_default; // true if the flag has the default value and member
|
/external/gflags/android/gflags/ |
D | gflags.h | 163 bool is_default; // true if the flag has the default value and member
|
/external/webrtc/third_party/gflags/gen/win/include/gflags/ |
D | gflags.h | 212 bool is_default; // true if the flag has the default value and member
|
/external/gflags/src/ |
D | gflags_reporting.cc | 176 if (!flag.is_default) { in DescribeOneFlag()
|
/external/gflags/ |
D | ChangeLog.txt | 256 - Remove is_default from GetCommandLineFlagInfo (csilvers) 264 - Add is_default to CommandLineFlagInfo (pchien)
|
/external/dnsmasq/src/ |
D | option.c | 1051 if (list && list->is_default) { in one_opt() 1054 list->is_default = 0; in one_opt() 1062 new->is_default = 0; in one_opt() 2447 daemon->default_resolv.is_default = 1; in read_opts()
|
D | dnsmasq.h | 362 int is_default, logged; member
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_cfg.cpp | 555 bool is_default = i == 1; in StructuredSwitchChecks() local 556 if (is_default) { in StructuredSwitchChecks()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_cfg.cpp | 546 bool is_default = i == 1; in StructuredSwitchChecks() local 547 if (is_default) { in StructuredSwitchChecks()
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_cfg.cpp | 555 bool is_default = i == 1; in StructuredSwitchChecks() local 556 if (is_default) { in StructuredSwitchChecks()
|
/external/v8/src/ast/ |
D | prettyprinter.cc | 140 if (!clause->is_default()) Find(clause->label()); in VisitSwitchStatement() 962 if (clause->is_default()) { in VisitSwitchStatement()
|
D | ast-traversal-visitor.h | 203 if (!clause->is_default()) { in VisitSwitchStatement()
|