HomeSort by relevance Sort by last modified time
    Searched refs:HashSet (Results 526 - 550 of 1003) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 33 #include <wtf/HashSet.h>
149 HashSet<String>& MediaPlayerPrivatePhonon::supportedTypesCache()
151 static HashSet<String> supportedTypes;
193 void MediaPlayerPrivatePhonon::getSupportedTypes(HashSet<String>& types)
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 141 static void getSupportedTypes(HashSet<String>& types);
  /external/webkit/Source/WebCore/platform/qt/
CookieJarQt.cpp 136 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/rendering/
RenderCombineText.cpp 56 float RenderCombineText::width(unsigned from, unsigned length, const Font& font, float xPosition, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
  /external/webkit/Source/WebCore/workers/
DefaultSharedWorkerRepository.cpp 56 #include <wtf/HashSet.h>
105 HashSet<Document*> m_workerDocuments;
143 // Just pick an arbitrary active document from the HashSet and pass load requests to it.
165 for (HashSet<Document*>::iterator iter = m_workerDocuments.begin(); iter != m_workerDocuments.end(); ++iter)
177 for (HashSet<Document*>::iterator iter = m_workerDocuments.begin(); iter != m_workerDocuments.end(); ++iter)
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.h 138 static void getSupportedTypes(WTF::HashSet<WTF::String>&);
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebviewprivate.h 67 HashSet<GtkWidget*> children;
  /external/webkit/Source/WebKit2/UIProcess/Launcher/qt/
ProcessLauncherQt.cpp 49 #include <wtf/HashSet.h>
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 26 import java.util.HashSet;
333 HashSet<String> filter = null;
335 if (filter == null) filter = new HashSet<String>();
374 private void doRestoreAll(long token, HashSet<String> filter) {
  /frameworks/base/core/java/android/accounts/
ChooseTypeAndAccountActivity.java 42 import java.util.HashSet;
161 setOfAllowableAccounts = new HashSet<Account>(validAccounts.size());
172 setOfAllowableAccountTypes = new HashSet<String>(validAccountTypes.length);
293 Set<Account> preExistingAccounts = new HashSet<Account>();
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 33 import java.util.HashSet;
232 HashSet<String> filterSet = new HashSet<String>();
339 HashSet<String> excludes, FullBackupDataOutput output) {
  /frameworks/base/core/java/com/android/internal/net/
NetworkStatsFactory.java 38 import java.util.HashSet;
168 final HashSet<String> knownIfaces = Sets.newHashSet();
169 final HashSet<String> activeIfaces = Sets.newHashSet();
261 final HashSet<String> knownLines = Sets.newHashSet();
  /frameworks/base/test-runner/src/android/test/
MoreAsserts.java 24 import java.util.HashSet;
192 Set<Object> onlyInExpected = new HashSet<Object>(expected);
194 Set<Object> onlyInActual = new HashSet<Object>(actual);
197 Set<Object> intersection = new HashSet<Object>(expected);
  /frameworks/base/tools/preload/
PrintCsv.java 24 import java.util.HashSet;
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
TrustedCertificateStore.java 35 import java.util.HashSet;
227 Set<String> result = new HashSet<String>();
234 Set<String> result = new HashSet<String>();
253 Set<String> result = new HashSet<String>();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 54 import java.util.HashSet;
334 final HashSet<UiAttributeNode> reference = new HashSet<UiAttributeNode>();
420 HashSet<UiAttributeNode> reference) {
  /system/media/mca/filterpacks/imageproc/java/
ImageCombineFilter.java 32 import java.util.HashSet;
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 52 import java.util.HashSet;
365 HashSet<String> ku = new HashSet<String>(Arrays
590 HashSet<String> p1 = new HashSet<String>(Arrays.asList(policies1));
591 HashSet<String> p2 = new HashSet<String>(Arrays.asList(policies2));
    [all...]
  /external/webkit/Source/WebCore/dom/
Document.cpp 360 static HashSet<Document*>* documentsThatNeedStyleRecalc = 0;
    [all...]
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java 40 import java.util.HashSet;
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 31 import java.util.HashSet;
187 private static final Set<String> OTHER_RANDOM_DIRECTORIES = new HashSet<String>(
  /cts/tools/host/src/com/android/cts/
CommandParser.java 22 import java.util.HashSet;
54 private static Set<String> sOptionsSet = new HashSet<String>(Arrays.asList(
  /cts/tools/signature-tools/test/signature/converter/
ConvertEnumTest.java 27 import java.util.HashSet;
66 Set<String> constantNames = new HashSet<String>();
  /cts/tools/signature-tools/test/signature/converter/doclet/
DocletTestConverter.java 25 import java.util.HashSet;
58 Set<String> packages = new HashSet<String>();
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestPackageResult.java 34 import java.util.HashSet;
245 Set<String> keyCheckSet = new HashSet<String>();

Completed in 2029 milliseconds

<<21222324252627282930>>