Searched refs:object (Results 201 - 225 of 1811) sorted by relevance

1234567891011>>

/external/skia/bin/
H A Dsync-and-gyp35 if [ "$(git hash-object DEPS)" != "$(git config sync-deps.last)" ] ; then
37 git config sync-deps.last "$(git hash-object DEPS)"
46 find gyp -type f -print -exec git hash-object {} \;
47 } | git hash-object --stdin
/external/v8/src/
H A Dhydrogen-store-elimination.cc45 // Observe any unobserved stores on this object + field.
58 HValue* object = store->object()->ActualValue(); local
62 if (aliasing_->MustAlias(object, prev->object()->ActualValue()) &&
83 HValue* object = load->object()->ActualValue(); local
87 if (aliasing_->MayAlias(object, prev->object()->ActualValue()) &&
/external/v8/test/webkit/
H A Ddfg-inline-function-dot-caller.js35 var object = {
59 makeInlinableCall(object);
/external/libusb/
H A Ddepcomp46 object Object file output by `PROGRAMS ARGS'.
62 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
63 echo "depcomp: Variables source, object and depmode must be set" 1>&2
68 depfile=${depfile-`echo "$object" |
102 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
139 echo "$object : \\" > "$depfile"
183 echo "$object : \\" > "$depfile"
215 # current directory. Also, the AIX compiler puts `$object:' at the
216 # start of each line; $object doesn't have directory information.
218 stripped=`echo "$object" | se
[all...]
/external/google-breakpad/src/processor/
H A Drange_map_unittest.cc106 linked_ptr<CountedObject> object(new CountedObject(range_test->id));
109 object);
166 linked_ptr<CountedObject> object; local
169 bool retrieved = range_map->RetrieveRange(address, &object,
173 bool observed_result = retrieved && object->id() == range_test->id;
266 // and verifying that each call returns a different object than the previous
270 linked_ptr<CountedObject> object; local
277 if (!range_map->RetrieveRangeAtIndex(object_index, &object, &base, NULL)) {
284 if (!object.get()) {
286 "expected object, observe
342 linked_ptr<CountedObject> object; local
[all...]
/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_objects_PhysicsCharacter.cpp52 (JNIEnv * env, jobject object) {
64 (JNIEnv *env, jobject object, jlong ghostId) {
68 env->ThrowNew(newExc, "The native object does not exist.");
81 (JNIEnv *env, jobject object, jlong objectId, jlong shapeId, jfloat stepHeight) {
85 env->ThrowNew(newExc, "The native object does not exist.");
100 (JNIEnv *env, jobject object, jlong objectId, jobject vector) {
104 env->ThrowNew(newExc, "The native object does not exist.");
118 (JNIEnv *env, jobject object, jlong objectId, jobject vector) {
122 env->ThrowNew(newExc, "The native object does not exist.");
136 (JNIEnv *env, jobject object, jlon
51 Java_com_jme3_bullet_objects_PhysicsCharacter_createGhostObject(JNIEnv * env, jobject object) argument
63 Java_com_jme3_bullet_objects_PhysicsCharacter_setCharacterFlags(JNIEnv *env, jobject object, jlong ghostId) argument
80 Java_com_jme3_bullet_objects_PhysicsCharacter_createCharacterObject(JNIEnv *env, jobject object, jlong objectId, jlong shapeId, jfloat stepHeight) argument
99 Java_com_jme3_bullet_objects_PhysicsCharacter_warp(JNIEnv *env, jobject object, jlong objectId, jobject vector) argument
117 Java_com_jme3_bullet_objects_PhysicsCharacter_setWalkDirection(JNIEnv *env, jobject object, jlong objectId, jobject vector) argument
135 Java_com_jme3_bullet_objects_PhysicsCharacter_setUpAxis(JNIEnv *env, jobject object, jlong objectId, jint value) argument
151 Java_com_jme3_bullet_objects_PhysicsCharacter_setFallSpeed(JNIEnv *env, jobject object, jlong objectId, jfloat value) argument
167 Java_com_jme3_bullet_objects_PhysicsCharacter_setJumpSpeed(JNIEnv *env, jobject object, jlong objectId, jfloat value) argument
183 Java_com_jme3_bullet_objects_PhysicsCharacter_setGravity(JNIEnv *env, jobject object, jlong objectId, jfloat value) argument
199 Java_com_jme3_bullet_objects_PhysicsCharacter_getGravity(JNIEnv *env, jobject object, jlong objectId) argument
215 Java_com_jme3_bullet_objects_PhysicsCharacter_setMaxSlope(JNIEnv *env, jobject object, jlong objectId, jfloat value) argument
231 Java_com_jme3_bullet_objects_PhysicsCharacter_getMaxSlope(JNIEnv *env, jobject object, jlong objectId) argument
247 Java_com_jme3_bullet_objects_PhysicsCharacter_onGround(JNIEnv *env, jobject object, jlong objectId) argument
263 Java_com_jme3_bullet_objects_PhysicsCharacter_jump(JNIEnv *env, jobject object, jlong objectId) argument
279 Java_com_jme3_bullet_objects_PhysicsCharacter_getPhysicsLocation(JNIEnv *env, jobject object, jlong objectId, jobject value) argument
295 Java_com_jme3_bullet_objects_PhysicsCharacter_setCcdSweptSphereRadius(JNIEnv *env, jobject object, jlong objectId, jfloat value) argument
311 Java_com_jme3_bullet_objects_PhysicsCharacter_setCcdMotionThreshold(JNIEnv *env, jobject object, jlong objectId, jfloat value) argument
327 Java_com_jme3_bullet_objects_PhysicsCharacter_getCcdSweptSphereRadius(JNIEnv *env, jobject object, jlong objectId) argument
343 Java_com_jme3_bullet_objects_PhysicsCharacter_getCcdMotionThreshold(JNIEnv *env, jobject object, jlong objectId) argument
359 Java_com_jme3_bullet_objects_PhysicsCharacter_getCcdSquareMotionThreshold(JNIEnv *env, jobject object, jlong objectId) argument
375 Java_com_jme3_bullet_objects_PhysicsCharacter_finalizeNativeCharacter(JNIEnv *env, jobject object, jlong objectId) argument
[all...]
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_CollisionShape.cpp49 (JNIEnv * env, jobject object, jlong shapeId) {
53 env->ThrowNew(newExc, "The native object does not exist.");
65 (JNIEnv * env, jobject object, jlong shapeId, jobject scale) {
69 env->ThrowNew(newExc, "The native object does not exist.");
83 (JNIEnv * env, jobject object, jlong shapeId, jfloat newMargin) {
87 env->ThrowNew(newExc, "The native object does not exist.");
99 (JNIEnv * env, jobject object, jlong shapeId) {
103 env->ThrowNew(newExc, "The native object does not exist.");
48 Java_com_jme3_bullet_collision_shapes_CollisionShape_getMargin(JNIEnv * env, jobject object, jlong shapeId) argument
64 Java_com_jme3_bullet_collision_shapes_CollisionShape_setLocalScaling(JNIEnv * env, jobject object, jlong shapeId, jobject scale) argument
82 Java_com_jme3_bullet_collision_shapes_CollisionShape_setMargin(JNIEnv * env, jobject object, jlong shapeId, jfloat newMargin) argument
98 Java_com_jme3_bullet_collision_shapes_CollisionShape_finalizeNative(JNIEnv * env, jobject object, jlong shapeId) argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
H A DAbstractStorelessUnivariateStatistic.java154 * Returns true iff <code>object</code> is an
157 * @param object object to test equality against.
158 * @return true if object returns the same value as this
161 public boolean equals(Object object) { argument
162 if (object == this ) {
165 if (object instanceof AbstractStorelessUnivariateStatistic == false) {
168 AbstractStorelessUnivariateStatistic stat = (AbstractStorelessUnivariateStatistic) object;
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyGuard.java33 public void checkGuard(Object object) { argument
/external/chromium-trace/
H A Dsystrace_agent.py5 class SystraceAgent(object):
/external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
H A Dtest_utils.py18 class MockUrlFetchResult(object):
/external/clang/test/Index/
H A Dcomplete-cxx-inline-methods.cpp22 MyCls *object; member in class:__anon2138::OtherClass
39 // CHECK-CTOR-INIT: MemberRef:{TypedText object}{LeftParen (}{Placeholder args}{RightParen )} (35)
43 // CHECK-CTOR-INIT-2: MemberRef:{TypedText object}{LeftParen (}{Placeholder args}{RightParen )} (35)
/external/deqp/modules/gles31/functional/
H A Des31fInfoLogQueryShared.hpp41 glw::GLuint object,
/external/guava/guava/src/com/google/common/base/
H A DFunction.java54 * Indicates whether another object is equal to this function.
57 * However, an implementation may also choose to return {@code true} whenever {@code object} is a
64 boolean equals(@Nullable Object object); argument
H A DPredicate.java54 * Indicates whether another object is equal to this predicate.
57 * However, an implementation may also choose to return {@code true} whenever {@code object} is a
64 boolean equals(@Nullable Object object); argument
/external/guava/guava/src/com/google/common/collect/
H A DByFunctionOrdering.java49 @Override public boolean equals(@Nullable Object object) { argument
50 if (object == this) {
53 if (object instanceof ByFunctionOrdering) {
54 ByFunctionOrdering<?, ?> that = (ByFunctionOrdering<?, ?>) object;
H A DCompoundOrdering.java51 @Override public boolean equals(Object object) { argument
52 if (object == this) {
55 if (object instanceof CompoundOrdering) {
56 CompoundOrdering<?> that = (CompoundOrdering<?>) object;
H A DEvictingQueue.java116 public boolean contains(Object object) { argument
117 return delegate().contains(checkNotNull(object));
121 public boolean remove(Object object) { argument
122 return delegate().remove(checkNotNull(object));
H A DLexicographicalOrdering.java58 @Override public boolean equals(@Nullable Object object) { argument
59 if (object == this) {
62 if (object instanceof LexicographicalOrdering) {
63 LexicographicalOrdering<?> that = (LexicographicalOrdering<?>) object;
H A DNullsFirstOrdering.java61 @Override public boolean equals(@Nullable Object object) { argument
62 if (object == this) {
65 if (object instanceof NullsFirstOrdering) {
66 NullsFirstOrdering<?> that = (NullsFirstOrdering<?>) object;
H A DNullsLastOrdering.java61 @Override public boolean equals(@Nullable Object object) { argument
62 if (object == this) {
65 if (object instanceof NullsLastOrdering) {
66 NullsLastOrdering<?> that = (NullsLastOrdering<?>) object;
H A DSingletonImmutableSet.java83 @Override public boolean equals(@Nullable Object object) { argument
84 if (object == this) {
87 if (object instanceof Set) {
88 Set<?> that = (Set<?>) object;
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DTesterRequirements.java59 @Override public boolean equals(Object object) { argument
60 if (object == this) {
63 if (object instanceof TesterRequirements) {
64 TesterRequirements that = (TesterRequirements) object;
/external/hamcrest/src/org/hamcrest/core/
H A DIsEqual.java18 private final Object object; field in class:IsEqual
21 object = equalArg;
25 return areEqual(object, arg);
29 description.appendValue(object);

Completed in 556 milliseconds

1234567891011>>