/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | SetGenerators.java | 57 @Override protected Set<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSetCopyOfGenerator 69 public Set<Object> create(Object... elements) { in create() method in SetGenerators.ImmutableSetWithBadHashesGenerator 79 @Override protected Set<String> create(String[] elements) { in create() method in SetGenerators.DegeneratedImmutableSetGenerator 87 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetCopyOfGenerator 94 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetHeadsetGenerator 104 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetTailsetGenerator 114 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetSubsetGenerator 129 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetExplicitComparator 147 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetExplicitSuperclassComparatorGenerator 162 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetReversedOrderGenerator [all …]
|
D | ListGenerators.java | 43 @Override protected List<String> create(String[] elements) { in create() method in ListGenerators.ImmutableListOfGenerator 49 @Override protected List<String> create(String[] elements) { in create() method in ListGenerators.BuilderAddListGenerator 60 @Override protected List<String> create(String[] elements) { in create() method in ListGenerators.BuilderAddAllListGenerator 69 @Override protected List<String> create(String[] elements) { in create() method in ListGenerators.BuilderReversedListGenerator 78 @Override protected List<String> create(String[] elements) { in create() method in ListGenerators.ImmutableListHeadSubListGenerator 90 @Override protected List<String> create(String[] elements) { in create() method in ListGenerators.ImmutableListTailSubListGenerator 102 @Override protected List<String> create(String[] elements) { in create() method in ListGenerators.ImmutableListMiddleSubListGenerator 124 public List<UnhashableObject> create(UnhashableObject[] elements) { in create() method in ListGenerators.UnhashableElementsImmutableListGenerator
|
D | BiMapGenerators.java | 44 @Override protected Set<String> create(String[] elements) { in create() method in BiMapGenerators.ImmutableBiMapKeySetGenerator 55 @Override protected Set<String> create(String[] elements) { in create() method in BiMapGenerators.ImmutableBiMapValuesGenerator 83 @Override protected Set<String> create(String[] elements) { in create() method in BiMapGenerators.ImmutableBiMapInverseKeySetGenerator 94 @Override protected Set<String> create(String[] elements) { in create() method in BiMapGenerators.ImmutableBiMapInverseValuesGenerator
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | WriterTesterTest.java | 78 @Override public Writer create() throws Exception { in create() method in WriterTesterTest.FileWriterCharSinkTester 92 @Override public Writer create() throws Exception { in create() method in WriterTesterTest.CharArrayWriterCharSinkTester 107 public Writer create() throws IOException { in create() method in WriterTesterTest.PipedWriterCharSinkTester 136 @Override public Writer create() throws Exception { in create() method in WriterTesterTest.StringWriterCharSinkTester 153 @Override public Writer create(Writer delegate) throws Exception { in create() method in WriterTesterTest.BufferedWriterCharSinkTester 163 @Override public Writer create(Writer delegate) throws Exception { in create() method in WriterTesterTest.FilterWriterCharSinkTester 173 @Override public Writer create(Writer delegate) throws Exception { in create() method in WriterTesterTest.PrintWriterCharSinkTester 185 @Override public Writer create() throws Exception { in create() method in WriterTesterTest.OutputStreamWriterCharSinkTester
|
D | OutputStreamTesterTest.java | 83 public OutputStream create() throws IOException { in create() method in OutputStreamTesterTest.FileOutputStreamSinkTester 103 public OutputStream create() throws IOException { in create() method in OutputStreamTesterTest.ByteArrayOutputStreamSinkTester 118 public OutputStream create() throws IOException { in create() method in OutputStreamTesterTest.PipedOutputStreamSinkTester 146 public OutputStream create(OutputStream delegate) throws Exception { in create() method in OutputStreamTesterTest.FilterOutputStreamTester 162 public OutputStream create(OutputStream delegate) throws Exception { in create() method in OutputStreamTesterTest.BufferedOutputStreamTester 173 public OutputStream create(OutputStream delegate) throws Exception { in create() method in OutputStreamTesterTest.DataOutputStreamTester 184 public OutputStream create(OutputStream delegate) throws Exception { in create() method in OutputStreamTesterTest.ObjectOutputStreamTester 196 public OutputStream create(OutputStream delegate) throws Exception { in create() method in OutputStreamTesterTest.PrintStreamTester
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | LinkedHashMultiset.java | 43 public static <E> LinkedHashMultiset<E> create() { in create() method in LinkedHashMultiset 54 public static <E> LinkedHashMultiset<E> create(int distinctElements) { in create() method in LinkedHashMultiset 66 public static <E> LinkedHashMultiset<E> create( in create() method in LinkedHashMultiset
|
D | HashMultiset.java | 37 public static <E> HashMultiset<E> create() { in create() method in HashMultiset 48 public static <E> HashMultiset<E> create(int distinctElements) { in create() method in HashMultiset 60 public static <E> HashMultiset<E> create(Iterable<? extends E> elements) { in create() method in HashMultiset
|
D | HashBiMap.java | 41 public static <K, V> HashBiMap<K, V> create() { in create() method in HashBiMap 52 public static <K, V> HashBiMap<K, V> create(int expectedSize) { in create() method in HashBiMap 61 public static <K, V> HashBiMap<K, V> create( in create() method in HashBiMap
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
D | LongArrayAsListTest.java | 85 @Override protected List<Long> create(Long[] elements) { in create() method in LongArrayAsListTest.LongsAsListGenerator 91 @Override protected List<Long> create(Long[] elements) { in create() method in LongArrayAsListTest.LongsAsListHeadSubListGenerator 99 @Override protected List<Long> create(Long[] elements) { in create() method in LongArrayAsListTest.LongsAsListTailSubListGenerator 107 @Override protected List<Long> create(Long[] elements) { in create() method in LongArrayAsListTest.LongsAsListMiddleSubListGenerator 130 public List<Long> create(Object... elements) { in create() method in LongArrayAsListTest.TestLongListGenerator 143 protected abstract List<Long> create(Long[] elements); in create() method in LongArrayAsListTest.TestLongListGenerator
|
D | DoubleArrayAsListTest.java | 85 @Override protected List<Double> create(Double[] elements) { in create() method in DoubleArrayAsListTest.DoublesAsListGenerator 91 @Override protected List<Double> create(Double[] elements) { in create() method in DoubleArrayAsListTest.DoublsAsListHeadSubListGenerator 99 @Override protected List<Double> create(Double[] elements) { in create() method in DoubleArrayAsListTest.DoublesAsListTailSubListGenerator 107 @Override protected List<Double> create(Double[] elements) { in create() method in DoubleArrayAsListTest.DoublesAsListMiddleSubListGenerator 130 public List<Double> create(Object... elements) { in create() method in DoubleArrayAsListTest.TestDoubleListGenerator 143 protected abstract List<Double> create(Double[] elements); in create() method in DoubleArrayAsListTest.TestDoubleListGenerator
|
D | CharArrayAsListTest.java | 85 @Override protected List<Character> create(Character[] elements) { in create() method in CharArrayAsListTest.CharsAsListGenerator 91 @Override protected List<Character> create(Character[] elements) { in create() method in CharArrayAsListTest.CharsAsListHeadSubListGenerator 99 @Override protected List<Character> create(Character[] elements) { in create() method in CharArrayAsListTest.CharsAsListTailSubListGenerator 107 @Override protected List<Character> create(Character[] elements) { in create() method in CharArrayAsListTest.CharsAsListMiddleSubListGenerator 130 public List<Character> create(Object... elements) { in create() method in CharArrayAsListTest.TestCharListGenerator 143 protected abstract List<Character> create(Character[] elements); in create() method in CharArrayAsListTest.TestCharListGenerator
|
D | ByteArrayAsListTest.java | 85 @Override protected List<Byte> create(Byte[] elements) { in create() method in ByteArrayAsListTest.BytesAsListGenerator 91 @Override protected List<Byte> create(Byte[] elements) { in create() method in ByteArrayAsListTest.BytesAsListHeadSubListGenerator 99 @Override protected List<Byte> create(Byte[] elements) { in create() method in ByteArrayAsListTest.BytesAsListTailSubListGenerator 107 @Override protected List<Byte> create(Byte[] elements) { in create() method in ByteArrayAsListTest.BytesAsListMiddleSubListGenerator 130 public List<Byte> create(Object... elements) { in create() method in ByteArrayAsListTest.TestByteListGenerator 143 protected abstract List<Byte> create(Byte[] elements); in create() method in ByteArrayAsListTest.TestByteListGenerator
|
D | IntArrayAsListTest.java | 86 @Override protected List<Integer> create(Integer[] elements) { in create() method in IntArrayAsListTest.IntsAsListGenerator 92 @Override protected List<Integer> create(Integer[] elements) { in create() method in IntArrayAsListTest.IntsAsListHeadSubListGenerator 100 @Override protected List<Integer> create(Integer[] elements) { in create() method in IntArrayAsListTest.IntsAsListTailSubListGenerator 108 @Override protected List<Integer> create(Integer[] elements) { in create() method in IntArrayAsListTest.IntsAsListMiddleSubListGenerator 131 public List<Integer> create(Object... elements) { in create() method in IntArrayAsListTest.TestIntegerListGenerator 144 protected abstract List<Integer> create(Integer[] elements); in create() method in IntArrayAsListTest.TestIntegerListGenerator
|
D | FloatArrayAsListTest.java | 85 @Override protected List<Float> create(Float[] elements) { in create() method in FloatArrayAsListTest.FloatsAsListGenerator 91 @Override protected List<Float> create(Float[] elements) { in create() method in FloatArrayAsListTest.FloatsAsListHeadSubListGenerator 99 @Override protected List<Float> create(Float[] elements) { in create() method in FloatArrayAsListTest.FloatsAsListTailSubListGenerator 107 @Override protected List<Float> create(Float[] elements) { in create() method in FloatArrayAsListTest.FloatsAsListMiddleSubListGenerator 130 public List<Float> create(Object... elements) { in create() method in FloatArrayAsListTest.TestFloatListGenerator 143 protected abstract List<Float> create(Float[] elements); in create() method in FloatArrayAsListTest.TestFloatListGenerator
|
D | ShortArrayAsListTest.java | 85 @Override protected List<Short> create(Short[] elements) { in create() method in ShortArrayAsListTest.ShortsAsListGenerator 91 @Override protected List<Short> create(Short[] elements) { in create() method in ShortArrayAsListTest.ShortsAsListHeadSubListGenerator 99 @Override protected List<Short> create(Short[] elements) { in create() method in ShortArrayAsListTest.ShortsAsListTailSubListGenerator 107 @Override protected List<Short> create(Short[] elements) { in create() method in ShortArrayAsListTest.ShortsAsListMiddleSubListGenerator 130 public List<Short> create(Object... elements) { in create() method in ShortArrayAsListTest.TestShortListGenerator 143 protected abstract List<Short> create(Short[] elements); in create() method in ShortArrayAsListTest.TestShortListGenerator
|
/external/webkit/Source/WebCore/css/ |
D | MediaList.h | 39 static PassRefPtr<MediaList> create() in create() function 43 static PassRefPtr<MediaList> create(CSSImportRule* parentRule, const String& media) in create() function 47 static PassRefPtr<MediaList> create(CSSStyleSheet* parentSheet, const String& media) in create() function 61 static PassRefPtr<MediaList> create(const String& media, bool allowDescriptionSyntax) in create() function
|
/external/webkit/Source/WebCore/dom/ |
D | ClientRect.h | 40 static PassRefPtr<ClientRect> create() { return adoptRef(new ClientRect); } in create() function 41 …static PassRefPtr<ClientRect> create(const IntRect& rect) { return adoptRef(new ClientRect(rect));… in create() function 42 …static PassRefPtr<ClientRect> create(const FloatRect& rect) { return adoptRef(new ClientRect(rect)… in create() function
|
D | ClientRectList.h | 41 static PassRefPtr<ClientRectList> create() { return adoptRef(new ClientRectList); } in create() function 42 …static PassRefPtr<ClientRectList> create(const Vector<FloatQuad>& quads) { return adoptRef(new Cli… in create() function
|
/external/guava/guava/src/com/google/common/collect/ |
D | LinkedHashMultiset.java | 47 public static <E> LinkedHashMultiset<E> create() { in create() method in LinkedHashMultiset 58 public static <E> LinkedHashMultiset<E> create(int distinctElements) { in create() method in LinkedHashMultiset 70 public static <E> LinkedHashMultiset<E> create( in create() method in LinkedHashMultiset
|
D | HashMultiset.java | 41 public static <E> HashMultiset<E> create() { in create() method in HashMultiset 52 public static <E> HashMultiset<E> create(int distinctElements) { in create() method in HashMultiset 64 public static <E> HashMultiset<E> create(Iterable<? extends E> elements) { in create() method in HashMultiset
|
/external/webkit/Source/WebCore/platform/ |
D | SharedBuffer.h | 54 static PassRefPtr<SharedBuffer> create() { return adoptRef(new SharedBuffer); } in create() function 55 …static PassRefPtr<SharedBuffer> create(const char* c, int i) { return adoptRef(new SharedBuffer(c,… in create() function 56 …static PassRefPtr<SharedBuffer> create(const unsigned char* c, int i) { return adoptRef(new Shared… in create() function
|
/external/jmdns/src/javax/jmdns/ |
D | ServiceInfo.java | 79 …public static ServiceInfo create(final String type, final String name, final int port, final Strin… in create() method in ServiceInfo 98 …public static ServiceInfo create(final String type, final String name, final String subtype, final… in create() method in ServiceInfo 119 …public static ServiceInfo create(final String type, final String name, final int port, final int w… in create() method in ServiceInfo 142 …public static ServiceInfo create(final String type, final String name, final String subtype, final… in create() method in ServiceInfo 163 …public static ServiceInfo create(final String type, final String name, final int port, final int w… in create() method in ServiceInfo 186 …public static ServiceInfo create(final String type, final String name, final String subtype, final… in create() method in ServiceInfo 207 …public static ServiceInfo create(final String type, final String name, final int port, final int w… in create() method in ServiceInfo 230 …public static ServiceInfo create(final String type, final String name, final String subtype, final… in create() method in ServiceInfo 253 …public static ServiceInfo create(final String type, final String name, final int port, final int w… in create() method in ServiceInfo 278 …public static ServiceInfo create(final String type, final String name, final String subtype, final… in create() method in ServiceInfo [all …]
|
/external/webkit/Source/WebCore/html/shadow/ |
D | MediaControlElements.cpp | 106 PassRefPtr<MediaControlPanelElement> MediaControlPanelElement::create(HTMLMediaElement* mediaElemen… in create() function in WebCore::MediaControlPanelElement 129 PassRefPtr<MediaControlTimelineContainerElement> MediaControlTimelineContainerElement::create(HTMLM… in create() function in WebCore::MediaControlTimelineContainerElement 186 …lVolumeSliderContainerElement> MediaControlVolumeSliderContainerElement::create(HTMLMediaElement* … in create() function in WebCore::MediaControlVolumeSliderContainerElement 234 PassRefPtr<MediaControlStatusDisplayElement> MediaControlStatusDisplayElement::create(HTMLMediaElem… in create() function in WebCore::MediaControlStatusDisplayElement 355 PassRefPtr<MediaControlPanelMuteButtonElement> MediaControlPanelMuteButtonElement::create(HTMLMedia… in create() function in WebCore::MediaControlPanelMuteButtonElement 385 …olumeSliderMuteButtonElement> MediaControlVolumeSliderMuteButtonElement::create(HTMLMediaElement* … in create() function in WebCore::MediaControlVolumeSliderMuteButtonElement 405 PassRefPtr<MediaControlPlayButtonElement> MediaControlPlayButtonElement::create(HTMLMediaElement* m… in create() function in WebCore::MediaControlPlayButtonElement 497 PassRefPtr<MediaControlSeekForwardButtonElement> MediaControlSeekForwardButtonElement::create(HTMLM… in create() function in WebCore::MediaControlSeekForwardButtonElement 517 PassRefPtr<MediaControlSeekBackButtonElement> MediaControlSeekBackButtonElement::create(HTMLMediaEl… in create() function in WebCore::MediaControlSeekBackButtonElement 537 PassRefPtr<MediaControlRewindButtonElement> MediaControlRewindButtonElement::create(HTMLMediaElemen… in create() function in WebCore::MediaControlRewindButtonElement [all …]
|
/external/webkit/Source/WebCore/html/canvas/ |
D | Float64Array.cpp | 32 PassRefPtr<Float64Array> Float64Array::create(unsigned length) in create() function in WebCore::Float64Array 37 PassRefPtr<Float64Array> Float64Array::create(const double* array, unsigned length) in create() function in WebCore::Float64Array 42 PassRefPtr<Float64Array> Float64Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, … in create() function in WebCore::Float64Array
|
D | Uint32Array.cpp | 32 PassRefPtr<Uint32Array> Uint32Array::create(unsigned length) in create() function in WebCore::Uint32Array 37 PassRefPtr<Uint32Array> Uint32Array::create(unsigned int* array, unsigned length) in create() function in WebCore::Uint32Array 42 PassRefPtr<Uint32Array> Uint32Array::create(PassRefPtr<ArrayBuffer> buffer, unsigned byteOffset, un… in create() function in WebCore::Uint32Array
|