OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contains
(Results
476 - 500
of
3699
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/
EmailPolicy.java
233
if (capabilities.toUpperCase().
contains
(MY_SERVER_CAPABILITY)) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
SetExtensions.cs
65
public static bool
contains
<T>( this HashSet<T> set, T value )
method in class:Antlr.Runtime.JavaExtensions.SetExtensions
67
return set.
Contains
( value );
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSanity.java
98
if ( visitedStates.
contains
(s) ) {
109
if ( visitedDuringRecursionCheck.
contains
(refRuleDef) ) {
171
if ( rulesInCycle.
contains
(targetRule) ) {
175
if ( rulesInCycle.
contains
(enclosingRule) ) {
/external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDomainHandler.java
59
if (host.
contains
(".")) {
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
StringToIntTable.java
127
* Tell if the table
contains
the given string.
147
* Tell if the table
contains
the given string. Ignore case.
169
* Tell if the table
contains
the given string.
175
public final boolean
contains
(String key)
method in class:StringToIntTable
/external/apache-xml/src/main/java/org/apache/xml/utils/
StringToIntTable.java
120
* Tell if the table
contains
the given string.
140
* Tell if the table
contains
the given string. Ignore case.
162
* Tell if the table
contains
the given string.
168
public final boolean
contains
(String key)
method in class:StringToIntTable
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DefaultCMSSignatureEncryptionAlgorithmFinder.java
45
if (RSA_PKCS1d5.
contains
(signatureAlgorithm.getAlgorithm()))
/external/cmockery/cmockery_0_1_2/packages/rpm/
rpm.spec
25
The %name package
contains
a lightweight library to simplify and generalize the
34
The %name package
contains
static and debug libraries and header files for the
/external/droiddriver/src/io/appium/droiddriver/scroll/
StaticSentinelStrategy.java
57
if (visibleBounds.
contains
(sentinel.getBounds())) {
/external/easymock/src/org/easymock/internal/
Results.java
63
return getMainInterval().
contains
(getCallCount());
/external/eigen/test/
geo_alignedbox.cpp
50
VERIFY(b0.
contains
(p0*s1+(Scalar(1)-s1)*p1));
53
VERIFY(b2.
contains
(b0));
54
VERIFY(b2.
contains
(b1));
69
VERIFY(b0.
contains
(r));
/external/guava/guava/src/com/google/common/collect/
EmptyImmutableSet.java
46
@Override public boolean
contains
(@Nullable Object target) {
method in class:EmptyImmutableSet
ImmutableMapEntrySet.java
45
public boolean
contains
(@Nullable Object object) {
method in class:ImmutableMapEntrySet
ImmutableMapKeySet.java
52
public boolean
contains
(@Nullable Object object) {
method in class:ImmutableMapKeySet
ImmutableSortedAsList.java
69
public boolean
contains
(Object target) {
method in class:ImmutableSortedAsList
Multiset.java
51
* #elementSet}
contains
the distinct elements of the multiset "with duplicates
52
* collapsed", and {@link #entrySet} is similar but
contains
{@link Entry
133
* multiset. If the multiset
contains
fewer than this number of occurrences to
206
* the count of that element. This set
contains
exactly one entry for each
297
* {@code true} if the given object is also a multiset and
contains
equal
338
* Determines whether this multiset
contains
the specified element.
340
* <p>This method refines {@link Collection#
contains
} to further specify that
345
* @return {@code true} if this multiset
contains
at least one occurrence of
349
boolean
contains
(@Nullable Object element);
method in interface:Multiset
352
* Returns {@code true} if this multiset
contains
at least one occurrence o
[
all
...]
RegularImmutableMultiset.java
60
public boolean
contains
(@Nullable Object element) {
method in class:RegularImmutableMultiset
RegularImmutableSet.java
45
@Override public boolean
contains
(Object target) {
method in class:RegularImmutableSet
SingletonImmutableSet.java
65
@Override public boolean
contains
(Object target) {
method in class:SingletonImmutableSet
/external/guava/guava-testlib/src/com/google/common/collect/testing/
MinimalSet.java
53
if (!setContents.
contains
(e)) {
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListRemoveAllTester.java
49
getList().
contains
(duplicate));
ListRemoveTester.java
48
+ "the duplicate element", getList().
contains
(duplicate));
/external/guava/guava-testlib/test/com/google/common/testing/
EquivalenceTesterTest.java
105
ASSERT.that(expected.getMessage()).
contains
(
134
ASSERT.that(expected.getMessage()).
contains
(
157
ASSERT.that(expected.getMessage()).
contains
(
183
if (!expected.getMessage().
contains
(expectedMessage)) {
/external/guava/guava-tests/test/com/google/common/io/
TestOutputStream.java
75
throwIf(options.
contains
(option));
/external/hamcrest/library/src/org/hamcrest/collection/
IsIn.java
23
return collection.
contains
(o);
Completed in 533 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>