/external/webkit/Source/WebCore/rendering/style/ |
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/base/libs/hwui/ |
GradientCache.h | 6 * You may obtain a copy of the License at 42 copy(colors, positions, count, tileMode); 46 copy(entry.colors, entry.positions, entry.count, entry.tileMode); 59 copy(entry.colors, entry.positions, entry.count, entry.tileMode); 87 void copy(uint32_t* colors, float* positions, int count, SkShader::TileMode tileMode) { function in struct:android::uirenderer::GradientCacheEntry
|
Patch.h | 6 * You may obtain a copy of the License at 55 void copy(const int32_t* xDivs, const int32_t* yDivs); 75 void copy(const int32_t* yDivs);
|
/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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/ |
GLServerVertex.java | 6 ** You may obtain a copy of the License at 35 /** deep copy */ 39 GLBuffer copy = (GLBuffer) super.clone(); local 41 copy.data = ByteBuffer.allocate(data.capacity()); 42 copy.data.order(GLFramesView.TARGET_BYTE_ORDER); 44 copy.data.put(data); 46 return copy; 71 /** deep copy, re-maps buffer into copyBuffers */ 74 GLAttribPointer copy = (GLAttribPointer) super.clone(); local 76 copy.buffer = copyBuffers.get(buffer.name) 110 GLServerVertex copy = (GLServerVertex) super.clone(); local [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
|
/build/target/board/generic/ |
device.mk | 6 # You may obtain a copy of the License at 28 $(call add-to-product-copy-files-if-exists,development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml) \ 29 $(call add-to-product-copy-files-if-exists,development/tools/emulator/system/camera/media_codecs.xml:system/etc/media_codecs.xml) \
|
/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/mesa3d/src/glsl/ |
ir_import_prototypes.cpp | 5 * copy of this software and associated documentation files (the "Software"), 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 85 ir_function_signature *copy = ir->clone_prototype(mem_ctx, NULL); local 87 this->function->add_signature(copy);
|
/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/main/java/java/nio/ |
ReadOnlyCharArrayBuffer.java | 7 * the License. You may obtain a copy of the License at 34 static ReadOnlyCharArrayBuffer copy(CharArrayBuffer other, int markOfOther) { method in class:ReadOnlyCharArrayBuffer 59 return copy(this, mark);
|
ReadOnlyDoubleArrayBuffer.java | 7 * the License. You may obtain a copy of the License at 34 static ReadOnlyDoubleArrayBuffer copy(DoubleArrayBuffer other, int markOfOther) { method in class:ReadOnlyDoubleArrayBuffer 59 return copy(this, mark);
|
ReadOnlyFloatArrayBuffer.java | 7 * the License. You may obtain a copy of the License at 34 static ReadOnlyFloatArrayBuffer copy(FloatArrayBuffer other, int markOfOther) { method in class:ReadOnlyFloatArrayBuffer 59 return copy(this, mark);
|