OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashSet
(Results
201 - 225
of
1003
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
FileFilter.java
35
import java.util.
HashSet
;
55
private final Set<String> mCrashList = new
HashSet
<String>();
56
private final Set<String> mFailList = new
HashSet
<String>();
57
private final Set<String> mSlowList = new
HashSet
<String>();
121
tokens = new
HashSet
<String>(Arrays.asList(
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
PropertyNode.java
24
import java.util.
HashSet
;
72
paramMap_TYPE = new
HashSet
<String>();
73
propGroupSet = new
HashSet
<String>();
104
this.paramMap_TYPE = new
HashSet
<String>();
109
this.propGroupSet = new
HashSet
<String>();
115
// vCard may contain more than one same line in one entry, while
HashSet
or any other
/libcore/support/src/test/java/libcore/java/security/
StandardNames.java
30
import java.util.
HashSet
;
91
algorithms = new
HashSet
();
445
public static final Set<String> SSL_CONTEXT_PROTOCOLS = new
HashSet
<String>(Arrays.asList(
454
public static final Set<String> KEY_TYPES = new
HashSet
<String>(Arrays.asList(
464
public static final Set<String> SSL_SOCKET_PROTOCOLS = new
HashSet
<String>(Arrays.asList(
487
public static final Set<String> CLIENT_AUTH_TYPES = new
HashSet
<String>(Arrays.asList(
498
public static final Set<String> SERVER_AUTH_TYPES = new
HashSet
<String>(Arrays.asList(
520
public static final Set<String> CIPHER_SUITES_NEITHER = new
HashSet
<String>();
[
all
...]
/external/webkit/Source/JavaScriptCore/runtime/
Identifier.cpp
32
#include <wtf/
HashSet
.h>
42
HashSet
<StringImpl*>::iterator end = m_table.end();
43
for (
HashSet
<StringImpl*>::iterator iter = m_table.begin(); iter != end; ++iter)
46
std::pair<
HashSet
<StringImpl*>::iterator, bool> IdentifierTable::add(StringImpl* value)
48
std::pair<
HashSet
<StringImpl*>::iterator, bool> result = m_table.add(value);
53
std::pair<
HashSet
<StringImpl*>::iterator, bool> IdentifierTable::add(U value)
55
std::pair<
HashSet
<StringImpl*>::iterator, bool> result = m_table.add<U, V>(value);
130
pair<
HashSet
<StringImpl*>::iterator, bool> addResult = identifierTable.add<const char*, IdentifierCStringTranslator>(c);
226
pair<
HashSet
<StringImpl*>::iterator, bool> addResult = globalData->identifierTable->add<UCharBuffer, IdentifierUCharBufferTranslator>(buf);
/cts/tools/signature-tools/src/signature/compare/model/impl/
SigDelta.java
21
import java.util.
HashSet
;
58
Set<T> addedElements = new
HashSet
<T>();
123
private static Set<String> ignore = new
HashSet
<String>();
/dalvik/dx/src/com/android/dx/ssa/
MoveParamCombiner.java
25
import java.util.
HashSet
;
60
final
HashSet
<SsaInsn> deletedInsns = new
HashSet
();
/external/apache-harmony/support/src/test/java/tests/support/
Support_UnmodifiableMapTest.java
20
import java.util.
HashSet
;
113
HashSet
<String> hs = new
HashSet
<String>();
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXPolicyNode.java
5
import java.util.
HashSet
;
136
Set _expectedPolicies = new
HashSet
();
143
Set _policyQualifiers = new
HashSet
();
/external/nist-sip/java/gov/nist/javax/sip/
Utils.java
35
import java.util.
HashSet
;
193
HashSet
branchIds = new
HashSet
();
/external/webkit/Source/JavaScriptCore/debugger/
Debugger.cpp
43
typedef
HashSet
<FunctionExecutable*> FunctionExecutableSet;
93
HashSet
<JSGlobalObject*>::iterator end = m_globalObjects.end();
94
for (
HashSet
<JSGlobalObject*>::iterator it = m_globalObjects.begin(); it != end; ++it)
/external/webkit/Source/JavaScriptCore/heap/
MarkedSpace.h
31
#include <wtf/
HashSet
.h>
93
typedef
HashSet
<MarkedBlock*>::iterator BlockIterator;
114
HashSet
<MarkedBlock*> m_blocks;
/external/webkit/Source/WebCore/bindings/v8/custom/
V8ClipboardCustom.cpp
52
HashSet
<String> types = clipboard->types();
57
HashSet
<String>::const_iterator end = types.end();
59
for (
HashSet
<String>::const_iterator it = types.begin(); it != end; ++it, ++index)
/external/webkit/Source/WebCore/plugins/
IFrameShimSupport.cpp
43
#include <wtf/
HashSet
.h>
137
const
HashSet
<RefPtr<Widget> >* children = parentFrameView->children();
138
for (
HashSet
<RefPtr<Widget> >::const_iterator it = children->begin(); it != children->end(); ++it) {
/external/webkit/Source/WebCore/svg/
SVGElementInstance.cpp
100
const
HashSet
<SVGElementInstance*>& set = element->instancesForElement();
105
const
HashSet
<SVGElementInstance*>::const_iterator end = set.end();
106
for (
HashSet
<SVGElementInstance*>::const_iterator it = set.begin(); it != end; ++it) {
/libcore/support/src/test/java/tests/support/
Support_UnmodifiableMapTest.java
20
import java.util.
HashSet
;
113
HashSet
<String> hs = new
HashSet
<String>();
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
RealDataTest.java
28
import java.util.
HashSet
;
34
private
HashSet
<Path> mUsedId = new
HashSet
<Path>();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ListSuggestionCursor.java
26
import java.util.
HashSet
;
39
private
HashSet
<String> mExtraColumns;
145
mExtraColumns = new
HashSet
<String>();
SourceShortcutRefresher.java
25
import java.util.
HashSet
;
37
private final Set<String> mRefreshed = Collections.synchronizedSet(new
HashSet
<String>());
38
private final Set<String> mRefreshing = Collections.synchronizedSet(new
HashSet
<String>());
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
Util.java
27
import java.util.
HashSet
;
40
HashSet
<A> set = new
HashSet
<A>(end);
/cts/tests/tests/security/src/android/security/cts/
PackageSignatureTest.java
35
import java.util.
HashSet
;
44
Set<String> badPackages = new
HashSet
<String>();
67
Set<Signature> wellKnownSignatures = new
HashSet
<Signature>();
75
private static final Set<String> WHITELISTED_PACKAGES = new
HashSet
<String>(Arrays.asList(
VoldExploitTest.java
27
import java.util.
HashSet
;
50
Set<String> devices = new
HashSet
<String>();
110
Set<String> retval = new
HashSet
<String>();
168
Set<Integer> retval = new
HashSet
<Integer>();
/cts/tools/signature-tools/src/signature/compare/
Main.java
34
import java.util.
HashSet
;
61
Set<String> fromFiles = new
HashSet
<String>();
97
Set<String> toFiles = new
HashSet
<String>();
135
Set<String> packages = new
HashSet
<String>();
/external/webkit/Source/WebCore/bridge/
runtime_root.cpp
33
#include <wtf/
HashSet
.h>
43
typedef
HashSet
<RootObject*> RootObjectSet;
118
HashSet
<InvalidationCallback*>::iterator end = m_invalidationCallbacks.end();
119
for (
HashSet
<InvalidationCallback*>::iterator iter = m_invalidationCallbacks.begin(); iter != end; ++iter)
/external/webkit/Source/WebCore/platform/efl/
ClipboardEfl.h
42
HashSet
<String> types() const;
/external/webkit/Source/WebCore/platform/graphics/
IntSizeHash.h
25
#include <wtf/
HashSet
.h>
Completed in 1224 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>