OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashSet
(Results
776 - 800
of
1003
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/frameworks/base/core/java/android/webkit/
GeolocationPermissions.java
23
import java.util.
HashSet
;
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
MethodTest.java
30
import java.util.
HashSet
;
411
Set<Class<?>> annotationSet = new
HashSet
<Class<?>>();
422
annotationSet = new
HashSet
<Class<?>>();
439
Set<Class<?>> annotationSet = new
HashSet
<Class<?>>();
[
all
...]
/libcore/luni/src/test/java/tests/api/javax/security/auth/
SubjectTest.java
27
import java.util.
HashSet
;
/libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataNotSupportedTest.java
35
import java.util.
HashSet
;
471
HashSet
<String> expectedPrivs = new
HashSet
<String>();
508
expectedPrivs = new
HashSet
<String>();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java
51
import java.util.
HashSet
;
167
HashSet
<Format> formats_set = new
HashSet
<Format>();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java
79
import java.util.
HashSet
;
516
Set<String> defined = new
HashSet
<String>();
552
Set<String> defined = new
HashSet
<String>();
591
deleted = new
HashSet
<Element>(deletedElements);
GridLayoutConverter.java
79
import java.util.
HashSet
;
259
Set<String> defined = new
HashSet
<String>();
817
Set<Element> parents = new
HashSet
<Element>();
831
Set<View> group = new
HashSet
<View>();
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java
91
import java.util.
HashSet
;
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkManager.java
38
import java.util.
HashSet
;
219
// first, put all the vendor id in an
HashSet
to remove duplicate.
220
HashSet
<Integer> set = new
HashSet
<Integer>();
544
Set<String> abiFound = new
HashSet
<String>();
[
all
...]
/external/webkit/Source/WebCore/rendering/
RenderTableSection.cpp
38
#include <wtf/
HashSet
.h>
626
if (
HashSet
<RenderBox*>* percentHeightDescendants = cell->percentHeightDescendants()) {
627
HashSet
<RenderBox*>::iterator end = percentHeightDescendants->end();
628
for (
HashSet
<RenderBox*>::iterator it = percentHeightDescendants->begin(); it != end; ++it) {
[
all
...]
RenderTextControl.cpp
537
static
HashSet
<AtomicString>* fontFamiliesWithInvalidCharWidthMap = 0;
540
fontFamiliesWithInvalidCharWidthMap = new
HashSet
<AtomicString>;
/frameworks/base/core/java/com/google/android/mms/pdu/
PduPersister.java
52
import java.util.
HashSet
;
[
all
...]
/external/webkit/Source/WebCore/loader/icon/
IconDatabase.cpp
[
all
...]
/external/webkit/Source/WebCore/page/
FrameView.cpp
[
all
...]
/external/doclava/src/com/google/doclava/
ClassInfo.java
27
import java.util.
HashSet
;
255
public
HashSet
<String> typeVariables() {
256
HashSet
<String> result = TypeInfo.typeVariables(mTypeInfo.typeArguments());
268
private static void gatherHiddenInterfaces(ClassInfo cl,
HashSet
<ClassInfo> interfaces) {
281
HashSet
<ClassInfo> interfaces = new
HashSet
<ClassInfo>();
[
all
...]
/frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java
119
import java.util.
HashSet
;
[
all
...]
/cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java
38
import java.util.
HashSet
;
475
Set<String> entries = new
HashSet
<String>();
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java
45
import java.util.
HashSet
;
185
Set alia = new
HashSet
();
/external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java
44
import java.util.
HashSet
;
360
eventListeners = Collections.synchronizedSet(new
HashSet
<SIPTransactionEventListener>());
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/qt/
FontQt.cpp
276
float Font::floatWidthForSimpleText(const TextRun& run, GlyphBuffer* glyphBuffer,
HashSet
<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
296
float Font::floatWidthForComplexText(const TextRun& run,
HashSet
<const SimpleFontData*>*, GlyphOverflow*) const
MediaPlayerPrivateQt.cpp
50
#include <wtf/
HashSet
.h>
71
void MediaPlayerPrivateQt::getSupportedTypes(
HashSet
<String> &supported)
/external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp
562
HashSet
<String, CaseFoldingHash> WebContext::pdfAndPostScriptMIMETypes()
564
HashSet
<String, CaseFoldingHash> mimeTypes;
/frameworks/base/core/java/android/provider/
Telephony.java
35
import java.util.
HashSet
;
[
all
...]
/frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsTest.java
32
import java.util.
HashSet
;
253
final
HashSet
<String> ifaces = Sets.newHashSet();
/libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java
427
private final
HashSet
<Worker> workers = new
HashSet
<Worker>();
[
all
...]
Completed in 1910 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>