/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
H A D | Makefile | 0 default:
|
/external/mesa3d/src/mesa/state_tracker/ |
H A D | Makefile | 0 default:
|
/external/iproute2/etc/iproute2/ |
H A D | rt_tables | 6 253 default
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
H A D | CharStreamState.pm | 9 default => 0, 16 default => 0, 23 default => 0,
|
H A D | RecognizerSharedState.pm | 13 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 D | unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/20K/ |
H A D | unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/24K/ |
H A D | unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/25K/ |
H A D | unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/34K/ |
H A D | unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/5K/ |
H A D | unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/74K/ |
H A D | unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/r10000/ |
H A D | unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/r12000/ |
H A D | unit_masks | 6 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/rm7000/ |
H A D | unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/rm9000/ |
H A D | unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/sb1/ |
H A D | unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/vr5432/ |
H A D | unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/mips/vr5500/ |
H A D | unit_masks | 4 name:zero type:mandatory default:0x0
|
/external/oprofile/events/ppc64/970MP/ |
H A D | unit_masks | 8 name:zero type:mandatory default:0x0
|
/external/oprofile/events/ppc64/ibm-compat-v1/ |
H A D | unit_masks | 8 name:zero type:mandatory default:0x0
|
/external/oprofile/events/ppc64/power6/ |
H A D | unit_masks | 8 name:zero type:mandatory default:0x0
|
/external/oprofile/events/ppc64/power7/ |
H A D | unit_masks | 8 name:zero type:mandatory default:0x0
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/ |
H A D | options.py | 32 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 D | parameter.rb | 5 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...] |