Searched refs:Set (Results 251 - 275 of 2669) sorted by relevance

<<11121314151617181920>>

/external/guava/guava/src/com/google/common/collect/
H A DEmptyImmutableSortedSet.java24 import java.util.Set;
79 if (object instanceof Set) {
80 Set<?> that = (Set<?>) object;
H A DSingletonImmutableSet.java22 import java.util.Set;
97 if (object instanceof Set) {
98 Set<?> that = (Set<?>) object;
H A DTable.java25 import java.util.Set;
200 Set<Cell<R, C, V>> cellSet();
208 Set<R> rowKeySet();
216 Set<C> columnKeySet();
H A DWellBehavedMap.java22 import java.util.Set;
36 private Set<Entry<K, V>> entrySet;
45 * {@code Set<K> keySet()} and transforming it to
46 * {@code Set<Entry<K, V>>}. All other invocations are delegated as-is.
56 @Override public Set<Entry<K, V>> entrySet() {
57 Set<Entry<K, V>> es = entrySet;
/external/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h35 /// the initializer elements of that global in Set and return the global itself.
37 SmallPtrSet<GlobalValue *, 8> &Set,
/external/mockito/src/org/mockito/internal/configuration/injection/
H A DConstructorInjection.java18 import java.util.Set;
49 public boolean processInjection(Field field, Object fieldOwner, Set<Object> mockCandidates) {
70 final Set<Object> objects;
72 public SimpleArgumentResolver(Set<Object> objects) {
/external/mockito/src/org/mockito/internal/configuration/injection/scanner/
H A DMockScanner.java14 import java.util.Set;
44 * @param mocks Set of mocks
46 public void addPreparedMocks(Set<Object> mocks) {
55 private Set<Object> scan() {
56 Set<Object> mocks = newMockSafeHashSet();
/external/mockito/src/org/mockito/internal/creation/settings/
H A DCreationSettings.java16 import java.util.Set;
25 protected Set<Class> extraInterfaces = new LinkedHashSet<Class>();
58 public Set<Class> getExtraInterfaces() {
62 public CreationSettings<T> setExtraInterfaces(Set<Class> extraInterfaces) {
/external/webrtc/src/system_wrappers/interface/
H A Devent_wrapper.h36 // Set is sticky in the sense that it will release at least one thread
38 virtual bool Set() = 0;
40 // Prevents future Wait() calls from finishing without a new Set() call.
44 // by a Set() call depending on if other threads are waiting and if so on
47 // are waiting for the same Set(), only one (random) thread is guaranteed to
52 // Starts a timer that will call a non-sticky version of Set() either once
/external/webrtc/src/system_wrappers/source/
H A Devent_win.h28 virtual bool Set();
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DNonRegularDecisionMessage.java36 import java.util.Set;
41 public Set<Integer> altsWithRecursion;
43 public NonRegularDecisionMessage(DecisionProbe probe, Set<Integer> altsWithRecursion) {
/external/apache-http/src/org/apache/http/client/methods/
H A DHttpOptions.java36 import java.util.Set;
93 public Set<String> getAllowedMethods(final HttpResponse response) {
99 Set<String> methods = new HashSet<String>();
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DX509CRLEntryHolder.java6 import java.util.Set;
129 public Set getCriticalExtensionOIDs()
140 public Set getNonCriticalExtensionOIDs()
/external/chromium_org/base/process/
H A Dprocess_metrics.cc36 res->Set("meminfo", memory_info_.ToValue().release());
37 res->Set("diskinfo", disk_info_.ToValue().release());
40 res->Set("swapinfo", swap_info_.ToValue().release());
/external/chromium_org/base/threading/
H A Dthread_local.h19 // call to Set().
22 // been set otherwise with Set().
37 // Singleton<ThreadLocalPointer<MyClass> >::get()->Set(this);
42 // Singleton<ThreadLocalPointer<MyClass> >::get()->Set(NULL);
99 void Set(Type* ptr) { function in class:base::ThreadLocalPointer
121 void Set(bool val) { function in class:base::ThreadLocalBoolean
122 tlp_.Set(val ? this : NULL);
/external/chromium_org/chrome/browser/extensions/
H A Dtest_extension_environment.cc72 .Set("name", "Extension")
73 .Set("version", "1.0")
74 .Set("manifest_version", 2)
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_event_router_unittest.cc82 .Set("name", "BT event router test")
83 .Set("version", "1.0")
84 .Set("manifest_version", 2))
/external/chromium_org/net/base/
H A Dnet_log_logger.cc111 constants_dict->Set("logEventTypes", net::NetLog::GetEventTypesAsValue());
121 constants_dict->Set("certStatusFlag", dict);
132 constants_dict->Set("loadFlag", dict);
143 constants_dict->Set("loadState", dict);
154 constants_dict->Set("netError", dict);
169 constants_dict->Set("quicError", dict);
184 constants_dict->Set("quicRstStreamError", dict);
196 constants_dict->Set("logEventPhase", dict);
201 constants_dict->Set("logSourceType", net::NetLog::GetSourceTypesAsValue());
213 constants_dict->Set("logLevelTyp
[all...]
/external/chromium_org/ppapi/thunk/
H A Dppb_var_array_thunk.cc32 PP_Bool Set(PP_Var array, uint32_t index, PP_Var value) { function in namespace:ppapi::thunk::__anon10318
38 return array_var->Set(index, value);
62 &Set,
H A Dppb_var_dictionary_thunk.cc34 PP_Bool Set(PP_Var dict, PP_Var key, PP_Var value) { function in namespace:ppapi::thunk::__anon10319
41 return dict_var->Set(key, value);
73 &Set,
/external/chromium_org/sync/internal_api/
H A Djs_sync_manager_observer.cc37 details.Set("snapshot", snapshot.ToValue());
57 details.Set("syncError", sync_error.ToValue());
78 details.Set("restoredTypes", ModelTypeSetToValue(restored_types));
/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration_monitor.cc31 display_configuration_capture_event_->Set();
53 display_configuration_capture_event_->Set();
86 display_configuration_capture_event_->Set();
/external/chromium_org/v8/test/cctest/
H A Dtest-microtask-delivery.cc104 context2->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "obj"),
119 context3->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "obj"),
130 context4->Global()->Set(String::NewFromUtf8(isolate.GetIsolate(), "obj"),
/external/emma/core/java12/com/vladium/emma/
H A DAppLoggers.java12 import java.util.Set;
52 final Set filter;
55 Set temp = null;
/external/emma/core/java12/com/vladium/util/
H A DXProperties.java16 import java.util.Set;
40 final Set /* String */ _propertyNames = new TreeSet ();
59 final Set /* String */ _propertyNames = new TreeSet ();

Completed in 5487 milliseconds

<<11121314151617181920>>