/external/v8/src/torque/ |
D | global-context.h | 25 explicit Module(const std::string& name, bool is_default) in Module() argument 26 : name_(name), is_default_(is_default) {} in Module() 49 Module* GetModule(const std::string& name, bool is_default = false) { 54 Module* module = new Module(name, is_default);
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 249 uint32_t block_id, uint64_t val, bool is_default) in vtn_add_case() argument 265 c->is_default = false; in vtn_add_case() 273 if (is_default) { in vtn_add_case() 274 case_block->switch_case->is_default = true; in vtn_add_case() 515 bool is_default = true; in vtn_cfg_walk_blocks() local 519 if (!is_default) { in vtn_cfg_walk_blocks() 531 vtn_add_case(b, swtch, break_block, block_id, literal, is_default); in vtn_cfg_walk_blocks() 532 is_default = false; in vtn_cfg_walk_blocks() 826 if (cse->is_default) { in vtn_emit_cf_list() 849 if (cse->is_default) { in vtn_emit_cf_list()
|
D | vtn_private.h | 177 bool is_default; member
|
/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/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/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/posix/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/win/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/gflags/src/ |
D | gflags_reporting.cc | 176 if (!flag.is_default) { in DescribeOneFlag()
|
D | gflags.h.in | 163 bool is_default; // true if the flag has the default value and member 223 // if (GetCommandLineFlagInfoOrDie("foo").is_default) ...
|
D | gflags.cc | 584 result->is_default = !modified_; in FillCommandLineFlagInfo()
|
/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/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_cfg.cpp | 424 bool is_default = i == 1; in StructuredSwitchChecks() local 425 if (is_default) { in StructuredSwitchChecks()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_cfg.cpp | 424 bool is_default = i == 1; in StructuredSwitchChecks() local 425 if (is_default) { in StructuredSwitchChecks()
|
/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
|
D | dnsmasq.c | 432 if (daemon->resolv_files && !daemon->resolv_files->is_default) in main()
|
/external/v8/src/ast/ |
D | prettyprinter.cc | 134 if (!clause->is_default()) Find(clause->label()); in VisitSwitchStatement() 912 if (clause->is_default()) { in VisitSwitchStatement()
|
D | ast-traversal-visitor.h | 204 if (!clause->is_default()) { in VisitSwitchStatement()
|