Home
last modified time | relevance | path

Searched defs:objects (Results 1 – 25 of 94) sorted by relevance

1234

/external/vogar/src/vogar/util/
DStrings.java70 public static String join(String delimiter, Object... objects) { in join()
74 public static String join(Iterable<?> objects, String delimiter) { in join()
88 public static String[] objectsToStrings(Object[] objects) { in objectsToStrings()
97 public static String[] objectsToStrings(Collection<?> objects) { in objectsToStrings()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowArrayAdapter.java58 public void __constructor__(Context context, int textViewResourceId, T[] objects) { in __constructor__()
62 … public void __constructor__(Context context, int resource, int textViewResourceId, T[] objects) { in __constructor__()
66 public void __constructor__(Context context, int textViewResourceId, List<T> objects) { in __constructor__()
70 …blic void __constructor__(Context context, int resource, int textViewResourceId, List<T> objects) { in __constructor__()
74 private void init(Context context, int resource, int textViewResourceId, List<T> objects) { in init()
/external/clang/test/CodeGen/
D2007-04-05-PadBeforeZeroLengthField.c6 union A objects[]; member
8 void foo(union A * objects, struct B *array, unsigned long k) in foo()
/external/selinux/policycoreutils/scripts/
Dchcat90 def chcat_add(orig, newcat, objects,login_ind): argument
167 def chcat_remove(orig, newcat, objects, login_ind): argument
238 def chcat_replace(newcat, objects, login_ind): argument
422 objects = cmds[1:] variable
/external/mockito/src/org/mockito/internal/configuration/injection/
DConstructorInjection.java70 final Set<Object> objects; field in ConstructorInjection.SimpleArgumentResolver
72 public SimpleArgumentResolver(Set<Object> objects) { in SimpleArgumentResolver()
/external/replicaisland/src/com/replica/replicaisland/
DRenderSystem.java61 private void clearQueue(FixedSizeArray<BaseObject> objects) { in clearQueue()
82 FixedSizeArray<BaseObject> objects = mRenderQueues[lastQueue].getObjects(); in swap() local
93 FixedSizeArray<BaseObject> objects = mRenderQueues[x].getObjects(); in emptyQueues() local
DGameObjectManager.java82 FixedSizeArray<BaseObject> objects = getObjects(); in update() local
159 FixedSizeArray<BaseObject> objects = getObjects(); in destroyAll() local
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
DSerializationTest.java485 public static void verifyGolden(TestCase test, Object[] objects) in verifyGolden()
509 public static void verifyGolden(TestCase test, Object[] objects, in verifyGolden()
565 public static void verifySelf(Object[] objects) in verifySelf()
585 public static void verifySelf(Object[] objects, SerializableAssert comparator) in verifySelf()
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
DRemoteObjectDefMessage.java45 public ObjectDef[] objects; field in RemoteObjectDefMessage
/external/clang/test/CodeGenObjC/
Dobjc2-strong-cast-block-import.m6 Test ** __strong objects; field
/external/skia/bench/
DGrMemoryPoolBench.cpp49 A* objects[kMaxObjects]; in onDraw() local
111 SkAutoTDelete<B> objects[kMaxObjects]; in onDraw() local
156 C* objects[M]; in onDraw() local
/external/junit/src/org/junit/
DAssume.java46 public static void assumeNotNull(Object... objects) { in assumeNotNull()
/external/clang/test/Analysis/
Dmalloc.m39 id * objects; field
/external/v8/test/mjsunit/
Dfuzz-accessors.js58 var objects = [ variable
/external/v8/test/mjsunit/tools/
Dprofviz.js70 var objects = psc.assembleOutput(output); variable
/external/javassist/src/main/javassist/bytecode/
DLongVector.java22 private ConstInfo[][] objects; field in LongVector
/external/llvm/include/llvm/Object/
DMachOUniversal.h100 iterator_range<object_iterator> objects() const { in objects() function
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestCompatibility.java255 Character[] objects = new Character[10]; in testCompatibility() local
/external/llvm/tools/dsymutil/
DDebugMap.h74 iterator_range<const_iterator> objects() const { in objects() function
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DStripedTest.java146 Set<Object> objects = Sets.newHashSetWithExpectedSize(objectsNum); in testBulkGetReturnsSorted() local
/external/skia/src/pdf/
DSkPDFTypes.h326 const SkTDArray<SkPDFObject*>& objects() const { return fObjects; } in objects() function
/external/mockito/src/org/mockito/internal/util/collections/
DHashCodeAndEqualsSafeSet.java149 public static HashCodeAndEqualsSafeSet of(Iterable<Object> objects) { in of()
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
DBinaryOutputCapsule.java277 public void write(Savable[] objects, String name, Savable[] defVal) in write()
285 public void write(Savable[][] objects, String name, Savable[][] defVal) in write()
727 protected void write(Savable[] objects) throws IOException { in write()
738 protected void write(Savable[][] objects) throws IOException { in write()
/external/mesa3d/src/gallium/auxiliary/util/
Du_handle_table.c49 void **objects; member
/external/v8/src/
Dlithium-codegen.cc182 ZoneList<Handle<JSObject> > objects(1, zone()); in RegisterWeakObjectsInOptimizedCode() local

1234