/test/vts/utils/app_engine/ |
bigtable_client.py | 69 This could be due to creating a table with a duplicate name.
|
/toolchain/binutils/binutils-2.27/libiberty/ |
lrealpath.c | 155 /* This system is a lost cause, just duplicate the filename. */
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
TextMethodItem.kt | 150 override fun duplicate(targetContainingClass: ClassItem): MethodItem = codebase.unsupported()
|
/build/make/tools/fs_config/ |
fs_config_generator.py | 53 raise ValueError('Duplicate generator name: ' + gen) 341 # duplicate name 343 raise ValueError('Duplicate aid "%s"' % identifier) 346 raise ValueError('Duplicate aid value "%s" for %s' % (value, 661 # duplicate definitions of the same value 837 Calls sys.exit() on a duplicate. 850 sys.exit('Duplicate %s "%s" found in files: %s' % [all...] |
/external/deqp/external/vulkancts/scripts/ |
gen_framework.py | 713 for duplicate in duplicatedHandles: 714 yield "\t%s\t= %s," % (duplicate.getHandleType(), duplicatedHandles[duplicate].getHandleType()) 790 for duplicate in duplicatedHandles: 791 if duplicate.type == Handle.TYPE_DISP: 792 yield "VK_DEFINE_HANDLE\t(%s,\t%s);" % (duplicate.name, duplicatedHandles[duplicate].getHandleType()) 793 elif duplicate.type == Handle.TYPE_NONDISP: 794 yield "VK_DEFINE_NON_DISPATCHABLE_HANDLE\t(%s,\t%s);" % (duplicate.name, duplicatedHandles[duplicate].getHandleType() [all...] |
/external/icu/icu4c/source/tools/makeconv/ |
genmbcs.cpp | 438 fprintf(stderr, "error: duplicate codepage byte sequence at U+%04x<->0x%s see U+%04x\n", 442 fprintf(stderr, "duplicate codepage byte sequence at U+%04x<->0x%s see U+%04x\n", 468 fprintf(stderr, "error: duplicate codepage byte sequence at U+%04x<->0x%s see U+%04x\n", 472 fprintf(stderr, "duplicate codepage byte sequence at U+%04x<->0x%s see U+%04x\n", 506 fprintf(stderr, "error: duplicate codepage byte sequence at U+%04x<->0x%s see U+%04x\n", 510 fprintf(stderr, "duplicate codepage byte sequence at U+%04x<->0x%s see U+%04x\n", 669 fprintf(stderr, "error: duplicate Unicode code point at U+%04x<->0x%02x see 0x%02x\n", 673 fprintf(stderr, "duplicate Unicode code point at U+%04x<->0x%02x see 0x%02x\n", 882 fprintf(stderr, "error: duplicate Unicode code point at U+%04x<->0x%s see 0x%02x\n", 886 fprintf(stderr, "duplicate Unicode code point at U+%04x<->0x%s see 0x%02x\n" [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/ |
Dhcp6Impl.c | 292 // Duplicate config data, including all reference buffers.
305 // Duplicate a copy of EFI_DHCP6_DUID for client Id.
323 // Duplicate a copy of EFI_DHCP6_IA for configured Ia.
339 // Duplicate a copy of reply packet if has.
486 // Duplicate config data including all reference buffers.
[all...] |
/external/autotest/client/common_lib/cros/ |
textfsm.py | 309 # Check for duplicate option declaration 311 raise TextFSMTemplateError('Duplicate option "%s"' % name) 440 "Duplicate or invalid variable substitution: '%s'. Line: %s." % 697 "Duplicate declarations for Value '%s'. Line: %s." 762 raise TextFSMTemplateError("Duplicate state name: '%s'. Line: %s"
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
esextcTessellationShaderPoints.cpp | 614 "Verifies points generated by the tessellator unit do not duplicate " 769 /* First, make sure a valid amount of duplicate vertices was found for a single data set */ [all...] |
/external/flatbuffers/java/com/google/flatbuffers/ |
FlatBufferBuilder.java | 918 ByteBuffer duplicate = bb.duplicate(); local [all...] |
/external/libcups/cups/ |
array.c | 111 * function. Duplicate strings are NOT added. If the string pointer "s" is NULL 163 DEBUG_puts("1_cupsArrayAddStrings: Unable to duplicate string."); 351 * 'cupsArrayDup()' - Duplicate the array. 356 cups_array_t * /* O - Duplicate array */ 359 cups_array_t *da; /* Duplicate array */
|
/external/libxml2/ |
hash.c | 382 * by using the @name. Duplicate names generate errors. 399 * by using the (@name, @name2) tuple. Duplicate tuples generate errors. 523 * by using the tuple (@name, @name2, @name3). Duplicate entries generate 561 * Check for duplicate and insertion location. 677 * Check for duplicate and insertion location.
|
/external/protobuf/src/google/protobuf/stubs/ |
map_util.h | 340 GOOGLE_CHECK(InsertIfNotPresent(collection, value)) << "duplicate value: " << value; 347 GOOGLE_CHECK(InsertIfNotPresent(collection, value)) << "duplicate value."; 357 << "duplicate key: " << key; 366 GOOGLE_CHECK(InsertIfNotPresent(collection, key, data)) << "duplicate key."; 382 GOOGLE_CHECK(res.second) << "duplicate key: " << key;
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
TargetInstrInfo.h | 195 /// duplicate - Create a duplicate of the Orig instruction in MF. This is like 200 virtual MachineInstr *duplicate(MachineInstr *Orig, 345 /// if-converter to duplicate instructions of specified accumulated [all...] |
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
forward_error_correction.cc | 487 // Search for duplicate packets. 490 // Duplicate packet, no need to add to list. 491 // Delete duplicate media packet data. 532 // Check for duplicate. 536 // Delete duplicate FEC packet data. [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
stmt.go | 250 // look for duplicate values 252 // look for duplicate types for a given value 256 check.errorf(v.pos(), "duplicate case %s in expression switch", &v) 273 // look for duplicate types 282 check.errorf(e.Pos(), "duplicate case %s in type switch", Ts)
|
/prebuilts/go/linux-x86/src/go/types/ |
stmt.go | 250 // look for duplicate values 252 // look for duplicate types for a given value 256 check.errorf(v.pos(), "duplicate case %s in expression switch", &v) 273 // look for duplicate types 282 check.errorf(e.Pos(), "duplicate case %s in type switch", Ts)
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
armv7a-cros-linux-gnueabi | [all...] |
i686-pc-linux-gnu | [all...] |
x86_64-cros-linux-gnu | [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6ConfigImpl.c | 590 EFI IPv6 Protocol uses is a duplicate address.
717 Neighbor Solicitation messages sent while performing Duplicate Address Detection
718 on a tentative address. A value of ZERO indicates that Duplicate Address Detection
758 as IP6_DAD_CALLBACK. It is called after Duplicate Address Detection is performed
761 @param[in] IsDadPassed If TRUE, Duplicate Address Detection passed.
814 // There is at least one duplicate address.
[all...] |
/external/proguard/docs/manual/ |
troubleshooting.html | 40 <li><a href="#duplicateclass">Note: duplicate definition of program/library class</a></li> 41 <li><a href="#duplicatezipentry">Warning: can't write resource ... Duplicate zip entry</a></li> 105 <li><a href="#compilererror">CompilerError: duplicate addition</a></li> 217 <dt><a name="duplicateclass"><b>Note: duplicate definition of program/library class</b></a></dt> 230 them to remove these notes. You could remove the duplicate classes 233 <code>-libraryjars</code>), since you'll then get duplicate definitions. 241 <dt><a name="duplicatezipentry"><b>Warning: can't write resource ... Duplicate zip entry</b></a></dt> 253 them to remove these warnings. You could remove the duplicate resource files [all...] |
/external/squashfs-tools/ |
RELEASE-README | 58 6. Both whole inode xattr duplicate detection and individual xattr value 59 duplicate detection supported. These can obviously nest, file C's 60 xattrs can be a complete duplicate of file B, and file B's xattrs 61 can be a partial duplicate of file A. 122 -no-duplicates do not perform duplicate checking 387 there is a lot of duplicate files. 552 The append option with file duplicate detection, means squashfs can be 722 is printed, along with DUPLICATE if the file is a duplicate of a [all...] |
/frameworks/av/media/libstagefright/bqhelper/ |
Conversion.cpp | 37 * This function does not duplicate the file descriptor. 60 * This function does not duplicate the file descriptor. 213 * This function will duplicate all file descriptors in \p t. 592 * This function will duplicate the file descriptor in `t.fence` if `t.state == 796 * This function will duplicate file descriptors contained in \p t. [all...] |
/external/syslinux/com32/lib/libpng/ |
pngrutil.c | 529 png_error(png_ptr, "Duplicate PLTE chunk"); 700 png_warning(png_ptr, "Duplicate gAMA chunk"); 777 png_warning(png_ptr, "Duplicate sBIT chunk"); 850 png_warning(png_ptr, "Duplicate cHRM chunk"); 966 png_warning(png_ptr, "Duplicate sRGB chunk"); 1069 png_warning(png_ptr, "Duplicate iCCP chunk"); [all...] |