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

<<31323334353637383940>>

  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers_unittest.cc 234 // Duplicate keys
241 "error: duplicate key \\(2\\) making TextFormat data, input:");
  /external/squashfs-tools/RELEASE-READMEs/
README-3.1 30 4. File duplicate checking has been optimised, and split into two separate
58 duplicate detection (the output queue is shared between these tasks).
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetRegistry.h 541 // Ignore duplicate registration.
557 // Ignore duplicate registration.
572 // Ignore duplicate registration.
581 // Ignore duplicate registration.
596 // Ignore duplicate registration.
612 // Ignore duplicate registration.
628 // Ignore duplicate registration.
685 // Ignore duplicate registration.
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
pci_ids.h 223 /* duplicate: ECTIVA */
225 /* duplicate: CREATIVE */
  /external/tensorflow/tensorflow/python/estimator/inputs/
numpy_io.py 137 ValueError: if duplicate keys are in both `x` and `y` when `y` is a dict.
167 raise ValueError('{} duplicate keys are found in both x and y: '
  /external/valgrind/include/
pub_tool_hashtable.h 63 /* Add a node to the table. Duplicate keys are permitted. */
68 * with duplicate keys are present, the most recently-added of the dups will
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiRecordListener.java 199 * - [Not Programmed Info] is ?Duplicate: already programmed?
210 * - [Not Programmed Info] is ?Duplicate: already programmed?
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Signature.java 226 throw new RuntimeException("Attempting to add duplicate input port '" + name + "'!");
236 throw new RuntimeException("Attempting to add duplicate output port '" + name + "'!");
  /frameworks/native/libs/vr/libpdx_uds/
client_channel.cpp 268 return state->PushFileHandle(handle.Duplicate());
280 return state->PushChannelHandle(handle.Duplicate());
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat.c 235 LOG_E( "Could not duplicate mime_type\n");
275 LOG_E( "Could not duplicate mime_type\n");
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogManagerTest.java 129 // test duplicate name
130 // add logger with duplicate name has no effect
  /libcore/ojluni/src/main/java/sun/security/x509/
EDIPartyName.java 95 throw new IOException("Duplicate nameAssigner found in"
103 throw new IOException("Duplicate partyName found in"
PolicyConstraintsExtension.java 159 throw new IOException("Duplicate requireExplicitPolicy" +
167 throw new IOException("Duplicate inhibitPolicyMapping" +
  /libcore/ojluni/src/main/native/
canonicalize_md.c 185 no duplicate slashes. On Solaris we can use realpath() to do most of the
263 /* Avoid duplicate slashes */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfghooks.h 40 be equivalent to E in the case of duplicate edges being removed) or NULL
79 /* Duplicate block A. */
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/host/
host.go 141 log.Fatal(`plugin.Open("plugin2-dup.so"): duplicate open should have failed`)
157 log.Fatal(`plugin.Open("plugin2-dup.so"): duplicate open after bad plugin should have failed`)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
swt.go 493 Fatalf("duplicate default case not detected during typechecking")
523 Fatalf("duplicate default case not detected during typechecking")
530 Fatalf("duplicate nil case not detected during typechecking")
550 // diagnose duplicate cases
576 yyerrorl(c.node.Pos, "duplicate case %v in type switch\n\tprevious case at %v", c.node.Left.Type, n.Line())
598 // Don't check for duplicate bools. Although the spec allows it,
614 yyerrorl(ncase.Pos, "duplicate case %s in switch\n\tprevious case at %v",
641 yyerrorl(ncase.Pos, "duplicate case %s in switch\n\tprevious case at %v",
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/host/
host.go 141 log.Fatal(`plugin.Open("plugin2-dup.so"): duplicate open should have failed`)
157 log.Fatal(`plugin.Open("plugin2-dup.so"): duplicate open after bad plugin should have failed`)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
swt.go 493 Fatalf("duplicate default case not detected during typechecking")
523 Fatalf("duplicate default case not detected during typechecking")
530 Fatalf("duplicate nil case not detected during typechecking")
550 // diagnose duplicate cases
576 yyerrorl(c.node.Pos, "duplicate case %v in type switch\n\tprevious case at %v", c.node.Left.Type, n.Line())
598 // Don't check for duplicate bools. Although the spec allows it,
614 yyerrorl(ncase.Pos, "duplicate case %s in switch\n\tprevious case at %v",
641 yyerrorl(ncase.Pos, "duplicate case %s in switch\n\tprevious case at %v",
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libziparchive.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libziparchive.so 
  /system/core/libcutils/tests/
fs_config.cpp 77 GTEST_LOG_(ERROR) << "duplicate paths in " << config_name << ": " << paths[idx];
89 GTEST_LOG_(ERROR) << "duplicate alias paths in " << config_name << ": "
  /dalvik/dx/src/com/android/dex/
Dex.java 152 ByteBuffer data = this.data.duplicate(); // positioned ByteBuffers aren't thread safe
176 ByteBuffer sectionData = data.duplicate();
188 ByteBuffer sectionData = data.duplicate();
209 ByteBuffer data = this.data.duplicate(); // positioned ByteBuffers aren't thread safe
280 ByteBuffer data = this.data.duplicate(); // positioned ByteBuffers aren't thread safe
297 ByteBuffer data = this.data.duplicate(); // positioned ByteBuffers aren't thread safe
  /external/freetype/src/sfnt/
ttload.c 412 FT_Bool duplicate; local
463 /* ignore duplicate tables ? the first one wins */
464 duplicate = 0;
469 duplicate = 1;
473 if ( duplicate )
475 FT_TRACE2(( " (duplicate, ignored)\n" ));
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableSet.java 486 * ignoring duplicate elements (only the first duplicate element is added).
500 * ignoring duplicate elements (only the first duplicate element is added).
514 * ignoring duplicate elements (only the first duplicate element is added).

Completed in 1191 milliseconds

<<31323334353637383940>>