HomeSort by relevance Sort by last modified time
    Searched refs:copy (Results 201 - 225 of 4348) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/luni/src/main/java/java/nio/
ReadOnlyIntArrayBuffer.java 7 * the License. You may obtain a copy of the License at
34 static ReadOnlyIntArrayBuffer copy(IntArrayBuffer other, int markOfOther) { method in class:ReadOnlyIntArrayBuffer
59 return copy(this, mark);
ReadOnlyLongArrayBuffer.java 7 * the License. You may obtain a copy of the License at
34 static ReadOnlyLongArrayBuffer copy(LongArrayBuffer other, int markOfOther) { method in class:ReadOnlyLongArrayBuffer
59 return copy(this, mark);
ReadOnlyShortArrayBuffer.java 7 * the License. You may obtain a copy of the License at
34 static ReadOnlyShortArrayBuffer copy(ShortArrayBuffer other, int markOfOther) { method in class:ReadOnlyShortArrayBuffer
59 return copy(this, mark);
  /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
  /packages/apps/Email/src/org/apache/james/mime4j/message/
MemoryBinaryBody.java 8 * with the License. You may obtain a copy of the License at *
60 IOUtils.copy(is, out);
90 IOUtils.copy(getInputStream(),out);
TempFileBinaryBody.java 8 * with the License. You may obtain a copy of the License at *
60 IOUtils.copy(is, out);
89 IOUtils.copy(getInputStream(),out);
  /external/compiler-rt/BlocksRuntime/
runtime.c 5 * to any person obtaining a copy of this software and associated documentation
7 * including without limitation the rights to use, copy, modify, merge, publish,
281 #pragma mark Copy/Release support
284 /* Copy, or bump refcount, of a block. If really copying, call the copy helper if present. */
312 // Its a stack block. Make a copy.
322 //printf("calling block copy helper %p(%p, %p)...\n", aBlock->descriptor->copy, result, aBlock);
323 (*aBlock->descriptor->copy)(result, aBlock); // do fixup
329 // This allows the copy helper routines to make non-refcounted block copies under G
382 struct Block_byref *copy = (struct Block_byref *)_Block_allocator(src->size, false, isWeak); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ArrayTableTest.java 6 * You may obtain a copy of the License at
202 Table<String, Integer, Character> copy = ArrayTable.create(original); local
203 assertEquals(original, copy);
206 assertEquals((Character) 'a', copy.get("foo", 1));
207 assertEquals(copy.rowKeySet(), original.rowKeySet());
208 assertEquals(copy.columnKeySet(), original.columnKeySet());
216 Table<String, Integer, Character> copy = ArrayTable.create(original); local
217 assertEquals(4, copy.size());
218 assertEquals((Character) 'a', copy.get("foo", 1));
219 assertEquals((Character) 'b', copy.get("bar", 1))
    [all...]
ImmutableTableTest.java 6 * You may obtain a copy of the License at
157 Table<R, C, V> copy = ImmutableTable.copyOf(original); local
158 assertEquals(original, copy);
159 validateViewOrdering(original, copy);
168 Table<R, C, V> original, Table<R, C, V> copy) {
169 assertTrue(Iterables.elementsEqual(original.cellSet(), copy.cellSet()));
170 assertTrue(Iterables.elementsEqual(original.rowKeySet(), copy.rowKeySet()));
171 assertTrue(Iterables.elementsEqual(original.values(), copy.values()));
223 Table<Character, Integer, String> copy local
227 ASSERT.that(copy.rowKeySet()).hasContentsInOrder('a', 'b')
    [all...]
  /external/mesa3d/src/glsl/
ir_clone.cpp 5 * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
259 ir_function *copy = new(mem_ctx) ir_function(this->name); local
266 copy->add_signature(sig_copy);
273 return copy;
279 ir_function_signature *copy = this->clone_prototype(mem_ctx, ht); local
281 copy->is_defined = this->is_defined;
289 copy->body.push_tail(inst_copy);
292 return copy;
298 ir_function_signature *copy local
407 ir_instruction *copy = original->clone(mem_ctx, ht); local
    [all...]
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
runtime.c 5 * to any person obtaining a copy of this software and associated documentation
7 * including without limitation the rights to use, copy, modify, merge, publish,
282 #pragma mark Copy/Release support
285 /* Copy, or bump refcount, of a block. If really copying, call the copy helper if present. */
313 // Its a stack block. Make a copy.
323 //printf("calling block copy helper %p(%p, %p)...\n", aBlock->descriptor->copy, result, aBlock);
324 (*aBlock->descriptor->copy)(result, aBlock); // do fixup
330 // This allows the copy helper routines to make non-refcounted block copies under G
383 struct Block_byref *copy = (struct Block_byref *)_Block_allocator(src->size, false, isWeak); local
    [all...]
  /external/bluetooth/glib/glib/
gerror.c 14 * You should have received a copy of the GNU Lesser General Public
134 * Makes a copy of @error.
141 GError *copy; local
145 copy = g_slice_new (GError);
147 *copy = *error;
149 copy->message = g_strdup (error->message);
151 return copy;
  /external/libxslt/libxslt/
templates.c 619 xmlAttrPtr attr, copy, last; local
678 copy = xmlNewDocProp(target->doc, attr->name, NULL);
679 if (copy == NULL) {
694 copy->parent = target;
696 target->properties = copy;
697 last = copy;
699 last->next = copy;
700 copy->prev = last;
701 last = copy;
721 copy->ns = copyNs
    [all...]
transform.c 615 * Copy of Nodes in an XSLT fashion *
716 xmlNodePtr copy; local
724 "xsltCopyTextString: copy text %s\n",
757 copy = xmlNewCDataBlock(ctxt->output, string, len);
768 copy = xmlNewTextLen(string, len);
769 if (copy != NULL)
770 copy->name = xmlStringTextNoenc;
780 copy = xmlNewTextLen(string, len);
782 if (copy != NULL) {
784 copy = xsltAddChild(target, copy)
812 xmlNodePtr copy; local
986 xmlAttrPtr copy; local
1086 xmlAttrPtr copy; local
1161 xmlNodePtr copy; local
1249 xmlNodePtr copy, ret = NULL; local
1454 xmlNodePtr copy; local
1737 xmlNodePtr copy; local
2189 xmlNodePtr cur, insert, copy = NULL; local
3726 xmlNodePtr copy, oldInsert; local
3841 xmlNodePtr copy; local
3883 xmlNodePtr copy; local
4367 xmlNodePtr copy = NULL; local
    [all...]
  /external/skia/tests/
StreamTest.cpp 59 char copy[sizeof(s)]; local
63 char* copyPtr = copy;
69 } while (copyPtr < copy + sizeof(s));
70 REPORTER_ASSERT(reporter, copyPtr == copy + sizeof(s));
71 REPORTER_ASSERT(reporter, memcmp(s, copy, sizeof(s)) == 0);
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCThreadTask.h 225 CrossThreadCopier<P1>::copy(parameter1));
238 CrossThreadCopier<P1>::copy(parameter1),
239 CrossThreadCopier<P2>::copy(parameter2));
253 CrossThreadCopier<P1>::copy(parameter1),
254 CrossThreadCopier<P2>::copy(parameter2),
255 CrossThreadCopier<P3>::copy(parameter3));
270 CrossThreadCopier<P1>::copy(parameter1),
271 CrossThreadCopier<P2>::copy(parameter2),
272 CrossThreadCopier<P3>::copy(parameter3),
273 CrossThreadCopier<P4>::copy(parameter4))
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
nfa.c 80 int copy, i; local
82 copy = mkstate( SYM_EPSILON );
85 copy = link_machines( copy, dupmachine( singl ) );
87 return copy;
135 * copy = dupmachine( mach );
137 * copy - holds duplicate of mach
140 * note that the copy of mach is NOT an exact duplicate; rather, all the
141 * transition states values are adjusted so that the copy is self-contained,
549 int base_mach, tail, copy, i local
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListSubListTester.java 6 * You may obtain a copy of the License at
211 List<E> copy = list.subList(0, size); local
214 assertEquals(list.get(0), copy.get(0));
215 assertEquals(list.get(size - 1), copy.get(size - 1));
220 for (List<E> subList : Arrays.asList(copy, head, tail)) {
235 List<E> copy = list.subList(0, size); local
238 assertTrue(copy.contains(list.get(0)));
242 assertTrue(copy.contains(list.get(size - 1)));
253 List<E> copy = list.subList(0, size); local
256 assertEquals(copy.indexOf(list.get(0))
279 List<E> copy = list.subList(0, size); local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 6 * You may obtain a copy of the License at
441 PointerCoords copy = new PointerCoords(coords); local
442 assertEquals(1f, copy.x);
443 assertEquals(2f, copy.y);
444 assertEquals(3f, copy.pressure);
445 assertEquals(4f, copy.size);
446 assertEquals(5f, copy.touchMajor);
447 assertEquals(6f, copy.touchMinor);
448 assertEquals(7f, copy.toolMajor);
449 assertEquals(8f, copy.toolMinor)
467 PointerCoords copy = new PointerCoords(); local
493 PointerProperties copy = new PointerProperties(properties); local
503 PointerProperties copy = new PointerProperties(); local
    [all...]
  /external/quake/quake/src/QW/client/
net_udp.c 15 You should have received a copy of the GNU General Public License
124 char copy[128]; local
132 strcpy (copy, s);
134 for (colon = copy ; *colon ; colon++)
141 if (copy[0] >= '0' && copy[0] <= '9')
143 *(int *)&sadr.sin_addr = inet_addr(copy);
147 if (! (h = gethostbyname(copy)) )
net_wins.c 15 You should have received a copy of the GNU General Public License
100 char copy[128]; local
108 strcpy (copy, s);
110 for (colon = copy ; *colon ; colon++)
117 if (copy[0] >= '0' && copy[0] <= '9')
119 *(int *)&sadr.sin_addr = inet_addr(copy);
123 if ((h = gethostbyname(copy)) == 0)
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiff.pl 42 +++ Makefile (working copy)
55 +++ Makefile (working copy)
153 +++ Makefile (working copy)
169 +++ Makefile (working copy)
190 +++ Makefile_new (working copy)
210 +++ Makefile (working copy)
223 +++ Makefile (working copy)
241 +++ Makefile (working copy)
256 +++ Makefile (working copy)
282 +++ Makefile (working copy)
    [all...]
  /external/webkit/Tools/wx/packaging/
build-mac-installer.py 88 copy = True
91 copy = False
93 if copy:
100 shutil.copy(filename, copydir)
126 shutil.copy(afile, wxpythonroot)
131 shutil.copy(afile, wxroot)
143 shutil.copy(os.path.join(wxwk_root, "Source", "WebKit", "wx", "bindings", "python", "samples", "simple.py"), demodir)
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXPolicyNode.java 131 return copy();
134 public PKIXPolicyNode copy() method in class:PKIXPolicyNode
161 PKIXPolicyNode _child = ((PKIXPolicyNode)_iter.next()).copy();
  /external/guava/guava/src/com/google/common/collect/
ObjectArrays.java 6 * You may obtain a copy of the License at
106 T[] copy = newArray(original, newLength); local
108 original, 0, copy, 0, Math.min(original.length, newLength));
109 return copy;

Completed in 1686 milliseconds

1 2 3 4 5 6 7 891011>>