/cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_int/ |
Test_ushr_int.java | 154 * @title Types of arguments - int, float. The verifier checks that ints
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_int_2addr/ |
Test_ushr_int_2addr.java | 154 * @title Types of arguments - int, float. The verifier checks that ints
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/ushr_int_lit8/ |
Test_ushr_int_lit8.java | 163 * @title Type of argument - float. The verifier checks that ints
|
/dalvik/tests/083-jit-regressions/src/ |
Main.java | 87 Integer[] ints = (Integer[]) q.toArray(new Integer[5]); local
|
/dalvik/vm/mterp/armv5te/ |
OP_FILLED_NEW_ARRAY_JUMBO.S | 37 cmp rINST, #'I' @ array of ints?
|
/dalvik/vm/mterp/ |
config-armv5te-vfp | 20 # operations except for "remainder" and conversions to/from 64-bit ints.
|
/dalvik/vm/oo/ |
Array.h | 48 * Allocate an array whose members are primitives (bools, ints, etc.).
|
/external/chromium/chrome/browser/ui/cocoa/ |
bug_report_window_controller.h | 68 // Maps bug type menu item title strings to BugReportUtil::BugType ints.
|
/external/icu4c/common/ |
uvector.cpp | 132 elements[count].pointer = NULL; // Pointers may be bigger than ints. 151 // TODO: this should be an error. mixing up ints and pointers. 311 /* Pointers are not always the same size as ints so to perform 518 * Sort the vector, assuming it constains ints.
|
/external/jpeg/ |
makeproj.mac | 52 Set Preferences of panel "C/C++ Compiler" to {Enums Always Ints:true} 116 Set Preferences of panel "C/C++ Compiler" to {Enums Always Ints:true} 151 Set Preferences of panel "C/C++ Compiler" to {Enums Always Ints:true} 186 Set Preferences of panel "C/C++ Compiler" to {Enums Always Ints:true}
|
/external/pcre/doc/html/ |
pcre_exec.html | 42 <i>ovector</i> Points to a vector of ints for result offsets
|
/external/skia/src/core/ |
SkFilterProc.h | 102 /** Special version of SkFilterProc. This takes the address of 4 ints, and combines them a byte at a
|
/external/valgrind/main/memcheck/tests/ |
origin3-no.c | 100 // first and third ints (which are identified) for sanity-checking.
|
/frameworks/base/core/java/android/os/ |
Vibrator.java | 79 * Pass in an array of ints that are the durations for which to turn on or off
|
/frameworks/base/libs/hwui/ |
DisplayListLogBuffer.cpp | 43 * There is an assumption about the format of the command (currently 2 ints: the
|
/frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/ |
LargeAssetTest.java | 70 InputStream is = am.open("million-ints", AssetManager.ACCESS_STREAMING);
|
/hardware/msm7k/libgralloc-qsd8k/ |
gralloc_priv.h | 109 // ints
|
/libcore/luni/src/main/native/ |
java_math_NativeBN.cpp | 180 // Basically get rid of top zero ints: 358 ScopedIntArrayRW ints(env, result); 359 if (ints.get() == NULL) { 362 BN_ULONG* ulongs = reinterpret_cast<BN_ULONG*>(ints.get());
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.h | 71 \param temp_i pre-allocated space of size max(nr_samples,nr_points) ints
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_types.h | 99 /* Check to make sure enums are the size of ints, for structure packing.
|
/dalvik/dx/src/junit/framework/ |
Assert.java | 197 * Asserts that two ints are equal. If they are not 204 * Asserts that two ints are equal.
|
/dalvik/tests/021-string2/src/junit/framework/ |
Assert.java | 197 * Asserts that two ints are equal. If they are not 204 * Asserts that two ints are equal.
|
/dalvik/tests/082-inline-execute/src/junit/framework/ |
Assert.java | 197 * Asserts that two ints are equal. If they are not 204 * Asserts that two ints are equal.
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/ |
MappedByteBufferTest.java | 58 // Now convert to an IntBuffer to read our ints 191 // Create temp file with 26 bytes and 5 ints
|
/external/junit/src/junit/framework/ |
Assert.java | 194 * Asserts that two ints are equal. If they are not 201 * Asserts that two ints are equal.
|