HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 226 - 250 of 2467) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/libbcc/tests/data/src/
structs.c 21 // struct s {float c,a,b,c;} s; // duplicate struct member
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documenttypegetentitieslength.java 31 * Duplicate entities are to be discarded.
nodeclonetruecopytext.java 33 * duplicate node returned by the method should copy
  /libcore/luni/src/main/java/libcore/util/
CollectionUtils.java 82 * Sorts and removes duplicate elements from {@code list}. This method does
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
sort 3 ."will also remove any duplicate entries. This will also\n"
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastContentProvider.java 187 * @return true if the broadcast is new, false if it's a duplicate broadcast.
193 // Note: this method previously queried the database for duplicate message IDs, but this
196 // Use duplicate message ID detection in CellBroadcastAlertService instead of DB query.
207 return true; // broadcast is not a duplicate
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libstdc++.so.6.0.16-gdb.py 35 # Do a simple normalization that removes duplicate separators.
  /external/icu4c/tools/gencnval/
gencnval.c 625 fprintf(stderr, "%s:%d: warning: duplicate alias %s and %s found\n", path,
634 fprintf(stderr, "%s:%d: information: duplicate alias %s and %s found\n", path,
699 /* Check for duplicate aliases for this tag on all converters */
709 * Only print a warning in verbose mode, or if the alias is a precise duplicate,
710 * not just a lenient-match duplicate.
713 fprintf(stderr, "%s:%d: warning: duplicate aliases %s and %s found for standard %s and converter %s\n", path,
719 fprintf(stderr, "%s:%d: warning: duplicate aliases %s and %s found for standard tag %s between converter %s and converter %s\n", path,
730 /* Check for duplicate default aliases for this converter on all tags */
739 fprintf(stderr, "%s:%d: warning: duplicate alias %s found for converter %s and standard tag %s\n", path,
788 fprintf(stderr, "%s:%d: error: duplicate converter %s found!\n", path, lineNum, converter)
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 373 * Per security review bug #1112214, duplicate args are disallowed in
389 "Duplicate arg specified");
397 "Duplicate arg specified");
405 "Duplicate target-sdk-version specified");
425 "Duplicate arg specified");
432 "Duplicate arg specified");
447 // Duplicate --rlimit arguments are specifically allowed.
469 "Duplicate arg specified");
480 "Duplicate arg specified");
494 "Duplicate arg specified")
    [all...]
  /development/tools/elftree/
elftree.c 259 " -S Duplicate entire subtree when a duplicate is found\n"
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeAdaptor.as 14 * dupNode is called to duplicate nodes during rewrite operations.
17 /** Duplicate a node. This is part of the factory;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeAdaptor.cs 46 * dupNode is called to duplicate nodes during rewrite operations.
51 * Duplicate a node. This is part of the factory;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTreeAdaptor.java 41 * dupNode is called to duplicate nodes during rewrite operations.
44 /** Duplicate a node. This is part of the factory;
  /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/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 81 // Go ahead and update all uses to the duplicate, so that we can just
140 // Ditch the duplicate, since we're done with it, and rewrite all remaining
  /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/
GrTHashCache.h 32 * Allows duplicate key entries but on find you may get
33 * any of the duplicate entries returned.
  /external/valgrind/main/include/
pub_tool_hashtable.h 61 /* Add a node to the table. Duplicate keys are permitted. */
65 * with duplicate keys are present, the most recently-added of the dups will
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-170193.js 38 * SUMMARY: adding prop after middle-delete of function w duplicate formal args
45 var summary = 'adding property after middle-delete of function w duplicate formal args';
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_csspropertynames.py 117 # Make sure there aren't any duplicate lines in the in files.
128 raise KeyError, 'Duplicate value %s' % line
  /frameworks/base/services/input/tests/
InputDispatcher_test.cpp 234 // Rejects motion events with duplicate pointer ids.
243 << "Should reject motion events with duplicate pointer ids.";

Completed in 660 milliseconds

1 2 3 4 5 6 7 8 91011>>