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

1234567891011>>

/external/smack/src/org/jivesoftware/smackx/ping/
H A DServerPingTask.java20 import java.util.Set;
67 Set<PingFailedListener> pingFailedListeners = pingManager.getPingFailedListeners();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DAnnotationsDirectory.java41 import java.util.Set;
46 @Nonnull @Override public Set<? extends DexBackedAnnotation> getClassAnnotations() { return ImmutableSet.of(); }
53 @Nonnull public abstract Set<? extends DexBackedAnnotation> getClassAnnotations();
99 public static Set<? extends DexBackedAnnotation> getAnnotations(@Nonnull final DexBackedDexFile dexFile,
119 public static List<Set<? extends DexBackedAnnotation>> getParameterAnnotations(
124 return new FixedSizeList<Set<? extends DexBackedAnnotation>>() {
127 public Set<? extends DexBackedAnnotation> readItem(int index) {
171 public Set<? extends DexBackedAnnotation> getClassAnnotations() {
/external/guava/guava/src/com/google/common/collect/
H A DSets.java48 import java.util.Set;
55 * Static utility methods pertaining to {@link Set} instances. Also see this
348 * Creates an empty {@code Set} that uses identity to determine equality. It
357 public static <E> Set<E> newIdentityHashSet() {
425 * backing map. In essence, this factory method provides a {@link Set}
428 * corresponding {@link Set} implementation (such as {@link java.util.HashMap}
442 * Set<Object> identityHashSet = Sets.newSetFromMap(
453 public static <E> Set<E> newSetFromMap(Map<E, Boolean> map) {
458 implements Set<E>, Serializable {
460 private transient Set<
[all...]
H A DEmptyContiguousSet.java21 import java.util.Set;
100 if (object instanceof Set) {
101 Set<?> that = (Set<?>) object;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java45 import java.util.Set;
52 * Static utility methods pertaining to {@link Set} instances. Also see this
345 * Creates an empty {@code Set} that uses identity to determine equality. It
354 public static <E> Set<E> newIdentityHashSet() {
422 * backing map. In essence, this factory method provides a {@link Set}
425 * corresponding {@link Set} implementation (such as {@link java.util.HashMap}
439 * Set<Object> identityHashSet = Sets.newSetFromMap(
450 public static <E> Set<E> newSetFromMap(Map<E, Boolean> map) {
455 implements Set<E>, Serializable {
457 private transient Set<
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarInsufficientPredicatesMessage.java40 public Map<Integer, Set<Token>> altToLocations;
45 Map<Integer, Set<Token>> altToLocations)
63 Map<String, Set<Token>> altToLocationsWithStringKey = new LinkedHashMap<String, Set<Token>>();
/external/chromium_org/base/files/
H A Dscoped_temp_dir.h15 // (CreateUniqueTempDir, CreateUniqueTempDirUnderPath, and Set) must have
40 bool Set(const FilePath& path) WARN_UNUSED_RESULT;
/external/chromium_org/base/test/
H A Dmock_time_provider.cc18 DefaultValue<Time>::Set(Time::FromInternalValue(0));
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_reinstaller_browsertest.cc69 DictionaryBuilder().Set("name", kExtensionName)
70 .Set("description", "Foo")
71 .Set("manifest_version", 2)
72 .Set("version", "1.0")
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dnative_browser_frame_factory.cc25 void NativeBrowserFrameFactory::Set(NativeBrowserFrameFactory* new_factory) { function in class:NativeBrowserFrameFactory
/external/chromium_org/components/user_prefs/
H A Duser_prefs.h25 // attach it to BrowserContext using the UserPrefs::Set() function.
34 static void Set(content::BrowserContext* context, PrefService* prefs);
/external/chromium_org/extensions/browser/api/storage/
H A Dweak_unlimited_settings_storage.cc43 ValueStore::WriteResult WeakUnlimitedSettingsStorage::Set( function in class:extensions::WeakUnlimitedSettingsStorage
45 return delegate_->Set(IGNORE_QUOTA, key, value);
48 ValueStore::WriteResult WeakUnlimitedSettingsStorage::Set( function in class:extensions::WeakUnlimitedSettingsStorage
50 return delegate_->Set(IGNORE_QUOTA, values);
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Djavascript_dialog_helper.cc53 request_info.Set(
56 request_info.Set(webview::kMessageText,
58 request_info.Set(webview::kMessageType,
61 request_info.Set(guestview::kUrl, new base::StringValue(origin_url.spec()));
/external/chromium_org/extensions/browser/
H A Druntime_data_unittest.cc25 .Set("name", "test")
26 .Set("version", "0.1")
27 .Set("background", DictionaryBuilder().Set("page", "bg.html")))
/external/chromium_org/gpu/command_buffer/common/
H A Dbitfield_helpers.h33 static void Set(unsigned int *container, unsigned int field_value) { function in class:gpu::BitField
/external/chromium_org/ppapi/c/
H A Dppb_var_array.h65 PP_Bool (*Set)(struct PP_Var array, uint32_t index, struct PP_Var value); member in struct:PPB_VarArray_1_0
H A Dppb_var_dictionary.h68 PP_Bool (*Set)(struct PP_Var dict, struct PP_Var key, struct PP_Var value); member in struct:PPB_VarDictionary_1_0
/external/chromium_org/rlz/win/lib/
H A Dmachine_deal.h17 // Set the OEM Deal Confirmation Code (DCC). This information is used for RLZ
20 static bool Set(const char* dcc);
/external/chromium_org/sync/internal_api/events/
H A Dprotocol_event.cc20 dict->Set("proto", event.GetProtoMessage().release());
/external/chromium_org/third_party/webrtc/base/
H A Devent.h32 void Set();
H A Dsharedexclusivelock.cc40 shared_count_is_zero_.Set();
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Decho_cancellation_impl_unittest.cc34 config.Set<DelayCorrection>(new DelayCorrection(true));
42 config.Set<DelayCorrection>(new DelayCorrection(false));
64 config.Set<ReportedDelay>(new ReportedDelay(false));
72 config.Set<ReportedDelay>(new ReportedDelay(true));
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Devent_win.h28 virtual bool Set();
/external/chromium_org/v8/src/compiler/
H A Dnode-aux-data.h23 inline void Set(Node* node, const T& data);
/external/chromium_org/v8/test/mjsunit/es6/regress/
H A Dregress-2186.js39 var set = new Set;

Completed in 1812 milliseconds

1234567891011>>