Searched refs:default (Results 1 - 25 of 771) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A DMakefile0 default:
/external/mesa3d/src/mesa/state_tracker/
H A DMakefile0 default:
/external/iproute2/etc/iproute2/
H A Drt_tables6 253 default
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DCharStreamState.pm9 default => 0,
16 default => 0,
23 default => 0,
H A DRecognizerSharedState.pm13 default => sub { [] },
19 default => -1,
28 default => 0,
39 default => -1,
47 default => 0,
54 default => 0,
62 default => 0,
69 # This is only used if rule memoization is on (which it is by default).
93 default => -1,
/external/oprofile/events/mips/1004K/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/20K/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/24K/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/25K/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/34K/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/5K/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/74K/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/r10000/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/r12000/
H A Dunit_masks6 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/rm7000/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/rm9000/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/sb1/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/vr5432/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/mips/vr5500/
H A Dunit_masks4 name:zero type:mandatory default:0x0
/external/oprofile/events/ppc64/970MP/
H A Dunit_masks8 name:zero type:mandatory default:0x0
/external/oprofile/events/ppc64/ibm-compat-v1/
H A Dunit_masks8 name:zero type:mandatory default:0x0
/external/oprofile/events/ppc64/power6/
H A Dunit_masks8 name:zero type:mandatory default:0x0
/external/oprofile/events/ppc64/power7/
H A Dunit_masks8 name:zero type:mandatory default:0x0
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A Doptions.py32 blocks = make_option("--blocks", action="store", type="string", dest="blocks", default=None, help="Bug number which the created bug blocks.")
33 build = make_option("--build", action="store_true", dest="build", default=False, help="Build and run run-webkit-tests before committing.")
34 build_style = make_option("--build-style", action="store", dest="build_style", default=None, help="Whether to build debug, release, or both.")
36 check_style = make_option("--ignore-style", action="store_false", dest="check_style", default=True, help="Don't check to see if the patch has proper style before uploading.")
37 check_style_filter = make_option("--check-style-filter", action="store", type="string", dest="check_style_filter", default=None, help="Filter style-checker rules (see check-webkit-style --help).")
38 clean = make_option("--no-clean", action="store_false", dest="clean", default=True, help="Don't check if the working directory is clean before applying patches")
39 close_bug = make_option("--no-close", action="store_false", dest="close_bug", default=True, help="Leave bug open after landing.")
42 confirm = make_option("--no-confirm", action="store_false", dest="confirm", default=True, help="Skip confirmation steps.")
45 force_clean = make_option("--force-clean", action="store_true", dest="force_clean", default=False, help="Clean working directory before applying patches (removes local changes and commits)")
47 local_commit = make_option("--local-commit", action="store_true", dest="local_commit", default
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dparameter.rb5 Parameter = Struct.new( :name, :default )
10 elsif default then "#{ name } = #{ default }"
19 def self.default singleton method in class:ANTLR3.Template.ParameterList
21 p.default = '{}'
32 def add( name, default = nil )
39 default = options[ :default ] and param.default = default
[all...]

Completed in 769 milliseconds

1234567891011>>