Home
last modified time | relevance | path

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

12345678910>>...216

/external/protobuf/src/google/protobuf/
Dunittest_enormous_descriptor.proto48 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_1 = 1 [default="long default value is a…
49 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_2 = 2 [default="long default value is a…
50 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_3 = 3 [default="long default value is a…
51 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_4 = 4 [default="long default value is a…
52 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_5 = 5 [default="long default value is a…
53 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_6 = 6 [default="long default value is a…
54 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_7 = 7 [default="long default value is a…
55 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_8 = 8 [default="long default value is a…
56 …oooooooooooooooooooooooooooooooooooooooooooooooooooooooong_9 = 9 [default="long default value is a…
57 …oooooooooooooooooooooooooooooooooooooooooooooooooooooong_10 = 10 [default="long default value is a…
[all …]
Dunittest_lite.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.proto40 // See: http://go/proto2-generic-services-default
150 optional int32 default_int32 = 61 [default = 41 ];
151 optional int64 default_int64 = 62 [default = 42 ];
152 optional uint32 default_uint32 = 63 [default = 43 ];
153 optional uint64 default_uint64 = 64 [default = 44 ];
154 optional sint32 default_sint32 = 65 [default = -45 ];
155 optional sint64 default_sint64 = 66 [default = 46 ];
156 optional fixed32 default_fixed32 = 67 [default = 47 ];
157 optional fixed64 default_fixed64 = 68 [default = 48 ];
158 optional sfixed32 default_sfixed32 = 69 [default = 49 ];
[all …]
/external/protobuf/benchmarks/
Dbenchmark_messages_proto2.proto8 // This is the default, but we specify it here explicitly.
15 optional bool field80 = 80 [default=false];
16 optional bool field81 = 81 [default=true];
20 optional int32 field6 = 6 [default=0];
24 optional bool field59 = 59 [default=false];
27 optional int32 field130 = 130 [default=0];
28 optional bool field12 = 12 [default=true];
29 optional bool field17 = 17 [default=true];
30 optional bool field13 = 13 [default=true];
31 optional bool field14 = 14 [default=true];
[all …]
Dgoogle_size.proto12 optional bool field80 = 80 [default=false];
13 optional bool field81 = 81 [default=true];
17 optional int32 field6 = 6 [default=0];
21 optional bool field59 = 59 [default=false];
24 optional int32 field130 = 130 [default=0];
25 optional bool field12 = 12 [default=true];
26 optional bool field17 = 17 [default=true];
27 optional bool field13 = 13 [default=true];
28 optional bool field14 = 14 [default=true];
29 optional int32 field104 = 104 [default=0];
[all …]
/external/autotest/server/
Dautoserv_parser.py40 dest='client', default=False,
43 dest='server', default=False,
46 dest='results', default=None,
49 dest='label', default='',
52 dest='group_name', default='',
56 default=os.environ.get('USER'),
60 default='',
66 default='',
70 dest='install_before', default=False,
74 dest='install_after', default=False,
[all …]
/external/toolchain-utils/crosperf/
Dsettings_factory.py33 default=0,
39 'suite', default='', description='The type of the benchmark.'))
43 default=0,
53 default=True))
91 default='',
97 default='',
102 default='gcc',
112 default=''))
122 default=''))
150 default=False))
[all …]
Dfield.py8 def __init__(self, name, required, default, inheritable, description): argument
12 self.default = default
13 self._value = default
44 default='', argument
47 super(TextField, self).__init__(name, required, default, inheritable,
60 default=False, argument
63 super(BooleanField, self).__init__(name, required, default, inheritable,
81 default=0, argument
84 super(IntegerField, self).__init__(name, required, default, inheritable,
97 default=0, argument
[all …]
/external/shflags/src/
Dshflags_test_defines.sh66 for default in 'true' 't' 0; do
68 DEFINE_boolean boolVal "${default}" 'my boolean' b
71 "DEFINE_boolean() call with default of '${default}' failed." \
74 "DEFINE_boolean() call with default of '${default}' returned faliure." \
79 for default in 'false' 'f' 1; do
81 DEFINE_boolean boolVal "${default}" 'my boolean' b
84 "DEFINE_boolean() call with default of '${default}' failed." \
87 "DEFINE_boolean() call with default of '${default}' returned faliure." \
101 for default in ${TH_FLOAT_VALID}; do
103 DEFINE_float floatVal ${default} "float: ${default}" f
[all …]
Dshflags_test_public.sh84 -b test boolean (default: false)
85 -i test integer (default: 0)
86 -s test string (default: '')
87 -D testing of a long description to force wrap of default value
88 (default: 'blah')
89 -F testing of long default value
90 (default: 'this_is_a_long_default_value_to_force_alternate_indentation')
91 -h show this help (default: false)
124 -b,--[no]test_bool: test boolean (default: false)
125 -i,--test_int: test integer (default: 0)
[all …]
/external/nanopb-c/tests/alltypes/
Dalltypes.proto2 required string substuff1 = 1 [default = "1"];
3 required int32 substuff2 = 2 [default = 2];
4 optional fixed32 substuff3 = 3 [default = 3];
17 required int32 int32_min = 1 [default = 2147483647];
18 required int32 int32_max = 2 [default = -2147483647];
19 required uint32 uint32_min = 3 [default = 4294967295];
20 required uint32 uint32_max = 4 [default = 0];
21 required int64 int64_min = 5 [default = 9223372036854775807];
22 required int64 int64_max = 6 [default = -9223372036854775807];
23 required uint64 uint64_min = 7 [default = 18446744073709551615];
[all …]
/external/tcpdump/tests/
Dbgp_vpn_rt-oobr.out23 default route target
24 default route target
25 default route target
26 default route target
27 default route target
28 default route target
29 default route target
30 default route target
31 default route target
32 default route target
[all …]
/external/curl/tests/data/
Dtest57643 User: ftp-default
44 Group: ftp-default
52 User: ftp-default
53 Group: ftp-default
61 User: ftp-default
62 Group: ftp-default
74 User: ftp-default
75 Group: ftp-default
87 User: ftp-default
88 Group: ftp-default
[all …]
/external/autotest/frontend/
Ddatabase_settings_helper.py39 default=None)
57 def _get_global_config(config_key, default=config._NO_DEFAULT_SPECIFIED, argument
79 if SHARD_HOSTNAME and default == config._NO_DEFAULT_SPECIFIED:
83 return _get_config(config_key, default=default, **kwargs)
86 def _get_readonly_config(config_key, default=config._NO_DEFAULT_SPECIFIED, argument
105 return _get_global_config(config_key, default=default, **kwargs)
108 def _get_server_db_config(config_key, default=config._NO_DEFAULT_SPECIFIED, argument
129 return _get_config(config_key, default=default, **kwargs)
141 'PORT': getter('port', default=''),
145 'PASSWORD': getter('password', default=''),
[all …]
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_reference_types_nano.proto81 optional int32 default_int32 = 61 [default = 41 ];
82 optional int64 default_int64 = 62 [default = 42 ];
83 optional uint32 default_uint32 = 63 [default = 43 ];
84 optional uint64 default_uint64 = 64 [default = 44 ];
85 optional sint32 default_sint32 = 65 [default = -45 ];
86 optional sint64 default_sint64 = 66 [default = 46 ];
87 optional fixed32 default_fixed32 = 67 [default = 47 ];
88 optional fixed64 default_fixed64 = 68 [default = 48 ];
89 optional sfixed32 default_sfixed32 = 69 [default = 49 ];
90 optional sfixed64 default_sfixed64 = 70 [default = -50 ];
[all …]
Dunittest_nano.proto126 optional int32 default_int32 = 61 [default = 41 ];
127 optional int64 default_int64 = 62 [default = 42 ];
128 optional uint32 default_uint32 = 63 [default = 43 ];
129 optional uint64 default_uint64 = 64 [default = 44 ];
130 optional sint32 default_sint32 = 65 [default = -45 ];
131 optional sint64 default_sint64 = 66 [default = 46 ];
132 optional fixed32 default_fixed32 = 67 [default = 47 ];
133 optional fixed64 default_fixed64 = 68 [default = 48 ];
134 optional sfixed32 default_sfixed32 = 69 [default = 49 ];
135 optional sfixed64 default_sfixed64 = 70 [default = -50 ];
[all …]
/external/turbine/javatests/com/google/turbine/lower/testdata/
Dannouse15.test9 byte one() default 0;
10 char two() default 0;
11 double three() default 0d;
12 float four() default 0f;
13 int five() default 0;
14 long six() default 0L;
15 short seven() default 0;
16 boolean eight() default true;
17 String nine() default "hi";
18 RetentionPolicy ten() default RetentionPolicy.RUNTIME;
[all …]
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto2 required string substuff1 = 1 [default = "1"];
3 required int32 substuff2 = 2 [default = 2];
4 optional fixed32 substuff3 = 65535 [default = 3];
82 optional int32 opt_int32 = 10041 [default = 4041];
83 optional int64 opt_int64 = 10042 [default = 4042];
84 optional uint32 opt_uint32 = 10043 [default = 4043];
85 optional uint64 opt_uint64 = 10044 [default = 4044];
86 optional sint32 opt_sint32 = 10045 [default = 4045];
87 optional sint64 opt_sint64 = 10046 [default = 4046];
88 optional bool opt_bool = 10047 [default = false];
[all …]
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto2 required string substuff1 = 1 [default = "1"];
3 required int32 substuff2 = 2 [default = 2];
4 optional fixed32 substuff3 = 12365535 [default = 3];
82 optional int32 opt_int32 = 10041 [default = 4041];
83 optional int64 opt_int64 = 10042 [default = 4042];
84 optional uint32 opt_uint32 = 10043 [default = 4043];
85 optional uint64 opt_uint64 = 10044 [default = 4044];
86 optional sint32 opt_sint32 = 10045 [default = 4045];
87 optional sint64 opt_sint64 = 10046 [default = 4046];
88 optional bool opt_bool = 10047 [default = false];
[all …]
/external/v8/tools/
Drun-tests.py223 default="ia32,x64,arm")
226 default=None)
229 default=False, action="store_true")
234 default=False, action="store_true")
237 default=False, action="store_true")
240 default=False, action="store_true")
243 default=False, action="store_true")
245 default=False, action="store_true")
248 default="dontcare")
251 default="dontcare")
[all …]
/external/golang-protobuf/proto/testdata/
Dtest.proto131 optional bool F_Bool_defaulted = 40 [default=true];
132 optional int32 F_Int32_defaulted = 41 [default=32];
133 optional int64 F_Int64_defaulted = 42 [default=64];
134 optional fixed32 F_Fixed32_defaulted = 43 [default=320];
135 optional fixed64 F_Fixed64_defaulted = 44 [default=640];
136 optional uint32 F_Uint32_defaulted = 45 [default=3200];
137 optional uint64 F_Uint64_defaulted = 46 [default=6400];
138 optional float F_Float_defaulted = 47 [default=314159.];
139 optional double F_Double_defaulted = 48 [default=271828.];
140 optional string F_String_defaulted = 49 [default="hello, \"world!\"\n"];
[all …]
/external/scapy/scapy/
Dfields.py36 def __init__(self, name, default, fmt="H"): argument
42 self.default = self.any2i(None,default)
191 def __init__(self, name, default): argument
192 self.defaultdst = default
208 def __init__(self, name, default): argument
209 Field.__init__(self, name, default, "6s")
231 def __init__(self, name, default): argument
232 Field.__init__(self, name, default, "4s")
295 def __init__(self, name, default): argument
296 Field.__init__(self, name, default, "B")
[all …]
/external/autotest/site_utils/tester_feedback/
Dinput_handlers.py22 input_choices, default = self._get_input_choices_and_default()
25 if default is not None:
26 input_choices += ' (default: %s)' % default
73 def __init__(self, default=None): argument
78 self._default = default
79 self._input_choices = '%s/%s' % ('Y' if default is True else 'y',
80 'N' if default is False else 'n')
109 def __init__(self, choices, default=None): argument
116 if not (default is None or default in range(1, max_idx + 1)):
120 self._default = None if default is None else str(default)
/external/tensorflow/tensorflow/examples/speech_commands/
Dtrain.py291 default='http://download.tensorflow.org/data/speech_commands_v0.01.tar.gz',
297 default='/tmp/speech_dataset/',
304 default=0.1,
311 default=0.8,
318 default=10.0,
325 default=10.0,
332 default=100.0,
339 default=10,
344 default=10,
349 default=16000,
[all …]
/external/turbine/javatests/com/google/turbine/parse/testdata/
Dbyte_anno.test3 byte b() default 0;
4 char c() default 0;
5 short s() default 0;
6 double d() default 0;
7 float f() default 0;
8 int i() default 0;
9 long j() default 0;
10 String str() default "";
11 boolean z() default false;
12 short value() default 1;

12345678910>>...216