Searched defs:objects (Results 26 - 50 of 82) sorted by relevance

1234

/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
H A DSerializationTest.java49 * returns array of objects to be de/serialized in tests, and the second
50 * compares reference and deserialized objects (needed only if tested objects do
59 * serialized objects. This mode should be run on a pure
120 * override it to provide actual objects for testing.
122 * @return array of objects to be de/serialized in tests.
127 * Tests that data objects can be serialized and deserialized without
129 * objects.
142 * Tests that data objects can be deserialized from golden files, to verify
169 * Working method for files generation mode. Serializes test objects
488 verifyGolden(TestCase test, Object[] objects) argument
513 verifyGolden(TestCase test, Object[] objects, SerializableAssert comparator) argument
569 verifySelf(Object[] objects) argument
589 verifySelf(Object[] objects, SerializableAssert comparator) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNodeSet.java21 package org.apache.xpath.objects;
42 * Default constructor for derived objects.
221 return org.apache.xpath.objects.XString.EMPTYSTRING;
484 // If both objects to be compared are node-sets, then the comparison
693 * Tell if two objects are functionally equal.
714 * Tell if two objects are functionally not equal.
H A DXString.java21 package org.apache.xpath.objects;
283 * Tell if two objects are functionally equal.
287 * @return true if the two objects are equal
317 // Otherwise, both objects to be compared are converted to strings as
H A DXStringForFSB.java21 package org.apache.xpath.objects;
323 * Tell if two objects are functionally equal.
327 * @return true if the two objects are equal
368 * Tell if two objects are functionally equal.
372 * @return true if the two objects are equal
H A DXObject.java21 package org.apache.xpath.objects;
44 * This class acts as the base class to other XPath type objects,
79 * For support of literal objects in xpaths.
95 * This function should be called with a value of false for objects that are
625 * Tell if two objects are functionally equal.
653 * Tell if two objects are functionally not equal.
/external/eigen/unsupported/Eigen/src/BVH/
H A DKdBVH.h34 void operator()(const ObjectList &objects, BoxIter boxBegin, BoxIter boxEnd, VolumeList &outBoxes) argument
37 eigen_assert(outBoxes.size() == objects.size());
43 void operator()(const ObjectList &objects, int, int, VolumeList &outBoxes) argument
45 outBoxes.reserve(objects.size());
46 for(int i = 0; i < (int)objects.size(); ++i)
47 outBoxes.push_back(bounding_box(objects[i]));
63 * Given a sequence of objects, it computes their bounding boxes, constructs a Kd-tree of their centers
96 objects.clear();
100 objects.insert(objects
217 ObjectList objects; member in class:Eigen::KdBVH
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
H A DProperties.java1 package com.jme3.scene.plugins.blender.objects;
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java32 package com.jme3.bullet.objects;
H A DPhysicsGhostObject.java32 package com.jme3.bullet.objects;
52 * GhostObject can keep track of all objects that are overlapping.
H A DPhysicsVehicle.java32 package com.jme3.bullet.objects;
36 import com.jme3.bullet.objects.infos.VehicleTuning;
H A DVehicleWheel.java32 package com.jme3.bullet.objects;
H A DPhysicsRigidBody.java32 package com.jme3.bullet.objects;
39 import com.jme3.bullet.objects.infos.RigidBodyMotionState;
258 * but affects other physics objects. Iits kinetic force is calculated by the amount
281 * This avoids the problem of fast objects moving through other objects, set to zero to disable (default)
313 * Sets the mass of this PhysicsRigidBody, objects with mass=0 are static.
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DBinaryOutputCapsule.java277 public void write(Savable[] objects, String name, Savable[] defVal) argument
279 if (objects == defVal)
282 write(objects);
285 public void write(Savable[][] objects, String name, Savable[][] defVal) argument
287 if (objects == defVal)
290 write(objects);
727 protected void write(Savable[] objects) throws IOException { argument
728 if (objects == null) {
732 write(objects.length);
733 for (int x = 0; x < objects
738 write(Savable[][] objects) argument
[all...]
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsCharacter.java32 package com.jme3.bullet.objects;
H A DPhysicsGhostObject.java32 package com.jme3.bullet.objects;
54 * GhostObject can keep track of all objects that are overlapping.
H A DPhysicsVehicle.java32 package com.jme3.bullet.objects;
H A DVehicleWheel.java32 package com.jme3.bullet.objects;
H A DPhysicsRigidBody.java32 package com.jme3.bullet.objects;
43 import com.jme3.bullet.objects.infos.RigidBodyMotionState;
265 * but affects other physics objects. Its kinetic force is calculated by the amount
290 * This avoids the problem of fast objects moving through other objects, set to zero to disable (default)
314 * Sets the mass of this PhysicsRigidBody, objects with mass=0 are static.
/external/webkit/Tools/WebKitTestRunner/win/
H A DTestControllerWin.cpp153 const HANDLE* objects = object ? &object : 0; local
154 DWORD result = ::MsgWaitForMultipleObjectsEx(objectCount, objects, end - now, QS_ALLINPUT, MWMO_INPUTAVAILABLE);
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-constructor.cpp38 namespace objects { namespace
126 B(C, int, C); // expected-note {{candidate constructor not viable: cannot convert initializer list argument to 'objects::C'}}
131 B b2{{1, 1.0, 4}, 2, {3, 4}}; // expected-error {{no matching constructor for initialization of 'objects::B'}}
/external/replicaisland/src/com/replica/replicaisland/
H A DLevelSelectActivity.java75 int textViewResourceId, int textViewResourceId2, List<T> objects) {
76 super(context, resource, textViewResourceId, objects);
74 DisableItemArrayAdapter(Context context, int resource, int disabledResource, int completedResource, int textViewResourceId, int textViewResourceId2, List<T> objects) argument
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c781 char **objects = NULL; local
787 if (!dbus_connection_list_registered(con, path, &objects))
790 for (i = 0; objects[i]; i++) {
792 "%s/%s", path, objects[i]);
797 dbus_free_string_array(objects);
805 * Traverses through all registered objects and sends PropertiesChanged for
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java288 private Object[] objects; field in class:ArrayAccessReplaceTest.Simple
330 return objects[pos];
374 objects[pos] = value;
/external/jmonkeyengine/engine/src/blender/com/jme3/asset/
H A DBlenderKey.java79 /** This variable determines if assets that are not linked to the objects should be loaded. */
91 * User's default material that is set fo objects that have no material definition in blender. The default value is
265 * If not then only objects on selected layers will be loaded and their assets if required.
276 * If not then only objects on selected layers will be loaded and their assets if required.
334 * This method sets the default material for objects.
495 private List<Node> objects; field in class:BlenderKey.LoadingResults
496 /** Materials from all objects. */
498 /** Textures from all objects. */
500 /** Animations of all objects. */
519 objects
[all...]
/external/opencv/cvaux/src/
H A Dcveigenobjects.cpp195 // Purpose: The function calculates a covariance matrix for a group of input objects
198 // Parameters: nObjects - number of source objects
199 // objects - array of pointers to ROIs of the source objects
203 // size - ROI size of each source and averaged objects
243 nio = ioBufSize / n; /* number of objects in buffer */
354 uchar **objects = (uchar **) (((CvInput *) & input)->data); local
358 uchar *bu = objects[i];
366 uchar *bu2 = objects[j];
421 // object for a group of input objects (image
1203 uchar **objects = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects ); local
1342 IplImage **objects = (IplImage **) (((CvInput *) & input)->data); local
1404 IplImage **objects = (IplImage **) (((CvInput *) & input)->data); local
[all...]

Completed in 533 milliseconds

1234