Searched refs:object (Results 276 - 300 of 1811) sorted by relevance

<<11121314151617181920>>

/external/google-breakpad/autotools/
H A Ddepcomp43 object Object file output by 'PROGRAMS ARGS'.
94 # $object: dependency.h
98 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile"
119 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
120 echo "depcomp: Variables source, object and depmode must be set" 1>&2
125 depfile=${depfile-`echo "$object" |
185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
224 echo "$object : \\" > "$depfile"
238 ## to the object. Take care to not repeat it in the output.
242 | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object
[all...]
/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_joints_Point2PointJoint.cpp49 (JNIEnv * env, jobject object, jlong jointId, jfloat damping) {
53 env->ThrowNew(newExc, "The native object does not exist.");
65 (JNIEnv * env, jobject object, jlong jointId, jfloat clamp) {
69 env->ThrowNew(newExc, "The native object does not exist.");
81 (JNIEnv * env, jobject object, jlong jointId, jfloat tau) {
85 env->ThrowNew(newExc, "The native object does not exist.");
97 (JNIEnv * env, jobject object, jlong jointId) {
101 env->ThrowNew(newExc, "The native object does not exist.");
113 (JNIEnv * env, jobject object, jlong jointId) {
117 env->ThrowNew(newExc, "The native object doe
48 Java_com_jme3_bullet_joints_Point2PointJoint_setDamping(JNIEnv * env, jobject object, jlong jointId, jfloat damping) argument
64 Java_com_jme3_bullet_joints_Point2PointJoint_setImpulseClamp(JNIEnv * env, jobject object, jlong jointId, jfloat clamp) argument
80 Java_com_jme3_bullet_joints_Point2PointJoint_setTau(JNIEnv * env, jobject object, jlong jointId, jfloat tau) argument
96 Java_com_jme3_bullet_joints_Point2PointJoint_getDamping(JNIEnv * env, jobject object, jlong jointId) argument
112 Java_com_jme3_bullet_joints_Point2PointJoint_getImpulseClamp(JNIEnv * env, jobject object, jlong jointId) argument
128 Java_com_jme3_bullet_joints_Point2PointJoint_getTau(JNIEnv * env, jobject object, jlong jointId) argument
144 Java_com_jme3_bullet_joints_Point2PointJoint_createJoint(JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject pivotB) argument
[all...]
H A Dcom_jme3_bullet_joints_motors_RotationalLimitMotor.cpp49 (JNIEnv *env, jobject object, jlong motorId) {
53 env->ThrowNew(newExc, "The native object does not exist.");
65 (JNIEnv *env, jobject object, jlong motorId, jfloat value) {
69 env->ThrowNew(newExc, "The native object does not exist.");
81 (JNIEnv *env, jobject object, jlong motorId) {
85 env->ThrowNew(newExc, "The native object does not exist.");
97 (JNIEnv *env, jobject object, jlong motorId, jfloat value) {
101 env->ThrowNew(newExc, "The native object does not exist.");
113 (JNIEnv *env, jobject object, jlong motorId) {
117 env->ThrowNew(newExc, "The native object doe
48 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getLoLimit(JNIEnv *env, jobject object, jlong motorId) argument
64 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setLoLimit(JNIEnv *env, jobject object, jlong motorId, jfloat value) argument
80 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getHiLimit(JNIEnv *env, jobject object, jlong motorId) argument
96 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setHiLimit(JNIEnv *env, jobject object, jlong motorId, jfloat value) argument
112 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getTargetVelocity(JNIEnv *env, jobject object, jlong motorId) argument
128 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setTargetVelocity(JNIEnv *env, jobject object, jlong motorId, jfloat value) argument
144 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getMaxMotorForce(JNIEnv *env, jobject object, jlong motorId) argument
160 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setMaxMotorForce(JNIEnv *env, jobject object, jlong motorId, jfloat value) argument
176 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getMaxLimitForce(JNIEnv *env, jobject object, jlong motorId) argument
192 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setMaxLimitForce(JNIEnv *env, jobject object, jlong motorId, jfloat value) argument
208 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getDamping(JNIEnv *env, jobject object, jlong motorId) argument
224 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setDamping(JNIEnv *env, jobject object, jlong motorId, jfloat value) argument
240 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getLimitSoftness(JNIEnv *env, jobject object, jlong motorId) argument
256 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setLimitSoftness(JNIEnv *env, jobject object, jlong motorId, jfloat value) argument
272 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getERP(JNIEnv *env, jobject object, jlong motorId) argument
288 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setERP(JNIEnv *env, jobject object, jlong motorId, jfloat value) argument
304 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getBounce(JNIEnv *env, jobject object, jlong motorId) argument
320 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setBounce(JNIEnv *env, jobject object, jlong motorId, jfloat value) argument
336 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_isEnableMotor(JNIEnv *env, jobject object, jlong motorId) argument
352 Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setEnableMotor(JNIEnv *env, jobject object, jlong motorId, jboolean value) argument
[all...]
H A Dcom_jme3_bullet_joints_SliderJoint.cpp49 (JNIEnv * env, jobject object, jlong jointId) {
53 env->ThrowNew(newExc, "The native object does not exist.");
65 (JNIEnv * env, jobject object, jlong jointId, jfloat value) {
69 env->ThrowNew(newExc, "The native object does not exist.");
81 (JNIEnv * env, jobject object, jlong jointId) {
85 env->ThrowNew(newExc, "The native object does not exist.");
97 (JNIEnv * env, jobject object, jlong jointId, jfloat value) {
101 env->ThrowNew(newExc, "The native object does not exist.");
113 (JNIEnv * env, jobject object, jlong jointId) {
117 env->ThrowNew(newExc, "The native object doe
48 Java_com_jme3_bullet_joints_SliderJoint_getLowerLinLimit(JNIEnv * env, jobject object, jlong jointId) argument
64 Java_com_jme3_bullet_joints_SliderJoint_setLowerLinLimit(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
80 Java_com_jme3_bullet_joints_SliderJoint_getUpperLinLimit(JNIEnv * env, jobject object, jlong jointId) argument
96 Java_com_jme3_bullet_joints_SliderJoint_setUpperLinLimit(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
112 Java_com_jme3_bullet_joints_SliderJoint_getLowerAngLimit(JNIEnv * env, jobject object, jlong jointId) argument
128 Java_com_jme3_bullet_joints_SliderJoint_setLowerAngLimit(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
144 Java_com_jme3_bullet_joints_SliderJoint_getUpperAngLimit(JNIEnv * env, jobject object, jlong jointId) argument
160 Java_com_jme3_bullet_joints_SliderJoint_setUpperAngLimit(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
176 Java_com_jme3_bullet_joints_SliderJoint_getSoftnessDirLin(JNIEnv * env, jobject object, jlong jointId) argument
192 Java_com_jme3_bullet_joints_SliderJoint_setSoftnessDirLin(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
208 Java_com_jme3_bullet_joints_SliderJoint_getRestitutionDirLin(JNIEnv * env, jobject object, jlong jointId) argument
224 Java_com_jme3_bullet_joints_SliderJoint_setRestitutionDirLin(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
240 Java_com_jme3_bullet_joints_SliderJoint_getDampingDirLin(JNIEnv * env, jobject object, jlong jointId) argument
256 Java_com_jme3_bullet_joints_SliderJoint_setDampingDirLin(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
272 Java_com_jme3_bullet_joints_SliderJoint_getSoftnessDirAng(JNIEnv * env, jobject object, jlong jointId) argument
288 Java_com_jme3_bullet_joints_SliderJoint_setSoftnessDirAng(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
304 Java_com_jme3_bullet_joints_SliderJoint_getRestitutionDirAng(JNIEnv * env, jobject object, jlong jointId) argument
320 Java_com_jme3_bullet_joints_SliderJoint_setRestitutionDirAng(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
336 Java_com_jme3_bullet_joints_SliderJoint_getDampingDirAng(JNIEnv * env, jobject object, jlong jointId) argument
352 Java_com_jme3_bullet_joints_SliderJoint_setDampingDirAng(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
368 Java_com_jme3_bullet_joints_SliderJoint_getSoftnessLimLin(JNIEnv * env, jobject object, jlong jointId) argument
384 Java_com_jme3_bullet_joints_SliderJoint_setSoftnessLimLin(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
400 Java_com_jme3_bullet_joints_SliderJoint_getRestitutionLimLin(JNIEnv * env, jobject object, jlong jointId) argument
416 Java_com_jme3_bullet_joints_SliderJoint_setRestitutionLimLin(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
432 Java_com_jme3_bullet_joints_SliderJoint_getDampingLimLin(JNIEnv * env, jobject object, jlong jointId) argument
448 Java_com_jme3_bullet_joints_SliderJoint_setDampingLimLin(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
464 Java_com_jme3_bullet_joints_SliderJoint_getSoftnessLimAng(JNIEnv * env, jobject object, jlong jointId) argument
480 Java_com_jme3_bullet_joints_SliderJoint_setSoftnessLimAng(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
496 Java_com_jme3_bullet_joints_SliderJoint_getRestitutionLimAng(JNIEnv * env, jobject object, jlong jointId) argument
512 Java_com_jme3_bullet_joints_SliderJoint_setRestitutionLimAng(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
528 Java_com_jme3_bullet_joints_SliderJoint_getDampingLimAng(JNIEnv * env, jobject object, jlong jointId) argument
544 Java_com_jme3_bullet_joints_SliderJoint_setDampingLimAng(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
560 Java_com_jme3_bullet_joints_SliderJoint_getSoftnessOrthoLin(JNIEnv * env, jobject object, jlong jointId) argument
576 Java_com_jme3_bullet_joints_SliderJoint_setSoftnessOrthoLin(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
592 Java_com_jme3_bullet_joints_SliderJoint_getRestitutionOrthoLin(JNIEnv * env, jobject object, jlong jointId) argument
608 Java_com_jme3_bullet_joints_SliderJoint_setRestitutionOrthoLin(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
624 Java_com_jme3_bullet_joints_SliderJoint_getDampingOrthoLin(JNIEnv * env, jobject object, jlong jointId) argument
640 Java_com_jme3_bullet_joints_SliderJoint_setDampingOrthoLin(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
656 Java_com_jme3_bullet_joints_SliderJoint_getSoftnessOrthoAng(JNIEnv * env, jobject object, jlong jointId) argument
672 Java_com_jme3_bullet_joints_SliderJoint_setSoftnessOrthoAng(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
688 Java_com_jme3_bullet_joints_SliderJoint_getRestitutionOrthoAng(JNIEnv * env, jobject object, jlong jointId) argument
704 Java_com_jme3_bullet_joints_SliderJoint_setRestitutionOrthoAng(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
720 Java_com_jme3_bullet_joints_SliderJoint_getDampingOrthoAng(JNIEnv * env, jobject object, jlong jointId) argument
736 Java_com_jme3_bullet_joints_SliderJoint_setDampingOrthoAng(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
752 Java_com_jme3_bullet_joints_SliderJoint_isPoweredLinMotor(JNIEnv * env, jobject object, jlong jointId) argument
768 Java_com_jme3_bullet_joints_SliderJoint_setPoweredLinMotor(JNIEnv * env, jobject object, jlong jointId, jboolean value) argument
784 Java_com_jme3_bullet_joints_SliderJoint_getTargetLinMotorVelocity(JNIEnv * env, jobject object, jlong jointId) argument
800 Java_com_jme3_bullet_joints_SliderJoint_setTargetLinMotorVelocity(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
816 Java_com_jme3_bullet_joints_SliderJoint_getMaxLinMotorForce(JNIEnv * env, jobject object, jlong jointId) argument
832 Java_com_jme3_bullet_joints_SliderJoint_setMaxLinMotorForce(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
848 Java_com_jme3_bullet_joints_SliderJoint_isPoweredAngMotor(JNIEnv * env, jobject object, jlong jointId) argument
864 Java_com_jme3_bullet_joints_SliderJoint_setPoweredAngMotor(JNIEnv * env, jobject object, jlong jointId, jboolean value) argument
880 Java_com_jme3_bullet_joints_SliderJoint_getTargetAngMotorVelocity(JNIEnv * env, jobject object, jlong jointId) argument
896 Java_com_jme3_bullet_joints_SliderJoint_setTargetAngMotorVelocity(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
912 Java_com_jme3_bullet_joints_SliderJoint_getMaxAngMotorForce(JNIEnv * env, jobject object, jlong jointId) argument
928 Java_com_jme3_bullet_joints_SliderJoint_setMaxAngMotorForce(JNIEnv * env, jobject object, jlong jointId, jfloat value) argument
944 Java_com_jme3_bullet_joints_SliderJoint_createJoint(JNIEnv * env, jobject object, jlong bodyIdA, jlong bodyIdB, jobject pivotA, jobject rotA, jobject pivotB, jobject rotB, jboolean useLinearReferenceFrameA) argument
[all...]
/external/libedit/
H A Ddepcomp43 object Object file output by 'PROGRAMS ARGS'.
94 # $object: dependency.h
98 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile"
119 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
120 echo "depcomp: Variables source, object and depmode must be set" 1>&2
125 depfile=${depfile-`echo "$object" |
185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
224 echo "$object : \\" > "$depfile"
238 ## to the object. Take care to not repeat it in the output.
242 | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object
[all...]
/external/libpng/
H A Ddepcomp43 object Object file output by 'PROGRAMS ARGS'.
94 # $object: dependency.h
98 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile"
119 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
120 echo "depcomp: Variables source, object and depmode must be set" 1>&2
125 depfile=${depfile-`echo "$object" |
185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
224 echo "$object : \\" > "$depfile"
238 ## to the object. Take care to not repeat it in the output.
242 | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object
[all...]
/external/pcre/dist/
H A Ddepcomp43 object Object file output by 'PROGRAMS ARGS'.
94 # $object: dependency.h
98 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile"
119 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
120 echo "depcomp: Variables source, object and depmode must be set" 1>&2
125 depfile=${depfile-`echo "$object" |
185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
224 echo "$object : \\" > "$depfile"
238 ## to the object. Take care to not repeat it in the output.
242 | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object
[all...]
/external/protobuf/
H A Ddepcomp43 object Object file output by 'PROGRAMS ARGS'.
94 # $object: dependency.h
98 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile"
119 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
120 echo "depcomp: Variables source, object and depmode must be set" 1>&2
125 depfile=${depfile-`echo "$object" |
185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
224 echo "$object : \\" > "$depfile"
238 ## to the object. Take care to not repeat it in the output.
242 | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object
[all...]
/external/protobuf/gtest/build-aux/
H A Ddepcomp43 object Object file output by 'PROGRAMS ARGS'.
94 # $object: dependency.h
98 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile"
119 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
120 echo "depcomp: Variables source, object and depmode must be set" 1>&2
125 depfile=${depfile-`echo "$object" |
185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
224 echo "$object : \\" > "$depfile"
238 ## to the object. Take care to not repeat it in the output.
242 | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object
[all...]
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
H A DFieldSerializer.java124 T object;
126 object = c.newInstance();
128 throw new SerializerException( "Error creating object of type:" + c, e );
142 field.set(object, value);
144 throw new SerializerException( "Error reading object", e);
147 return object;
150 public void writeObject(ByteBuffer buffer, Object object) throws IOException { argument
153 buffer.put( (byte)(object != null ? 0x1 : 0x0) );
154 if (object == null) {
159 SavedField[] fields = savedFields.get(object
[all...]
/external/lldb/include/lldb/Interpreter/
H A DPythonDataObjects.h67 Reset (const PythonObject &object) argument
69 return Reset(object.GetPythonObject());
123 PythonString (const PythonObject &object);
147 PythonInteger (const PythonObject &object);
168 PythonList (const PythonObject &object);
183 SetItemAtIndex (uint32_t index, const PythonObject &object);
186 AppendItem (const PythonObject &object);
194 PythonDictionary (PyObject* object);
195 PythonDictionary (const PythonObject &object);
200 Reset (PyObject* object
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DImmutableEnumSet.java50 * object that no one else has a reference to, allowing us to guarantee
72 @Override public boolean contains(Object object) { argument
73 return delegate.contains(object);
84 @Override public boolean equals(Object object) { argument
85 return object == this || delegate.equals(object);
H A DForwardingMultiset.java85 @Override public boolean equals(@Nullable Object object) { argument
86 return object == this || delegate().equals(object);
110 @Override protected boolean standardContains(@Nullable Object object) { argument
111 return count(object) > 0;
132 @Beta protected int standardCount(@Nullable Object object) { argument
134 if (Objects.equal(entry.getElement(), object)) {
283 protected boolean standardEquals(@Nullable Object object) { argument
284 return Multisets.equalsImpl(this, object);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_params.c971 void vegaSetParameterf(VGHandle object, argument
976 void *ptr = handle_to_pointer(object);
978 if (object == VG_INVALID_HANDLE || !is_aligned(ptr)) {
987 vegaSetParameteri(object, paramType, floor(value));
998 struct vg_paint *p = handle_to_paint(object);
1025 void vegaSetParameteri(VGHandle object, argument
1030 void *ptr = handle_to_pointer(object);
1032 if (object == VG_INVALID_HANDLE || !is_aligned(ptr)) {
1043 struct vg_paint *paint = handle_to_paint(object);
1059 struct vg_paint *paint = handle_to_paint(object);
1100 vegaSetParameterfv(VGHandle object, VGint paramType, VGint count, const VGfloat * values) argument
1216 vegaSetParameteriv(VGHandle object, VGint paramType, VGint count, const VGint * values) argument
1324 vegaGetParameterVectorSize(VGHandle object, VGint paramType) argument
1379 vegaGetParameterf(VGHandle object, VGint paramType) argument
1435 vegaGetParameteri(VGHandle object, VGint paramType) argument
1522 vegaGetParameterfv(VGHandle object, VGint paramType, VGint count, VGfloat * values) argument
1608 vegaGetParameteriv(VGHandle object, VGint paramType, VGint count, VGint * values) argument
[all...]
/external/libopus/
H A Ddepcomp44 object Object file output by 'PROGRAMS ARGS'.
66 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
67 echo "depcomp: Variables source, object and depmode must be set" 1>&2
72 depfile=${depfile-`echo "$object" |
129 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
166 echo "$object : \\" > "$depfile"
181 ## to the object. Take care to not repeat it in the output.
184 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
211 echo "$object : \\" > "$depfile"
247 # current directory. Also, the AIX compiler puts '$object
[all...]
/external/libvncserver/
H A Ddepcomp44 object Object file output by 'PROGRAMS ARGS'.
66 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
67 echo "depcomp: Variables source, object and depmode must be set" 1>&2
72 depfile=${depfile-`echo "$object" |
129 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
166 echo "$object : \\" > "$depfile"
181 ## to the object. Take care to not repeat it in the output.
184 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
211 echo "$object : \\" > "$depfile"
247 # current directory. Also, the AIX compiler puts '$object
[all...]
/external/cmockery/cmockery_0_1_2/
H A Ddepcomp45 object Object file output by `PROGRAMS ARGS'.
61 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
62 echo "depcomp: Variables source, object and depmode must be set" 1>&2
67 depfile=${depfile-`echo "$object" |
94 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
125 echo "$object : \\" > "$depfile"
169 echo "$object : \\" > "$depfile"
201 # current directory. Also, the AIX compiler puts `$object:' at the
202 # start of each line; $object doesn't have directory information.
204 stripped=`echo "$object" | se
[all...]
/external/libogg/
H A Ddepcomp45 object Object file output by `PROGRAMS ARGS'.
61 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
62 echo "depcomp: Variables source, object and depmode must be set" 1>&2
67 depfile=${depfile-`echo "$object" |
94 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
125 echo "$object : \\" > "$depfile"
169 echo "$object : \\" > "$depfile"
201 # current directory. Also, the AIX compiler puts `$object:' at the
202 # start of each line; $object doesn't have directory information.
204 stripped=`echo "$object" | se
[all...]
/external/libvorbis/
H A Ddepcomp45 object Object file output by `PROGRAMS ARGS'.
61 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
62 echo "depcomp: Variables source, object and depmode must be set" 1>&2
67 depfile=${depfile-`echo "$object" |
94 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
125 echo "$object : \\" > "$depfile"
169 echo "$object : \\" > "$depfile"
201 # current directory. Also, the AIX compiler puts `$object:' at the
202 # start of each line; $object doesn't have directory information.
204 stripped=`echo "$object" | se
[all...]
/external/v8/src/
H A Dhydrogen-load-elimination.cc37 // The main datastructure used during load/store elimination. Each in-object
53 l->object()->ActualValue()->id()));
67 s->object()->ActualValue()->id(),
79 HValue* object = t->object()->ActualValue(); local
80 KillFieldInternal(object, FieldOf(JSArray::kElementsOffset), NULL);
81 KillFieldInternal(object, FieldOf(JSObject::kMapOffset), NULL);
199 // load or store for this object and field exists, return the new value with
202 // There must be no loads from non observable in-object properties.
209 HValue* object
293 HValue* object = instr->object()->ActualValue(); local
307 Find(HValue* object, int field) argument
318 FindOrCreate(HValue* object, int field) argument
349 KillFieldInternal(HValue* object, int field, HValue* value) argument
[all...]
H A Dcontexts.cc25 GlobalObject* object = global_object(); local
26 if (object->IsJSGlobalObject()) {
27 return JSGlobalObject::cast(object)->builtins();
29 DCHECK(object->IsJSBuiltinsObject());
30 return JSBuiltinsObject::cast(object);
45 // Fast case: the global object for this context has been set. In
46 // that case, the global object has a direct pointer to the global
52 // During bootstrapping, the global object might not be set and we
69 void Context::set_global_proxy(JSObject* object) { argument
70 native_context()->set_global_proxy_object(object);
397 IsBootstrappingOrValidParentContext( Object* object, Context* child) argument
409 IsBootstrappingOrGlobalObject(Isolate* isolate, Object* object) argument
[all...]
/external/libcap-ng/libcap-ng-0.7/
H A Ddepcomp44 object Object file output by `PROGRAMS ARGS'.
60 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
61 echo "depcomp: Variables source, object and depmode must be set" 1>&2
66 depfile=${depfile-`echo "$object" |
117 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
154 echo "$object : \\" > "$depfile"
170 ## to the object. Take care to not repeat it in the output.
173 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
200 echo "$object : \\" > "$depfile"
232 # current directory. Also, the AIX compiler puts `$object
[all...]
/external/openfst/
H A Ddepcomp44 object Object file output by `PROGRAMS ARGS'.
60 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
61 echo "depcomp: Variables source, object and depmode must be set" 1>&2
66 depfile=${depfile-`echo "$object" |
117 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
154 echo "$object : \\" > "$depfile"
170 ## to the object. Take care to not repeat it in the output.
173 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
200 echo "$object : \\" > "$depfile"
232 # current directory. Also, the AIX compiler puts `$object
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectManager.java25 * based on the distance of that object to the camera. Objects may specify an "activation radius"
94 // Remove the object from the list.
95 // It's safe to just swap the current object with the last
96 // object because this list is being iterated backwards, so
97 // the last object in the list has already been processed.
136 public void add(BaseObject object) { argument
137 if (object instanceof GameObject) {
138 super.add(object);
143 public void remove(BaseObject object) { argument
144 super.remove(object);
150 destroy(GameObject object) argument
[all...]
/external/lldb/source/Interpreter/
H A DPythonDataObjects.cpp100 PythonString::PythonString (const PythonObject &object) : argument
101 PythonObject(object.GetPythonObject())
165 PythonInteger::PythonInteger (const PythonObject &object) : argument
166 PythonObject(object.GetPythonObject())
230 PythonList::PythonList (const PythonObject &object) : argument
231 PythonObject(object.GetPythonObject())
271 PythonList::SetItemAtIndex (uint32_t index, const PythonObject & object) argument
273 if (m_py_obj && object)
274 PyList_SetItem(m_py_obj, index, object.GetPythonObject());
278 PythonList::AppendItem (const PythonObject &object) argument
299 PythonDictionary(const PythonObject &object) argument
[all...]

Completed in 1291 milliseconds

<<11121314151617181920>>