/external/chromium_org/chrome/utility/media_galleries/ |
picasa_albums_indexer_unittest.cc | 71 // Add a second folder with just a duplicate InFirst.jpg. 82 // Add a third folder with just a duplicate InFirst.jpg and InSecond.jpg.
|
/external/chromium_org/extensions/browser/ |
error_map_unittest.cc | 114 // Test to ensure that the error console will not add duplicate errors, but will 141 // The duplicate error should be the last reported (pointer comparison)...
|
/external/chromium_org/net/cookies/ |
cookie_monster_store_test.h | 111 // Indicates if the store has been fully loaded to avoid returning duplicate 187 // Indicates if the store has been fully loaded to avoid return duplicate
|
/external/chromium_org/sandbox/win/src/ |
registry_dispatcher.cc | 80 // If there is a root directory, we need to duplicate the handle to make 126 // If there is a root directory, we need to duplicate the handle to make
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/ |
loopfiltersimpleverticaledge_neon.asm | 137 vdup.s8 q1, r3 ; duplicate blim 153 vdup.s8 q1, r3 ; duplicate mblim
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxextensions.h | 203 /* This *MUST* go here. If it gets put after the duplicate values it will 204 * get the value after the last duplicate.
|
/external/chromium_org/third_party/skia/src/core/ |
SkPtrRecorder.h | 18 * Maintains a set of ptrs, assigning each a unique ID [1...N]. Duplicate ptrs 35 * [1...N]. Duplicate ptrs will return the same ID.
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrTHashTable.h | 25 * Allows duplicate key entries but on find you may get 26 * any of the duplicate entries returned.
|
/external/chromium_org/third_party/skia/src/utils/win/ |
SkDWriteFontFileStream.cpp | 87 SkDWriteFontFileStream* SkDWriteFontFileStream::duplicate() const { function in class:SkDWriteFontFileStream 106 SkAutoTUnref<SkDWriteFontFileStream> that(this->duplicate());
|
/external/chromium_org/third_party/sqlite/src/test/ |
corrupt9.test | 15 # on corruption in the form of duplicate entries on the freelist. 85 # Corrupt the freelist by adding duplicate entries to the freelist.
|
/external/chromium_org/ui/display/chromeos/x11/ |
native_display_delegate_x11.h | 59 // Returns the list of current outputs. This is used to discard duplicate 142 // |cached_outputs_| so that we can check for duplicate events rather than
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
IAttributeCollection.java | 64 * Adds a new Attribute_info descriptor to this collection. No duplicate 74 * Replaces the Attribute_info descriptor at a given offset. No duplicate
|
IFieldCollection.java | 69 * Adds a new Field_info descriptor to this collection. No duplicate 80 * Replaces the Field_info descriptor at a given offset. No duplicate
|
IMethodCollection.java | 67 * Adds a new Method_info descriptor to this collection. No duplicate 77 * Replaces the Method_info descriptor at a given offset. No duplicate
|
/external/iproute2/man/man8/ |
ip-address.8.in | 173 (IPv6 only) only list addresses which have not yet passed duplicate 182 (IPv6 only) only list addresses which have failed duplicate
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
loopfiltersimpleverticaledge_neon.asm | 135 vdup.s8 q1, r3 ; duplicate blim 151 vdup.s8 q1, r3 ; duplicate mblim
|
/external/llvm/lib/Transforms/IPO/ |
PartialInlining.cpp | 82 // Go ahead and update all uses to the duplicate, so that we can just 141 // Ditch the duplicate, since we're done with it, and rewrite all remaining
|
/external/llvm/test/MC/AArch64/ |
neon-scalar-dup.s | 4 // Duplicate element (scalar) 31 // Aliases for Duplicate element (scalar)
|
/external/mesa3d/src/glx/ |
glxextensions.h | 203 /* This *MUST* go here. If it gets put after the duplicate values it will 204 * 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/skia/src/core/ |
SkPtrRecorder.h | 18 * Maintains a set of ptrs, assigning each a unique ID [1...N]. Duplicate ptrs 35 * [1...N]. Duplicate ptrs will return the same ID.
|
/external/skia/src/gpu/ |
GrTHashTable.h | 25 * Allows duplicate key entries but on find you may get 26 * any of the duplicate entries returned.
|
/external/skia/src/utils/win/ |
SkDWriteFontFileStream.cpp | 87 SkDWriteFontFileStream* SkDWriteFontFileStream::duplicate() const { function in class:SkDWriteFontFileStream 106 SkAutoTUnref<SkDWriteFontFileStream> that(this->duplicate());
|
/external/valgrind/main/include/ |
pub_tool_hashtable.h | 63 /* Add a node to the table. Duplicate keys are permitted. */ 67 * with duplicate keys are present, the most recently-added of the dups will
|
/frameworks/native/services/inputflinger/tests/ |
InputDispatcher_test.cpp | 245 // Rejects motion events with duplicate pointer ids. 255 << "Should reject motion events with duplicate pointer ids.";
|