HomeSort by relevance Sort by last modified time
    Searched refs:otherArray (Results 1 - 25 of 56) sorted by null

1 2 3

  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeUtils.java 82 static boolean equals(SparseArray<byte[]> array, SparseArray<byte[]> otherArray) {
83 if (array == otherArray) {
86 if (array == null || otherArray == null) {
89 if (array.size() != otherArray.size()) {
95 if (array.keyAt(i) != otherArray.keyAt(i) ||
96 !Arrays.equals(array.valueAt(i), otherArray.valueAt(i))) {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btCollisionObjectArray.java 65 public btCollisionObjectArray(btCollisionObjectArray otherArray) {
66 this(CollisionJNI.new_btCollisionObjectArray__SWIG_1(btCollisionObjectArray.getCPtr(otherArray), otherArray), true);
190 public void copyFromArray(btCollisionObjectArray otherArray) {
191 CollisionJNI.btCollisionObjectArray_copyFromArray(swigCPtr, this, btCollisionObjectArray.getCPtr(otherArray), otherArray);
btCollisionObjectConstArray.java 65 public btCollisionObjectConstArray(btCollisionObjectConstArray otherArray) {
66 this(CollisionJNI.new_btCollisionObjectConstArray__SWIG_1(btCollisionObjectConstArray.getCPtr(otherArray), otherArray), true);
190 public void copyFromArray(btCollisionObjectConstArray otherArray) {
191 CollisionJNI.btCollisionObjectConstArray_copyFromArray(swigCPtr, this, btCollisionObjectConstArray.getCPtr(otherArray), otherArray);
btPersistentManifoldArray.java 65 public btPersistentManifoldArray(btPersistentManifoldArray otherArray) {
66 this(CollisionJNI.new_btPersistentManifoldArray__SWIG_1(btPersistentManifoldArray.getCPtr(otherArray), otherArray), true);
191 public void copyFromArray(btPersistentManifoldArray otherArray) {
192 CollisionJNI.btPersistentManifoldArray_copyFromArray(swigCPtr, this, btPersistentManifoldArray.getCPtr(otherArray), otherArray);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
btStringArray.java 67 public btStringArray(btStringArray otherArray) {
68 this(ExtrasJNI.new_btStringArray__SWIG_1(btStringArray.getCPtr(otherArray), otherArray), true);
192 public void copyFromArray(btStringArray otherArray) {
193 ExtrasJNI.btStringArray_copyFromArray(swigCPtr, this, btStringArray.getCPtr(otherArray), otherArray);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btScalarArray.java 64 public btScalarArray(btScalarArray otherArray) {
65 this(LinearMathJNI.new_btScalarArray__SWIG_1(btScalarArray.getCPtr(otherArray), otherArray), true);
189 public void copyFromArray(btScalarArray otherArray) {
190 LinearMathJNI.btScalarArray_copyFromArray(swigCPtr, this, btScalarArray.getCPtr(otherArray), otherArray);
btVector3Array.java 64 public btVector3Array(btVector3Array otherArray) {
65 this(LinearMathJNI.new_btVector3Array__SWIG_1(btVector3Array.getCPtr(otherArray), otherArray), true);
189 public void copyFromArray(btVector3Array otherArray) {
190 LinearMathJNI.btVector3Array_copyFromArray(swigCPtr, this, btVector3Array.getCPtr(otherArray), otherArray);
  /dalvik/dx/src/com/android/dx/dex/file/
EncodedArrayItem.java 74 EncodedArrayItem otherArray = (EncodedArrayItem) other;
76 return array.compareTo(otherArray.array);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
EncodedArrayItem.java 74 EncodedArrayItem otherArray = (EncodedArrayItem) other;
76 return array.compareTo(otherArray.array);
  /external/v8/test/webkit/
dfg-ensure-non-array-array-storage-on-window.js 47 var otherArray = {};
48 bar(otherArray);
49 shouldBe("otherArray[1]", "42");
64 var otherArray = {};
65 otherArray.__defineSetter__(0, function(value) { throw "error"; });
66 bar(otherArray);
67 shouldBe("otherArray[1]", "42");
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
EncodedArrayItem.java 83 EncodedArrayItem otherArray = (EncodedArrayItem) other;
85 return array.compareTo(otherArray.array);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btAlignedObjectArray.h 137 btAlignedObjectArray(const btAlignedObjectArray& otherArray)
141 int otherSize = otherArray.size();
143 otherArray.copy(0, otherSize, m_data);
494 void copyFromArray(const btAlignedObjectArray& otherArray)
496 int otherSize = otherArray.size();
498 otherArray.copy(0, otherSize, m_data);
  /frameworks/base/core/jni/
android_os_Debug.cpp 486 jint* otherArray = (jint*)env->GetPrimitiveArrayCritical(otherIntArray, 0);
487 if (otherArray == NULL) {
493 otherArray[j++] = stats[i].pss;
494 otherArray[j++] = stats[i].swappablePss;
495 otherArray[j++] = stats[i].privateDirty;
496 otherArray[j++] = stats[i].sharedDirty;
497 otherArray[j++] = stats[i].privateClean;
498 otherArray[j++] = stats[i].sharedClean;
499 otherArray[j++] = stats[i].swappedOut;
500 otherArray[j++] = stats[i].swappedOutPss
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
CollectionsTest.java 146 Object otherArray = newInstance(arrayClass);
148 invoke("add", otherArray, values[i]);
149 assertEquals(array, otherArray);
  /external/icu/icu4c/source/common/
cmemory.h 349 * @param otherArray must not be NULL
352 void aliasInstead(T *otherArray, int32_t otherCapacity) {
353 if(otherArray!=NULL && otherCapacity>0) {
355 ptr=otherArray;
526 * @param otherArray must not be NULL
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 905 milliseconds

1 2 3