HomeSort by relevance Sort by last modified time
    Searched refs:objects (Results 201 - 225 of 716) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FunctionDef1Arg.java 27 import org.apache.xpath.objects.XString;
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSetForDOM.java 21 package org.apache.xpath.objects;
XStringForChars.java 21 package org.apache.xpath.objects;
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
PhysicsJoint.java 34 import com.jme3.bullet.objects.PhysicsRigidBody;
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
PhysicsJoint.java 35 import com.jme3.bullet.objects.PhysicsRigidBody;
Point2PointJoint.java 35 import com.jme3.bullet.objects.PhysicsRigidBody;
  /external/openssl/crypto/asn1/
a_type.c 62 #include <openssl/objects.h>
t_crl.c 63 #include <openssl/objects.h>
  /external/openssl/crypto/err/
err_all.c 86 #include <openssl/objects.h>
  /external/openssl/crypto/evp/
e_xcbc_d.c 65 #include <openssl/objects.h>
p_sign.c 62 #include <openssl/objects.h>
  /external/openssl/crypto/objects/
obj_lib.c 1 /* crypto/objects/obj_lib.c */
62 #include <openssl/objects.h>
  /external/openssl/crypto/rsa/
rsa_saos.c 63 #include <openssl/objects.h>
  /external/openssl/ssl/
s23_lib.c 60 #include <openssl/objects.h>
  /external/v8/test/mjsunit/
get-prototype-of.js 54 // Make sure that TypeError exceptions are thrown when non-objects are passed
61 // Make sure the real objects have this method and that it returns the
  /external/v8/test/mjsunit/regress/
regress-1151.js 28 // Test that we do not try to create prototypes on objects that has the,
38 // on the actual prototype set using __proto__ on objects that has the
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/
Makefile 97 objects: $(OBJS)
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMOutputCapsule.java 504 public void write(Savable[] objects, String name, Savable[] defVal) throws IOException {
505 if (objects == null) {
508 if (Arrays.equals(objects, defVal)) {
514 el.setAttribute("size", String.valueOf(objects.length));
515 for (int i = 0; i < objects.length; i++) {
516 Savable o = objects[i];
571 public void writeSavableArrayListArray(ArrayList[] objects, String name, ArrayList[] defVal) throws IOException {
572 if (objects == null) {return;}
573 if (Arrays.equals(objects, defVal)) {return;}
577 el.setAttribute(XMLExporter.ATTRIBUTE_SIZE, String.valueOf(objects.length))
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 31 * queue of renderable objects from the thread and uses that to draw the scene every frame. If
209 FixedSizeArray<BaseObject> objects = mDrawQueue.getObjects(); local
210 Object[] objectArray = objects.getArray();
211 final int count = objects.getCount();
255 + " Objects/Frame: " + averageObjectsPerFrame
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DetailsPage.java 222 List objects = ssel.toList(); local
223 if (objects.size() > 0) {
224 Object data = objects.get(0);
  /external/dexmaker/src/test/java/com/google/dexmaker/stock/
ProxyBuilderTest.java 386 public Object invoke(Object o, Method method, Object[] objects) throws Throwable {
387 return ProxyBuilder.callSuper(o, method, objects);
645 public Object invoke(Object o, Method method, Object[] objects) throws Throwable {
646 assertEquals("a", ProxyBuilder.callSuper(o, method, objects));
669 public Object invoke(Object o, Method method, Object[] objects) throws Throwable {
671 return ProxyBuilder.callSuper(o, method, objects);
703 public Object invoke(Object o, Method method, Object[] objects) throws Throwable {
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 37 * {@code MessageFormat} takes a set of objects, formats them and then
531 * Converts the specified objects into a string which it appends to the
539 * @param objects
540 * the array of objects to format.
548 public final StringBuffer format(Object[] objects, StringBuffer buffer,
550 return formatImpl(objects, buffer, field, null);
553 private StringBuffer formatImpl(Object[] objects, StringBuffer buffer,
560 if (objects != null && argumentNumbers[i] < objects.length) {
561 arg = objects[argumentNumbers[i]]
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis.x 55 /* Include the RPC Language description of NIS objects */
121 nis_object objects<>; /* objects found */
146 * the server will send back objects one at a time, otherwise it will
384 %/* Testing Access rights for objects */
416 %#define NIS_RES_NUMOBJ(x) ((x)->objects.objects_len)
417 %#define NIS_RES_OBJECT(x) ((x)->objects.objects_val)
435 % * Defines for getting at column data in entry objects. Because RPCGEN
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.x 55 /* Include the RPC Language description of NIS objects */
121 nis_object objects<>; /* objects found */
146 * the server will send back objects one at a time, otherwise it will
384 %/* Testing Access rights for objects */
416 %#define NIS_RES_NUMOBJ(x) ((x)->objects.objects_len)
417 %#define NIS_RES_OBJECT(x) ((x)->objects.objects_val)
435 % * Defines for getting at column data in entry objects. Because RPCGEN

Completed in 2433 milliseconds

1 2 3 4 5 6 7 891011>>