Searched refs:copy (Results 101 - 125 of 1337) sorted by relevance

1234567891011>>

/external/chromium/base/
H A Dversion.cc32 Version* copy = new Version(); local
33 copy->components_ = components_;
34 copy->is_valid_ = true;
35 return copy;
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_editor_base_controller.h50 @property(nonatomic, copy) NSString* initialName;
51 @property(nonatomic, copy) NSString* displayName;
54 @property(nonatomic, copy) NSArray* tableSelectionPaths;
124 @property(nonatomic, copy) NSString* folderName;
H A Dbookmark_editor_controller.h22 @property(nonatomic, copy) NSString* displayURL;
/external/chromium/chrome/browser/ui/webui/chromeos/login/
H A Dlogin_ui_helpers.cc37 std::copy(full_html.begin(),
/external/icu4c/common/unicode/
H A Durep.h121 * @param dst array in which to copy characters. The length of
142 * @param dest the index at which the copy of the UChars should be
146 void (*copy)(UReplaceable* rep, member in struct:UReplaceableCallbacks
/external/javassist/sample/
H A DTest.java10 defined in class Test, then this program adds a copy of
38 CtMethod gMethod = CtNewMethod.copy(fMethod, "g", cc, null);
/external/proguard/src/proguard/classfile/instruction/
H A DSwitchInstruction.java17 * You should have received a copy of the GNU General Public License along
59 public SwitchInstruction copy(SwitchInstruction switchInstruction) method in class:SwitchInstruction
/external/webkit/Source/WebCore/dom/
H A DCrossThreadTask.h383 CrossThreadCopier<P1>::copy(parameter1));
393 CrossThreadCopier<P1>::copy(parameter1), CrossThreadCopier<P2>::copy(parameter2));
403 CrossThreadCopier<P1>::copy(parameter1), CrossThreadCopier<P2>::copy(parameter2),
404 CrossThreadCopier<P3>::copy(parameter3));
415 CrossThreadCopier<P1>::copy(parameter1), CrossThreadCopier<P2>::copy(parameter2),
416 CrossThreadCopier<P3>::copy(parameter3), CrossThreadCopier<P4>::copy(parameter
[all...]
/external/webkit/Source/WebCore/rendering/style/
H A DStyleFlexibleBoxData.h18 * 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
H A DStyleMarqueeData.h18 * 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
H A DStyleSurroundData.h18 * 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
H A DStyleTransformData.h18 * 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
H A DSVGRenderStyleDefs.h22 You should have received a copy of the GNU Library General Public License
100 PassRefPtr<StyleFillData> copy() const { return adoptRef(new StyleFillData(*this)); } function in class:WebCore::StyleFillData
119 PassRefPtr<StyleStrokeData> copy() const { return adoptRef(new StyleStrokeData(*this)); } function in class:WebCore::StyleStrokeData
144 PassRefPtr<StyleStopData> copy() const { return adoptRef(new StyleStopData(*this)); } function in class:WebCore::StyleStopData
163 PassRefPtr<StyleTextData> copy() const { return adoptRef(new StyleTextData(*this)); } function in class:WebCore::StyleTextData
182 PassRefPtr<StyleMiscData> copy() const { return adoptRef(new StyleMiscData(*this)); } function in class:WebCore::StyleMiscData
205 PassRefPtr<StyleShadowSVGData> copy() const { return adoptRef(new StyleShadowSVGData(*this)); } function in class:WebCore::StyleShadowSVGData
224 PassRefPtr<StyleResourceData> copy() const { return adoptRef(new StyleResourceData(*this)); } function in class:WebCore::StyleResourceData
245 PassRefPtr<StyleInheritedResourceData> copy() const { return adoptRef(new StyleInheritedResourceData(*this)); } function in class:WebCore::StyleInheritedResourceData
/external/webkit/Source/WebKit/chromium/src/
H A DStorageNamespaceProxy.h43 virtual PassRefPtr<StorageNamespace> copy();
H A DStorageNamespaceProxy.cpp66 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/guava/guava-tests/test/com/google/common/collect/
H A DImmutableBiMapTest.java6 * You may obtain a copy of the License at
415 ImmutableBiMap<String, Integer> copy
417 assertEquals(Collections.<String, Integer>emptyMap(), copy);
418 assertSame(copy, ImmutableBiMap.copyOf(copy));
419 assertSame(ImmutableBiMap.of(), copy);
423 ImmutableBiMap<String, Integer> copy
425 assertMapEquals(copy, "one", 1);
426 assertSame(copy, ImmutableBiMap.copyOf(copy));
[all...]
/external/guava/guava/src/com/google/common/io/
H A DFiles.java6 * 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) method in class:Files
236 ByteStreams.copy(from, newOutputStreamSupplier(to));
258 public static void copy(File from, OutputSupplier<? extends OutputStream> to) method in class:Files
260 ByteStreams.copy(newInputStreamSupplier(from), to);
270 public static void copy(File from, OutputStream to) throws IOException { method in class:Files
271 ByteStreams.copy(newInputStreamSupplier(from), to);
282 public static void copy(File from, File to) throws IOException { method in class:Files
285 copy(newInputStreamSupplie
298 public static <R extends Readable & Closeable> void copy( method in class:Files
356 public static <W extends Appendable & Closeable> void copy(File from, method in class:Files
370 public static void copy(File from, Charset charset, Appendable to) method in class:Files
[all...]
/external/flac/include/FLAC/
H A Dmetadata.h1260 * \a copy to \c true to have the function make it's own copy of the data, or
1265 * the length argument is 0 and the \a copy argument is \c false.
1314 /** Create a copy of an existing metadata object.
1316 * The copy is a "deep" copy, i.e. dynamically allocated data within the
1320 * \param object Pointer to object to copy.
1356 * If \a copy is \c true, a copy of the data is stored; otherwise, the object
1358 * function is successful, otherwise the original data will remain if \a copy
[all...]
/external/elfutils/tests/
H A Drun-elflint-test.sh15 # 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/
H A Dnbloader.S15 * You should have received a copy of the GNU General Public License
63 /* Always copy 32k bytes */
86 jg copy
89 copy: label
105 /* Use word-size copy */
/external/openssh/contrib/cygwin/
H A DMakefile66 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/
H A Dputty-kex.sh7 COPY=${OBJ}/copy
/external/webkit/Source/WebCore/history/mac/
H A DHistoryItemMac.mm40 id newState = [statePList copy];
/external/webkit/Source/WebCore/platform/network/chromium/
H A DResourceResponse.cpp34 data->m_appCacheManifestURL = m_appCacheManifestURL.copy();
50 m_appCacheManifestURL = data->m_appCacheManifestURL.copy();
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseDiffHeader.pl58 +++ index_path.py (working copy)
68 +++ index_path.py (working copy)

Completed in 2171 milliseconds

1234567891011>>