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

<<11121314151617181920>>

  /external/iproute2/tc/
q_tbf.c 56 fprintf(stderr, "tbf: duplicate \"limit\" specification\n");
71 fprintf(stderr, "tbf: duplicate \"latency\" specification\n");
90 fprintf(stderr, "tbf: duplicate \"buffer/burst/maxburst\" specification\n");
104 fprintf(stderr, "tbf: duplicate \"mtu/minburst\" specification\n");
115 fprintf(stderr, "tbf: duplicate \"mpu\" specification\n");
126 fprintf(stderr, "tbf: duplicate \"rate\" specification\n");
137 fprintf(stderr, "tbf: duplicate \"peakrate\" specification\n");
148 fprintf(stderr, "tbf: duplicate \"overhead\" specification\n");
  /external/libchrome/base/metrics/
sparse_histogram_unittest.cc 227 // Create a histogram that we will later duplicate.
234 // Create a duplicate. This has to happen differently depending on where the
239 // the just-created histogram which will then be released as a duplicate.
255 HistogramBase* duplicate = local
257 DCHECK_EQ(original, duplicate);
259 duplicate->Add(2);
263 duplicate->Add(1);
265 std::unique_ptr<HistogramSamples> snapshot_dup = duplicate->SnapshotSamples();
  /external/libchrome/base/posix/
file_descriptor_shuffle.cc 42 if (!delegate->Duplicate(&temp_fd, i->dest))
86 bool FileDescriptorTableInjection::Duplicate(int* result, int fd) {
  /external/ltp/testcases/network/stress/tcp/uni-dsackoff/
tcp4-uni-dsackoff01 35 # - Disable TCP Duplicate SACK support
65 tst_resm TINFO "Verify that the kernel, when the Duplicate SACK support is off, is not crashed by a TCP connection on an unreliable network(Namely, some of the packet is lost, some of them is duplicated)."
  /external/mesa3d/src/compiler/nir/
nir_instr_set.h 30 * "instruction set," which is an abstraction for finding duplicate
32 * instruction is actually a duplicate (e.g. whether it has any side effects)
  /external/protobuf/
Protobuf.podspec 29 # compile them (duplicate symbols), but we need them available for the importing:
32 # The following would cause duplicate symbol definitions. GPBProtocolBuffers is expected to be
  /external/protobuf/util/
Protobuf.podspec 29 # compile them (duplicate symbols), but we need them available for the importing:
32 # The following would cause duplicate symbol definitions. GPBProtocolBuffers is expected to be
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 199 writer.write("# duplicate field ignored\n");
201 System.err.println(String.format("Ignoring duplicate field: %s->%s", classDef.getType(), fieldString));
233 writer.write("# duplicate field ignored\n");
235 System.err.println(String.format("Ignoring duplicate field: %s->%s", classDef.getType(), fieldString));
237 System.err.println(String.format("Duplicate static+instance field found: %s->%s",
272 writer.write("# duplicate method ignored\n");
311 writer.write("# duplicate method ignored\n");
316 System.err.println(String.format("Duplicate direct+virtual method found: %s->%s",
  /external/v8/src/ast/
modules.cc 205 // has already checked for duplicate exports, so it's guaranteed that we
278 const ModuleDescriptor::Entry* duplicate = nullptr; local
282 duplicate = BetterDuplicate(elem.second, export_names, duplicate);
286 duplicate = BetterDuplicate(entry, export_names, duplicate);
288 return duplicate;
297 // Report error iff there are duplicate exports.
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeclonegetparentnull.java 31 * The duplicate node returned by the "cloneNode(deep)"
36 * duplicate node returned should return null when the
nodeclonegetparentnull.java 31 * The duplicate node returned by the "cloneNode(deep)"
36 * duplicate node returned should return null when the
  /art/test/044-proxy/src/
Clash2.java 24 * duplicate methods (primitive types).
  /art/test/138-duplicate-classes-check/src-art/
Main.java 34 String dexPath = System.getenv("DEX_LOCATION") + "/138-duplicate-classes-check-ex.jar";
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
ptags.py 11 # No warnings about duplicate tags.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePathUtilities.h 44 Create a duplicate of the specified path.
48 @retval Pointer A pointer to the duplicate device path.
60 If Src1 is NULL and Src2 is non-NULL, then a duplicate of Src2 is returned.
61 If Src1 is non-NULL and Src2 is NULL, then a duplicate of Src1 is returned.
  /external/autotest/client/site_tests/platform_SessionManagerStateKeyGeneration/
platform_SessionManagerStateKeyGeneration.py 40 raise error.TestFail("Duplicate state keys")
  /external/autotest/server/site_tests/network_WiFi_IPv6RA/
network_WiFi_IPv6RA.py 73 # Generate and send 'x' number of duplicate RAs, for 1/6th of the the
86 logging.debug('Device did not filter duplicate RAs correctly.'
87 '%d Percent of duplicate RAs were accepted' %
89 raise error.TestFail('Device accepted a duplicate RA.')
  /external/clang/test/CodeGen/
arm64_vdup.c 2 // Test ARM64 SIMD duplicate lane and n intrinsics
  /external/clang/test/Modules/
diagnostics.modulemap 6 // PR22299: Ensure we can produce diagnostics for duplicate modules from -fmodule-map-file=.
extensions.c 27 // Make sure we diagnose duplicate module file extensions.
29 // RUN: FileCheck -check-prefix=CHECK-DUPLICATE %s < %t.log
44 // CHECK-DUPLICATE: warning: duplicate module file extension block name 'clang.testA'
  /external/clang/test/Parser/
atomic.c 5 typedef _Atomic _Atomic _Atomic(int) atomic_int; // expected-warning {{duplicate '_Atomic' declaration specifier}}
  /external/clang/test/Sema/
struct-decl.c 40 char a; // expected-error {{duplicate member 'a'}}
  /external/clang/test/SemaCXX/
inherit.cpp 8 class B3 : virtual virtual A { }; // expected-error{{duplicate 'virtual' in base specifier}}
  /external/clang/test/SemaObjC/
arc-invalid.m 26 @interface WebView // expected-error {{duplicate interface definition for class 'WebView'}}
class-def-test-1.m 15 @interface INTF1 : OBJECT @end // expected-error {{duplicate interface definition for class 'INTF1'}}

Completed in 678 milliseconds

<<11121314151617181920>>