OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashSet
(Results
651 - 675
of
1003
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/webkit/Source/WebCore/dom/
EventDispatcher.cpp
52
static
HashSet
<Node*>* gNodesDispatchingSimulatedClicks = 0;
108
gNodesDispatchingSimulatedClicks = new
HashSet
<Node*>;
Document.h
[
all
...]
Node.cpp
97
#include <wtf/
HashSet
.h>
139
static
HashSet
<Node*> liveNodeSet;
169
for (
HashSet
<Node*>::iterator it = liveNodeSet.begin(); it != liveNodeSet.end(); ++it) {
288
static
HashSet
<Node*> ignoreSet;
378
HashSet
<Node*>::iterator it = ignoreSet.find(this);
[
all
...]
/external/webkit/Source/WebCore/page/
Page.h
29
#include <wtf/
HashSet
.h>
289
typedef
HashSet
<ScrollableArea*> ScrollableAreaSet;
/external/webkit/Source/WebCore/platform/
ScrollView.cpp
875
HashSet
<RefPtr<Widget> >::const_iterator end = m_children.end();
876
for (
HashSet
<RefPtr<Widget> >::const_iterator current = m_children.begin(); current != end; ++current)
[
all
...]
/external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h
46
#include <wtf/
HashSet
.h>
113
static
HashSet
<String> clipboardReadAvailableTypes(PasteboardPrivate::ClipboardBuffer, bool* containsFilenames);
/external/webkit/Source/WebCore/platform/text/wince/
TextCodecWinCE.cpp
34
#include <wtf/
HashSet
.h>
71
typedef
HashSet
<String> CharsetSet;
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationBasedCountryDetectorTest.java
27
import java.util.
HashSet
;
179
testFindingCountryCommon(new
HashSet
<String>(Arrays.asList("passive")));
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java
47
import java.util.
HashSet
;
172
Set<String> providerSet = new
HashSet
<String>();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
FontLoader.java
31
import java.util.
HashSet
;
182
families = new
HashSet
<String>();
/libcore/luni/src/main/java/java/net/
HttpCookie.java
22
import java.util.
HashSet
;
65
private static final Set<String> RESERVED_NAMES = new
HashSet
<String>();
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CRLImpl.java
42
import java.util.
HashSet
;
320
return new
HashSet
(entries);
/libcore/luni/src/test/java/tests/api/java/util/
AbstractMapTest.java
26
import java.util.
HashSet
;
46
final Set mySet = new
HashSet
(1);
/packages/apps/Mms/src/com/android/mms/model/
ImageModel.java
50
import java.util.
HashSet
;
67
new
HashSet
<String>(Arrays.asList(new String[] {
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java
44
import java.util.
HashSet
;
61
private
HashSet
<String> mKnownPackages = Sets.newHashSet();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java
34
import java.util.
HashSet
;
71
mLayoutNames = new
HashSet
<String>();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java
44
import java.util.
HashSet
;
385
Set<String> expanded = new
HashSet
<String>();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java
53
import java.util.
HashSet
;
220
Set<String> defined = new
HashSet
<String>();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java
53
import java.util.
HashSet
;
194
mCurrentSet = new
HashSet
<String>();
/external/webkit/Source/WebKit/mac/WebView/
WebHTMLRepresentation.mm
82
static NSArray *stringArray(const
HashSet
<String>& set)
85
HashSet
<String>::const_iterator end = set.end();
86
for (
HashSet
<String>::const_iterator it = set.begin(); it != end; ++it)
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
UpdaterData.java
67
import java.util.
HashSet
;
435
HashSet
<Archive> installedArchives = new
HashSet
<Archive>();
[
all
...]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java
20
import java.util.
HashSet
;
156
private static final Set<String> MMS_COLUMNS = new
HashSet
<String>();
159
private static final Set<String> SMS_COLUMNS = new
HashSet
<String>();
531
Set<Long> result = new
HashSet
<Long>(addresses.size());
[
all
...]
/dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java
45
import java.util.
HashSet
;
494
HashSet
<SsaInsn> deletedInsns = new
HashSet
<SsaInsn>();
565
HashSet
<SsaInsn> deletedInsns) {
736
HashSet
<SsaInsn> deletedInsns) {
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
VectorTest.java
23
import java.util.
HashSet
;
353
Collection s = new
HashSet
();
365
s = new
HashSet
();
840
Collection s = new
HashSet
();
983
Collection s = new
HashSet
();
[
all
...]
/external/doclava/src/com/google/doclava/
Converter.java
23
import java.util.
HashSet
;
633
private static
HashSet
<AnnotationValue> mAnnotationValuesNeedingInit =
634
new
HashSet
<AnnotationValue>();
680
HashSet
<AnnotationValue> set = mAnnotationValuesNeedingInit;
681
mAnnotationValuesNeedingInit = new
HashSet
<AnnotationValue>();
Completed in 749 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>