Searched defs:create (Results 201 - 225 of 734) sorted by relevance

1234567891011>>

/external/guava/src/com/google/common/collect/
H A DEnumHashBiMap.java47 create(Class<K> keyType) { method in class:EnumHashBiMap
62 create(Map<K, ? extends V> map) { method in class:EnumHashBiMap
63 EnumHashBiMap<K, V> bimap = create(EnumBiMap.inferKeyType(map));
H A DEnumMultiset.java39 public static <E extends Enum<E>> EnumMultiset<E> create(Class<E> type) { method in class:EnumMultiset
49 public static <E extends Enum<E>> EnumMultiset<E> create( method in class:EnumMultiset
H A DHashMultimap.java59 public static <K, V> HashMultimap<K, V> create() { method in class:HashMultimap
72 public static <K, V> HashMultimap<K, V> create( method in class:HashMultimap
84 public static <K, V> HashMultimap<K, V> create( method in class:HashMultimap
H A DHashMultiset.java41 public static <E> HashMultiset<E> create() { method in class:HashMultiset
52 public static <E> HashMultiset<E> create(int distinctElements) { method in class:HashMultiset
61 public static <E> HashMultiset<E> create(Iterable<? extends E> elements) { method in class:HashMultiset
63 create(Multisets.inferDistinctElements(elements));
H A DLinkedHashMultiset.java47 public static <E> LinkedHashMultiset<E> create() { method in class:LinkedHashMultiset
58 public static <E> LinkedHashMultiset<E> create(int distinctElements) { method in class:LinkedHashMultiset
67 public static <E> LinkedHashMultiset<E> create( method in class:LinkedHashMultiset
70 create(Multisets.inferDistinctElements(elements));
/external/guava/src/com/google/common/util/concurrent/
H A DValueFuture.java30 public static <T> ValueFuture<T> create() { method in class:ValueFuture
35 * Explicit private constructor, use the {@link #create} factory method to
36 * create instances of {@code ValueFuture}.
/external/oprofile/daemon/
H A Dopd_extended.h48 int (*create)(struct sfile *); member in struct:opd_ext_sfile_handlers
/external/webkit/JavaScriptCore/runtime/
H A DStringObjectThatMasqueradesAsUndefined.h33 static StringObjectThatMasqueradesAsUndefined* create(ExecState* exec, const UString& string) function in class:JSC::StringObjectThatMasqueradesAsUndefined
47 return Structure::create(proto, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
H A DUStringImpl.cpp38 PassRefPtr<UStringImpl> UStringImpl::create(const char* c) function in class:JSC::UStringImpl
53 PassRefPtr<UStringImpl> UStringImpl::create(const char* c, int length) function in class:JSC::UStringImpl
67 PassRefPtr<UStringImpl> UStringImpl::create(const UChar* buffer, int length) function in class:JSC::UStringImpl
81 m_dataBuffer = UntypedPtrAndBitfield(SharedUChar::create(new OwnFastMallocPtr<UChar>(m_data)).releaseRef(), BufferShared);
/external/webkit/WebCore/accessibility/
H A DAccessibilityARIAGridCell.cpp48 PassRefPtr<AccessibilityARIAGridCell> AccessibilityARIAGridCell::create(RenderObject* renderer) function in class:WebCore::AccessibilityARIAGridCell
H A DAccessibilityList.cpp51 PassRefPtr<AccessibilityList> AccessibilityList::create(RenderObject* renderer) function in class:WebCore::AccessibilityList
H A DAccessibilityMenuListOption.h38 static PassRefPtr<AccessibilityMenuListOption> create() { return adoptRef(new AccessibilityMenuListOption); } function in class:WebCore::AccessibilityMenuListOption
H A DAccessibilityTableHeaderContainer.cpp48 PassRefPtr<AccessibilityTableHeaderContainer> AccessibilityTableHeaderContainer::create() function in class:WebCore::AccessibilityTableHeaderContainer
H A DAccessibilityTableRow.cpp55 PassRefPtr<AccessibilityTableRow> AccessibilityTableRow::create(RenderObject* renderer) function in class:WebCore::AccessibilityTableRow
/external/webkit/WebCore/bindings/js/
H A DCachedScriptSourceProvider.h39 static PassRefPtr<CachedScriptSourceProvider> create(CachedScript* cachedScript) { return adoptRef(new CachedScriptSourceProvider(cachedScript)); } function in class:WebCore::CachedScriptSourceProvider
64 return JSC::SourceCode(CachedScriptSourceProvider::create(cachedScript));
H A DJSDataGridDataSource.h44 static PassRefPtr<JSDataGridDataSource> create(JSC::JSValue dataSource, Frame* frame) function in class:WebCore::JSDataGridDataSource
H A DStringSourceProvider.h39 static PassRefPtr<StringSourceProvider> create(const String& source, const String& url) { return adoptRef(new StringSourceProvider(source, url)); } function in class:WebCore::StringSourceProvider
58 return JSC::SourceCode(StringSourceProvider::create(source, url), firstLine);
/external/webkit/WebCore/bindings/v8/
H A DScriptCallStack.cpp43 ScriptCallStack* ScriptCallStack::create(const v8::Arguments& arguments, unsigned skipArgumentCount) { function in class:WebCore::ScriptCallStack
H A DScriptProfile.h40 static PassRefPtr<ScriptProfile> create(const String& title, unsigned uid) function in class:WebCore::ScriptProfile
H A DSerializedScriptValue.h44 static PassRefPtr<SerializedScriptValue> create(v8::Handle<v8::Value> value) function in class:WebCore::SerializedScriptValue
57 static PassRefPtr<SerializedScriptValue> create(String data) function in class:WebCore::SerializedScriptValue
63 static PassRefPtr<SerializedScriptValue> create() function in class:WebCore::SerializedScriptValue
H A DV8DataGridDataSource.h49 static PassRefPtr<V8DataGridDataSource> create(v8::Handle<v8::Value> dataSource, Frame* frame) function in class:WebCore::V8DataGridDataSource
/external/webkit/WebCore/bridge/c/
H A Dc_instance.h47 static PassRefPtr<CInstance> create(NPObject* object, PassRefPtr<RootObject> rootObject) function in class:JSC::Bindings::CInstance
/external/webkit/WebCore/css/
H A DCSSBorderImageValue.h34 static PassRefPtr<CSSBorderImageValue> create(PassRefPtr<CSSValue> image, PassRefPtr<Rect> sliceRect, int horizontalRule, int verticalRule) function in class:WebCore::CSSBorderImageValue
H A DCSSCharsetRule.h32 static PassRefPtr<CSSCharsetRule> create(CSSStyleSheet* parent, const String& encoding) function in class:WebCore::CSSCharsetRule
H A DCSSImportRule.h38 static PassRefPtr<CSSImportRule> create(CSSStyleSheet* parent, const String& href, PassRefPtr<MediaList> media) function in class:WebCore::CSSImportRule

Completed in 873 milliseconds

1234567891011>>