/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 | 171 uint32_t block_id, uint32_t val, bool is_default) in vtn_add_case() argument 187 c->is_default = false; in vtn_add_case() 195 if (is_default) { in vtn_add_case() 196 case_block->switch_case->is_default = true; in vtn_add_case() 720 if (cse->is_default) { in vtn_emit_cf_list() 743 if (cse->is_default) { in vtn_emit_cf_list()
|
D | vtn_private.h | 118 bool is_default; member
|
/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
|
D | cupspm.md | 121 \(`is_default`), and the options and basic information associated with that
|
/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/google-breakpad/src/third_party/linux/include/gflags/ |
D | gflags.h | 176 bool is_default; // true if the flag has default value 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/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/v8/src/compiler/ |
D | ast-loop-assignment-analyzer.cc | 208 if (!cc->is_default()) Visit(cc->label()); in VisitCaseClause()
|
/external/v8/src/ast/ |
D | ast-expression-rewriter.cc | 365 if (!node->is_default()) { in VisitCaseClause()
|
D | prettyprinter.cc | 122 if (!clause->is_default()) { in VisitCaseClause() 791 if (clause->is_default()) { in VisitCaseClause()
|
D | ast-traversal-visitor.h | 201 if (!clause->is_default()) { in VisitSwitchStatement()
|
D | ast-numbering.cc | 527 if (!node->is_default()) Visit(node->label()); in VisitCaseClause()
|
D | ast.h | 948 bool is_default() const { return label_ == NULL; } in is_default() function 950 CHECK(!is_default()); in label()
|
/external/dnsmasq/src/ |
D | option.c | 1156 if (list && list->is_default) in one_opt() 1161 list->is_default = 0; in one_opt() 1172 new->is_default = 0; in one_opt() 2772 daemon->default_resolv.is_default = 1; in read_opts()
|
D | dnsmasq.h | 367 int is_default, logged; member
|
D | dnsmasq.c | 459 if (daemon->resolv_files && !daemon->resolv_files->is_default) in main()
|
/external/v8/src/crankshaft/ |
D | typing.cc | 205 if (!clause->is_default()) { in VisitSwitchStatement()
|
/external/v8/src/asmjs/ |
D | asm-wasm-builder.cc | 446 if (!clause->is_default()) { in VisitSwitchStatement()
|
D | asm-typer.cc | 1480 if (a_case->is_default()) { in ValidateSwitchStatement()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 830 if (clause->is_default()) { in VisitSwitchStatement()
|