OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashSet
(Results
76 - 100
of
1003
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebKit2/UIProcess/
WebPageGroup.h
32
#include <wtf/
HashSet
.h>
67
HashSet
<WebPageProxy*> m_pages;
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
LayerTreeHostCAWin.h
35
#include <wtf/
HashSet
.h>
75
HashSet
<RefPtr<WebCore::PlatformCALayer> > m_pendingAnimatedLayers;
/external/webkit/Tools/DumpRenderTree/chromium/
NotificationPresenter.h
37
#include <wtf/
HashSet
.h>
68
HashSet
<WTF::String> m_allowedOrigins;
/external/webkit/Source/WebCore/platform/
ThreadTimers.h
31
#include <wtf/
HashSet
.h>
/external/webkit/Source/WebCore/platform/graphics/efl/
FontEfl.cpp
58
float Font::floatWidthForComplexText(const TextRun&,
HashSet
<const SimpleFontData*>*, GlyphOverflow*) const
/external/webkit/Source/WebCore/plugins/
PluginDatabase.h
33
#include <wtf/
HashSet
.h>
51
typedef
HashSet
<RefPtr<PluginPackage>, PluginPackageHash> PluginSet;
96
void getPluginPathsInDirectories(
HashSet
<String>&) const;
108
HashSet
<String> m_registeredMIMETypes;
/external/webkit/Source/WebKit2/WebProcess/Geolocation/
WebGeolocationManager.cpp
86
HashSet
<WebPage*>::const_iterator it = m_pageSet.begin();
87
HashSet
<WebPage*>::const_iterator end = m_pageSet.end();
102
HashSet
<WebPage*>::const_iterator it = m_pageSet.begin();
103
HashSet
<WebPage*>::const_iterator end = m_pageSet.end();
/cts/tools/signature-tools/src/signature/converter/
Main.java
27
import java.util.
HashSet
;
35
Set<String> sources = new
HashSet
<String>();
57
Set<String> packages = new
HashSet
<String>();
/dalvik/hit/src/com/android/hit/
Instance.java
20
import java.util.
HashSet
;
69
HashSet
<Instance> set = new
HashSet
<Instance>();
/external/doclava/src/com/google/doclava/
ParameterInfo.java
21
import java.util.
HashSet
;
53
public void makeHDF(Data data, String base, boolean isLastVararg,
HashSet
<String> typeVariables) {
59
HashSet
<String> typeVariables) {
/external/webkit/Source/WebCore/loader/
CrossOriginPreflightResultCache.h
32
#include <wtf/
HashSet
.h>
56
typedef
HashSet
<String, CaseFoldingHash> HeadersSet;
63
HashSet
<String> m_methods;
/external/webkit/Source/WebCore/loader/icon/
IconRecord.h
37
#include <wtf/
HashSet
.h>
97
const
HashSet
<String>& retainingPageURLs() { return m_retainingPageURLs; }
108
HashSet
<String> m_retainingPageURLs;
/external/webkit/Source/WebCore/svg/
SVGParserUtilities.h
26
#include <wtf/
HashSet
.h>
68
bool parseKerningUnicodeString(const String& input, UnicodeRanges&,
HashSet
<String>& stringList);
69
bool parseGlyphName(const String& input,
HashSet
<String>& values);
/external/webkit/Source/WebCore/webaudio/
AudioNodeInput.h
30
#include <wtf/
HashSet
.h>
89
HashSet
<AudioNodeOutput*> m_outputs;
113
HashSet
<AudioNodeOutput*> m_disabledOutputs;
/external/webkit/Source/WebKit/chromium/src/
StorageEventDispatcherImpl.cpp
65
const
HashSet
<Page*>& pages = m_pageGroup->pages();
66
HashSet
<Page*>::const_iterator end = pages.end();
67
for (
HashSet
<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
/frameworks/base/services/java/com/android/server/am/
AppBindRecord.java
20
import java.util.
HashSet
;
31
final
HashSet
<ConnectionRecord> connections = new
HashSet
<ConnectionRecord>();
UriPermission.java
23
import java.util.
HashSet
;
38
final
HashSet
<UriPermissionOwner> readOwners = new
HashSet
<UriPermissionOwner>();
39
final
HashSet
<UriPermissionOwner> writeOwners = new
HashSet
<UriPermissionOwner>();
/frameworks/base/voip/java/com/android/server/sip/
SipWakeLock.java
22
import java.util.
HashSet
;
30
private
HashSet
<Object> mHolders = new
HashSet
<Object>();
/frameworks/opt/vcard/java/com/android/vcard/
VCardParser_V30.java
24
import java.util.
HashSet
;
43
Collections.unmodifiableSet(new
HashSet
<String>(Arrays.asList(
64
Collections.unmodifiableSet(new
HashSet
<String>(Arrays.asList(
VCardParser_V40.java
24
import java.util.
HashSet
;
39
Collections.unmodifiableSet(new
HashSet
<String>(Arrays.asList(
54
Collections.unmodifiableSet(new
HashSet
<String>(Arrays.asList(
VCardSourceDetector.java
22
import java.util.
HashSet
;
45
private static Set<String> APPLE_SIGNS = new
HashSet
<String>(Arrays.asList(
49
private static Set<String> JAPANESE_MOBILE_PHONE_SIGNS = new
HashSet
<String>(Arrays.asList(
52
private static Set<String> WINDOWS_MOBILE_PHONE_SIGNS = new
HashSet
<String>(Arrays.asList(
57
private static Set<String> FOMA_SIGNS = new
HashSet
<String>(Arrays.asList(
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXCRLUtil.java
10
import java.util.
HashSet
;
25
Set initialSet = new
HashSet
();
39
Set finalSet = new
HashSet
();
76
Set completeSet = new
HashSet
();
107
Set crls = new
HashSet
();
/external/webkit/Source/JavaScriptCore/wtf/
WTFThreadData.h
31
#include <wtf/
HashSet
.h>
60
std::pair<
HashSet
<StringImpl*>::iterator, bool> add(StringImpl* value);
62
std::pair<
HashSet
<StringImpl*>::iterator, bool> add(U value);
66
HashSet
<StringImpl*>::iterator iter = m_table.find(r);
76
HashSet
<StringImpl*> m_table;
/external/webkit/Source/WebCore/xml/
XPathParser.h
121
HashSet
<ParseNode*> m_parseNodes;
122
HashSet
<Vector<Predicate*>*> m_predicateVectors;
123
HashSet
<Vector<Expression*>*> m_expressionVectors;
124
HashSet
<String*> m_strings;
125
HashSet
<Step::NodeTest*> m_nodeTests;
/libcore/luni/src/test/java/libcore/java/net/
NetworkInterfaceTest.java
22
import java.util.
HashSet
;
30
Set<InetAddress> actual = new
HashSet
<InetAddress>(Collections.list(lo.getInetAddresses()));
32
Set<InetAddress> expected = new
HashSet
<InetAddress>();
60
Set<String> allNames = new
HashSet
<String>();
61
Set<Integer> allIndexes = new
HashSet
<Integer>();
Completed in 1249 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>