Searched defs:object (Results 1 - 25 of 809) sorted by relevance

1234567891011>>

/external/mesa3d/src/glsl/glcpp/tests/
H A D101-macros-used-twice.c1 #define object 1 macro
4 #if object
7 #if object
/external/v8/test/mjsunit/
H A Darray-push6.js12 var object = { x : 8, length: 3 };
13 object[18] = 5;
14 object.__proto__ = Array.prototype;
15 push_wrapper(object, 1);
16 push_wrapper(object, 1);
17 assertEquals(5, object.length);
19 push_wrapper(object, 1);
20 push_wrapper(object, 1);
21 assertEquals(8, object.x);
22 assertEquals(7, object
[all...]
H A Dproperty-object-key.js29 var object = { baz: 42 };
31 assertEquals(42, object[key]);
32 object[key] = 87;
33 assertEquals(87, object[key]);
34 object[key]++;
35 assertEquals(88, object[key]);
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h17 namespace object { namespace in namespace:llvm
57 bool RelocAddressLess(object::RelocationRef a, object::RelocationRef b);
60 void printCOFFUnwindInfo(const object::COFFObjectFile* o);
61 void printMachOUnwindInfo(const object::MachOObjectFile* o);
62 void printMachOExportsTrie(const object::MachOObjectFile* o);
63 void printMachORebaseTable(const object::MachOObjectFile* o);
64 void printMachOBindTable(const object::MachOObjectFile* o);
65 void printMachOLazyBindTable(const object::MachOObjectFile* o);
66 void printMachOWeakBindTable(const object
[all...]
/external/v8/test/mjsunit/compiler/
H A Ddeopt-args.js38 var object = { };
39 object.f = f;
41 assertEquals(42, g(object));
44 g(object);
46 object.f = function(a,b,c) { return 87; };
47 assertEquals(87, g(object));
H A Dproperty-calls.js33 var object = { };
34 object.g = g;
35 for (var i = 0; i < 5; i++) f(object);
37 f(object);
38 assertEquals(42, f(object));
40 object = { g: function() { return 87; } };
41 assertEquals(87, f(object));
H A Dregress-3249650.js36 var object = { a: "", b: false, c: {}};
37 object.f = function(x) { return this; }
46 object.f("A").b = true;
47 object.f("B").a = "";
48 object.f("C").c.display = "A";
49 object.f("D").c.display = "A";
H A Dproperty-refs.js40 var object = {
46 StoreXY(object, x, y);
47 return Load(object);
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-163530.js30 // Test materialization of an arguments object with unknown argument
34 var object = {};
36 object.a = function A(x, y, z) {
41 object.b = function B() {
47 assertSame(0, object.a());
48 assertSame(0, object.a());
49 %OptimizeFunctionOnNextCall(object.a);
50 assertSame(0, object.a());
52 assertSame(0, object.a());
56 // Test materialization of an arguments object wit
[all...]
/external/clang/test/SemaCXX/
H A Dbuiltin_objc_msgSend.cpp11 inline void TCFReleaseGC(void * object) argument
14 objc_msgSend((id)object, SEL_release);
/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_collision_shapes_SphereCollisionShape.cpp49 (JNIEnv *env, jobject object, jfloat radius) {
48 Java_com_jme3_bullet_collision_shapes_SphereCollisionShape_createShape(JNIEnv *env, jobject object, jfloat radius) argument
H A Dcom_jme3_bullet_collision_shapes_BoxCollisionShape.cpp49 (JNIEnv *env, jobject object, jobject halfExtents) {
48 Java_com_jme3_bullet_collision_shapes_BoxCollisionShape_createShape(JNIEnv *env, jobject object, jobject halfExtents) argument
H A Dcom_jme3_bullet_collision_shapes_CapsuleCollisionShape.cpp49 (JNIEnv * env, jobject object, jint axis, jfloat radius, jfloat height) {
48 Java_com_jme3_bullet_collision_shapes_CapsuleCollisionShape_createShape(JNIEnv * env, jobject object, jint axis, jfloat radius, jfloat height) argument
H A Dcom_jme3_bullet_collision_shapes_ConeCollisionShape.cpp49 (JNIEnv * env, jobject object, jint axis, jfloat radius, jfloat height) {
48 Java_com_jme3_bullet_collision_shapes_ConeCollisionShape_createShape(JNIEnv * env, jobject object, jint axis, jfloat radius, jfloat height) argument
H A Dcom_jme3_bullet_collision_shapes_CylinderCollisionShape.cpp49 (JNIEnv * env, jobject object, jint axis, jobject halfExtents) {
48 Java_com_jme3_bullet_collision_shapes_CylinderCollisionShape_createShape(JNIEnv * env, jobject object, jint axis, jobject halfExtents) argument
H A Dcom_jme3_bullet_collision_shapes_GImpactCollisionShape.cpp50 (JNIEnv * env, jobject object, jlong meshId) {
63 (JNIEnv * env, jobject object, jlong meshId) {
49 Java_com_jme3_bullet_collision_shapes_GImpactCollisionShape_createShape(JNIEnv * env, jobject object, jlong meshId) argument
62 Java_com_jme3_bullet_collision_shapes_GImpactCollisionShape_finalizeNative(JNIEnv * env, jobject object, jlong meshId) argument
H A Dcom_jme3_bullet_collision_shapes_MeshCollisionShape.cpp50 (JNIEnv * env, jobject object, jlong arrayId) {
63 (JNIEnv * env, jobject object, jlong arrayId){
49 Java_com_jme3_bullet_collision_shapes_MeshCollisionShape_createShape(JNIEnv * env, jobject object, jlong arrayId) argument
62 Java_com_jme3_bullet_collision_shapes_MeshCollisionShape_finalizeNative(JNIEnv * env, jobject object, jlong arrayId) argument
H A Dcom_jme3_bullet_collision_shapes_PlaneCollisionShape.cpp50 (JNIEnv * env, jobject object, jobject normal, jfloat constant) {
49 Java_com_jme3_bullet_collision_shapes_PlaneCollisionShape_createShape(JNIEnv * env, jobject object, jobject normal, jfloat constant) argument
H A Dcom_jme3_bullet_joints_PhysicsJoint.cpp49 (JNIEnv * env, jobject object, jlong jointId) {
53 env->ThrowNew(newExc, "The native object does not exist.");
48 Java_com_jme3_bullet_joints_PhysicsJoint_getAppliedImpulse(JNIEnv * env, jobject object, jlong jointId) argument
/external/llvm/include/llvm/MC/
H A DMCRelocationInfo.h11 // create MCExprs from relocations, either found in an object::ObjectFile
12 // (object::RelocationRef), or provided through the C API.
23 namespace object { namespace in namespace:llvm
29 /// \brief Create MCExprs from relocations found in an object file.
43 virtual const MCExpr *createExprForRelocation(object::RelocationRef Rel);
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h17 namespace object { namespace in namespace:llvm
23 bool relocAddressLess(object::RelocationRef A,
24 object::RelocationRef B);
/external/v8/test/webkit/
H A DJSON-stringify-replacer.js26 var object = {0:0, 1:1, 2:2, 3:undefined};
51 return object;
70 shouldBeUndefined("JSON.stringify(object, returnUndefined)");
73 shouldBe("JSON.stringify(object, returnObjectFor1)", '\'{"0":0,"1":{},"2":2}\'');
76 shouldBe("JSON.stringify(object, returnArrayFor1)", '\'{"0":0,"1":[],"2":2}\'');
79 shouldBe("JSON.stringify(object, returnUndefinedFor1)", '\'{"0":0,"2":2}\'');
82 shouldBe("JSON.stringify(object, returnFunctionFor1)", '\'{"0":0,"2":2}\'');
85 shouldBe("JSON.stringify(object, returnNullFor1)", '\'{"0":0,"1":null,"2":2}\'');
88 shouldBe("JSON.stringify(object, returnStringForUndefined)", '\'{"0":0,"1":1,"2":2,"3":"undefined value"}\'');
91 shouldThrow("JSON.stringify(object, returnCycleObjectFor
[all...]
/external/guava/guava-gwt/test-super/com/google/common/testing/super/com/google/common/testing/
H A DPlatform.java28 * Serializes and deserializes the specified object (a no-op under GWT).
31 static <T> T reserialize(T object) { argument
32 return checkNotNull(object);
/external/guava/guava-testlib/src/com/google/common/testing/
H A DPlatform.java37 * Serializes and deserializes the specified object.
40 static <T> T reserialize(T object) { argument
41 checkNotNull(object);
45 out.writeObject(object);
/external/llvm/lib/Object/
H A DELF.cpp1 //===- ELF.cpp - ELF object file implementation -----------------*- C++ -*-===//
13 namespace object { namespace in namespace:llvm
101 } // end namespace object

Completed in 470 milliseconds

1234567891011>>