OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:occurrences
(Results
51 - 75
of
685
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
posix2_lim.h
50
/* The maximum number of repeated
occurrences
of a regular expression
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
posix2_lim.h
50
/* The maximum number of repeated
occurrences
of a regular expression
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
posix2_lim.h
50
/* The maximum number of repeated
occurrences
of a regular expression
/external/guava/guava/src/com/google/common/collect/
TreeMultiset.java
245
public int add(@Nullable E element, int
occurrences
) {
246
checkNonnegative(
occurrences
, "
occurrences
");
247
if (
occurrences
== 0) {
254
AvlNode<E> newRoot = new AvlNode<E>(element,
occurrences
);
260
AvlNode<E> newRoot = root.add(comparator(), element,
occurrences
, result);
266
public int remove(@Nullable Object element, int
occurrences
) {
267
checkNonnegative(
occurrences
, "
occurrences
");
268
if (
occurrences
== 0)
[
all
...]
AbstractMultiset.java
85
public int add(@Nullable E element, int
occurrences
) {
94
public int remove(@Nullable Object element, int
occurrences
) {
ImmutableSetMultimap.java
87
* Repeated
occurrences
of an entry (according to {@link Object#equals}) after
99
* Repeated
occurrences
of an entry (according to {@link Object#equals}) after
113
* Repeated
occurrences
of an entry (according to {@link Object#equals}) after
128
* Repeated
occurrences
of an entry (according to {@link Object#equals}) after
287
* Repeated
occurrences
of an entry in the multimap after the first are
/external/icu/android_icu4j/src/main/java/android/icu/util/
Holiday.java
80
* @param start Only
occurrences
on or after this date are returned.
81
* @param end Only
occurrences
before this date are returned.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Holiday.java
83
* @param start Only
occurrences
on or after this date are returned.
84
* @param end Only
occurrences
before this date are returned.
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSetMultimap.java
81
* Repeated
occurrences
of an entry (according to {@link Object#equals}) after
93
* Repeated
occurrences
of an entry (according to {@link Object#equals}) after
107
* Repeated
occurrences
of an entry (according to {@link Object#equals}) after
122
* Repeated
occurrences
of an entry (according to {@link Object#equals}) after
281
* Repeated
occurrences
of an entry in the multimap after the first are
/prebuilts/gdb/darwin-x86/lib/python2.7/
stringold.py
123
intervening
occurrences
of sep. The default separator is a
153
# Count non-overlapping
occurrences
of substring
157
Return the number of
occurrences
of substring sub in string
405
Return a copy of string str with all
occurrences
of substring
407
given, only the first maxsplit
occurrences
are replaced.
/prebuilts/gdb/linux-x86/lib/python2.7/
stringold.py
123
intervening
occurrences
of sep. The default separator is a
153
# Count non-overlapping
occurrences
of substring
157
Return the number of
occurrences
of substring sub in string
405
Return a copy of string str with all
occurrences
of substring
407
given, only the first maxsplit
occurrences
are replaced.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py
123
intervening
occurrences
of sep. The default separator is a
153
# Count non-overlapping
occurrences
of substring
157
Return the number of
occurrences
of substring sub in string
405
Return a copy of string str with all
occurrences
of substring
407
given, only the first maxsplit
occurrences
are replaced.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py
123
intervening
occurrences
of sep. The default separator is a
153
# Count non-overlapping
occurrences
of substring
157
Return the number of
occurrences
of substring sub in string
405
Return a copy of string str with all
occurrences
of substring
407
given, only the first maxsplit
occurrences
are replaced.
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
webrtc_rendering_stats.py
182
a list of dicts whose keys are ('frozen_frames', '
occurrences
').
192
'
occurrences
': frame_distribution[frozen_frames_vsync]})
321
100.0 * frozen_report['
occurrences
'] / number_vsyncs * weight)
/external/google-breakpad/src/testing/gtest/include/gtest/
gtest-death-test.h
134
// A? matches 0 or 1
occurrences
of A
135
// A* matches 0 or many
occurrences
of A
136
// A+ matches 1 or many
occurrences
of A
/external/gtest/include/gtest/
gtest-death-test.h
134
// A? matches 0 or 1
occurrences
of A
135
// A* matches 0 or many
occurrences
of A
136
// A+ matches 1 or many
occurrences
of A
/external/javassist/src/main/javassist/
CtMethod.java
66
* <p>All
occurrences
of class names in the created method
84
* <p>By default, all the
occurrences
of the names of the class
242
* <p>All
occurrences
of the class names in the copied method body
/external/llvm/utils/unittest/googletest/include/gtest/
gtest-death-test.h
123
// A? matches 0 or 1
occurrences
of A
124
// A* matches 0 or many
occurrences
of A
125
// A+ matches 1 or many
occurrences
of A
/external/mesa3d/src/gtest/include/gtest/
gtest-death-test.h
123
// A? matches 0 or 1
occurrences
of A
124
// A* matches 0 or many
occurrences
of A
125
// A+ matches 1 or many
occurrences
of A
/external/protobuf/gtest/include/gtest/
gtest-death-test.h
123
// A? matches 0 or 1
occurrences
of A
124
// A* matches 0 or many
occurrences
of A
125
// A+ matches 1 or many
occurrences
of A
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-death-test.h
134
// A? matches 0 or 1
occurrences
of A
135
// A* matches 0 or many
occurrences
of A
136
// A+ matches 1 or many
occurrences
of A
/ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-death-test.h
134
// A? matches 0 or 1
occurrences
of A
135
// A* matches 0 or many
occurrences
of A
136
// A+ matches 1 or many
occurrences
of A
/prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray_test.go
108
// find all
occurrences
of s in source; report at most n
occurrences
112
// find at most n
occurrences
of s in src
/prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray_test.go
108
// find all
occurrences
of s in source; report at most n
occurrences
112
// find at most n
occurrences
of s in src
/art/runtime/base/
histogram.h
111
// How many
occurrences
of values fall within a bucket at index i where i covers the range
Completed in 443 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>