/external/chromium_org/ppapi/proxy/ |
serialized_var_unittest.cc | 179 SerializedVarTestConstructor input2(host_object); 180 SerializedVarReceiveInput receive_input2(input2); 230 std::vector<SerializedVar> input2; local 231 input2.push_back(SerializedVarTestConstructor(host_object)); 232 input2.push_back(SerializedVarTestConstructor("elite")); 233 SerializedVarVectorReceiveInput receive_input2(input2); 294 SerializedVarTestConstructor input2(host_object); 295 ReceiveSerializedVarReturnValue receive_input2(input2);
|
/external/chromium_org/base/debug/ |
trace_event_memory_unittest.cc | 172 std::ostringstream input2; local 173 input2 << " 68: 4195 [ 1087: 98009] @ " << &kTaskCategory << " " 184 AppendHeapProfileLineAsTraceFormat(input2.str().c_str(), &output2));
|
/external/chromium_org/crypto/ |
sha2_unittest.cc | 55 std::string input2 = local 67 crypto::SHA256HashString(input2, output2, sizeof(output2)); 72 crypto::SHA256HashString(input2,
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGFECompositeElement.cpp | 160 FilterEffect* input2 = filterBuilder->getEffectById(AtomicString(m_in2->currentValue()->value())); local 162 if (!input1 || !input2) 169 inputEffects.append(input2);
|
SVGFEDisplacementMapElement.cpp | 138 FilterEffect* input2 = filterBuilder->getEffectById(AtomicString(m_in2->currentValue()->value())); local 140 if (!input1 || !input2) 147 inputEffects.append(input2);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
dsp_helper.h | 101 // Mixes |length| samples from |input1| and |input2| together and writes the 104 // |input2| is the complement 16384 - mix_factor. 105 static void CrossFade(const int16_t* input1, const int16_t* input2,
|
/external/bison/tests/ |
skeletons.at | 207 AT_DATA([[input2.y]], 213 AT_BISON_CHECK([[input2.y]], [[1]], [[]], 277 AT_DATA([[input2.y]], 283 AT_BISON_CHECK([[input2.y]], [[1]], [[]], 284 [[input2.y: warning: morning
|
/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/chromium_org/ui/base/dragdrop/ |
os_exchange_data_win_unittest.cc | 77 std::wstring input2 = L"http://www.google2.com/"; local 101 HGLOBAL glob = GlobalAlloc(GPTR, sizeof(wchar_t) * (input2.size() + 1)); 102 size_t stringsz = input2.size(); 106 wcscpy_s(buffer_handle, input2.size() + 1, input2.c_str()); 121 EXPECT_EQ(GURL(input2).spec(), url_from_data.spec());
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
RS3DLUTTest.java | 36 native boolean lutTest(String path, int X, int Y, int lutSize, byte[] input, byte[] input2, byte[] output);
|
/external/deqp/modules/gles3/functional/ |
es3fIndexedStateQueryTests.cpp | 257 "uniform highp vec4 input2;\n" 260 " gl_Position = input1 + input2;\n" 312 "input2" 355 "input2"
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 36 __m128i input0, input1, input2, input3; local 40 input2 = _mm_load_si128((const __m128i *)(input + 8)); 45 input2 = _mm_shufflelo_epi16(input2, 0xd8); 46 input2 = _mm_shufflehi_epi16(input2, 0xd8); 50 input3 = _mm_unpackhi_epi32(input2, input2); 51 input2 = _mm_unpacklo_epi32(input2, input2) [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 36 __m128i input0, input1, input2, input3; local 40 input2 = _mm_load_si128((const __m128i *)(input + 8)); 45 input2 = _mm_shufflelo_epi16(input2, 0xd8); 46 input2 = _mm_shufflehi_epi16(input2, 0xd8); 50 input3 = _mm_unpackhi_epi32(input2, input2); 51 input2 = _mm_unpacklo_epi32(input2, input2) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 36 __m128i input0, input1, input2, input3; local 40 input2 = _mm_load_si128((const __m128i *)(input + 8)); 45 input2 = _mm_shufflelo_epi16(input2, 0xd8); 46 input2 = _mm_shufflehi_epi16(input2, 0xd8); 50 input3 = _mm_unpackhi_epi32(input2, input2); 51 input2 = _mm_unpacklo_epi32(input2, input2) [all...] |
/external/oprofile/libutil++/tests/ |
file_manip_tests.cpp | 44 Input input2, Output const & output, Result const & result) 49 << "\"" << input2 << "\"\n"
|
/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>());
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM.h | 483 * [in] input2 Operand 2 493 OMX_S32 input2); 504 * [in] input2 Operand 2 513 OMX_S32 input2); 529 * [out] Result of operation input1//input2
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM.h | 483 * [in] input2 Operand 2 493 OMX_S32 input2); 504 * [in] input2 Operand 2 513 OMX_S32 input2); 529 * [out] Result of operation input1//input2
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/ |
armCOMM.h | 483 * [in] input2 Operand 2 493 OMX_S32 input2); 504 * [in] input2 Operand 2 513 OMX_S32 input2); 529 * [out] Result of operation input1//input2
|
/cts/tests/tests/rscpp/librscpptest/ |
rs_jni.cpp | 208 jbyte * input2 = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray2, 0); local 228 colorCube->copy3DRangeFrom(0, 0, 0, lutSize, lutSize, lutSize, input2); 236 env->ReleasePrimitiveArrayCritical(inputByteArray2, input2, 0);
|
/external/chromium_org/net/tools/balsa/ |
balsa_frame_test.cc | 453 const char input2[] = ", world\r\n"; local 497 read = frame_->ProcessInput(input2, strlen(input2)); 498 ASSERT_EQ(strlen(input2), read);
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
compute_global_objects.py | 95 # args = Input1, Input2, ..., Output
|
/external/chromium_org/tools/gn/ |
file_template.cc | 97 " sources = [ \"input1.idl\", \"input2.idl\" ]\n" 105 " sources = [ \"input1.idl\", \"input2.idl\" ]\n" 112 " //out/Debug/obj/mydirectory/input2.h\n" 113 " //out/Debug/obj/mydirectory/input2.cc\n";
|