HomeSort by relevance Sort by last modified time
    Searched defs:COPY (Results 26 - 50 of 121) sorted by null

12 3 4 5

  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
IPTestListJB.java 6 * You may obtain a copy of the License at
58 COPY ("Copy", RELAXED_FP, 21.4f),
152 case COPY:
153 return new Copy();
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
encodings.h 6 // in compliance with the License. You may obtain a copy of the License at
125 #define COPY() c = is.Take(); *codepoint = (*codepoint << 6) | ((unsigned char)c & 0x3Fu)
127 #define TAIL() COPY(); TRANS(0x70)
140 case 4: COPY(); TRANS(0x50); TAIL(); return result;
141 case 5: COPY(); TRANS(0x10); TAIL(); TAIL(); return result;
143 case 10: COPY(); TRANS(0x20); TAIL(); return result;
144 case 11: COPY(); TRANS(0x60); TAIL(); TAIL(); return result;
147 #undef COPY
154 #define COPY() os.Put(c = is.Take())
156 #define TAIL() COPY(); TRANS(0x70)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditorContributor.java 6 * You may obtain a copy of the License at
86 actionBars.setGlobalActionHandler(ActionFactory.COPY.getId(),
87 getAction(editor, ITextEditorActionConstants.COPY));
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.java 6 * You may obtain a copy of the License at
69 actionBars.setGlobalActionHandler(ActionFactory.COPY.getId(),
OldLogCatView.java 6 * You may obtain a copy of the License at
288 // setup the copy action
291 actionBars.setGlobalActionHandler(ActionFactory.COPY.getId(), new Action(
295 mLogPanel.copy(mClipboard);
  /external/libxml2/
xzlib.c 46 #define COPY 1 /* copy input directly */
65 int how; /* 0: get header, 1: copy, 2: decompress */
198 case COPY:
514 /* doing raw i/o, save start of raw data for seeking, copy any leftover
524 state->how = COPY;
644 if (state->how == COPY) { /* straight copy */
746 /* the copy above assures that we will leave with space in the
751 else if (state->how == COPY) { /* read directly *
    [all...]
  /external/opencv3/3rdparty/zlib/
inflate.h 35 COPY_, /* i/o: same as COPY below, but only first time in */
36 COPY, /* i/o: waiting for input or output to copy stored block */
45 MATCH, /* o: waiting for output space to copy string */
69 STORED -> COPY_ -> COPY -> TYPE
88 unsigned long check; /* protected copy of check value */
89 unsigned long total; /* protected copy of output count */
101 unsigned length; /* literal or length of data to copy */
102 unsigned offset; /* distance back to copy string from */
  /external/pdfium/third_party/zlib_v128/
inflate.h 35 COPY_, /* i/o: same as COPY below, but only first time in */
36 COPY, /* i/o: waiting for input or output to copy stored block */
45 MATCH, /* o: waiting for output space to copy string */
69 STORED -> COPY_ -> COPY -> TYPE
88 unsigned long check; /* protected copy of check value */
89 unsigned long total; /* protected copy of output count */
101 unsigned length; /* literal or length of data to copy */
102 unsigned offset; /* distance back to copy string from */
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
LogcatViewer.java 5 * use this file except in compliance with the License. You may obtain a copy of
53 HELP, PREFERENCES, JUMP_TO_BOTTOM, SHARE, COPY;
116 menu.add(Menu.NONE, MenuId.COPY.getId(), Menu.NONE, "Copy").setIcon(
142 } else if (itemId == MenuId.COPY.getId()) {
  /external/zlib/src/
inflate.h 35 COPY_, /* i/o: same as COPY below, but only first time in */
36 COPY, /* i/o: waiting for input or output to copy stored block */
45 MATCH, /* o: waiting for output space to copy string */
69 STORED -> COPY_ -> COPY -> TYPE
88 unsigned long check; /* protected copy of check value */
89 unsigned long total; /* protected copy of output count */
101 unsigned length; /* literal or length of data to copy */
102 unsigned offset; /* distance back to copy string from */
  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 34 COPY,
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 6 * You may obtain a copy of the License at
45 public static final String COPY = "COPY";
87 public static final String UID_COPY = "UID COPY";
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
rsync.py 6 # You may obtain a copy of the License at
80 To copy only new/changed files without deleting extra files from
166 then performing copy and remove operations according to the differences
179 the invalid copy and print a warning message. This very rarely happens, but
183 happen during a particular copy or delete operation the command will skip that
187 again, and it will attempt any remaining needed copy and/or delete operations.
231 Note that by default, the gsutil rsync command does not copy the ACLs of
258 the source and destination buckets when deciding what to copy / delete. If
272 -C If an error occurs, continue to attempt to copy the remaining
335 COPY = 'copy
    [all...]
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapConstants.java 6 * You may obtain a copy of the License at
45 public static final String COPY = "COPY";
87 public static final String UID_COPY = "UID COPY";
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 7 * You may obtain a copy of the License at
131 EDIT, PREFS, EMAIL, RESIZE, COPY, PASTE;
495 // copy selected area to clipboard
697 menu.add(Menu.NONE, MenuId.COPY.getId(), Menu.NONE, R.string.terminal_menu_copy);
707 if (itemId == MenuId.COPY.getId()) {
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 6 * You may obtain a copy of the License at
86 COPY ("Copy"),
314 case COPY:
315 mTest = new Copy();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/
scsi.h 14 You should have received a copy of the GNU Lesser General Public
50 #define COPY 0x18
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/
scsi.h 14 You should have received a copy of the GNU Lesser General Public
50 #define COPY 0x18
  /bionic/libc/kernel/common/scsi/
scsi.h 45 #define COPY 0x18
  /external/elfutils/src/
unstrip.c 16 You should have received a copy of the GNU General Public License
248 /* Copy INELF to newly-created OUTELF, exit via error for any problems. */
258 _("cannot copy ELF header: %s"));
273 _("cannot copy program header: %s"));
283 _("cannot copy section header: %s"));
288 ELF_CHECK (newdata != NULL, _("cannot copy section data: %s"));
611 /* Copy the existing section symbols. */
645 /* Now copy the rest of the existing symbols. */
1074 #define COPY(field) sec->shdr.field = (*s32)[i].field
1075 COPY (sh_name)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 6 * You may obtain a copy of the License at
223 actionBars.setGlobalActionHandler(ActionFactory.COPY.getId(),
224 new Action("Copy") {
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
symtab.h 18 // You should have received a copy of the GNU General Public License
827 // Return whether this symbol is defined by a COPY reloc from a
833 // Mark this symbol as defined by a COPY reloc.
849 // Return true if this may need a COPY relocation.
851 // defined in a dynamic object may need a COPY relocation.
1040 // True if we are using a COPY reloc for this symbol, so that the
    [all...]
  /external/kernel-headers/modified/scsi/
scsi.h 77 #define COPY 0x18
  /external/kernel-headers/original/scsi/
scsi.h 74 #define COPY 0x18
  /external/skia/src/core/
SkPaint.cpp 78 #define COPY(field) field = src.field
92 COPY(fTextSize);
93 COPY(fTextScaleX);
94 COPY(fTextSkewX);
95 COPY(fColor);
96 COPY(fWidth);
97 COPY(fMiterLimit);
98 COPY(fBitfields);
100 #undef COPY
149 #define COPY(field) field = src.fiel
    [all...]

Completed in 1403 milliseconds

12 3 4 5