Home
last modified time | relevance | path

Searched refs:default (Results 1 – 25 of 1708) sorted by relevance

12345678910>>...69

/external/protobuf/src/google/protobuf/
Dunittest_enormous_descriptor.proto46 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_1 = 1 [default="long default value is a…
47 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_2 = 2 [default="long default value is a…
48 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_3 = 3 [default="long default value is a…
49 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_4 = 4 [default="long default value is a…
50 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_5 = 5 [default="long default value is a…
51 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_6 = 6 [default="long default value is a…
52 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_7 = 7 [default="long default value is a…
53 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_8 = 8 [default="long default value is a…
54 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_9 = 9 [default="long default value is a…
55 …oooooooooooooooooooooooooooooooooooooooooooooooooooooong_10 = 10 [default="long default value is a…
[all …]
Dunittest_lite.proto122 optional int32 default_int32 = 61 [default = 41 ];
123 optional int64 default_int64 = 62 [default = 42 ];
124 optional uint32 default_uint32 = 63 [default = 43 ];
125 optional uint64 default_uint64 = 64 [default = 44 ];
126 optional sint32 default_sint32 = 65 [default = -45 ];
127 optional sint64 default_sint64 = 66 [default = 46 ];
128 optional fixed32 default_fixed32 = 67 [default = 47 ];
129 optional fixed64 default_fixed64 = 68 [default = 48 ];
130 optional sfixed32 default_sfixed32 = 69 [default = 49 ];
131 optional sfixed64 default_sfixed64 = 70 [default = -50 ];
[all …]
Dunittest.proto133 optional int32 default_int32 = 61 [default = 41 ];
134 optional int64 default_int64 = 62 [default = 42 ];
135 optional uint32 default_uint32 = 63 [default = 43 ];
136 optional uint64 default_uint64 = 64 [default = 44 ];
137 optional sint32 default_sint32 = 65 [default = -45 ];
138 optional sint64 default_sint64 = 66 [default = 46 ];
139 optional fixed32 default_fixed32 = 67 [default = 47 ];
140 optional fixed64 default_fixed64 = 68 [default = 48 ];
141 optional sfixed32 default_sfixed32 = 69 [default = 49 ];
142 optional sfixed64 default_sfixed64 = 70 [default = -50 ];
[all …]
Dunittest_micro.proto120 optional int32 default_int32 = 61 [default = 41 ];
121 optional int64 default_int64 = 62 [default = 42 ];
122 optional uint32 default_uint32 = 63 [default = 43 ];
123 optional uint64 default_uint64 = 64 [default = 44 ];
124 optional sint32 default_sint32 = 65 [default = -45 ];
125 optional sint64 default_sint64 = 66 [default = 46 ];
126 optional fixed32 default_fixed32 = 67 [default = 47 ];
127 optional fixed64 default_fixed64 = 68 [default = 48 ];
128 optional sfixed32 default_sfixed32 = 69 [default = 49 ];
129 optional sfixed64 default_sfixed64 = 70 [default = -50 ];
[all …]
/external/oprofile/events/ppc64/cell-be/
Dunit_masks9 name:zero type:mandatory default:0x0
11 name:PPU_0_cycles type:bitmask default:0x013
14 0x002 Positive polarity [default ]
16 name:PPU_0_edges type:bitmask default:0x012
19 0x002 Positive polarity [default ]
21 name:PPU_2_cycles type:bitmask default:0x043
24 0x002 Positive polarity [default ]
26 name:PPU_2_edges type:bitmask default:0x042
29 0x002 Positive polarity [default ]
31 name:PPU_01_cycles type:bitmask default:0x023
[all …]
/external/icu4c/test/testdata/
Ddcfmtest.txt31 # default
43 format 0.0000E0 default "1234.01" "1.2340E3"
45 format 00 default "1234" "1234"
46 format 00 default ".01" "00"
47 format 00 default "1" "01"
48 format 00 default "1.9" "02"
50 format #.# default "12.34" "12.3"
52 format @@@ default "12.3456" "12.3"
53 format @@@ default "123456" "123000"
54 format @@@ default ".00123456" "0.00123"
[all …]
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
Doptions.py32 …blocks = make_option("--blocks", action="store", type="string", dest="blocks", default=None, help=…
33 …build = make_option("--build", action="store_true", dest="build", default=False, help="Build and r…
34 …build_style = make_option("--build-style", action="store", dest="build_style", default=None, help=…
36 …option("--ignore-builders", action="store_false", dest="check_builders", default=True, help="Don't…
37 …check_style = make_option("--ignore-style", action="store_false", dest="check_style", default=True…
38 …clean = make_option("--no-clean", action="store_false", dest="clean", default=True, help="Don't ch…
39 …close_bug = make_option("--no-close", action="store_false", dest="close_bug", default=True, help="…
42 …confirm = make_option("--no-confirm", action="store_false", dest="confirm", default=True, help="Sk…
45 …force_clean = make_option("--force-clean", action="store_true", dest="force_clean", default=False,…
46 …force_patch = make_option("--force-patch", action="store_true", dest="force_patch", default=False,…
[all …]
/external/v8/tools/
Dtest-wrapper-gypbuild.py52 default=None)
55 default='out')
58 default=False, action="store_true")
63 default='release,debug')
66 default='ia32,x64,arm')
70 default=False, action="store_true")
73 choices=PROGRESS_INDICATORS, default="mono")
75 default=False, action="store_true")
77 default=False, action="store_true")
79 default=[], action="append")
[all …]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Drun_webkit_tests.py220 optparse.make_option("--chromium", action="store_true", default=False,
223 default=False, help="create a dialog on DumpRenderTree startup"),
225 default=False, help="enable Windows GP fault error box"),
229 default=False,
232 default=False,
235 default=False,
253 default=False,
285 default=False, help="Save all generated results as new baselines "
289 default=False, help="Reset any existing baselines to the "
292 default=[], help="Additional command line flag to pass to DumpRenderTree "
[all …]
/external/oprofile/events/i386/core_2/
Dunit_masks3 name:zero type:mandatory default:0x0
5 #name:one type:mandatory default:0x1
7 name:two type:mandatory default:0x2
9 name:x0f type:mandatory default:0xf
11 name:x10 type:mandatory default:0x10
13 #name:x20 type:mandatory default:0x20
15 #name:x40 type:mandatory default:0x40
17 name:x41 type:mandatory default:0x41
19 name:x4f type:mandatory default:0x4f
21 name:xc0 type:mandatory default:0xc0
[all …]
/external/oprofile/events/ia64/itanium2/
Dunit_masks8 name:zero type:mandatory default:0x0
12 name:alat_capacity_miss type:bitmask default:0x03
18 name:back_end_bubble type:exclusive default:0x00
24 name:be_br_mispredict_detail type:exclusive default:0x00
31 name:be_exe_bubble type:exclusive default:0x00
43 name:be_flush_bubble type:exclusive default:0x00
49 name:be_l1d_fpu_bubble type:exclusive default:0x00
68 #name:be_lost_bw_due_to_fe type:exclusive default:0x00
83 name:be_rse_bubble type:exclusive default:0x00
92 name:br_mispred_detail type:exclusive default:0x00
[all …]
/external/qemu/android/avd/
Dhardware-properties.ini27 default = arm key
32 # Leave it empty, and the default value will be computed from
36 default = key
45 default = 0 key
53 default = touch key
60 default = yes key
67 default = yes key
74 default = no key
82 # NOTE: As a special case, the default value will be 'false' if the
88 default = yes key
[all …]
/external/oprofile/events/i386/core/
Dunit_masks3 name:zero type:mandatory default:0x0
5 name:one type:mandatory default:0x1
7 name:two type:mandatory default:0x2
9 name:x0f type:mandatory default:0xf
11 name:x20 type:mandatory default:0x20
13 name:x40 type:mandatory default:0x40
15 name:xc0 type:mandatory default:0xc0
17 name:nonhlt type:exclusive default:0x0
21 name:mesi type:bitmask default:0x0f
29 name:est_trans type:exclusive default:0x00
[all …]
/external/oprofile/events/i386/atom/
Dunit_masks5 name:store_forwards type:mandatory default:0x81
7 name:segment_reg_loads type:mandatory default:0x00
9 name:simd_prefetch type:bitmask default:0x01
13 name:data_tlb_misses type:bitmask default:0x07
18 name:page_walks type:bitmask default:0x03
21 name:x87_comp_ops_exe type:bitmask default:0x81
24 name:fp_assist type:mandatory default:0x81
26 name:mul type:bitmask default:0x01
29 name:div type:bitmask default:0x01
32 name:l2_rqsts type:bitmask default:0x41
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
Dparameter.rb10 elsif default then "#{ name } = #{ default }"
19 def self.default singletonMethod in ANTLR3.Template.ParameterList
21 p.default = '{}'
32 def add( name, default = nil ) argument
39 default = options[ :default ] and param.default = default
/external/webkit/Source/WebKit/gtk/
Dorg.webkitgtk.gschema.xml.in7 <default>false</default>
12 <default>false</default>
17 <default>false</default>
22 <default>false</default>
27 <default>''</default>
/external/oprofile/events/i386/p4-ht/
Dunit_masks3 name:branch_retired type:bitmask default:0x0c
8 name:mispred_branch_retired type:bitmask default:0x01
12 name:bpu_fetch_request type:bitmask default:0x01
14 name:itlb_reference type:bitmask default:0x07
18 name:memory_cancel type:bitmask default:0x08
21 name:memory_complete type:bitmask default:0x03
26 name:load_port_replay type:mandatory default:0x02
28 name:store_port_replay type:mandatory default:0x02
30 name:mob_load_replay type:bitmask default:0x3a
35 name:bsq_cache_reference type:bitmask default:0x073f
[all …]
/external/oprofile/events/i386/p4/
Dunit_masks3 name:branch_retired type:bitmask default:0x0c
8 name:mispred_branch_retired type:bitmask default:0x01
12 name:bpu_fetch_request type:bitmask default:0x01
14 name:itlb_reference type:bitmask default:0x07
18 name:memory_cancel type:bitmask default:0x08
21 name:memory_complete type:bitmask default:0x03
26 name:load_port_replay type:mandatory default:0x02
28 name:store_port_replay type:mandatory default:0x02
30 name:mob_load_replay type:bitmask default:0x3a
35 name:bsq_cache_reference type:bitmask default:0x073f
[all …]
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/combo/
Dcombo.edc46 set_state(PART:"combo", "default", 0.0);
47 set_state(PART:"combo_button", "default", 0.0);
48 set_state(PART:"combo_button_icon", "default", 0.0);
80 state: "default" 0.0;
89 state: "default" 0.0;
103 state: "default" 0.0;
112 inherit: "default" 0.0;
117 inherit: "default" 0.0;
125 inherit: "default" 0.0;
133 inherit: "default" 0.0;
[all …]
/external/oprofile/events/x86-64/family10/
Dunit_masks33 name:zero type:mandatory default:0x0
35 name:moesi type:bitmask default:0x1f
42 name:moess type:bitmask default:0x1e
49 name:fpu_ops type:bitmask default:0x3f
57 name:segregload type:bitmask default:0x7f
65 name:fpu_instr type:bitmask default:0x07
69 name:fpu_fastpath type:bitmask default:0x07
73 name:fpu_exceptions type:bitmask default:0x0f
78 name:page_access type:bitmask default:0x3f
85 name:mem_page_overflow type:bitmask default:0x03
[all …]
/external/valgrind/main/
DMakefile.am64 pkglib_DATA = default.supp
69 BUILT_SOURCES = default.supp valgrind.pc
70 CLEANFILES = default.supp
72 default.supp: $(DEFAULT_SUPP_FILES)
73 echo "# This is a generated file, composed of the following suppression rules:" > default.supp
74 echo "# " $(DEFAULT_SUPP_FILES) >> default.supp
75 cat $(DEFAULT_SUPP_FILES) >> default.supp
113 all-local: default.supp
115 rm -f $(inplacedir)/default.supp
116 ln -s ../default.supp $(inplacedir)
/external/oprofile/events/x86-64/hammer/
Dunit_masks16 name:zero type:mandatory default:0x0
18 name:moesi type:bitmask default:0x1f
25 name:moess type:bitmask default:0x1e
32 name:fpu_ops type:bitmask default:0x3f
39 name:segregload type:bitmask default:0x7f
47 name:ecc type:bitmask default:0x03
50 name:prefetch type:bitmask default:0x07
54 name:fpu_instr type:bitmask default:0x0f
59 name:fpu_fastpath type:bitmask default:0x07
63 name:fpu_exceptions type:bitmask default:0x0f
[all …]
/external/oprofile/events/x86-64/family11h/
Dunit_masks22 name:zero type:mandatory default:0x0
24 name:moesi type:bitmask default:0x1f
31 name:moess type:bitmask default:0x1e
38 name:fpu_ops type:bitmask default:0x3f
45 name:segregload type:bitmask default:0x7f
53 name:ecc type:bitmask default:0x03
56 name:prefetch type:bitmask default:0x07
60 name:fpu_instr type:bitmask default:0x0f
65 name:fpu_fastpath type:bitmask default:0x07
69 name:fpu_exceptions type:bitmask default:0x0f
[all …]
/external/oprofile/events/i386/westmere/
Dunit_masks8 name:x01 type:mandatory default:0x01
10 name:x02 type:mandatory default:0x02
12 name:x07 type:mandatory default:0x07
14 name:x10 type:mandatory default:0x10
16 name:x20 type:mandatory default:0x20
18 name:arith type:bitmask default:0x01
21 name:baclear type:bitmask default:0x01
24 name:bpu_clears type:bitmask default:0x01
27 name:br_inst_exec type:bitmask default:0x7f
38 name:br_inst_retired type:bitmask default:0x04
[all …]
/external/webkit/Source/WebKit/win/Interfaces/
DWebKit.idl159 [default] interface IWebView;
171 [default] interface IWebIconDatabase;
176 [default] interface IWebMutableURLRequest;
181 [default] interface IWebNotificationCenter;
186 [default] interface IWebHistory;
191 [default] interface IPropertyBag;
196 [default] interface IWebHistoryItem;
201 [default] interface IWebCache;
206 [default] interface IWebJavaScriptCollector;
211 [default] interface IWebPreferences;
[all …]

12345678910>>...69