HomeSort by relevance Sort by last modified time
    Searched full:input2 (Results 26 - 50 of 74) sorted by null

12 3

  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLLabelElement04.xhtml 17 <label accesskey="c" for="input2">Enter Your Second Password:</label>
18 <input id="input2" type="password" name="Password2"/>
HTMLLegendElement01.xhtml 18 <input id="input2" type="password" name="Password2"/>
HTMLLegendElement02.xhtml 18 <input id="input2" type="password" name="Password2"/>
HTMLLegendElement03.xhtml 18 <input id="input2" type="password" name="Password2"/>
HTMLLegendElement04.xhtml 18 <input id="input2" type="password" name="Password2"/>
  /ndk/tests/device/test-gnustl-full/unit/
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>());
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/
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>());
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/stlport/test/unit/
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));
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/LayoutTests/dom/html/level2/html/
HTMLLegendElement01.html 16 <INPUT ID="input2" TYPE="password" NAME="Password2"/>
HTMLLegendElement02.html 16 <INPUT ID="input2" TYPE="password" NAME="Password2"/>
HTMLLegendElement03.html 16 <INPUT ID="input2" TYPE="password" NAME="Password2"/>
HTMLLegendElement04.html 16 <INPUT ID="input2" TYPE="password" NAME="Password2"/>
  /external/sqlite/android/
PhoneNumberUtilsTest.cpp 34 #define EXPECT(function, input1, input2, expected, total, error) \
37 const char *i2_cache = input2; \
51 #define EXPECT_EQ(input1, input2) \
52 EXPECT(phone_number_compare_strict, (input1), (input2), true, \
56 #define EXPECT_NE(input1, input2) \
57 EXPECT(phone_number_compare_strict, (input1), (input2), false, \
  /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);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 830 * [in] input2 Operand 2
838 OMX_S32 armSatMulS16S32_S32(OMX_S16 input1,OMX_S32 input2)
848 hi2 = ( input2 >> 16 );
849 lo2 = ( (OMX_U32)( input2 << 16 ) >> 16 );
868 * [in] input2 Operand 2
875 OMX_S32 armSatMulS32S32_S32(OMX_S32 input1,OMX_S32 input2)
886 hi2 = ( input2 >> 16 );
887 lo2 = ( (OMX_U32)( input2 << 16 ) >> 16 );
912 * [out] Result of operation input1//input2
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c 830 * [in] input2 Operand 2
838 OMX_S32 armSatMulS16S32_S32(OMX_S16 input1,OMX_S32 input2)
848 hi2 = ( input2 >> 16 );
849 lo2 = ( (OMX_U32)( input2 << 16 ) >> 16 );
868 * [in] input2 Operand 2
875 OMX_S32 armSatMulS32S32_S32(OMX_S32 input1,OMX_S32 input2)
886 hi2 = ( input2 >> 16 );
887 lo2 = ( (OMX_U32)( input2 << 16 ) >> 16 );
912 * [out] Result of operation input1//input2
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c 830 * [in] input2 Operand 2
838 OMX_S32 armSatMulS16S32_S32(OMX_S16 input1,OMX_S32 input2)
848 hi2 = ( input2 >> 16 );
849 lo2 = ( (OMX_U32)( input2 << 16 ) >> 16 );
868 * [in] input2 Operand 2
875 OMX_S32 armSatMulS32S32_S32(OMX_S32 input1,OMX_S32 input2)
886 hi2 = ( input2 >> 16 );
887 lo2 = ( (OMX_U32)( input2 << 16 ) >> 16 );
912 * [out] Result of operation input1//input2
  /external/chromium/crypto/
sha2_unittest.cc 55 std::string input2 = local
67 crypto::SHA256HashString(input2, output2, sizeof(output2));
72 crypto::SHA256HashString(input2,
  /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/oprofile/libutil++/tests/
file_manip_tests.cpp 44 Input input2, Output const & output, Result const & result)
49 << "\"" << input2 << "\"\n"

Completed in 1213 milliseconds

12 3