/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/ |
JHdf.java | 6 * You may obtain a copy of the License at 231 public void copy(String hdfpath, HDF src) { method in class:JHdf 234 data.copy(srcJHdf.data); 236 data.copy(hdfpath, srcJHdf.data);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/ |
TraceviewEditor.java | 6 * You may obtain a copy of the License at 141 if (copy(shell, fileEditorInput.getURI(), file.getLocationURI()) == null) { 188 IFileStore destFileStore = copy(shell, fileStoreEditorInput.getURI(), localFile.toURI()); 202 private IFileStore copy(Shell shell, URI source, URI dest) { method in class:TraceviewEditor 208 sourceFileStore.copy(destFileStore, EFS.OVERWRITE, null);
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/ |
gl-matrix.js | 171 * Copy the values from one vec2 to another 177 vec2.copy = function(out, a) { 659 * Copy the values from one vec3 to another 665 vec3.copy = function(out, a) { 1147 * Copy the values from one vec4 to another 1153 vec4.copy = function(out, a) { [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableSortedMapTest.java | 6 * You may obtain a copy of the License at 539 ImmutableSortedMap<String, Integer> copy local 541 assertEquals(Collections.<String, Integer>emptyMap(), copy); local 542 assertSame(copy, ImmutableSortedMap.copyOf(copy)); 543 assertSame(Ordering.natural(), copy.comparator()); 547 ImmutableSortedMap<String, Integer> copy local 549 assertMapEquals(copy, "one", 1); 550 assertSame(copy, ImmutableSortedMap.copyOf(copy)); 560 ImmutableSortedMap<String, Integer> copy local 574 ImmutableSortedMap<String, Integer> copy local 585 ImmutableSortedMap<String, Integer> copy local 598 ImmutableSortedMap<String, Integer> copy local 612 ImmutableSortedMap<String, Integer> copy local 661 Map<IntegerDiv10, String> copy = ImmutableMap.copyOf(original); local [all...] |
AbstractBiMapTest.java | 6 * You may obtain a copy of the License at 482 BiMap<Integer, String> copy = local 484 assertEquals(bimap.inverse(), copy.inverse()); 514 BiMapPair copy = SerializableTester.reserialize(pair); local 515 assertEquals(pair.forward, copy.forward); 516 assertEquals(pair.backward, copy.backward); 518 copy.forward.put(4, "four"); 519 copy.backward.put("five", 5); 520 assertEquals(copy.backward, copy.forward.inverse()) 547 BiMapPair copy = SerializableTester.reserialize(pair); local [all...] |
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
UnknownFieldSetTest.java | 431 // Object should be equal to a copy of itself. 432 UnknownFieldSet copy = UnknownFieldSet.newBuilder(set).build(); local 433 assertEquals(set, copy); 434 assertEquals(copy, set); 435 assertEquals(set.hashCode(), copy.hashCode());
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
UnknownFieldSetTest.java | 431 // Object should be equal to a copy of itself. 432 UnknownFieldSet copy = UnknownFieldSet.newBuilder(set).build(); local 433 assertEquals(set, copy); 434 assertEquals(copy, set); 435 assertEquals(set.hashCode(), copy.hashCode());
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
Spline.java | 6 * You may obtain a copy of the License at 433 public Spline copy() { method in class:Spline 437 spline.addPoint(point.copy());
|
/packages/services/Telephony/src/com/android/phone/ |
CallHandlerServiceProxy.java | 6 * You may obtain a copy of the License at 562 final List<Call> copy = Lists.newArrayList(); local 564 copy.add(new Call(call)); 566 getQueue().add(new QueueParams(QueueParams.METHOD_UPDATE, copy));
|
/build/core/ |
product.mk | 6 # You may obtain a copy of the License at 285 define add-to-product-copy-files-if-exists
|
product_config.mk | 6 # You may obtain a copy of the License at 76 define find-copy-subdir-files 351 # The rules for these copy steps are defined in build/core/Makefile.
|
/build/tools/releasetools/ |
ota_from_target_files | 7 # You may obtain a copy of the License at 68 import copy namespace 307 list of symlinks. output_zip may be None, in which case the copy is 322 info2 = copy.copy(info) [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaScannerConnectionTest.java | 6 * You may obtain a copy of the License at 51 copier.copy(R.raw.testmp3, fileName);
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
Insn.java | 6 * You may obtain a copy of the License at 252 * Returns an exact copy of this Insn 256 public Insn copy() { method in class:Insn
|
RegisterSpecSet.java | 6 * You may obtain a copy of the License at 378 * Makes and return a mutable copy of this instance. 380 * @return {@code non-null;} the mutable copy 384 RegisterSpecSet copy = new RegisterSpecSet(len); local 389 copy.put(spec); 393 copy.size = size; 395 return copy;
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Frame.java | 6 * You may obtain a copy of the License at 91 * Makes and returns a mutable copy of this instance. The copy 95 * @return {@code non-null;} the copy 97 public Frame copy() { method in class:Frame 98 return new Frame(locals.copy(), stack.copy(), subroutines); 397 ExecutionStack newStack = getStack().copy();
|
/dalvik/dx/src/com/android/dx/rop/code/ |
Insn.java | 6 * You may obtain a copy of the License at 250 * Returns an exact copy of this Insn 254 public Insn copy() { method in class:Insn
|
RegisterSpecSet.java | 6 * You may obtain a copy of the License at 377 * Makes and return a mutable copy of this instance. 379 * @return {@code non-null;} the mutable copy 383 RegisterSpecSet copy = new RegisterSpecSet(len); local 388 copy.put(spec); 392 copy.size = size; 394 return copy;
|
/dalvik/dx/tests/115-merge/com/android/dx/merge/ |
DexMergeTest.java | 6 * You may obtain a copy of the License at 180 copy(new FileInputStream(dex), jarOut); method 186 private void copy(InputStream in, OutputStream out) throws IOException { method in class:DexMergeTest
|
/dalvik/vm/compiler/codegen/arm/Thumb/ |
Factory.cpp | 6 * You may obtain a copy of the License at 43 * a high register, build constant into a low register and copy. 934 ArmLIR *copy = genRegCopyNoInsert(cUnit, r14lr, r5FP); local 935 dvmCompilerInsertLIRAfter((LIR *) popForLR, (LIR *) copy); 942 dvmCompilerInsertLIRAfter((LIR *) copy, (LIR *) popFP);
|
/development/tools/idegen/src/com/android/idegen/ |
Module.java | 6 * You may obtain a copy of the License at 134 String[] copy = directDependencies.toArray(new String[directDependencies.size()]); local 135 for (String dependency : copy) {
|
/external/apache-http/src/org/apache/http/protocol/ |
BasicHttpProcessor.java | 13 * with the License. You may obtain a copy of the License at 321 * Creates a copy of this instance 325 public BasicHttpProcessor copy() { method in class:BasicHttpProcessor
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
MD5Digest.java | 28 * Copy constructor. This will copy the state of the provided 312 public Memoable copy() method in class:MD5Digest
|
SHA1Digest.java | 31 * Copy constructor. This will copy the state of the provided 293 public Memoable copy() method in class:SHA1Digest
|
SHA256Digest.java | 38 * Copy constructor. This will copy the state of the provided 302 public Memoable copy() method in class:SHA256Digest
|