HomeSort by relevance Sort by last modified time
    Searched refs:create (Results 576 - 600 of 7023) sorted by null

<<21222324252627282930>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultisetTester.java 36 getSubjectGenerator().create(samples.e0, samples.e0, samples.e0);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
SetCreationTester.java 46 collection = getSubjectGenerator().create(array);
58 collection = getSubjectGenerator().create(array);
72 collection = getSubjectGenerator().create(array);
84 collection = getSubjectGenerator().create(array);
  /external/guava/guava-testlib/test/com/google/common/collect/testing/
MinimalSetTest.java 36 @Override protected Set<String> create(String[] elements) {
  /external/guava/guava-tests/benchmark/com/google/common/collect/
SetCreationBenchmark.java 53 x ^= System.identityHashCode(impl.create(sampleData.getValuesInSet()));
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableMultimapAsMapImplementsMapTest.java 44 Multimap<String, Integer> delegate = HashMultimap.create();
ImmutableSetMultimapAsMapImplementsMapTest.java 44 Multimap<String, Integer> delegate = HashMultimap.create();
SingletonImmutableTableTest.java 73 .addEqualityGroup(testTable, HashBasedTable.create(testTable))
74 .addEqualityGroup(ImmutableTable.of(), HashBasedTable.create())
75 .addEqualityGroup(HashBasedTable.create(ImmutableTable.of('A', 2, "")))
83 .addEqualityGroup(ArrayTable.create(ImmutableSet.of('A'), ImmutableSet.of(1)))
SynchronizedBiMapTest.java 69 @Override protected <K, V> BiMap<K, V> create() { method in class:SynchronizedBiMapTest
71 new TestBiMap<K, V>(HashBiMap.<K, V>create(), mutex);
78 protected BiMap<String, String> create(Entry<String, String>[] entries) { method in class:SynchronizedBiMapTest.SynchronizedHashBiMapGenerator
80 BiMap<String, String> result = HashBiMap.create();
91 protected BiMap<String, String> create(Entry<String, String>[] entries) { method in class:SynchronizedBiMapTest.SynchTestingBiMapGenerator
94 new TestBiMap<String, String>(HashBiMap.<String, String>create(), mutex);
133 create().forcePut(null, null);
137 BiMap<String, Integer> bimap = create();
145 BiMap<String, Integer> map = create();
SynchronizedNavigableSetTest.java 47 protected <E> NavigableSet<E> create() { method in class:SynchronizedNavigableSetTest
157 @Override protected NavigableSet<String> create(String[] elements) {
178 NavigableSet<String> map = create();
185 NavigableSet<String> map = create();
192 NavigableSet<String> map = create();
199 NavigableSet<String> map = create();
206 NavigableSet<String> map = create();
213 NavigableSet<String> map = create();
220 NavigableSet<String> map = create();
  /external/jmdns/src/javax/jmdns/
JmDNS.java 46 * Create an instance of JmDNS.
49 * <b>Note:</b> This is a convenience method. The preferred constructor is {@link #create(InetAddress, String)}.<br/>
51 * This call is equivalent to <code>create(null, null)</code>.
54 * @see #create(InetAddress, String)
59 public static JmDNS create() throws IOException { method in class:JmDNS
65 * Create an instance of JmDNS and bind it to a specific network interface given its IP-address.
68 * <b>Note:</b> This is a convenience method. The preferred constructor is {@link #create(InetAddress, String)}.<br/>
70 * This call is equivalent to <code>create(addr, null)</code>.
73 * @see #create(InetAddress, String)
80 public static JmDNS create(final InetAddress addr) throws IOException method in class:JmDNS
101 public static JmDNS create(final String name) throws IOException { method in class:JmDNS
136 public static JmDNS create(final InetAddress addr, final String name) throws IOException { method in class:JmDNS
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DataContext.java 46 * @param name the name of the local variable to fetch or create.
56 * @param name the name of the local variable to fetch or create.
69 * requiring loops create a full Data tree.
71 * @param name the name of the local variable to fetch or create.
83 * {@code null}, if it does not exist. If {@link #findVariable} is called with {@code create ==
86 * @param name the name of the local variable to fetch or create.
93 * the root Data object. If not found then and create is {@code true}, then a new node is created
99 * @param name the name of the variable to find and/or create.
100 * @param create if {@link true} then a new node will be created if an existing Data node with the
104 * exists and {@code create} is {@code false}
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DeltaTimeTest.java 28 public void create () { method in class:DeltaTimeTest
ExternalMusicTest.java 29 public void create () { method in class:ExternalMusicTest
35 // create a music instance and start playback
TimerTest.java 26 public void create () { method in class:TimerTest
  /external/llvm/include/llvm/ProfileData/
SampleProfWriter.h 59 /// Create a new file writer based on the value of \p Format.
61 create(StringRef Filename, SampleProfileFormat Format);
63 /// Create a new stream writer based on the value of \p Format.
66 create(std::unique_ptr<raw_ostream> &OS, SampleProfileFormat Format);
101 SampleProfileWriter::create(std::unique_ptr<raw_ostream> &OS,
126 SampleProfileWriter::create(std::unique_ptr<raw_ostream> &OS,
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCOFF.h 36 create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr,
  /external/llvm/lib/IR/
Globals.cpp 50 /// create a GlobalValue) from the GlobalValue Src to this one.
214 /// Copy all additional attributes (those not needed to create a GlobalVariable)
240 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, function in class:GlobalAlias
246 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, function in class:GlobalAlias
249 return create(Ty, AddressSpace, Linkage, Name, nullptr, Parent);
252 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, function in class:GlobalAlias
255 return create(Ty, AddressSpace, Linkage, Name, Aliasee, Aliasee->getParent());
258 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, function in class:GlobalAlias
261 return create(PTy->getElementType(), PTy->getAddressSpace(), Link, Name,
265 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) function in class:GlobalAlias
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.cpp 19 ARMMCExpr::create(VariantKind Kind, const MCExpr *Expr, function in class:ARMMCExpr
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.h 31 static const MipsFrameLowering *create(const MipsSubtarget &ST);
48 /// Create MipsFrameLowering objects.
  /external/llvm/unittests/Support/
FileOutputBufferTest.cpp 31 // Create unique temporary directory for these tests
43 FileOutputBuffer::create(File1, 8192);
65 FileOutputBuffer::create(File2, 8192);
82 FileOutputBuffer::create(File3, 8192000);
103 FileOutputBuffer::create(File4, 8192, FileOutputBuffer::F_executable);
  /external/mesa3d/src/glx/tests/
fake_glx_screen.cpp 31 fake_glx_context_direct::create,
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
Mixin.java 37 (MixinKey)KeyFactory.create(MixinKey.class, KeyFactory.CLASS_BY_NAME);
51 * Helper method to create an interface mixin. For finer control over the
56 public static Mixin create(Object[] delegates) { method in class:Mixin
59 return gen.create();
63 * Helper method to create an interface mixin. For finer control over the
68 public static Mixin create(Class[] interfaces, Object[] delegates) { method in class:Mixin
72 return gen.create();
82 * Helper method to create a bean mixin. For finer control over the
92 return gen.create();
132 public Mixin create() { method in class:Mixin.Generator
    [all...]
  /external/opencv3/modules/features2d/test/
test_detectors_regression.cpp 252 CV_FeatureDetectorTest test( "detector-brisk", BRISK::create() );
258 CV_FeatureDetectorTest test( "detector-fast", FastFeatureDetector::create() );
264 CV_FeatureDetectorTest test( "detector-agast", AgastFeatureDetector::create() );
270 CV_FeatureDetectorTest test( "detector-gftt", GFTTDetector::create() );
276 Ptr<GFTTDetector> gftt = GFTTDetector::create();
284 CV_FeatureDetectorTest test( "detector-mser", MSER::create() );
290 CV_FeatureDetectorTest test( "detector-orb", ORB::create() );
296 CV_FeatureDetectorTest test( "detector-kaze", KAZE::create() );
302 CV_FeatureDetectorTest test( "detector-akaze", AKAZE::create() );
  /external/opencv3/modules/flann/include/opencv2/flann/
all_indices.h 52 static NNIndex<Distance>* create(const Matrix<typename Distance::ElementType>& dataset, const IndexParams& params, const Distance& distance) function in struct:cvflann::index_creator
93 static NNIndex<Distance>* create(const Matrix<typename Distance::ElementType>& dataset, const IndexParams& params, const Distance& distance) function in struct:cvflann::index_creator
122 static NNIndex<Distance>* create(const Matrix<typename Distance::ElementType>& dataset, const IndexParams& params, const Distance& distance) function in struct:cvflann::index_creator
150 Distance>::create(dataset, params,distance);
  /external/parameter-framework/upstream/test/functional-tests/include/
Test.hpp 119 void create(Config &&configFile) { mPf.reset(new PF{std::move(configFile)}); } function in class:parameterFramework::LazyPF

Completed in 598 milliseconds

<<21222324252627282930>>