/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
SetValuesTest.java | 28 import org.apache.harmony.jpda.tests.framework.jdwp.ArrayRegion; 72 ArrayRegion valuesRegion = new ArrayRegion( 79 ArrayRegion valuesRegion = new ArrayRegion( 86 ArrayRegion valuesRegion = new ArrayRegion( 98 private void checkArrayValues(ArrayRegion valuesRegion, long classID, 119 private void checkArrayRegion(ArrayRegion valuesRegion, long arrayID, 146 ArrayRegion region = reply.getNextValueAsArrayRegion() [all...] |
GetValuesTest.java | 28 import org.apache.harmony.jpda.tests.framework.jdwp.ArrayRegion; 200 ArrayRegion region = reply.getNextValueAsArrayRegion();
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
ArrayRegion.java | 28 public class ArrayRegion { 36 public ArrayRegion(byte tag, int length) {
|
Packet.java | [all...] |
VmMirror.java | [all...] |
/art/test/ti-agent/ |
scoped_primitive_array.h | 69 mEnv->Get ## NAME ## ArrayRegion(mJavaArray, 0, mSize, mBuffer); \
|
/libnativehelper/include/nativehelper/ |
ScopedPrimitiveArray.h | 63 mEnv->Get ## NAME ## ArrayRegion(mJavaArray, 0, mSize, mBuffer); \
|
/external/libjpeg-turbo/doc/html/ |
structtjtransform.html | 111 <tr class="memitem:a43ee1bcdd2a8d7249a756774f78793c1"><td class="memItemLeft" align="right" valign="top">int(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structtjtransform.html#a43ee1bcdd2a8d7249a756774f78793c1">customFilter</a> )(short *coeffs, <a class="el" href="structtjregion.html">tjregion</a> arrayRegion, <a class="el" href="structtjregion.html">tjregion</a> planeRegion, int componentIndex, int transformIndex, struct <a class="el" href="structtjtransform.html">tjtransform</a> *transform)</td></tr> 123 <td class="memname">int(* tjtransform::customFilter)(short *coeffs, <a class="el" href="structtjregion.html">tjregion</a> arrayRegion, <a class="el" href="structtjregion.html">tjregion</a> planeRegion, int componentIndex, int transformIndex, struct <a class="el" href="structtjtransform.html">tjtransform</a> *transform)</td> 133 <tr><td class="paramname">arrayRegion</td><td><a class="el" href="structtjregion.html" title="Cropping region.">tjregion</a> structure containing the width and height of the array pointed to by <code>coeffs</code> as well as its offset relative to the component plane. TurboJPEG implementations may choose to split each component plane into multiple DCT coefficient arrays and call the callback function once for each array.</td></tr>
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
PointerArithChecker.cpp | 169 if (const MemRegion *ArrayRegion = 182 R->markInteresting(ArrayRegion);
|
/libcore/luni/src/main/native/ |
libcore_io_Memory.cpp | 131 env->Set ## JNI_NAME ## ArrayRegion(dst, dstOffset, count, src); \ 183 env->Get ## JNI_NAME ## ArrayRegion(src, srcOffset, count, cast<SCALAR_TYPE*>(dstAddress)); /*NOLINT*/ \
|
/external/libjpeg-turbo/ |
turbojpeg-jni.c | [all...] |
tjbench.c | 94 int dummyDCTFilter(short *coeffs, tjregion arrayRegion, tjregion planeRegion, 98 for(i=0; i<arrayRegion.w*arrayRegion.h; i++) coeffs[i]=-coeffs[i];
|
turbojpeg.c | [all...] |
turbojpeg.h | 555 * @param arrayRegion #tjregion structure containing the width and height of 577 int (*customFilter)(short *coeffs, tjregion arrayRegion, [all...] |
/prebuilts/misc/common/swig/include/2.0.11/java/ |
typemaps.i | 207 JCALL4(Set##JAVATYPE##ArrayRegion, jenv, $input, 0, 1, &jvalue);
|
/frameworks/base/core/jni/ |
android_os_HwParcel.cpp | 628 env->Set ## NewType ## ArrayRegion(valObj, 0, vec->size(), &(*vec)[0]); \ [all...] |
/art/runtime/ |
check_jni.cc | [all...] |