/external/stlport/test/unit/ |
modulus_test.cpp | 31 int input2 [4] = { 4, 2, 11, 3 }; local 35 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, modulus<int>());
|
neq_test.cpp | 45 int input2 [4] = { 1, 6, 2, 3 }; local 48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>());
|
plusminus_test.cpp | 34 int input2 [4] = { 1, 5, 2, 3 }; local 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>()); 43 int input2 [4] = { 1, 4, 8, 3 }; local 47 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, minus<int>());
|
logic_test.cpp | 36 bool input2 [4] = { false, true, false, false }; local 39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>()); 56 bool input2 [4] = { false, true, false, false }; local 59 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_or<bool>());
|
ptr2_test.cpp | 46 int input2 [4] = { 1, 5, 5, 8 }; local 49 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, pointer_to_binary_function<int, int, int>(sum)); 59 int input2 [4] = { 1, 5, 5, 8 }; local 62 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, ptr_fun(sum));
|
/ndk/tests/device/test-gnustl-full/unit/ |
modulus_test.cpp | 31 int input2 [4] = { 4, 2, 11, 3 }; local 35 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, modulus<int>());
|
neq_test.cpp | 45 int input2 [4] = { 1, 6, 2, 3 }; local 48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>());
|
plusminus_test.cpp | 34 int input2 [4] = { 1, 5, 2, 3 }; local 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>()); 43 int input2 [4] = { 1, 4, 8, 3 }; local 47 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, minus<int>());
|
logic_test.cpp | 36 bool input2 [4] = { false, true, false, false }; local 39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>()); 56 bool input2 [4] = { false, true, false, false }; local 59 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_or<bool>());
|
ptr2_test.cpp | 46 int input2 [4] = { 1, 5, 5, 8 }; local 49 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, pointer_to_binary_function<int, int, int>(sum)); 59 int input2 [4] = { 1, 5, 5, 8 }; local 62 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, ptr_fun(sum));
|
/ndk/tests/device/test-stlport/unit/ |
modulus_test.cpp | 31 int input2 [4] = { 4, 2, 11, 3 }; local 35 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, modulus<int>());
|
neq_test.cpp | 45 int input2 [4] = { 1, 6, 2, 3 }; local 48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>());
|
plusminus_test.cpp | 34 int input2 [4] = { 1, 5, 2, 3 }; local 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>()); 43 int input2 [4] = { 1, 4, 8, 3 }; local 47 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, minus<int>());
|
logic_test.cpp | 36 bool input2 [4] = { false, true, false, false }; local 39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>()); 56 bool input2 [4] = { false, true, false, false }; local 59 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_or<bool>());
|
ptr2_test.cpp | 46 int input2 [4] = { 1, 5, 5, 8 }; local 49 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, pointer_to_binary_function<int, int, int>(sum)); 59 int input2 [4] = { 1, 5, 5, 8 }; local 62 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, ptr_fun(sum));
|
/external/chromium/crypto/ |
sha2_unittest.cc | 55 std::string input2 = local 67 crypto::SHA256HashString(input2, output2, sizeof(output2)); 72 crypto::SHA256HashString(input2,
|
rsa_private_key_unittest.cc | 358 std::vector<uint8> input2; local 361 input2.resize(sizeof(short_integer_without_high_bit)); 365 memcpy(&input2.front(), short_integer_without_high_bit, 371 crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(input2)); 381 ASSERT_EQ(input2.size(), output2.size()); 384 ASSERT_TRUE(0 == memcmp(&output2.front(), &input2.front(), 385 input2.size()));
|
/external/webkit/Source/WebCore/svg/ |
SVGFEBlendElement.cpp | 131 FilterEffect* input2 = filterBuilder->getEffectById(in2()); local 133 if (!input1 || !input2) 140 inputEffects.append(input2);
|
SVGFECompositeElement.cpp | 174 FilterEffect* input2 = filterBuilder->getEffectById(in2()); local 176 if (!input1 || !input2) 184 inputEffects.append(input2);
|
SVGFEDisplacementMapElement.cpp | 162 FilterEffect* input2 = filterBuilder->getEffectById(in2()); local 164 if (!input1 || !input2) 172 inputEffects.append(input2);
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/ |
PointerInfo.java | 91 ByteBuffer input2 = (ByteBuffer) input; local 92 int position = input2.position(); 94 byteCount = input2.limit() - position; 96 result = ByteBuffer.allocate(byteCount).order(input2.order()); 98 result.put(input2.get()); 100 input2.position(position); 102 CharBuffer input2 = (CharBuffer) input; local 103 int position = input2.position(); 105 byteCount = (input2.limit() - position) * 2; 107 result = ByteBuffer.allocate(byteCount).order(input2.order()) 114 ShortBuffer input2 = (ShortBuffer) input; local 126 IntBuffer input2 = (IntBuffer) input; local 138 FloatBuffer input2 = (FloatBuffer) input; local 150 DoubleBuffer input2 = (DoubleBuffer) input; local 162 LongBuffer input2 = (LongBuffer) input; local [all...] |
/frameworks/compile/libbcc/runtime/test/timing/ |
divdi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 20 INPUT_TYPE input2[INPUT_SIZE]; local 28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; 39 FUNCTION_NAME(input1[i], input2[i]);
|
moddi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 20 INPUT_TYPE input2[INPUT_SIZE]; local 28 input2[i] = ((((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63)) + 1LL; 39 FUNCTION_NAME(input1[i], input2[i]);
|
muldi3.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2); 20 INPUT_TYPE input2[INPUT_SIZE]; local 28 input2[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); 39 FUNCTION_NAME(input1[i], input2[i]);
|
udivdi3.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]);
|