HomeSort by relevance Sort by last modified time
    Searched full:input1 (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/stlport/test/unit/
plusminus_test.cpp 33 int input1 [4] = { 1, 6, 11, 8 }; local
36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>());
42 int input1 [4] = { 1, 5, 7, 8 }; local
47 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, minus<int>());
modulus_test.cpp 30 int input1 [4] = { 6, 8, 10, 2 }; local
35 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, modulus<int>());
logic_test.cpp 35 bool input1 [4] = { true, true, false, true }; local
39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>());
55 bool input1 [4] = { true, true, false, true }; local
59 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_or<bool>());
neq_test.cpp 44 int input1 [4] = { 1, 7, 2, 2 }; local
48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>());
ptr2_test.cpp 45 int input1 [4] = { 7, 2, 3, 5 }; local
49 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, pointer_to_binary_function<int, int, int>(sum));
58 int input1 [4] = { 7, 2, 3, 5 }; local
62 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, ptr_fun(sum));
  /ndk/tests/device/test-gnustl-full/unit/
plusminus_test.cpp 33 int input1 [4] = { 1, 6, 11, 8 }; local
36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>());
42 int input1 [4] = { 1, 5, 7, 8 }; local
47 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, minus<int>());
modulus_test.cpp 30 int input1 [4] = { 6, 8, 10, 2 }; local
35 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, modulus<int>());
logic_test.cpp 35 bool input1 [4] = { true, true, false, true }; local
39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>());
55 bool input1 [4] = { true, true, false, true }; local
59 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_or<bool>());
neq_test.cpp 44 int input1 [4] = { 1, 7, 2, 2 }; local
48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>());
ptr2_test.cpp 45 int input1 [4] = { 7, 2, 3, 5 }; local
49 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, pointer_to_binary_function<int, int, int>(sum));
58 int input1 [4] = { 7, 2, 3, 5 }; local
62 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, ptr_fun(sum));
  /ndk/tests/device/test-stlport/unit/
plusminus_test.cpp 33 int input1 [4] = { 1, 6, 11, 8 }; local
36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>());
42 int input1 [4] = { 1, 5, 7, 8 }; local
47 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, minus<int>());
modulus_test.cpp 30 int input1 [4] = { 6, 8, 10, 2 }; local
35 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, modulus<int>());
logic_test.cpp 35 bool input1 [4] = { true, true, false, true }; local
39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>());
55 bool input1 [4] = { true, true, false, true }; local
59 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_or<bool>());
neq_test.cpp 44 int input1 [4] = { 1, 7, 2, 2 }; local
48 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, not_equal_to<int>());
ptr2_test.cpp 45 int input1 [4] = { 7, 2, 3, 5 }; local
49 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, pointer_to_binary_function<int, int, int>(sum));
58 int input1 [4] = { 7, 2, 3, 5 }; local
62 transform((int*)input1, (int*)input1 + 4, (int*)input2, (int*)output, ptr_fun(sum));
  /external/compiler-rt/test/timing/
divdi3.c 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE]; local
27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
39 FUNCTION_NAME(input1[i], input2[i]);
moddi3.c 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE]; local
27 input1[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
39 FUNCTION_NAME(input1[i], input2[i]);
muldi3.c 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE]; local
27 input1[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);
19 INPUT_TYPE input1[INPUT_SIZE]; local
27 input1[i] = (((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
39 FUNCTION_NAME(input1[i], input2[i]);
umoddi3.c 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input1, INPUT_TYPE input2);
19 INPUT_TYPE input1[INPUT_SIZE]; local
27 input1[i] = (((uint64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63);
39 FUNCTION_NAME(input1[i], input2[i]);
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLLabelElement01.html 10 <LABEL ACCESSKEY="b" FOR="input1">Enter Your First Password:</LABEL>
11 <INPUT ID="input1" TYPE="password" NAME="Password1"/>
HTMLLabelElement02.html 10 <LABEL ACCESSKEY="b" FOR="input1">Enter Your First Password:</LABEL>
11 <INPUT ID="input1" TYPE="password" NAME="Password1"/>
HTMLLabelElement03.html 10 <LABEL ACCESSKEY="b" FOR="input1">Enter Your First Password:</LABEL>
11 <INPUT ID="input1" TYPE="password" NAME="Password1"/>
HTMLLabelElement04.html 10 <LABEL ACCESSKEY="b" FOR="input1">Enter Your First Password:</LABEL>
11 <INPUT ID="input1" TYPE="password" NAME="Password1"/>
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLLabelElement01.xhtml 12 <label accesskey="b" for="input1">Enter Your First Password:</label>
13 <input id="input1" type="password" name="Password1"/>

Completed in 362 milliseconds

1 2 3 4 5 6