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

1 2 3 4 56 7 8 91011>>

  /external/openssl/crypto/evp/
m_mdc2.c 65 #include <openssl/objects.h>
m_ripemd.c 66 #include <openssl/objects.h>
  /external/openssl/crypto/pem/
pem_oth.c 62 #include <openssl/objects.h>
pem_sign.c 63 #include <openssl/objects.h>
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncExtElementAvailable.java 28 import org.apache.xpath.objects.XBoolean;
29 import org.apache.xpath.objects.XObject;
FuncId.java 30 import org.apache.xpath.objects.XNodeSet;
31 import org.apache.xpath.objects.XObject;
  /external/clang/test/SemaObjC/
foreach.m 37 - (unsigned long)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(unsigned long)len;
  /external/compiler-rt/make/
subdir.mk 5 # ObjNames - The objects available in that directory.
6 # Implementation - The library configuration the objects should go in (Generic
11 # OnlyArchs - Only build the objects for the listed archs.
12 # OnlyConfigs - Only build the objects for the listed configurations.
  /external/v8/test/mjsunit/
fuzz-accessors.js 58 var objects = [ variable
69 for (var i in objects) {
70 var obj = objects[i][0];
71 var chain = objects[i][1];
  /external/webkit/LayoutTests/fast/js/resources/
js-constructors-use-correct-global.js 1 description("Test to ensure that js constructors create objects with the correct constructor");
  /external/openssl/crypto/objects/
objects.pl 76 { die "objects.txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.$Cname},"\n"; }
83 { die "objects.txt:$o:There's already an object with short name ",$sn{$module.$Cname}," on line ",$order{$module.$Cname},"\n"; }
92 { die "objects.txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.$Cname},"\n"; }
122 /* crypto/objects/obj_mac.h */
124 /* THIS FILE IS GENERATED FROM objects.txt by objects.pl via the
126 * perl objects.pl objects.txt obj_mac.num obj_mac.h
  /frameworks/native/libs/binder/
Parcel.cpp 366 const size_t *objects = parcel->mObjects; local
382 // Count objects in range
384 size_t off = objects[i];
410 // grow objects
413 size_t *objects = local
415 if (objects == (size_t*)0) {
418 mObjects = objects;
422 // append and acquire objects
425 size_t off = objects[i] - offset + startPos;
513 const size_t* Parcel::objects() cons function in class:android::Parcel
1355 size_t* const objects = mObjects; local
1369 size_t* const objects = mObjects; local
1470 size_t* objects = NULL; local
1518 size_t* objects = local
    [all...]
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java 108 * @param objects
111 List<WifiP2pDevice> objects) {
112 super(context, textViewResourceId, objects);
113 items = objects;
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
FilterExprIteratorSimple.java 31 import org.apache.xpath.objects.XNodeSet;
116 result = (org.apache.xpath.objects.XNodeSet) expr.execute(xctxt);
123 result = (org.apache.xpath.objects.XNodeSet) expr.execute(xctxt);
  /external/mockito/src/org/mockito/internal/util/collections/
HashCodeAndEqualsSafeSet.java 149 public static HashCodeAndEqualsSafeSet of(Iterable<Object> objects) {
151 if (objects != null) {
152 for (Object mock : objects) {
  /frameworks/wilhelm/src/
Android.mk 101 objects/C3DGroup.c \
102 objects/CAudioPlayer.c \
103 objects/CAudioRecorder.c \
104 objects/CEngine.c \
105 objects/COutputMix.c \
106 objects/CMediaPlayer.c \
  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 64 objects.add(object);
69 objects.remove(object);
74 if (objects.indexOf(object) >= 0) {
275 // Mark all objects remaining in the list as terminated, unless
278 size_t count = objects.size();
279 ALOGW_IF(count, "eglTerminate() called w/ %d objects remaining", count);
281 egl_object_t* o = objects.itemAt(i);
286 objects.clear();
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncKey.java 34 import org.apache.xpath.objects.XNodeSet;
35 import org.apache.xpath.objects.XObject;
AVTPartXPath.java 28 import org.apache.xpath.objects.XObject;
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
FunctionPattern.java 29 import org.apache.xpath.objects.XNumber;
30 import org.apache.xpath.objects.XObject;
  /external/freetype/src/psaux/
psobjs.h 96 void** objects,
103 void** 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/openssl/crypto/asn1/
x_attrib.c 61 #include <openssl/objects.h>
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListWithMailMessages.java 118 List<MailMessage> objects) {
119 super(context, resource, objects);

Completed in 511 milliseconds

1 2 3 4 56 7 8 91011>>