Home
last modified time | relevance | path

Searched refs:is_default (Results 1 – 25 of 32) sorted by relevance

12

/external/gflags/test/
Dgflags_unittest.cc987 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/
Dgen4asm.h103 int is_default; member
107 int is_default; member
Dgram.y2209 $$.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/
Drtp_analyze.cc71 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/
Dvtn_cfg.c504 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()
Dvtn_private.h201 bool is_default; member
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c1346 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/
Dtestcups.c298 if (dest->is_default) in main()
315 if (dest->is_default) in main()
Ddest.c1079 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;
Dcups.h259 int is_default; /* Is this printer the default? */ member
/external/google-breakpad/src/third_party/linux/include/gflags/
Dgflags.h176 bool is_default; // true if the flag has default value 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/webrtc/third_party/gflags/gen/posix/include/gflags/
Dgflags.h189 bool is_default; // true if the flag has the default value and member
/external/gflags/android/gflags/
Dgflags.h163 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/gflags/src/
Dgflags_reporting.cc176 if (!flag.is_default) { in DescribeOneFlag()
/external/gflags/
DChangeLog.txt256 - Remove is_default from GetCommandLineFlagInfo (csilvers)
264 - Add is_default to CommandLineFlagInfo (pchien)
/external/dnsmasq/src/
Doption.c1051 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()
Ddnsmasq.h362 int is_default, logged; member
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp555 bool is_default = i == 1; in StructuredSwitchChecks() local
556 if (is_default) { in StructuredSwitchChecks()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp546 bool is_default = i == 1; in StructuredSwitchChecks() local
547 if (is_default) { in StructuredSwitchChecks()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_cfg.cpp555 bool is_default = i == 1; in StructuredSwitchChecks() local
556 if (is_default) { in StructuredSwitchChecks()
/external/v8/src/ast/
Dprettyprinter.cc140 if (!clause->is_default()) Find(clause->label()); in VisitSwitchStatement()
962 if (clause->is_default()) { in VisitSwitchStatement()
Dast-traversal-visitor.h203 if (!clause->is_default()) { in VisitSwitchStatement()

12