HomeSort by relevance Sort by last modified time
    Searched refs:copy (Results 101 - 125 of 4741) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebCore/rendering/style/
StyleFlexibleBoxData.h 18 * You should have received a copy of the GNU Library General Public License
36 PassRefPtr<StyleFlexibleBoxData> copy() const { return adoptRef(new StyleFlexibleBoxData(*this)); } function in class:WebCore::StyleFlexibleBoxData
StyleMarqueeData.h 18 * You should have received a copy of the GNU Library General Public License
38 PassRefPtr<StyleMarqueeData> copy() const { return adoptRef(new StyleMarqueeData(*this)); } function in class:WebCore::StyleMarqueeData
StyleSurroundData.h 18 * You should have received a copy of the GNU Library General Public License
38 PassRefPtr<StyleSurroundData> copy() const { return adoptRef(new StyleSurroundData(*this)); } function in class:WebCore::StyleSurroundData
StyleTransformData.h 18 * You should have received a copy of the GNU Library General Public License
38 PassRefPtr<StyleTransformData> copy() const { return adoptRef(new StyleTransformData(*this)); } function in class:WebCore::StyleTransformData
  /external/webkit/Source/WebKit/chromium/src/
StorageNamespaceProxy.h 43 virtual PassRefPtr<StorageNamespace> copy();
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Copy.java 6 * You may obtain a copy of the License at
24 public class Copy extends TestBase {
28 mScript = new ScriptC_copy(mRS, res, R.raw.copy);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CoordinateUtils.java 6 * You may obtain a copy of the License at
45 public static void copy(final int[] destination, final int[] source) { method in class:CoordinateUtils
  /system/core/toolbox/
dynarray.c 71 char *copy = malloc(slen+1); local
72 memcpy(copy, str, slen);
73 copy[slen] = '\0';
74 dynarray_append(list, copy);
  /build/core/
distdir.mk 6 # You may obtain a copy of the License at
17 # When specifying "dist", the user has asked that we copy the important
35 # $(3): goals that should copy the file
37 define copy-one-dist-file
41 $$(copy-file-to-new-target-with-cp)
47 # copy-one-dist-file to avoid multiple rules for the same target.
57 # at copy time if necessary.
66 $(eval $(call copy-one-dist-file,\
  /external/chromium/chrome/browser/ui/cocoa/
bug_report_window_controller.h 73 @property(nonatomic, copy) NSString* bugDescription;
75 @property(nonatomic, copy) NSString* pageTitle;
76 @property(nonatomic, copy) NSString* pageURL;
  /external/chromium/third_party/libjingle/source/talk/base/
taskparent.cc 90 ChildSet copy = *children_; local
91 for (ChildSet::iterator it = copy.begin(); it != copy.end(); ++it) {
  /external/guava/guava-tests/test/com/google/common/collect/
HashMultimapTest.java 6 * You may obtain a copy of the License at
47 HashMultimap<String, Integer> copy = HashMultimap.create(multimap); local
48 assertEquals(multimap, copy);
49 assertEquals(8, copy.expectedValuesPerKey);
  /external/mockito/src/org/mockito/internal/util/reflection/
LenientCopyTool.java 16 copy(from, mock, from.getClass(), mock.getClass().getSuperclass()); method
20 copy(from, to, from.getClass(), to.getClass()); method
23 private <T> void copy(T from, T to, Class fromClazz, Class toClass) { method in class:LenientCopyTool
  /external/openssh/regress/
scp.sh 16 COPY=${OBJ}/copy
18 DIR=${COPY}.dd
19 DIR2=${COPY}.dd2
27 rm -rf ${COPY} ${COPY2} ${DIR} ${DIR2}
31 verbose "$tid: simple copy local file to local file"
33 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
34 cmp ${DATA} ${COPY} || fail "corrupted copy"
    [all...]
  /external/qemu/hw/
fw_cfg.c 6 * Permission is hereby granted, free of charge, to any person obtaining a copy
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
206 uint16_t *copy; local
208 copy = qemu_malloc(sizeof(value));
209 *copy = cpu_to_le16(value);
210 return fw_cfg_add_bytes(opaque, key, (uint8_t *)copy, sizeof(value));
215 uint32_t *copy; local
217 copy = qemu_malloc(sizeof(value));
218 *copy = cpu_to_le32(value);
219 return fw_cfg_add_bytes(opaque, key, (uint8_t *)copy, sizeof(value))
224 uint64_t *copy; local
    [all...]
  /external/stlport/test/unit/
binsert_test.cpp 35 bit = copy(array, array + 3, bit);
41 copy(array, array + 3, bit);
50 copy(array, array + 3, back_inserter(names));
insert_test.cpp 40 itd = copy(array2, array2 + 3, insert_iterator<deque <char const*> >(names, i));
49 copy(array1, array1 + 3, itd);
62 copy(array2, array2 + 3, inserter(names, i));
  /external/webkit/Source/WebCore/platform/text/
TextCodecASCIIFastPath.h 52 static void copy(UChar* destination, const uint8_t* source) function in struct:WebCore::UCharByteFiller
61 static void copy(UChar* destination, const uint8_t* source) function in struct:WebCore::UCharByteFiller
81 UCharByteFiller<sizeof(MachineWord)>::copy(destination, source);
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parsePatch.pl 46 +++ Makefile (working copy)
52 +++ Makefile_new (working copy)
63 +++ Makefile (working copy)
  /ndk/tests/device/test-gnustl-full/unit/
binsert_test.cpp 35 bit = copy(array, array + 3, bit);
41 copy(array, array + 3, bit);
50 copy(array, array + 3, back_inserter(names));
insert_test.cpp 40 itd = copy(array2, array2 + 3, insert_iterator<deque <char const*> >(names, i));
49 copy(array1, array1 + 3, itd);
62 copy(array2, array2 + 3, inserter(names, i));
  /ndk/tests/device/test-stlport/unit/
binsert_test.cpp 35 bit = copy(array, array + 3, bit);
41 copy(array, array + 3, bit);
50 copy(array, array + 3, back_inserter(names));
insert_test.cpp 40 itd = copy(array2, array2 + 3, insert_iterator<deque <char const*> >(names, i));
49 copy(array1, array1 + 3, itd);
62 copy(array2, array2 + 3, inserter(names, i));
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceTask.java 6 * You may obtain a copy of the License at
86 byte[] copy = new byte[mDataLength];
88 copy[i] = mBuffer[i];
90 mBuffer = copy;
  /packages/apps/Email/src/org/apache/commons/io/
IOUtils.java 7 * the License. You may obtain a copy of the License at
48 * <li>copy - these methods copy all the data from one stream to another
218 copy(input, output); method
236 copy(input, output); method
260 copy(input, output, encoding); method
297 copy(is, output); method
321 copy(is, output, encoding); method
339 copy(input, sw); method
359 copy(input, sw); method
382 copy(input, sw, encoding); method
399 copy(input, sw); method
998 public static int copy(InputStream input, OutputStream output) throws IOException { method in class:IOUtils
1047 public static void copy(InputStream input, Writer output) method in class:IOUtils
1050 copy(in, output); method
1072 public static void copy(InputStream input, Writer output, String encoding) method in class:IOUtils
1075 copy(input, output); method
1078 copy(in, output); method
1103 public static int copy(Reader input, Writer output) throws IOException { method in class:IOUtils
1154 public static void copy(Reader input, OutputStream output) method in class:IOUtils
1157 copy(input, out); method
1186 public static void copy(Reader input, OutputStream output, String encoding) method in class:IOUtils
1189 copy(input, output); method
1192 copy(input, out); method
    [all...]

Completed in 790 milliseconds

1 2 3 45 6 7 8 91011>>