/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 | 296 if (dest->is_default) in main() 313 if (dest->is_default) in main()
|
D | dest.c | 1007 dest->is_default = 1; in cupsEnumDests() 1326 if (dests->is_default) in cupsGetDest() 1910 dest->is_default = 1; in cupsGetDests2() 2079 dest->is_default = 1; in cupsGetNamedDest() 2184 dest->is_default = !_cups_strcasecmp(name, dest->name) && in cupsSetDefaultDest() 2318 if (dest->instance != NULL || dest->num_options != 0 || dest->is_default) in cupsSetDests2() 2320 if (dest->is_default) in cupsSetDests2() 2731 dest->is_default = 0; in cups_add_dest() 3927 (*dests)[i].is_default = 0; 3929 dest->is_default = 1;
|
D | cups.h | 258 int is_default; /* Is this printer the default? */ 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/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/v8/src/ast/ |
D | ast-literal-reindexer.cc | 232 if (!node->is_default()) Visit(node->label()); in VisitCaseClause()
|
D | ast-expression-rewriter.cc | 364 if (!node->is_default()) { in VisitCaseClause()
|
D | prettyprinter.cc | 121 if (!clause->is_default()) { in VisitCaseClause() 785 if (clause->is_default()) { in VisitCaseClause()
|
D | ast-traversal-visitor.h | 201 if (!clause->is_default()) { in VisitSwitchStatement()
|
D | ast-numbering.cc | 466 if (!node->is_default()) Visit(node->label()); in VisitCaseClause()
|
D | ast.h | 965 bool is_default() const { return label_ == NULL; } in is_default() function 967 CHECK(!is_default()); in label()
|
/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 | 206 if (!cc->is_default()) Visit(cc->label()); in VisitCaseClause()
|
/external/dnsmasq/src/ |
D | option.c | 1157 if (list && list->is_default) in one_opt() 1162 list->is_default = 0; in one_opt() 1173 new->is_default = 0; in one_opt() 2799 daemon->default_resolv.is_default = 1; in read_opts()
|
D | dnsmasq.h | 367 int is_default, logged; member
|
D | dnsmasq.c | 494 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 | 343 if (!clause->is_default()) { in VisitSwitchStatement()
|
D | asm-typer.cc | 1398 if (a_case->is_default()) { in ValidateSwitchStatement()
|
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 1035 if (clause->is_default()) { in VisitSwitchStatement()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 878 if (clause->is_default()) { in VisitSwitchStatement()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 855 if (clause->is_default()) { in VisitSwitchStatement()
|