/frameworks/base/services/tests/servicestests/src/com/android/server/net/ |
NetworkStatsCollectionTest.java | 6 * You may obtain a copy of the License at 155 * Copy a {@link Resources#openRawResource(int)} into {@link File} for 165 Streams.copy(in, out);
|
/frameworks/base/telephony/java/android/telephony/ |
CellIdentityCdma.java | 6 * You may obtain a copy of the License at 91 CellIdentityCdma copy() { method in class:CellIdentityCdma
|
CellIdentityLte.java | 6 * You may obtain a copy of the License at 79 CellIdentityLte copy() { method in class:CellIdentityLte
|
CellIdentityWcdma.java | 6 * You may obtain a copy of the License at 78 CellIdentityWcdma copy() { method in class:CellIdentityWcdma
|
CellSignalStrengthGsm.java | 6 * You may obtain a copy of the License at 57 * Copy constructors 92 public CellSignalStrengthGsm copy() { method in class:CellSignalStrengthGsm
|
CellSignalStrengthLte.java | 6 * You may obtain a copy of the License at 58 * Copy constructors 121 public CellSignalStrengthLte copy() { method in class:CellSignalStrengthLte
|
CellSignalStrengthWcdma.java | 6 * You may obtain a copy of the License at 57 * Copy constructors 92 public CellSignalStrengthWcdma copy() { method in class:CellSignalStrengthWcdma
|
/frameworks/native/libs/input/tests/ |
InputEvent_test.cpp | 6 * You may obtain a copy of the License at 450 MotionEvent copy; local 451 copy.copyFrom(&event, true /*keepHistory*/); 460 MotionEvent copy; local 461 copy.copyFrom(&event, false /*keepHistory*/); 463 ASSERT_EQ(event.getPointerCount(), copy.getPointerCount()); 464 ASSERT_EQ(0U, copy.getHistorySize()); 466 ASSERT_EQ(event.getPointerId(0), copy.getPointerId(0)); 467 ASSERT_EQ(event.getPointerId(1), copy.getPointerId(1)); 469 ASSERT_EQ(event.getEventTime(), copy.getEventTime()) [all...] |
/libcore/luni/src/main/java/java/nio/ |
CharSequenceAdapter.java | 7 * the License. You may obtain a copy of the License at 34 static CharSequenceAdapter copy(CharSequenceAdapter other) { method in class:CharSequenceAdapter 61 return copy(this); 144 CharSequenceAdapter result = copy(this);
|
/libcore/luni/src/main/java/libcore/io/ |
Streams.java | 6 * You may obtain a copy of the License at 178 public static int copy(InputStream in, OutputStream out) throws IOException { method in class:Streams
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
char_traits.h | 11 * Permission to use or copy this software for any purpose is hereby granted 170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) { function in class:__char_traits_base 252 static wchar_t* _STLP_CALL copy(wchar_t* __dest, const wchar_t* __src, size_t __n) function in class:char_traits
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapTempFileLiteral.java | 6 * You may obtain a copy of the License at 54 IOUtils.copy(stream, out);
|
/packages/apps/Email/src/com/android/email/service/ |
ImapTempFileLiteral.java | 6 * You may obtain a copy of the License at 57 IOUtils.copy(stream, out);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterFxRepresentation.java | 6 * You may obtain a copy of the License at 46 public FilterRepresentation copy() { method in class:FilterFxRepresentation
|
FilterTinyPlanetRepresentation.java | 6 * You may obtain a copy of the License at 41 public FilterRepresentation copy() { method in class:FilterTinyPlanetRepresentation
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
UnicodeEscaper.java | 6 * You may obtain a copy of the License at 197 // If we have skipped any characters, we need to copy them now. 424 char[] copy = new char[size]; local 426 System.arraycopy(dest, 0, copy, 0, index); 428 return copy;
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
UnicodeEscaper.java | 6 * You may obtain a copy of the License at 197 // If we have skipped any characters, we need to copy them now. 424 char[] copy = new char[size]; local 426 System.arraycopy(dest, 0, copy, 0, index); 428 return copy;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
ResizableIntArray.java | 6 * You may obtain a copy of the License at 102 public void copy(final ResizableIntArray ip) { method in class:ResizableIntArray
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Package.java | 5 * use this file except in compliance with the License. You may obtain a copy of 90 BinaryDictOffdeviceUtils.copy(new BufferedInputStream(
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
streambuf_iterator.h | 22 // You should have received a copy of the GNU General Public License and 23 // a copy of the GCC Runtime Library Exception along with this program; 63 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, 215 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, 276 copy(istreambuf_iterator<_CharT> __first, function 334 traits_type::copy(__result, __sb->gptr(), __n);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
pod_char_traits.h | 20 // You should have received a copy of the GNU General Public License and 21 // a copy of the GCC Runtime Library Exception along with this program; 143 copy(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits 145 std::copy(__s2, __s2 + __n, __s1);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
streambuf_iterator.h | 22 // You should have received a copy of the GNU General Public License and 23 // a copy of the GCC Runtime Library Exception along with this program; 70 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, 222 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, 283 copy(istreambuf_iterator<_CharT> __first, function 341 traits_type::copy(__result, __sb->gptr(), __n);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
pod_char_traits.h | 20 // You should have received a copy of the GNU General Public License and 21 // a copy of the GCC Runtime Library Exception along with this program; 148 copy(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits 150 std::copy(__s2, __s2 + __n, __s1);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
streambuf_iterator.h | 22 // You should have received a copy of the GNU General Public License and 23 // a copy of the GCC Runtime Library Exception along with this program; 70 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, 222 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>, 283 copy(istreambuf_iterator<_CharT> __first, function 341 traits_type::copy(__result, __sb->gptr(), __n);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
pod_char_traits.h | 20 // You should have received a copy of the GNU General Public License and 21 // a copy of the GCC Runtime Library Exception along with this program; 148 copy(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits 150 std::copy(__s2, __s2 + __n, __s1);
|