HomeSort by relevance Sort by last modified time
    Searched refs:default (Results 1 - 25 of 1477) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Makefile 0 default:
  /external/mesa3d/src/mesa/state_tracker/
Makefile 0 default:
  /external/iproute2/etc/iproute2/
rt_tables 6 253 default
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
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,
CharStreamState.pm 9 default => 0,
16 default => 0,
23 default => 0,
  /external/oprofile/events/mips/1004K/
unit_masks 4 name:zero type:mandatory default:0x0
  /external/oprofile/events/mips/20K/
unit_masks 4 name:zero type:mandatory default:0x0
  /external/oprofile/events/mips/24K/
unit_masks 4 name:zero type:mandatory default:0x0
  /external/oprofile/events/mips/25K/
unit_masks 4 name:zero type:mandatory default:0x0
  /external/oprofile/events/mips/34K/
unit_masks 4 name:zero type:mandatory default:0x0
  /external/oprofile/events/mips/5K/
unit_masks 4 name:zero type:mandatory default:0x0
  /external/oprofile/events/mips/74K/
unit_masks 4 name:zero type:mandatory default:0x0
  /external/oprofile/events/mips/r10000/
unit_masks 4 name:zero type:mandatory default:0x0
  /external/oprofile/events/mips/r12000/
unit_masks 6 name:zero type:mandatory default:0x0
  /external/oprofile/events/mips/rm7000/
unit_masks 4 name:zero type:mandatory default:0x0
  /external/oprofile/events/mips/rm9000/
unit_masks 4 name:zero type:mandatory default:0x0
  /external/oprofile/events/mips/sb1/
unit_masks 4 name:zero type:mandatory default:0x0
  /external/oprofile/events/mips/vr5432/
unit_masks 4 name:zero type:mandatory default:0x0
  /external/oprofile/events/mips/vr5500/
unit_masks 4 name:zero type:mandatory default:0x0
  /external/oprofile/events/ppc64/970MP/
unit_masks 8 name:zero type:mandatory default:0x0
  /external/oprofile/events/ppc64/ibm-compat-v1/
unit_masks 8 name:zero type:mandatory default:0x0
  /external/oprofile/events/ppc64/power6/
unit_masks 8 name:zero type:mandatory default:0x0
  /external/oprofile/events/ppc64/power7/
unit_masks 8 name:zero type:mandatory default:0x0
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
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=False, help="Make a local commit for each applied patch"
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
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...]

Completed in 384 milliseconds

1 2 3 4 5 6 7 8 91011>>