Searched refs:Set (Results 226 - 250 of 980) sorted by relevance

1234567891011>>

/external/chromium/net/websockets/
H A Dwebsocket_net_log_params.cc45 dict->Set("headers", headers);
H A Dwebsocket_net_log_params_unittest.cc27 expected.Set("headers", list);
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-filepath.h51 // Except for Set methods, all methods are const or static, which provides an
66 void Set(const FilePath& rhs) { function in class:testing::internal::FilePath
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dkeywords.py33 from sets import Set as set
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dposition.py52 def Set(self, target, source): member in class:Position
/external/guava/guava/src/com/google/common/base/
H A DOptional.java27 import java.util.Set;
141 * Returns an immutable singleton {@link Set} whose only element is the
142 * contained instance if it is present; an empty immutable {@link Set}
147 public abstract Set<T> asSet();
232 @Override public Set<T> asSet() {
284 @Override public Set<Object> asSet() {
/external/guava/guava/src/com/google/common/collect/
H A DSortedSetMultimap.java24 import java.util.Set;
38 * returns a {@link Set} of map entries. Though the method signature doesn't say
/external/guava/guava/src/com/google/common/util/concurrent/
H A DSimpleTimeLimiter.java30 import java.util.Set;
93 final Set<Method> interruptibleMethods
168 private static Set<Method> findInterruptibleMethods(Class<?> interfaceType) {
169 Set<Method> set = Sets.newHashSet();
/external/libvpx/examples/includes/geshi/geshi/
H A Dtcl.php64 * Set 1: reserved words
77 * Set 2: builtins
109 * Set 3: standard library
116 * Set 4: special methods
/external/stressapptest/src/
H A Dadler32memcpy.h32 void Set(uint64 a1, uint64 a2, uint64 b1, uint64 b2);
/external/webrtc/src/system_wrappers/source/
H A Devent_posix.cc55 // Set start time to zero
113 bool EventPosix::Set() function in class:webrtc::EventPosix
220 _timerEvent->Set();
288 Set();
301 _timerEvent->Set();
319 // Set time to zero to force new reference time for the timer.
H A Devent_posix.h36 virtual bool Set();
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFAState.java153 protected Set<NFAConfiguration> closureBusy = new HashSet<NFAConfiguration>();
481 public Set getDisabledAlternatives() {
482 Set disabled = new LinkedHashSet();
493 protected Set getNonDeterministicAlts() {
525 protected Set<Integer> getConflictingAlts() {
528 Set<Integer> nondeterministicAlts = new HashSet<Integer>();
549 Set states = stateToConfigListMap.keySet();
644 public Set getAltSet() {
646 Set alts = new HashSet();
657 public Set getGatedSyntacticPredicatesInNFAConfiguration
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DCompositeGrammar.java58 protected Set<NFAState> refClosureBusy = new HashSet<NFAState>();
104 protected Set<String> lexerRules = new HashSet<String>();
255 public Set<Rule> getDelegatedRules(Grammar g) {
259 Set<Rule> rules = getAllImportedRules(g);
275 public Set<Rule> getAllImportedRules(Grammar g) {
276 Set<String> ruleNames = new HashSet();
277 Set<Rule> rules = new HashSet();
395 Set<String> ruleDefs = new HashSet<String>();
399 public void _minimizeRuleSet(Set<String> ruleDefs,
401 Set<Strin
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DX509CRLObject.java23 import java.util.Set;
112 Set extns = getCriticalExtensionOIDs();
125 private Set getExtensionOIDs(boolean critical)
133 Set set = new HashSet();
154 public Set getCriticalExtensionOIDs()
159 public Set getNonCriticalExtensionOIDs()
274 private Set loadCRLEntries()
276 Set entrySet = new HashSet();
327 public Set getRevokedCertificates()
329 Set entrySe
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DGraph.java82 Set<Node> visited = new OrderedHashSet<Node>();
96 public void DFS(Node n, Set<Node> visited, ArrayList<Object> sorted) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DAbstractMapTest.java32 import java.util.Set;
46 final Set mySet = new HashSet(1);
68 public Set entrySet() {
147 // Special entrySet return a Set with no clear method.
159 public Set entrySet() {
160 Set set = new MySet();
258 public Set entrySet() {
295 public Set entrySet() {
396 Set<Object> setOfNull = Collections.singleton(null);
H A DListResourceBundleTest.java23 import java.util.Set;
62 Set<String> set = bundle.handleKeySet();
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
H A DMyCertificateFactorySpi.java36 import java.util.Set;
51 private Set list;
/external/chromium/base/json/
H A Djson_writer_unittest.cc53 root_dict.Set("list", list);
92 period_dict3.Set("a.b", Value::CreateIntegerValue(2));
/external/chromium/base/metrics/
H A Dstats_counters.cc23 void StatsCounter::Set(int value) { function in class:base::StatsCounter
122 largest_add_.Set(value);
/external/chromium/net/disk_cache/
H A Dbitmap_unittest.cc33 // Test Set/GetMapElement.
38 // Test Set/Get.
42 bitmap.Set(49, true);
46 bitmap.Set(49, false);
52 bitmap.Set(i, (i % 7) == 0);
90 // Tests Set/GetMap and the constructor that takes an array.
140 map.Set(50, true);
183 map.Set(i, (i % 27) == 0);
198 map.Set(i, (i % 32) == 0);
210 map.Set(
[all...]
/external/emma/core/java12/com/vladium/logging/
H A DLogger.java17 import java.util.Set;
68 public static Logger create (final int level, final PrintWriter out, final String prefix, final Set classMask)
89 public static Logger create (final int level, final PrintWriter out, final String prefix, final Set classMask,
112 final Set _classMask = classMask != null
426 private Logger (final int level, final PrintWriter out, final String prefix, final Set classMask)
551 private final Set /* String */ m_classMask; // null is equivalent to no class filtering
582 final Set filter;
585 Set temp = null;
/external/grub/util/
H A Dgrub-set-default3 # Set a default boot entry for GRUB
32 Set the default boot entry for GRUB.
H A Dgrub-set-default.in3 # Set a default boot entry for GRUB
32 Set the default boot entry for GRUB.

Completed in 470 milliseconds

1234567891011>>