HomeSort by relevance Sort by last modified time
    Searched full:repeated (Results 26 - 50 of 1678) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/crypto/
secure_hash_unittest.cc 15 std::string input3(500000, 'a'); // 'a' repeated half a million times
41 std::string input1(10001, 'a'); // 'a' repeated 10001 times
42 std::string input2(10001, 'b'); // 'b' repeated 10001 times
43 std::string input3(10001, 'c'); // 'c' repeated 10001 times
44 std::string input4(10001, 'd'); // 'd' repeated 10001 times
45 std::string input5(10001, 'e'); // 'e' repeated 10001 times
  /external/chromium_org/sync/protocol/
synced_notification_data.proto 46 repeated int64 gaia_id = 1;
49 // 'repeated Type other_type = X' when necessary.
77 repeated SyncedNotification notification = 3;
105 repeated CoalescedSyncedNotification coalesced_notification = 1;
116 repeated Entry entry = 1;
129 repeated Data value = 1;
typed_url_specifics.proto 31 // repeated int64 visit = 5; (deprecated)
37 repeated int64 visits = 7 [packed=true];
40 repeated int32 visit_transitions = 8 [packed=true];
article_specifics.proto 22 repeated ArticlePage pages = 3;
bookmark_specifics.proto 32 repeated MetaInfo meta_info = 6;
  /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/chromium_org/chrome/browser/chromeos/policy/proto/
install_attributes.proto 19 repeated Attribute attributes = 2;
  /external/chromium_org/chrome/browser/feedback/proto/
web.proto 30 repeated Annotation annotation = 4;
43 repeated ProductSpecificData product_specific_data = 6;
48 repeated string product_specific_binary_data_name = 7;
62 repeated string email_receiver = 1;
dom.proto 40 repeated HtmlElement child_element = 4;
89 repeated string plugin_name = 14;
100 repeated int32 index = 1;
  /external/chromium_org/chrome/browser/policy/proto/chromeos/
install_attributes.proto 19 repeated Attribute attributes = 2;
  /external/chromium_org/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_org/components/variations/proto/
variations_seed.proto 21 repeated Study study = 2;
  /external/chromium_org/third_party/WebKit/ManualTests/
right-click-crash.html 3 </script></head><body>This page is intended to test crashes caused by repeated right clicks.
  /external/junit/src/junit/extensions/
RepeatedTest.java 36 return super.toString() + "(repeated)";
  /external/chromium_org/chrome/common/safe_browsing/
client_model.proto 41 // single repeated field and then the rules as well as page terms
42 // and page words refer to an index in that repeated field. All
44 repeated bytes hashes = 1;
49 repeated int32 feature = 1;
56 repeated Rule rule = 2;
61 repeated int32 page_term = 3;
68 repeated fixed32 page_word = 4;
87 repeated IPSubnet bad_subnet = 7;
  /external/chromium_org/tools/gyp/test/gyp-defines/
gyptest-regyp.py 8 Verifies that when the same value is repeated for a gyp define, duplicates are
23 # The last occurrence of a repeated set should take precedence over other
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
MessageOrBuilder.java 78 * field is set iff hasField() returns true for that field. A "repeated"
94 * @throws IllegalArgumentException The field is a repeated field, or
103 * embedded message fields, the sub-message is returned. For repeated
109 * Gets the number of elements of a repeated field. This is exactly
112 * @throws IllegalArgumentException The field is not a repeated field, or
118 * Gets an element of a repeated field. For primitive fields, the boxed
122 * @throws IllegalArgumentException The field is not a repeated field, or
  /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_org/third_party/protobuf/src/google/protobuf/
descriptor.proto 52 repeated FileDescriptorProto file = 1;
61 repeated string dependency = 3;
63 repeated int32 public_dependency = 10;
66 repeated int32 weak_dependency = 11;
69 repeated DescriptorProto message_type = 4;
70 repeated EnumDescriptorProto enum_type = 5;
71 repeated ServiceDescriptorProto service = 6;
72 repeated FieldDescriptorProto extension = 7;
87 repeated FieldDescriptorProto field = 2;
88 repeated FieldDescriptorProto extension = 6
    [all...]
  /external/chromium/chrome/browser/sync/protocol/
typed_url_specifics.proto 25 repeated int64 visit = 5;
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact.proto 65 repeated EmailAddress email_addresses = 11;
73 repeated PhoneNumber phone_numbers = 12;
81 repeated PostalAddress postal_addresses = 13;
102 repeated InstantMessagingAddress instant_messaging_addresses = 14;
  /external/chromium_org/components/dom_distiller/core/proto/
distilled_page.proto 33 repeated Image image = 4;
  /external/dropbear/
MULTI 5 can create a single binary. This will save disk space by avoiding repeated

Completed in 787 milliseconds

12 3 4 5 6 7 8 91011>>