OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:repeated
(Results
1 - 25
of
1071
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/protobuf/src/google/protobuf/
unittest_lite.proto
88
//
Repeated
89
repeated
int32 repeated_int32 = 31;
90
repeated
int64 repeated_int64 = 32;
91
repeated
uint32 repeated_uint32 = 33;
92
repeated
uint64 repeated_uint64 = 34;
93
repeated
sint32 repeated_sint32 = 35;
94
repeated
sint64 repeated_sint64 = 36;
95
repeated
fixed32 repeated_fixed32 = 37;
96
repeated
fixed64 repeated_fixed64 = 38;
97
repeated
sfixed32 repeated_sfixed32 = 39
[
all
...]
unittest_nano.proto
86
//
Repeated
87
repeated
int32 repeated_int32 = 31;
88
repeated
int64 repeated_int64 = 32;
89
repeated
uint32 repeated_uint32 = 33;
90
repeated
uint64 repeated_uint64 = 34;
91
repeated
sint32 repeated_sint32 = 35;
92
repeated
sint64 repeated_sint64 = 36;
93
repeated
fixed32 repeated_fixed32 = 37;
94
repeated
fixed64 repeated_fixed64 = 38;
95
repeated
sfixed32 repeated_sfixed32 = 39
[
all
...]
unittest.proto
52
// This proto includes every type of field in both singular and
repeated
100
//
Repeated
101
repeated
int32 repeated_int32 = 31;
102
repeated
int64 repeated_int64 = 32;
103
repeated
uint32 repeated_uint32 = 33;
104
repeated
uint64 repeated_uint64 = 34;
105
repeated
sint32 repeated_sint32 = 35;
106
repeated
sint64 repeated_sint64 = 36;
107
repeated
fixed32 repeated_fixed32 = 37;
108
repeated
fixed64 repeated_fixed64 = 38
[
all
...]
unittest_micro.proto
86
//
Repeated
87
repeated
int32 repeated_int32 = 31;
88
repeated
int64 repeated_int64 = 32;
89
repeated
uint32 repeated_uint32 = 33;
90
repeated
uint64 repeated_uint64 = 34;
91
repeated
sint32 repeated_sint32 = 35;
92
repeated
sint64 repeated_sint64 = 36;
93
repeated
fixed32 repeated_fixed32 = 37;
94
repeated
fixed64 repeated_fixed64 = 38;
95
repeated
sfixed32 repeated_sfixed32 = 39
[
all
...]
descriptor.proto
52
repeated
FileDescriptorProto file = 1;
61
repeated
string dependency = 3;
64
repeated
DescriptorProto message_type = 4;
65
repeated
EnumDescriptorProto enum_type = 5;
66
repeated
ServiceDescriptorProto service = 6;
67
repeated
FieldDescriptorProto extension = 7;
76
repeated
FieldDescriptorProto field = 2;
77
repeated
FieldDescriptorProto extension = 6;
79
repeated
DescriptorProto nested_type = 3;
80
repeated
EnumDescriptorProto enum_type = 4
[
all
...]
/external/llvm/test/YAMLParser/
spec-07-09.data
6
#
Repeated
end marker.
/external/chromium/chrome/browser/policy/proto/
old_generic_format.proto
18
repeated
GenericNamedValue named_value = 1;
43
repeated
bool bool_array = 7;
44
repeated
int64 int64_array = 8;
45
repeated
string string_array = 9;
46
repeated
double double_array = 10;
58
repeated
GenericNamedValue named_value = 2;
/external/chromium/chrome/browser/history/
in_memory_url_index_cache.proto
21
repeated
string word = 2;
31
repeated
WordMapEntry word_map_entry = 2;
38
repeated
int32 word_id = 3 [packed=true];
42
repeated
CharWordMapEntry char_word_map_entry = 2;
49
repeated
int64 history_id = 3 [packed=true];
53
repeated
WordIDHistoryMapEntry word_id_history_map_entry = 2;
67
repeated
HistoryInfoMapEntry history_info_map_entry = 2;
/external/protobuf/examples/
addressbook.proto
24
repeated
PhoneNumber phone = 4;
29
repeated
Person person = 1;
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_test_bad_identifiers.proto
52
repeated
int32 i = 4;
53
repeated
string new_element = 5 [ctype=STRING_PIECE];
58
message Data1 {
repeated
int32 data = 1; }
59
message Data2 {
repeated
TestEnum data = 1; }
60
message Data3 {
repeated
string data = 1; }
61
message Data4 {
repeated
Data4 data = 1; }
62
message Data5 {
repeated
string data = 1 [ctype=STRING_PIECE]; }
63
message Data6 {
repeated
string data = 1 [ctype=CORD]; }
70
repeated
int32 index = 13;
/external/ceres-solver/internal/ceres/
matrix.proto
55
repeated
CellProto cells = 1;
59
repeated
BlockProto cols = 1;
60
repeated
CompressedRowProto rows = 2;
68
repeated
double values = 1 [packed=true];
82
repeated
int64 rows = 1 [packed=true];
83
repeated
int64 cols = 2 [packed=true];
84
repeated
double values = 3 [packed=true];
91
repeated
int64 rows = 1 [packed=true];
92
repeated
int64 cols = 2 [packed=true];
93
repeated
double values = 3 [packed=true]
[
all
...]
/external/webrtc/src/modules/audio_processing/test/
unittest.proto
14
repeated
Frame frame = 5;
50
repeated
Test test = 1;
/external/chromium/chrome/browser/diagnostics/
diagnostics_main.h
12
// can see in ChromeMain() will be
repeated
here or will be done differently.
/external/chromium/chrome/browser/safe_browsing/
report.proto
38
repeated
HTTPHeader headers = 2;
55
repeated
HTTPHeader headers = 2;
76
repeated
int32 child_ids = 6;
89
repeated
Resource resources = 4;
/external/chromium/chrome/browser/userfeedback/proto/
web.proto
29
repeated
Annotation annotation = 4;
42
repeated
ProductSpecificData product_specific_data = 6;
47
repeated
string product_specific_binary_data_name = 7;
61
repeated
string email_receiver = 1;
dom.proto
39
repeated
HtmlElement child_element = 4;
88
repeated
string plugin_name = 14;
99
repeated
int32 index = 1;
/external/junit/src/junit/extensions/
RepeatedTest.java
36
return super.toString() + "(
repeated
)";
/external/webkit/Source/WebCore/manual-tests/
right-click-crash.html
3
</script></head><body>This page is intended to test crashes caused by
repeated
right clicks.
/cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
ContextCreationTest.java
59
* Test
repeated
recreation of the renderscript context with a
74
* Test
repeated
recreation of the renderscript context to
88
* Test
repeated
recreation of the renderscript context with two
/external/chromium/chrome/browser/sync/protocol/
typed_url_specifics.proto
25
repeated
int64 visit = 5;
/external/dropbear/
MULTI
5
can create a single binary. This will save disk space by avoiding
repeated
/external/e2fsprogs/lib/et/test_cases/
simple.et
19
"
Repeated
request"
/external/protobuf/python/google/protobuf/internal/
more_extensions.proto
56
repeated
int32 repeated_int_extension = 3;
57
repeated
ForeignMessage repeated_message_extension = 4;
containers.py
36
-
Repeated
scalar fields - These are all
repeated
fields which aren't
38
-
Repeated
composite fields -
Repeated
fields which are composite. This
81
"""Simple, type-checked, list-like container for holding
repeated
scalars."""
125
"""Appends the contents of another
repeated
field of the same type to this
178
"""Simple, list-like container for holding
repeated
composite fields."""
210
"""Appends the contents of another
repeated
field of the same type to this
242
raise TypeError('Can only compare
repeated
composite fields against '
243
'other
repeated
composite fields.'
[
all
...]
/external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js
2
'This test checks if
repeated
string concatenation causes an exception (and not a crash). From WebKit Bug <a href="http://bugs.webkit.org/show_bug.cgi?id=11131">
Repeated
string concatenation results in OOM crash</a>.'
Completed in 521 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>