HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 626 - 650 of 6812) sorted by null

<<21222324252627282930>>

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastContentProvider.java 189 * @return true if the broadcast is new, false if it's a duplicate broadcast.
195 // Note: this method previously queried the database for duplicate message IDs, but this
198 // Use duplicate message ID detection in CellBroadcastAlertService instead of DB query.
209 return true; // broadcast is not a duplicate
  /packages/apps/Email/src/com/android/email/activity/setup/
DuplicateAccountDialogFragment.java 30 * Dialog fragment to show "duplicate account" dialog
  /packages/apps/Settings/src/com/android/settings/language/
PhoneLanguagePreferenceController.java 60 // make search page look like there are duplicate result, creating confusion.
  /prebuilts/clang/host/linux-x86/
Android.mk 26 # We rename it to asan-test for now to avoid duplicate definitions.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/acl/
libacl.h 51 #define ACL_DUPLICATE_ERROR (0x2000) /* duplicate Id's in entries */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
e820.h 14 * plus E820MAX, allowing space for the possible duplicate E820
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
e820.h 14 * plus E820MAX, allowing space for the possible duplicate E820
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libstdc++.so.6.0.19-gdb.py 35 # Do a simple normalization that removes duplicate separators.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib64/
libstdc++.so.6.0.19-gdb.py 35 # Do a simple normalization that removes duplicate separators.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libstdc++.a-gdb.py 35 # Do a simple normalization that removes duplicate separators.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libstdc++.a-gdb.py 35 # Do a simple normalization that removes duplicate separators.
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Standard_Suite.py 115 def duplicate(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
116 """duplicate: Duplicate one or more object(s)
117 Required argument: the object(s) to duplicate
  /prebuilts/go/darwin-x86/src/bytes/
bytes_arm64.s 42 // Duplicate R1 (byte to search) to 16 1-byte elements of V0
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
zcse.go 13 // remove duplicate expressions.
  /prebuilts/go/darwin-x86/test/chan/
doubleselect.go 54 println("got duplicate value: ", v)
  /prebuilts/go/linux-x86/src/bytes/
bytes_arm64.s 42 // Duplicate R1 (byte to search) to 16 1-byte elements of V0
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
zcse.go 13 // remove duplicate expressions.
  /prebuilts/go/linux-x86/test/chan/
doubleselect.go 54 println("got duplicate value: ", v)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Standard_Suite.py 115 def duplicate(self, _object, _attributes={}, **_arguments): member in class:Standard_Suite_Events
116 """duplicate: Duplicate one or more object(s)
117 Required argument: the object(s) to duplicate
  /system/sepolicy/prebuilts/api/28.0/private/
system_app.te 105 duplicate
  /system/sepolicy/private/
system_app.te 105 duplicate
  /system/sepolicy/tools/sepolicy-analyze/
dups.c 66 printf("Duplicate allow rule found:\n");
  /test/vts/specification/
Android.mk 92 -Wno-duplicate-decl-specifier \
  /tools/metalava/src/main/java/com/android/tools/metalava/model/text/
TextFieldItem.kt 74 override fun duplicate(targetContainingClass: ClassItem): FieldItem = codebase.unsupported()
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 635 fprintf(stderr, "%s:%d: warning: duplicate alias %s and %s found\n", path,
644 fprintf(stderr, "%s:%d: information: duplicate alias %s and %s found\n", path,
709 /* Check for duplicate aliases for this tag on all converters */
719 * Only print a warning in verbose mode, or if the alias is a precise duplicate,
720 * not just a lenient-match duplicate.
723 fprintf(stderr, "%s:%d: warning: duplicate aliases %s and %s found for standard %s and converter %s\n", path,
729 fprintf(stderr, "%s:%d: warning: duplicate aliases %s and %s found for standard tag %s between converter %s and converter %s\n", path,
740 /* Check for duplicate default aliases for this converter on all tags */
749 fprintf(stderr, "%s:%d: warning: duplicate alias %s found for converter %s and standard tag %s\n", path,
798 fprintf(stderr, "%s:%d: error: duplicate converter %s found!\n", path, lineNum, converter)
    [all...]

Completed in 1840 milliseconds

<<21222324252627282930>>