OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:repeated
(Results
226 - 250
of
2206
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/autotest/client/cros/cellular/wardmodem/
task_loop.py
186
make sense to provide fixed data parameters to a
repeated
task. Use the
198
@param delay_ms: The delay between
repeated
calls to |callback|. The
307
@param post_id: The private post_id tracking this
repeated
task.
315
self._logger.debug('Ignored return value from
repeated
task: %s',
/external/autotest/server/site_tests/factory_Basic/
test_list.suspend_basic
15
# The duration of stress test +
repeated
suspend/resume during run-in.
/external/autotest/server/
system_utils.py
46
The cache is added to avoid
repeated
calls from each agent task. The cache
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Attribute.java
27
* then having same value
repeated
is wrong: (1, 1), but different values is OK: (1, 2).
/external/chromium-trace/catapult/dashboard/dashboard/models/
anomaly_config.py
36
patterns = ndb.StringProperty(
repeated
=True, indexed=False)
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/experimental/parser/
protobuf_lexer.g
88
| '
repeated
'
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
mapper.py
39
output writer is provided, this method can
repeated
call ctx.emit to
/external/curl/docs/examples/
multi-single.c
89
repeats++; /* count number of
repeated
zero numfds */
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
Item.java
23
*
repeated
piece of a Dalvik file.
/external/e2fsprogs/lib/et/test_cases/
heimdal.et
34
ec RD_AP_REPEAT, "Kerberos error:
Repeated
request"
/external/elfutils/backends/
ppc_cfi.c
43
/* This instruction is provided in every CIE. It is not
repeated
here:
s390_cfi.c
43
/* This instruction is provided in every CIE. It is not
repeated
here:
/external/glide/library/src/main/java/com/bumptech/glide/manager/
RequestTracker.java
17
// can always make
repeated
requests into targets other than views, or use an activity manager in a fragment pager
/external/guava/guava/src/com/google/common/collect/
ImmutableSet.java
98
* Returns an immutable set containing the given elements, in order.
Repeated
109
* Returns an immutable set containing the given elements, in order.
Repeated
120
* Returns an immutable set containing the given elements, in order.
Repeated
131
* Returns an immutable set containing the given elements, in order.
Repeated
142
* Returns an immutable set containing the given elements, in order.
Repeated
264
* Returns an immutable set containing the given elements, in order.
Repeated
283
* Returns an immutable set containing the given elements, in order.
Repeated
306
* Returns an immutable set containing the given elements, in order.
Repeated
329
* Returns an immutable set containing the given elements, in order.
Repeated
/external/llvm/test/Transforms/SimplifyCFG/
implied-cond.ll
3
; it's not simply the same conditional
repeated
.
/external/nanopb-c/generator/proto/
nanopb.proto
27
// Allocated number of entries in arrays ('
repeated
' fields)
/external/pcre/dist/testdata/
testinputEBC
76
/-- For
repeated
items, use an atomic group so that the output is the same
/external/protobuf/java/src/main/java/com/google/protobuf/
Message.java
122
* * For
repeated
fields, the elements in {@code other} are concatenated
190
* Sets an element of a
repeated
field to the given value. The value must
194
* @throws IllegalArgumentException The field is not a
repeated
field, or
202
* @throws IllegalArgumentException The field is not a
repeated
field, or
MessageLiteOrBuilder.java
42
* all getters for singular fields will return default values and
repeated
ProtocolStringList.java
36
* An interface extending {@code List<String>} used for
repeated
string fields
/external/protobuf/java/src/test/java/com/google/protobuf/
lazy_fields_lite.proto
44
repeated
LazyInnerMessageLite repeated_inner = 4 [lazy = true];
multiple_files_test.proto
57
repeated
TestAllTypes foreign = 2;
/external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc
458
"Can only compare
repeated
composite fields "
459
"against other
repeated
composite fields.");
639
//
repeated
field. Therefore we iterate through the children
707
"Adds an object to the
repeated
container." },
709
"Adds objects to the
repeated
container." },
711
"Removes an object from the
repeated
container." },
713
"Sorts the
repeated
container." },
715
"Adds objects to the
repeated
container." },
743
"A
Repeated
scalar container", // tp_doc
Completed in 710 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>