HomeSort by relevance Sort by last modified time
    Searched defs:objects (Results 26 - 50 of 164) sorted by null

12 3 4 5 6 7

  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XStringForChars.java 21 package org.apache.xpath.objects;
XObject.java 21 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.
XStringForFSB.java 21 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
XNodeSet.java 21 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.
XString.java 21 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
    [all...]
  /external/eigen/unsupported/Eigen/src/BVH/
KdBVH.h 34 void operator()(const ObjectList &objects, BoxIter boxBegin, BoxIter boxEnd, VolumeList &outBoxes)
37 eigen_assert(outBoxes.size() == objects.size());
43 void operator()(const ObjectList &objects, int, int, VolumeList &outBoxes)
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.end(), begin, end)
217 ObjectList objects; member in class:Eigen::KdBVH
    [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
HashFunctionsTest.java 42 int objects = 100; local
43 Set<HashCode> hashcodes = Sets.newHashSetWithExpectedSize(objects);
44 for (int i = 0; i < objects; i++) {
53 assertTrue(hashcodes.size() > objects * 0.95); // quite relaxed test
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsGhostObject.java 32 package com.jme3.bullet.objects;
52 * GhostObject can keep track of all objects that are overlapping.
PhysicsCharacter.java 32 package com.jme3.bullet.objects;
VehicleWheel.java 32 package com.jme3.bullet.objects;
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java 32 package com.jme3.bullet.objects.infos;
34 import com.jme3.bullet.objects.PhysicsVehicle;
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/infos/
RigidBodyMotionState.java 32 package com.jme3.bullet.objects.infos;
36 import com.jme3.bullet.objects.PhysicsVehicle;
  /external/skia/include/utils/
SkJSON.h 240 Object* const* objects() const { function in class:SkJSON::Array
  /external/skia/legacy/include/utils/
SkJSON.h 240 Object* const* objects() const { function in class:SkJSON::Array
  /external/webkit/Tools/WebKitTestRunner/win/
TestControllerWin.cpp 153 const HANDLE* objects = object ? &object : 0; local
154 DWORD result = ::MsgWaitForMultipleObjectsEx(objectCount, objects, end - now, QS_ALLINPUT, MWMO_INPUTAVAILABLE);
  /ndk/build/core/
default-build-commands.mk 30 TARGET-get-linker-objects-and-libraries = \
56 # NOTE: Ensure that TARGET_LIBGCC is placed after all private objects
  /external/harfbuzz_ng/test/api/
test-object.c 165 static const object_t objects[] = variable
231 for (i = 0; i < G_N_ELEMENTS (objects); i++) {
232 const object_t *o = &objects[i];
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsCharacter.java 32 package com.jme3.bullet.objects;
PhysicsGhostObject.java 32 package com.jme3.bullet.objects;
54 * GhostObject can keep track of all objects that are overlapping.
VehicleWheel.java 32 package com.jme3.bullet.objects;
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 49 private static void makeRefs(Object objects[], SoftReference<Object> refs[]) {
50 for (int i = 0; i < objects.length; i++) {
51 objects[i] = (Object) new byte[8 * 1024];
52 refs[i] = new SoftReference<Object>(objects[i]);
71 private static void clearRefs(Object objects[], int skip) {
72 for (int i = 0; i < objects.length; i += skip) {
73 objects[i] = null;
77 private static void clearRefs(Object objects[]) {
78 clearRefs(objects, 1);
81 private static <T> void checkRefs(T objects[], SoftReference<T> refs[])
98 Object objects[] = new Object[NUM_REFS]; local
141 Object objects[] = new Object[NUM_REFS]; local
202 Object objects[] = new Object[NUM_REFS]; local
314 Object objects[] = new Object[NUM_REFS]; local
371 FinalizableObject objects[] = new FinalizableObject[NUM_REFS]; local
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl_display.h 133 SortedVector<egl_object_t*> objects; member in class:android::egl_display_t
183 // An egl_display_ptr is a kind of smart pointer for egl_display_t objects.
  /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/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 38 namespace objects { namespace
125 B(C, int, C); // expected-note {{candidate constructor not viable: cannot convert initializer list argument to 'objects::C'}}
130 B b2{{1, 1.0, 4}, 2, {3, 4}}; // expected-error {{no matching constructor for initialization of 'objects::B'}}
  /external/smack/src/org/xbill/DNS/
Type.java 197 private HashMap objects; field in class:Type.TypeMnemonic
203 objects = new HashMap();
209 objects.put(Mnemonic.toInteger(val), proto);
220 return (Record) objects.get(toInteger(val));

Completed in 1860 milliseconds

12 3 4 5 6 7