HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 601 - 625 of 3770) sorted by null

<<21222324252627282930>>

  /hardware/intel/bootstub/
sfi.c 69 /* ASSERT: no duplicate start address found */
  /hardware/ti/omap4-aah/security/tf_daemon/
lib_manifest2.c 593 /* Check for duplicate section names */
605 LOG_ERROR(pContext, "Duplicate section %.*s", nDupNameLength, pDupName);
611 /* Check for duplicate property name */
619 LOG_ERROR(pContext,"Duplicate property %.*s", nDupNameLength, pDupName);
lib_manifest2.h 90 * Check that the section name contains only ASCII characters and that there is no duplicate
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 593 /* Check for duplicate section names */
605 LOG_ERROR(pContext, "Duplicate section %.*s", nDupNameLength, pDupName);
611 /* Check for duplicate property name */
619 LOG_ERROR(pContext,"Duplicate property %.*s", nDupNameLength, pDupName);
lib_manifest2.h 90 * Check that the section name contains only ASCII characters and that there is no duplicate
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodecloneattributescopied.java 33 * duplicate node returned by the method should copy the
hc_nodeclonefalsenocopytext.java 36 * duplicate node returned by the method should not copy
hc_nodeclonetruecopytext.java 36 * duplicate node returned by the method should copy
nodecloneattributescopied.java 37 * duplicate node returned by the method should copy the
nodeclonefalsenocopytext.java 36 * duplicate node returned by the method should not copy
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
normalize01.java 42 * This appears to be a duplicate of elementnormalize.xml in DOM L1 Test Suite
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
UTF16CharsetEncoderTest.java 117 out = out.duplicate();
  /libcore/luni/src/main/java/java/nio/
DoubleArrayBuffer.java 65 @Override public DoubleBuffer duplicate() { method in class:DoubleArrayBuffer
FloatArrayBuffer.java 66 @Override public FloatBuffer duplicate() { method in class:FloatArrayBuffer
IntArrayBuffer.java 65 @Override public IntBuffer duplicate() { method in class:IntArrayBuffer
LongArrayBuffer.java 65 @Override public LongBuffer duplicate() { method in class:LongArrayBuffer
ShortArrayBuffer.java 65 @Override public ShortBuffer duplicate() { method in class:ShortArrayBuffer
  /libcore/luni/src/test/java/tests/org/w3c/dom/
Normalize.java 42 * This appears to be a duplicate of elementnormalize.xml in DOM L1 Test Suite
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_exception_storage.cpp 83 std::cerr << "Duplicate thread globals (" << i-1 << " and " << i << ")" << std::endl;
  /packages/apps/Camera2/src/com/android/camera/one/
AbstractOneCamera.java 27 * duplicate. Hence all {@link OneCamera} implementations should sub-class this
  /packages/apps/Email/src/com/android/email/mail/transport/
DiscourseLogger.java 105 * method successively more than once. There will be no duplicate log.)
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 265 // We only report error messages (duplicate shortcut or out of space) as the add-animation
293 // By default, we allow for duplicate entries (located in
295 boolean duplicate = data.getBooleanExtra(Launcher.EXTRA_SHORTCUT_DUPLICATE, true);
296 if (duplicate || !shortcutExists) {
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
NetworkMonitor.java 33 /** State notification callback. Expect some duplicate notifications. */
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionUtils.java 68 * duplicate suggestions.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
EllipsizedMultilineTextView.java 97 // Merely assembling the Spanned pieces together would result in duplicate CharacterStyle

Completed in 717 milliseconds

<<21222324252627282930>>