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

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerAndroid.h 56 virtual LayerAndroid* copy() const { return new VideoLayerAndroid(*this); } function in class:WebCore::VideoLayerAndroid
  /external/webkit/Source/WebCore/rendering/style/
StyleBackgroundData.h 18 * You should have received a copy of the GNU Library General Public License
39 PassRefPtr<StyleBackgroundData> copy() const { return adoptRef(new StyleBackgroundData(*this)); } function in class:WebCore::StyleBackgroundData
StyleInheritedData.h 18 * You should have received a copy of the GNU Library General Public License
42 PassRefPtr<StyleInheritedData> copy() const { return adoptRef(new StyleInheritedData(*this)); } function in class:WebCore::StyleInheritedData
StyleMultiColData.h 18 * You should have received a copy of the GNU Library General Public License
41 PassRefPtr<StyleMultiColData> copy() const { return adoptRef(new StyleMultiColData(*this)); } function in class:WebCore::StyleMultiColData
StyleVisualData.h 18 * You should have received a copy of the GNU Library General Public License
37 PassRefPtr<StyleVisualData> copy() const { return adoptRef(new StyleVisualData(*this)); } function in class:WebCore::StyleVisualData
  /external/webkit/Source/WebCore/storage/
StorageNamespace.h 50 virtual PassRefPtr<StorageNamespace> copy() = 0;
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Copy.java 6 * You may obtain a copy of the License at
29 public class Copy extends TestBase {
33 mScript = new ScriptC_copy(mRS, res, R.raw.copy);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Copy.java 6 * You may obtain a copy of the License at
29 public class Copy extends TestBase {
33 mScript = new ScriptC_copy(mRS, res, R.raw.copy);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ControlPoint.java 6 * You may obtain a copy of the License at
33 public ControlPoint copy() { method in class:ControlPoint
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOutputParser.java 6 * You may obtain a copy of the License at
116 byte copy;
118 copy = '\n';
121 copy = mAtraceOutput[src];
123 mAtraceOutput[dst] = copy;
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableBiMapTest.java 6 * You may obtain a copy of the License at
415 ImmutableBiMap<String, Integer> copy local
417 assertEquals(Collections.<String, Integer>emptyMap(), copy); local
418 assertSame(copy, ImmutableBiMap.copyOf(copy));
419 assertSame(ImmutableBiMap.of(), copy); local
423 ImmutableBiMap<String, Integer> copy local
425 assertMapEquals(copy, "one", 1);
426 assertSame(copy, ImmutableBiMap.copyOf(copy));
435 ImmutableBiMap<String, Integer> copy = ImmutableBiMap.copyOf(original); local
532 ImmutableBiMap<String, Integer> copy = local
543 ImmutableBiMap<String, Integer> copy = local
    [all...]
  /external/guava/guava/src/com/google/common/io/
Files.java 6 * You may obtain a copy of the License at
199 // Avoid an extra allocation and copy.
234 public static void copy(InputSupplier<? extends InputStream> from, File to)
236 ByteStreams.copy(from, newOutputStreamSupplier(to));
258 public static void copy(File from, OutputSupplier<? extends OutputStream> to)
260 ByteStreams.copy(newInputStreamSupplier(from), to);
270 public static void copy(File from, OutputStream to) throws IOException {
271 ByteStreams.copy(newInputStreamSupplier(from), to);
282 public static void copy(File from, File to) throws IOException {
285 copy(newInputStreamSupplier(from), to)
    [all...]
  /external/flac/include/FLAC/
metadata.h     [all...]
  /bionic/libc/arch-x86/string/
swab.S 25 testl $7,%ecx # copy first group of 1 to 7 words
35 L2: shrl $3,%ecx # copy remainder 8 words at a time
  /dalvik/dx/
Android.mk 5 # We use copy-file-to-new-target so that the installed
24 @echo "Copy: $(PRIVATE_MODULE) ($@)"
25 $(copy-file-to-new-target)
44 @echo "Copy: $(PRIVATE_MODULE) ($@)"
45 $(copy-file-to-new-target)
61 @echo "Copy: $(PRIVATE_MODULE) ($@)"
62 $(copy-file-to-target)
  /device/sample/products/
sample_addon.mk 7 # Manually copy the optional library XML files in the system image.
14 # Copy the manifest and hardware files for the SDK add-on.
19 $(call find-copy-subdir-files,*,device/sample/skins/WVGAMedDpi,skins/WVGAMedDpi)
22 # Add this to PRODUCT_SDK_ADDON_COPY_FILES to copy the files for an
24 #$(call find-copy-subdir-files,*,device/sample/skins/WVGAMedDpi,skins/WVGAMedDpi)
26 # Copy the jar files for the optional libraries that are exposed as APIs.
  /external/elfutils/tests/
run-elflint-test.sh 15 # You should have received a copy of the GNU General Public License along
32 section [ 8] '.rela.dyn': relocation 1: copy relocation against symbol of type FUNC
  /external/grub/stage2/
nbloader.S 15 * You should have received a copy of the GNU General Public License
52 * 1. Copy the first 32k to 0x8000 and jump to the relocated area.
53 * 2. Copy the rest to 0x10000 (0x8000 + 32k).
56 /* Copy the first 32k */
63 /* Always copy 32k bytes */
73 /* Copy the rest */
83 /* Copy by 32k, as that is easy to implement */
86 jg copy
89 copy: label
105 /* Use word-size copy */
    [all...]
  /external/openssh/contrib/cygwin/
Makefile 66 install-copy-id: $(copyidsrcdir)/ssh-copy-id $(copyidsrcdir)/ssh-copy-id.1
67 $(INSTALL) -m 755 $(copyidsrcdir)/ssh-copy-id $(DESTDIR)$(bindir)/ssh-copy-id
68 $(INSTALL) -m 644 $(copyidsrcdir)/ssh-copy-id.1 $(DESTDIR)$(mandir)/man1/ssh-copy-id.1
77 cygwin-postinstall: move-config-files remove-empty-dir install-inetd-config install-doc install-scripts install-copy-id gzip-man-pages
  /external/openssh/regress/
putty-kex.sh 7 COPY=${OBJ}/copy
  /external/webkit/Source/WebCore/history/mac/
HistoryItemMac.mm 40 id newState = [statePList copy];
  /external/webkit/Source/WebCore/platform/network/chromium/
ResourceResponse.cpp 34 data->m_appCacheManifestURL = m_appCacheManifestURL.copy();
50 m_appCacheManifestURL = data->m_appCacheManifestURL.copy();
  /external/webkit/Source/WebKit/chromium/src/
StorageNamespaceProxy.cpp 66 PassRefPtr<StorageNamespace> StorageNamespaceProxy::copy() function in class:WebCore::StorageNamespaceProxy
69 WebKit::WebStorageNamespace* newNamespace = m_storageNamespace->copy();
70 // Some embedders hook into WebViewClient::createView to make the copy of
72 // choose to make the copy now and return a pointer immediately. So handle
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffHeader.pl 58 +++ index_path.py (working copy)
68 +++ index_path.py (working copy)
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
GenericSignatureFormatErrorTest.java 64 copy(is, fos); method
90 private void copy(InputStream is, OutputStream os) { method in class:GenericSignatureFormatErrorTest

Completed in 902 milliseconds

1 2 3 4 5 6 78 91011>>