Searched refs:copy (Results 151 - 175 of 180) sorted by relevance

12345678

/frameworks/base/core/tests/coretests/src/com/android/internal/net/
H A DNetworkStatsFactoryTest.java6 * You may obtain a copy of the License at
172 Streams.copy(in, out);
/frameworks/base/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_9_gcc.s6 @ You may obtain a copy of the License at
H A Dpvmp3_polyphase_filter_window_arm.s6 ; You may obtain a copy of the License at
H A Dpvmp3_polyphase_filter_window_gcc.s6 @ You may obtain a copy of the License at
H A Dpvmp3_polyphase_filter_window_wm.asm6 ; You may obtain a copy of the License at
H A Dpvmp3_mdct_18_arm.s6 ; You may obtain a copy of the License at
H A Dpvmp3_mdct_18_gcc.s6 @ You may obtain a copy of the License at
H A Dpvmp3_mdct_18_wm.asm6 ; You may obtain a copy of the License at
H A Dpvmp3_dct_16_gcc.s6 @ You may obtain a copy of the License at
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_half.s5 ; You may obtain a copy of the License at
H A Dh264bsd_interpolate_chroma_hor.s5 ; You may obtain a copy of the License at
H A Dh264bsd_interpolate_chroma_hor_ver.s5 ; You may obtain a copy of the License at
H A Dh264bsd_interpolate_chroma_ver.s5 ; You may obtain a copy of the License at
H A Dh264bsd_interpolate_hor_quarter.s5 ; You may obtain a copy of the License at
H A Dh264bsd_interpolate_ver_half.s5 ; You may obtain a copy of the License at
H A Dh264bsd_interpolate_ver_quarter.s5 ; You may obtain a copy of the License at
H A Dh264bsd_interpolate_hor_ver_quarter.s5 ; You may obtain a copy of the License at
/frameworks/base/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp6 ** You may obtain a copy of the License at
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java6 * You may obtain a copy of the License at
181 // copy from values if needed.
965 // make a copy of the matrix
966 Matrix_Delegate copy = new Matrix_Delegate(mValues);
969 setTranslate(copy.mValues, 0, 0);
972 copy.mapPoints(dst, dstIndex, src, srcIndex, ptCount);
/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java6 * You may obtain a copy of the License at
637 mRecentEvents[index] = mCurrentEvent.copy();
/frameworks/base/tools/localize/
H A DXLIFFFile.cpp352 XMLNode* copy = XMLNode::NewElement(original->Position(), XLIFF_XMLNS, "g", local
358 err |= convert_html_to_xliff(children[i], name, copy, phID);
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java6 * You may obtain a copy of the License at
399 * @return the new bitmap, or null if the copy could not be made.
401 public Bitmap copy(Config config, boolean isMutable) { method in class:Bitmap
402 checkRecycled("Can't copy a recycled bitmap");
451 * be the same object as source, or a copy may have been made. It is
460 * bitmap. The new bitmap may be the same object as source, or a copy may
900 * Returns in pixels[] a copy of the data in the bitmap. Each value is
1021 * @param width The number of colors to copy from pixels[] per row
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java6 * You may obtain a copy of the License at
668 NotificationData.Entry copy = new NotificationData.Entry(
672 inflateViews(copy, mNotificationPeekRow);
675 copy.content.setOnClickListener(new View.OnClickListener() {
694 mNotificationPeekRow.addView(copy.row);
/frameworks/base/services/input/
H A DPointerController.cpp6 * You may obtain a copy of the License at
391 mLocked.pointerIcon = icon.copy();
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DCompiler.cpp6 * You may obtain a copy of the License at
732 std::copy(UserDefinedExternalSymbols.begin(),
751 // keep one copy of each constant...

Completed in 484 milliseconds

12345678