OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:occurrences
(Results
76 - 100
of
685
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/guava/guava/src/com/google/common/collect/
LinkedHashMultiset.java
32
*
occurrences
of an element are removed, after which that element is added to
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/
MultisetIteratorTester.java
30
* there are multiple
occurrences
of elements.
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetIteratorTester.java
34
* there are multiple
occurrences
of elements.
/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
DelimitedWriter.java
150
* Escapes any
occurrences
of the quote character in value by replacing it
/external/webrtc/talk/app/webrtc/
umametrics.h
60
//
occurrences
of events, while "Name" has a value associated with it which is
/frameworks/base/core/java/android/hardware/camera2/dispatch/
ArgumentReplacingDispatcher.java
48
* to replace all
occurrences
of {@code b} with {@code 0xDEADBEEF}, we would set
/frameworks/base/services/usage/java/com/android/server/usage/
UsageStatsXml.java
43
// Eat as many
occurrences
of -c as possible. This is due to a bug where -c
/libcore/ojluni/src/main/java/java/lang/
SuppressWarnings.java
53
* successive
occurrences
of a name are ignored. The presence of
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
posix_features.hpp
43
// non-functioning stub <pthreads.h>, but such
occurrences
should
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java
79
String tmpBody = mSmsBody.replaceAll("END:MSG", "/END\\:MSG"); // Replace any
occurrences
of END:MSG with \END:MSG
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeWizard.java
79
"Replace
occurrences
in all layouts with include to new layout");
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c
3
also declares object types. All
occurrences
of 'Xxo' should be changed
5
occurrences
of 'xx' should be changed to something reasonable for your
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c
3
also declares object types. All
occurrences
of 'Xxo' should be changed
5
occurrences
of 'xx' should be changed to something reasonable for your
/prebuilts/gdb/darwin-x86/lib/python2.7/
string.py
312
intervening
occurrences
of sep. The default separator is a
339
# Count non-overlapping
occurrences
of substring
343
Return the number of
occurrences
of substring sub in string
514
Return a copy of string str with all
occurrences
of substring
516
given, only the first maxreplace
occurrences
are replaced.
/prebuilts/gdb/linux-x86/lib/python2.7/
string.py
312
intervening
occurrences
of sep. The default separator is a
339
# Count non-overlapping
occurrences
of substring
343
Return the number of
occurrences
of substring sub in string
514
Return a copy of string str with all
occurrences
of substring
516
given, only the first maxreplace
occurrences
are replaced.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py
312
intervening
occurrences
of sep. The default separator is a
339
# Count non-overlapping
occurrences
of substring
343
Return the number of
occurrences
of substring sub in string
514
Return a copy of string str with all
occurrences
of substring
516
given, only the first maxreplace
occurrences
are replaced.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py
312
intervening
occurrences
of sep. The default separator is a
339
# Count non-overlapping
occurrences
of substring
343
Return the number of
occurrences
of substring sub in string
514
Return a copy of string str with all
occurrences
of substring
516
given, only the first maxreplace
occurrences
are replaced.
/external/javassist/src/main/javassist/
CtConstructor.java
68
* <p>All
occurrences
of class names in the created constructor
72
* <p>By default, all the
occurrences
of the names of the class
222
* <p>All
occurrences
of the class names in the copied body
/art/cmdline/
README.md
137
once, only the latest value is taken into account (and all previous
occurrences
of the argument are
165
will save
occurrences
of the `-help` argument by doing a `Map.Set(Map::Help, ParsedValue("-help"))`
/external/llvm/include/llvm/ADT/
SmallString.h
222
/// Return the number of
occurrences
of \p C in the string.
227
/// Return the number of non-overlapped
occurrences
of \p Str in the
/external/llvm/lib/Target/NVPTX/
NVVMReflect.cpp
10
// This pass replaces
occurrences
of __nvvm_reflect("string") with an
94
"Replace
occurrences
of __nvvm_reflect() calls with 0/1", false,
/prebuilts/go/darwin-x86/src/net/
parse.go
82
// Count
occurrences
in s of any bytes in t.
214
// Number of
occurrences
of b in s.
/prebuilts/go/linux-x86/src/net/
parse.go
82
// Count
occurrences
in s of any bytes in t.
214
// Number of
occurrences
of b in s.
/external/chromium-trace/catapult/telemetry/telemetry/util/
image_util.py
97
"""Finds the minimum box surrounding all
occurrences
of bgr |color|.
/external/clang/test/CodeGenCUDA/
link-device-bitcode.cu
70
// CHECK-REFLECT: Replace
occurrences
of __nvvm_reflect() calls with 0/1
Completed in 1252 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>