HomeSort by relevance Sort by last modified time
    Searched full:repeated (Results 51 - 75 of 1071) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 636 repeated int32 intValue = 3;
637 repeated float floatValue = 4;
638 repeated bytes charValue = 5;
639 repeated bytes rawBytes = 6;
640 repeated bool boolValue = 7;
641 repeated int64 int64Value = 8;
647 repeated bytes contents = 3;
655 repeated DataType args = 5; // GL function's arguments
  /external/chromium/chrome/browser/policy/
user_policy_cache.h 49 // contains a field named "repeated GenericNamedValue named_value = 2;",
  /external/chromium/chrome/common/safe_browsing/
csd.proto 45 repeated Feature feature_map = 5;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
ListIteratorTester.java 33 * The items in {@code elementsToInsert} will be repeated if {@code steps} is
  /external/proguard/src/proguard/gui/splash/
SawToothTiming.java 24 * This Timing ramps up linearly from 0 to 1 in a given repeated time interval.
  /external/protobuf/src/google/protobuf/
unittest_recursive_micro.proto 46 repeated RecursiveMessageMicro repeated_recursive_message_micro = 4;
unittest_recursive_nano.proto 46 repeated RecursiveMessageNano repeated_recursive_message_nano = 4;
unittest_stringutf8_micro.proto 40 repeated string rs = 2;
unittest_stringutf8_nano.proto 40 repeated string rs = 2;
  /external/regex-re2/re2/testing/
mimics_pcre_test.cc 31 // Check that repeated empty strings do not.
  /external/webkit/Source/WebCore/platform/text/mac/
mac-encodings.txt 8 # repeated here; mentioning any one character set from a group in there pulls in all the aliases in
  /frameworks/base/graphics/java/android/graphics/
BitmapShader.java 20 * Shader used to draw a bitmap as a texture. The bitmap can be repeated or
  /frameworks/av/include/media/
ToneGenerator.h 72 TONE_SUP_CONFIRM, // Confirm tone: a 350 Hz tone added to a 440 Hz tone repeated 3 times in a 100 ms on, 100 ms off cycle.
186 TONE_ANSI_BUSY, // Busy tone on: a 480 Hz + 620 Hz tone repeated in a 500 ms on, 500 ms off cycle.
187 TONE_ANSI_CONGESTION, // Network congestion (reorder) tone on: a 480 Hz + 620 Hz tone repeated in a 250 ms on, 250 ms off cycle.
189 // (440 Hz, on for 100 ms off for 100 ms, on for 100 ms, 9,7s off and repeated as necessary).
190 TONE_ANSI_RINGTONE, // Ring Tone: a 440 Hz + 480 Hz tone repeated in a 2 s on, 4 s off pattern.
225 // - repeatCnt indicates the number of times the sequence described by segments[] array must be repeated.
229 // - repeatSegment number of the first repeated segment when repeatCnt is not null
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_test.c 74 key = 0xaa repeated 80 times
98 key = 0xaa repeated 80 times
160 data = 0xdd repeated 50 times
179 data = 0xcd repeated 50 times
216 key = 0xaa repeated 80 times
242 key = 0xaa repeated 80 times
  /external/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessageLite.java 117 /** Get the number of elements in a repeated extension. */
137 /** Get one element of a repeated extension. */
238 /** Get the number of elements in a repeated extension. */
250 /** Get one element of a repeated extension. */
267 /** Set the value of one element of a repeated extension. */
277 /** Append a value to a repeated extension. */
  /external/protobuf/src/google/protobuf/compiler/
plugin.proto 56 repeated string file_to_generate = 1;
72 repeated FileDescriptorProto proto_file = 15;
144 repeated File file = 15;
  /external/skia/gm/
convexpaths.cpp 144 // path that has a cubic with a repeated first control point and
145 // a repeated last control point.
155 // path that has two cubics with repeated middle control points.
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
Item.java 23 * repeated piece of a Dalvik file.
  /dalvik/dx/src/com/android/dx/dex/file/
Item.java 23 * repeated piece of a Dalvik file.
  /external/ceres-solver/include/ceres/
problem.h 234 // Repeated calls with the same arguments are ignored. Repeated
240 // to the problem. Repeated calls with the same arguments are
241 // ignored. Repeated calls with the same double pointer but a
  /external/chromium/chrome/browser/geolocation/
geolocation_settings_state.cc 61 // Build a set of repeated formatted hosts
  /external/chromium/chrome/browser/policy/proto/
device_management_backend.proto 199 repeated DevicePolicySettingRequest setting_request = 2;
202 // comes from a non-TT client. The repeated field allows client to
204 repeated PolicyFetchRequest request = 3;
210 repeated PolicyFetchResponse response = 3;
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.h 36 // Each protocol field is mapped to a key of the same name. Repeated
sync.proto 261 repeated SyncEntity entries = 1;
267 repeated ChromiumExtensionsActivity extensions_activity = 3;
368 repeated DataTypeProgressMarker from_progress_marker = 6;
426 repeated group EntryResponse = 1 {
459 repeated SyncEntity entries = 1;
498 repeated DataTypeProgressMarker new_progress_marker = 5;
511 repeated DataTypeProgressMarker new_progress_marker = 2;
521 repeated SyncEntity entries = 1;
615 repeated int32 migrated_data_type_id = 12;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
Item.java 23 * repeated piece of a Dalvik file.

Completed in 3692 milliseconds

1 23 4 5 6 7 8 91011>>