| /frameworks/compile/libbcc/runtime/test/timing/ |
| umoddi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 20 INPUT_TYPE input2[INPUT_SIZE]; local 28 input2[i] = ((((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; 39 FUNCTION_NAME(input1[i], input2[i]);
|
| /external/stlport/test/unit/ |
| equal_test.cpp | 165 int input2 [4] = { 1, 6, 2, 3 }; local 168 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, equal_to<int>());
|
| /ndk/tests/device/test-gnustl-full/unit/ |
| equal_test.cpp | 165 int input2 [4] = { 1, 6, 2, 3 }; local 168 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, equal_to<int>());
|
| /ndk/tests/device/test-stlport/unit/ |
| equal_test.cpp | 165 int input2 [4] = { 1, 6, 2, 3 }; local 168 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, equal_to<int>());
|
| /external/webkit/Source/WebKit/qt/tests/qwebelement/ |
| tst_qwebelement.cpp | 924 "<input type='text' id='input2'/>" \ 932 QWebElement input2 = inputs.at(1); local 933 input2.setFocus(); 935 QVERIFY(input2.hasFocus()); [all...] |
| /external/protobuf/java/src/test/java/com/google/protobuf/ |
| CodedInputStreamTest.java | 300 CodedInputStream input2 = CodedInputStream.newInstance(rawBytes); local 305 assertEquals(tag, input2.readTag()); 310 input2.skipField(tag);
|
| /packages/apps/Email/emailcommon/src/org/apache/commons/io/ |
| FileUtils.java | 442 InputStream input2 = null;
local 445 input2 = new FileInputStream(file2);
446 return IOUtils.contentEquals(input1, input2);
450 IOUtils.closeQuietly(input2);
[all...] |
| /frameworks/base/opengl/java/android/opengl/ |
| GLLogWrapper.java | 934 ByteBuffer input2 = (ByteBuffer) input; local 935 int position = input2.position(); 937 byteCount = input2.limit() - position; 939 result = ByteBuffer.allocate(byteCount).order(input2.order()); 941 result.put(input2.get()); 943 input2.position(position); 945 CharBuffer input2 = (CharBuffer) input; local 946 int position = input2.position(); 948 byteCount = (input2.limit() - position) * 2; 950 result = ByteBuffer.allocate(byteCount).order(input2.order()) 957 ShortBuffer input2 = (ShortBuffer) input; local 969 IntBuffer input2 = (IntBuffer) input; local 981 FloatBuffer input2 = (FloatBuffer) input; local 993 DoubleBuffer input2 = (DoubleBuffer) input; local 1005 LongBuffer input2 = (LongBuffer) input; local [all...] |
| /external/icu4c/test/intltest/ |
| regextst.cpp | 1706 UText input2 = UTEXT_INITIALIZER; local [all...] |