HomeSort by relevance Sort by last modified time
    Searched full:arrayid (Results 1 - 22 of 22) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
GetValuesTest.java 154 long arrayID = value.getLongValue();
155 logWriter.println("==> testGetValues001: checked arrayID = " + arrayID);
157 logWriter.println("==> testGetValues001: checkArrayRegion: arrayID = " + arrayID
161 (arrayID, error, 0, length, expectedArrayTag, expectedElementTag, checkValues);
165 logWriter.println("==> testGetValues001: checkArrayRegion: arrayID = " + arrayID
169 (arrayID, error, 1, length-1, expectedArrayTag, expectedElementTag, checkValues);
172 logWriter.println("==> testGetValues001: checkArrayRegion: arrayID = " + arrayI
    [all...]
SetValues003Test.java 98 logWriter.println("=> Returned checked ArrayID = " + checkedObjectID);
100 + " for this ArrayID for element of referenceType with null values...");
124 long arrayID = getTestArrayObjectID("arrayField");
130 logWriter.println("=> Returned array ID = " + arrayID);
134 + " for this ArrayID for element of referenceType with null values...");
137 ReplyPacket checkedReply = setArrayValue(arrayID, VALID_INDEX,
142 checkedReply = setArrayValue(arrayID, VALID_INDEX, subClassObjectID);
154 checkedReply = setArrayValue(arrayID, VALID_INDEX, superClassObjectID);
158 checkedReply = setArrayValue(arrayID, VALID_INDEX, arrayID);
    [all...]
SetValuesTest.java 113 long arrayID = value.getLongValue();
116 checkArrayRegion(valuesRegion, arrayID, 0, length);
119 private void checkArrayRegion(ArrayRegion valuesRegion, long arrayID,
125 packet.setNextValueAsArrayID(arrayID);
139 packet.setNextValueAsArrayID(arrayID);
LengthTest.java 106 long arrayID = value.getLongValue();
107 logWriter.println("arrayID = " + arrayID);
112 packet.setNextValueAsArrayID(arrayID);
SetValues002Test.java 92 logWriter.println("=> Send ReferenceType::GetValues command and get ArrayID to check...");
121 logWriter.println("=> Returned checked ArrayID = " + checkedObjectID);
123 + " for this ArrayID for element of referenceType with null values...");
  /frameworks/base/media/jni/
android_media_MediaMuxer.cpp 34 jmethodID arrayID;
92 (jbyteArray)env->CallObjectMethod(byteBuf, gFields.arrayID);
257 gFields.arrayID =
259 CHECK(gFields.arrayID != NULL);
android_media_MediaExtractor.cpp 148 jmethodID arrayID =
150 CHECK(arrayID != NULL);
153 (jbyteArray)env->CallObjectMethod(byteBuf, arrayID);
android_media_Utils.cpp 534 jmethodID arrayID =
536 CHECK(arrayID != NULL);
539 (jbyteArray)env->CallObjectMethod(valueObj, arrayID);
  /external/v8/src/runtime/
runtime-typedarray.cc 78 void Runtime::ArrayIdToTypeAndSize(int arrayId, ExternalArrayType* array_type,
81 switch (arrayId) {
102 CONVERT_SMI_ARG_CHECKED(arrayId, 1);
108 CHECK(arrayId >= Runtime::ARRAY_ID_FIRST &&
109 arrayId <= Runtime::ARRAY_ID_LAST);
114 Runtime::ArrayIdToTypeAndSize(arrayId, &array_type, &fixed_elements_kind,
185 CONVERT_SMI_ARG_CHECKED(arrayId, 1);
189 CHECK(arrayId >= Runtime::ARRAY_ID_FIRST &&
190 arrayId <= Runtime::ARRAY_ID_LAST);
195 Runtime::ArrayIdToTypeAndSize(arrayId, &array_type, &fixed_elements_kind
    [all...]
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
ServiceListener.java 59 int arrayID = testArray.getResourceId(i, 0);
60 if (arrayID != 0) {
61 VendorInfo info = new VendorInfo(context.getResources(), arrayID);
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
ServiceListener.java 59 int arrayID = testArray.getResourceId(i, 0);
60 if (arrayID != 0) {
61 VendorInfo info = new VendorInfo(context.getResources(), arrayID);
  /external/skia/src/gpu/gl/
GrGLGpu.h 447 void setVertexArrayID(GrGLGpu* gpu, GrGLuint arrayID) {
449 SkASSERT(0 == arrayID);
452 if (!fBoundVertexArrayIDIsValid || arrayID != fBoundVertexArrayID) {
453 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));
455 fBoundVertexArrayID = arrayID;
GrGLVertexArray.h 126 GrGLuint arrayID() const { return fID; }
GrGLGpu.cpp     [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
GetValuesTest.java 151 logWriter.println("=> ArrayID value = " + arrayIDValue);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 501 int arrayId = 0;
503 arrayId = mShares.get(arrayPos).mId;
505 if (arrayId < id) {
506 if (V) Log.v(TAG, "Array update: removing " + arrayId + " @ "
512 } else if (arrayId == id) {
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
GetValues002Test.java 221 logWriter.println("=> ArrayID value = " + arrayIDValue);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Packet.java 678 * Sets the next value of the data of the Packet as ArrayID VM-sensitive
683 * the ArrayID value.
690 * Gets the next value of the data of the Packet as ArrayID VM-sensitive
    [all...]
VmMirror.java 859 * Gets ArrayID for specified array signature.
863 * @return received ArrayID
    [all...]
  /art/runtime/jdwp/
jdwp.h 59 typedef uint64_t ObjectId; /* any object (threadID, stringID, arrayID, etc) */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 528 ULONGLONG ArrayId:4;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 1560 milliseconds