/external/llvm/test/MC/AArch64/ |
neon-scalar-dup.s | 4 // Duplicate element (scalar) 31 // Aliases for Duplicate element (scalar)
|
/external/lzma/CPP/7zip/UI/Common/ |
UpdatePair.cpp | 41 static const char *k_Duplicate_inArc_Message = "Duplicate filename in archive:";
42 static const char *k_Duplicate_inDir_Message = "Duplicate filename on disk:";
|
/external/mesa3d/src/glx/ |
glxextensions.h | 218 /* This *MUST* go here. If it gets put after the duplicate values it will 219 * get the value after the last duplicate.
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ |
PlayReadyHeader.java | 213 this.value = bytes.duplicate(); 241 this.value = bytes.duplicate();
|
/external/python/cpython2/Mac/scripts/ |
mkestrres.py | 71 print 'DUPLICATE', number 98 print 'DUPLICATE', number
|
/external/skia/src/core/ |
SkPtrRecorder.h | 17 * Maintains a set of ptrs, assigning each a unique ID [1...N]. Duplicate ptrs 34 * [1...N]. Duplicate ptrs will return the same ID.
|
/external/skqp/src/core/ |
SkPtrRecorder.h | 17 * Maintains a set of ptrs, assigning each a unique ID [1...N]. Duplicate ptrs 34 * [1...N]. Duplicate ptrs will return the same ID.
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
PartialInlining.cpp | 81 // Go ahead and update all uses to the duplicate, so that we can just 139 // Ditch the duplicate, since we're done with it, and rewrite all remaining
|
/external/swiftshader/third_party/LLVM/tools/llvm-config/ |
find-cycles.pl | 64 push @modules, @archives; # WORKAROUND: Duplicate *.a files. Ick.
69 push @modules, @modules; # WORKAROUND: Duplicate *.o files. Ick.
|
/external/tensorflow/tensorflow/compiler/xla/ |
map_util.h | 94 CHECK(p.second) << "duplicate key: " << key; 106 CHECK(set->insert(value).second) << "duplicate value: " << value;
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
record_input_test.py | 116 # cycle over 3 epochs and make sure we never duplicate 170 # cycle over 3 epochs and make sure we never duplicate
|
/external/tpm2/ |
Rewrap.c | 60 "DUPLICATE", &in->inSymSeed, &data); 99 "DUPLICATE", &data, &out->outSymSeed);
|
/external/vboot_reference/firmware/2lib/ |
2nvstorage.c | 72 /* Macro for vb2_nv_get() single-bit settings to reduce duplicate code. */ 163 /* Macro for vb2_nv_set() single-bit settings to reduce duplicate code. */
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/ |
CategoryManager.java | 204 * Filter out duplicate tiles from category. Duplicate tiles are the ones pointing to the
|
/frameworks/native/services/inputflinger/tests/ |
InputDispatcher_test.cpp | 243 // Rejects motion events with duplicate pointer ids. 253 << "Should reject motion events with duplicate pointer ids.";
|
/libcore/ojluni/src/main/java/java/nio/ |
ByteBufferAsDoubleBuffer.java | 41 this.bb = bb.duplicate(); 68 public DoubleBuffer duplicate() { method in class:ByteBufferAsDoubleBuffer
|
ByteBufferAsFloatBuffer.java | 40 this.bb = bb.duplicate(); 67 public FloatBuffer duplicate() { method in class:ByteBufferAsFloatBuffer
|
ByteBufferAsIntBuffer.java | 40 this.bb = bb.duplicate(); 67 public IntBuffer duplicate() { method in class:ByteBufferAsIntBuffer
|
ByteBufferAsLongBuffer.java | 40 this.bb = bb.duplicate(); 67 public LongBuffer duplicate() { method in class:ByteBufferAsLongBuffer
|
ByteBufferAsShortBuffer.java | 40 this.bb = bb.duplicate(); 67 public ShortBuffer duplicate() { method in class:ByteBufferAsShortBuffer
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
CallLogInteractionsLoader.java | 82 // Sort the call log interactions by date for duplicate removal 106 * every entry should have a distinct date. Therefore, we can assume duplicate entries are
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
UninstallShortcutReceiver.java | 99 boolean duplicate = data.getBooleanExtra(Launcher.EXTRA_SHORTCUT_DUPLICATE, true); 120 if (!duplicate) {
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/ |
ContinuousRangeMap.h | 122 // FIXME: we should not allow any duplicate keys, but there are a lot of 123 // duplicate 0 -> 0 mappings to remove first.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
TailDuplicator.h | 60 /// @param TailDupSize - Maxmimum size of blocks to tail-duplicate. Zero 70 /// Tail duplicate a single basic block into its predecessors, and then clean
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/ |
ContinuousRangeMap.h | 122 // FIXME: we should not allow any duplicate keys, but there are a lot of 123 // duplicate 0 -> 0 mappings to remove first.
|