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

<<11121314151617181920>>

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
RenderPass.java 110 mRsField.objects = drawableData;
  /frameworks/native/include/binder/
IPCThreadState.h 106 const size_t* objects, size_t objectsSize,
  /libcore/luni/src/test/native/
test_openssl_engine.cpp 23 #include <openssl/objects.h>
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 234 public Builder args(Object... objects) {
235 for (Object object : objects) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
visitor.rb 40 AST::Visitor is an extra utility class for working with tree objects. Visitor
41 objects are similar to plain vanilla iterators, but provide two action hooks,
  /external/apache-xml/src/main/java/org/apache/xpath/
Expression.java 30 import org.apache.xpath.objects.XNodeSet;
31 import org.apache.xpath.objects.XObject;
37 * This abstract class serves as the base for all expression objects. An
38 * Expression can be executed to return a {@link org.apache.xpath.objects.XObject},
350 * @return true if this objects class and the expr
352 * within both objects are considered equal.
361 * class objects is the best way to do this.
XPathContext.java 50 import org.apache.xpath.objects.XObject;
51 import org.apache.xpath.objects.DTMXRTreeFrag;
52 import org.apache.xpath.objects.XString;
87 * HashMap of cached the DTMXRTreeFrag objects, which are identified by DTM IDs.
103 org.apache.xpath.objects.XMLStringFactoryImpl.getFactory());
377 org.apache.xpath.objects.XMLStringFactoryImpl.getFactory());
500 /** The source tree manager, which associates Source objects to source
718 /** The stack of <a href="http://www.w3.org/TR/xslt#dt-current-node">current node</a> objects.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPExtensionsProvider.java 30 import org.apache.xpath.objects.XObject;
31 import org.apache.xpath.objects.XNodeSet;
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 34 import org.apache.xpath.objects.XNodeSet;
35 import org.apache.xpath.objects.XObject;
  /external/jmonkeyengine/engine/src/core/com/jme3/export/
OutputCapsule.java 114 public void write(Savable[] objects, String name, Savable[] defVal) throws IOException;
115 public void write(Savable[][] objects, String name, Savable[][] defVal) throws IOException;
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
BombControl.java 16 import com.jme3.bullet.objects.PhysicsGhostObject;
17 import com.jme3.bullet.objects.PhysicsRigidBody;
115 //get all overlapping objects and apply impulse to them
  /external/openssl/crypto/objects/
obj_dat.pl 171 /* crypto/objects/obj_dat.h */
173 /* THIS FILE IS GENERATED FROM objects.h by obj_dat.pl via the
  /external/v8/test/mjsunit/
delete-in-with.js 29 // objects from within 'with' statements.
  /external/v8/test/mjsunit/regress/
regress-1107.js 28 // Test that even if we cannot set element 0 on all the objects, we still
regress-752.js 28 // Test that JSON.stringify correctly unwraps Boolean objects.
  /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);
  /frameworks/base/keystore/java/android/security/
Credentials.java 124 * Convert objects to a PEM format which is used for
127 public static byte[] convertToPem(Certificate... objects)
132 for (Certificate o : objects) {
139 * Convert objects from PEM format, which is used for
  /hardware/invensense/libsensors_iio/software/core/mllite/build/android/
shared.mk 71 @$(call echo_in_colors, "\n<linking $(LIBRARY) with objects $(INV_OBJS_DST)\n")
  /hardware/invensense/libsensors_iio/software/core/mpl/build/android/
shared.mk 72 @$(call echo_in_colors, "\n<linking $(LIBRARY) with objects $(INV_OBJS_DST)\n")
  /hardware/invensense/libsensors_iio/software/simple_apps/gesture_test/build/android/
shared.mk 75 @$(call echo_in_colors, "\n<linking $(EXEC) with objects $(INV_OBJS_DST) $(PREBUILT_OBJS) and libraries $(INV_LIBS)\n")
  /hardware/invensense/libsensors_iio/software/simple_apps/self_test/build/android/
shared.mk 78 @$(call echo_in_colors, "\n<linking $(EXEC) with objects $(INV_OBJS_DST) $(PREBUILT_OBJS) and libraries $(INV_LIBS)\n")
  /ndk/build/tools/
builder-funcs.sh 316 fail_panic "Could not archive ${_BUILD_PREFIX}$libname objects!"
338 fail_panic "Could not archive ${_BUILD_PREFIX}$libname objects!"
353 # Important: -lgcc must appear after objects and static libraries,
387 # Important: -lgcc must appear after objects and static libraries,
415 # Important: -lgcc must appear after objects and static libraries,
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
SectionedAlbumDataAdapter.java 44 int headerLayout, int itemLayout, List<PhotoSource.AlbumData> objects) {
47 mAlbumData = new AlbumDataAdapter(context, settings, itemLayout, objects);
  /system/core/libpixelflinger/
Android.mk 5 # C/C++ and ARMv5 objects
  /external/opencv/cvaux/src/
cveigenobjects.cpp 195 // 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 (images, vectors, etc.). ROI supported
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 979 milliseconds

<<11121314151617181920>>