/external/webkit/WebKit/qt/docs/webkitsnippets/ |
qtwebkit_qwebview_snippet.cpp | 16 view->triggerAction(QWebPage::Copy);
|
/external/webkit/WebKitTools/Scripts/ |
run-webkit-nightly.cmd | 5 copy "%vsvars%" "%script%"
|
/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) 52 # at copy time if necessary. 60 $(call copy-one-dist-file, \
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
Java6Arrays.java | 7 * the License. You may obtain a copy of the License at 51 T[] copy = (T[]) Array.newInstance(original.getClass().getComponentType(), length); local 52 System.arraycopy(original, start, copy, 0, copyLength); 53 return copy; 67 T[] copy = (T[]) Array.newInstance(newType.getComponentType(), local 69 System.arraycopy(original, start, copy, 0, copyLength); 70 return copy;
|
/external/icu4c/i18n/ |
i18n.vcproj | 417 CommandLine="copy "$(InputPath)" ..\..\include\unicode
" 426 CommandLine="copy "$(InputPath)" ..\..\include\unicode
" 435 CommandLine="copy "$(InputPath)" ..\..\include\unicode" 444 CommandLine="copy "$(InputPath)" ..\..\include\unicode" 461 CommandLine="copy "$(InputPath)" ..\..\include\unicode
" 470 CommandLine="copy "$(InputPath)" ..\..\include\unicode
" 479 CommandLine="copy "$(InputPath)" ..\..\include\unicode" 488 CommandLine="copy "$(InputPath)" ..\..\include\unicode" 513 CommandLine="copy "$(InputPath)" ..\..\include\unicode
" 522 CommandLine="copy "$(InputPath)" ..\..\include\unicode
 [all...] |
/external/webkit/WebCore/platform/ |
CrossThreadCopier.cpp | 43 CrossThreadCopierBase<false, false, KURL>::Type CrossThreadCopierBase<false, false, KURL>::copy(const KURL& url) function in class:WebCore::CrossThreadCopierBase 45 return url.copy(); 48 CrossThreadCopierBase<false, false, String>::Type CrossThreadCopierBase<false, false, String>::copy(const String& str) function in class:WebCore::CrossThreadCopierBase 53 CrossThreadCopierBase<false, false, ResourceError>::Type CrossThreadCopierBase<false, false, ResourceError>::copy(const ResourceError& error) function in class:WebCore::CrossThreadCopierBase 55 return error.copy(); 58 CrossThreadCopierBase<false, false, ResourceRequest>::Type CrossThreadCopierBase<false, false, ResourceRequest>::copy(const ResourceRequest& request) function in class:WebCore::CrossThreadCopierBase 63 CrossThreadCopierBase<false, false, ResourceResponse>::Type CrossThreadCopierBase<false, false, ResourceResponse>::copy(const ResourceResponse& response) function in class:WebCore::CrossThreadCopierBase
|
CrossThreadCopier.h | 54 static Type copy(const T& parameter) function in struct:WebCore::CrossThreadCopierPassThrough 73 // Custom copy methods. 77 static Type copy(const T& refPtr) function in struct:WebCore::CrossThreadCopierBase 85 static Type copy(const PassOwnPtr<T>& ownPtr) function in struct:WebCore::CrossThreadCopierBase 93 static Type copy(const std::auto_ptr<T>& autoPtr) function in struct:WebCore::CrossThreadCopierBase 101 static Type copy(const KURL&); 106 static Type copy(const String&); 111 static Type copy(const ResourceError&); 116 static Type copy(const ResourceRequest&); 121 static Type copy(const ResourceResponse&) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
TableView.java | 6 * You may obtain a copy of the License at 30 * Base class for view containing Table that needs to support copy, and select all. 44 * the copy and select all actions. 65 // setup the copy action 68 actionBars.setGlobalActionHandler(ActionFactory.COPY.getId(), 69 mCopyAction = new Action("Copy") { 73 mActivator.copy(mClipboard);
|
/external/elfutils/libelf/ |
gelf_getsym.c | 14 You should have received a copy of the GNU General Public License 68 /* This might look like a simple copy operation but it's 70 #define COPY(name) \ 72 COPY (st_name); 73 /* Please note that we can simply copy the `st_info' element since 76 COPY (st_info); 77 COPY (st_other); 78 COPY (st_shndx); 79 COPY (st_value); 80 COPY (st_size) [all...] |
gelf_getsymshndx.c | 15 You should have received a copy of the GNU General Public License 88 /* This might look like a simple copy operation but it's 90 #define COPY(name) \ 92 COPY (st_name); 93 /* Please note that we can simply copy the `st_info' element since 96 COPY (st_info); 97 COPY (st_other); 98 COPY (st_shndx); 99 COPY (st_value); 100 COPY (st_size) [all...] |
gelf_update_symshndx.c | 15 You should have received a copy of the GNU General Public License 106 #define COPY(name) \ 108 COPY (st_name); 109 COPY (st_value); 110 COPY (st_size); 111 /* Please note that we can simply copy the `st_info' element since 114 COPY (st_info); 115 COPY (st_other); 116 COPY (st_shndx);
|
/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/icu4c/i18n/unicode/ |
fieldpos.h | 14 * 07/17/98 stephen Added default/copy ctors, and operators =, ==, != 136 * Copy constructor 137 * @param copy the object to be copied from. 140 FieldPosition(const FieldPosition& copy) 141 : UObject(copy), fField(copy.fField), fBeginIndex(copy.fBeginIndex), fEndIndex(copy.fEndIndex) {} 151 * @param copy the object to be copied from. 154 FieldPosition& operator=(const FieldPosition& copy); [all...] |
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
CharSequencesTest.java | 6 * You may obtain a copy of the License at 31 String copy = toString(forAsciiBytes(bytes)); local 32 assertTrue(s.equals(copy)); 34 copy = toString(forAsciiBytes(bytes, 0, s.length())); 35 assertTrue(s.equals(copy));
|
/external/icu4c/common/unicode/ |
parsepos.h | 71 * Copy constructor 72 * @param copy the object to be copied from. 75 ParsePosition(const ParsePosition& copy) 76 : UObject(copy), 77 index(copy.index), 78 errorIndex(copy.errorIndex) 91 ParsePosition& operator=(const ParsePosition& copy); 183 ParsePosition::operator=(const ParsePosition& copy) 185 index = copy.index; 186 errorIndex = copy.errorIndex [all...] |
/external/webkit/WebCore/workers/ |
GenericWorkerTask.h | 389 CrossThreadCopier<P1>::copy(parameter1)); 399 CrossThreadCopier<P1>::copy(parameter1), CrossThreadCopier<P2>::copy(parameter2)); 409 CrossThreadCopier<P1>::copy(parameter1), CrossThreadCopier<P2>::copy(parameter2), 410 CrossThreadCopier<P3>::copy(parameter3)); 421 CrossThreadCopier<P1>::copy(parameter1), CrossThreadCopier<P2>::copy(parameter2), 422 CrossThreadCopier<P3>::copy(parameter3), CrossThreadCopier<P4>::copy(parameter4)) [all...] |
/frameworks/base/media/libstagefright/ |
CachingDataSource.cpp | 6 * You may obtain a copy of the License at 131 size_t copy = page->mLength - (offset - page->mOffset); local 132 if (copy > size) { 133 copy = size; 136 copy); 138 total += copy; 145 offset += copy; 146 size -= copy; 147 data = (char *)data + copy;
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/ |
copy.h | 6 * You may obtain a copy of the License at 37 * File : copy.h 38 * Purpose : Copy vector x[] to y[] 72 * Function : Copy 73 * Purpose : Copy vector x[] to y[], vector length L 78 void Copy(
|
/external/skia/src/utils/mac/ |
SkCreateCGImageRef.cpp | 62 SkBitmap* copy; local 64 copy = new SkBitmap; 65 // here we make a ceep copy of the pixels, since CG won't take our 67 bm.copyTo(copy, SkBitmap::kARGB_8888_Config); 69 copy = new SkBitmap(bm); 71 return copy;
|
/external/webkit/WebCore/loader/mac/ |
DocumentLoaderMac.cpp | 41 const ResourceLoaderSet copy = loaders; local 42 ResourceLoaderSet::const_iterator end = copy.end(); 43 for (ResourceLoaderSet::const_iterator it = copy.begin(); it != end; ++it) 50 const ResourceLoaderSet copy = loaders; local 51 ResourceLoaderSet::const_iterator end = copy.end(); 52 for (ResourceLoaderSet::const_iterator it = copy.begin(); it != end; ++it)
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/ |
copy.h | 6 * You may obtain a copy of the License at 37 * File : copy.h 38 * Purpose : Copy vector x[] to y[] 72 * Function : Copy 73 * Purpose : Copy vector x[] to y[], vector length L 78 void Copy(
|
/prebuilt/sdk/tools/ |
Android.mk | 6 # You may obtain a copy of the License at 31 @echo "Copy: acp ($@)" 32 $(copy-file-to-target-with-cp) 86 # We have to call copy-file-to-new-target instead of simply including 97 @echo "Copy: $(PRIVATE_MODULE) ($@)" 98 $(copy-file-to-new-target)
|
/external/qemu/distrib/zlib-1.2.3/ |
inflate.c | 20 * - Unroll direct copy to three copies per loop in inffast.c 37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used 46 * - Unroll last copy for window match in inflate_fast() 328 unsigned copy, dist; local 347 /* copy state->wsize or less output bytes into the circular window */ 348 copy = out - strm->avail_out; 349 if (copy >= state->wsize) { 356 if (dist > copy) dist = copy; 357 zmemcpy(state->window + state->write, strm->next_out - copy, dist) 565 unsigned copy; \/* number of stored or match bytes to copy *\/ local [all...] |
/external/zlib/ |
inflate.c | 20 * - Unroll direct copy to three copies per loop in inffast.c 37 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used 46 * - Unroll last copy for window match in inflate_fast() 328 unsigned copy, dist; local 347 /* copy state->wsize or less output bytes into the circular window */ 348 copy = out - strm->avail_out; 349 if (copy >= state->wsize) { 356 if (dist > copy) dist = copy; 357 zmemcpy(state->window + state->write, strm->next_out - copy, dist) 565 unsigned copy; \/* number of stored or match bytes to copy *\/ local [all...] |
/dalvik/libcore/dom/src/test/resources/ |
build.xml | 13 <copy
42 <copy todir="${dist}/junit/samples">
44 </copy>
45 <copy todir="${dist}/junit/tests">
47 </copy>
64 <copy todir="${dist}/doc">
66 </copy>
67 <copy file="README.html" tofile="${dist}/README.html" />
|