HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 226 - 250 of 4457) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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'}}
forward-class-1.m 23 @interface INTF2 : INTF1 // expected-error {{duplicate interface definition for class 'INTF2'}}
protocols.m 35 @protocol PROTO<p1> // expected-warning {{duplicate protocol definition of 'PROTO'}}
undef-superclass-1.m 20 @interface INTF1 // expected-error {{duplicate interface definition for class 'INTF1'}}
  /external/guava/guava/src/com/google/common/collect/
ImmutableClassToInstanceMap.java 69 * Associates {@code key} with {@code value} in the built map. Duplicate
79 * Duplicate keys are not allowed, and will cause {@link #build} to fail.
104 * @throws IllegalArgumentException if duplicate keys were added
113 * {@code map} somehow contains entries with duplicate keys (for example, if
  /external/javassist/sample/duplicate/
Viewer.java 1 package sample.duplicate;
  /external/llvm/test/CodeGen/MIR/X86/
duplicate-memory-operand-flag.mir 22 ; CHECK: [[@LINE+1]]:50: duplicate 'volatile' memory operand flag
duplicate-register-flag-error.mir 25 ; CHECK: [[@LINE+1]]:31: duplicate 'implicit' register flag
  /external/llvm/test/Feature/
constpointer.ll 20 global float * @2 ;; Duplicate forward numeric reference
  /external/llvm/test/Integer/
constpointer_bt.ll 20 global float * @2 ;; Duplicate forward numeric reference
  /external/llvm/test/Linker/
comdat13.ll 6 ; but COFF linkers seem to just duplicate the comdat.
  /external/llvm/test/Transforms/SimplifyCFG/
attr-noduplicate.ll 3 ; This test checks that the SimplifyCFG pass won't duplicate a call to a
  /external/llvm/test/Transforms/TailCallElim/
dup_tail.ll 2 ; Duplicate the return into if.end to enable TCE.
  /external/pcre/dist/doc/
pcre_get_stringnumber.3 30 found, or PCRE_ERROR_NOSUBSTRING otherwise. When duplicate names are allowed
  /external/skia/src/utils/win/
SkDWriteFontFileStream.h 31 SkDWriteFontFileStream* duplicate() const override;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
ClassDef.java 127 * Note that there typically should not be any duplicate fields between the two, but some versions of
128 * dalvik inadvertently allow duplicate static/instance fields, and are supported here for completeness
160 * Note that there typically should not be any duplicate methods between the two, but some versions of
161 * dalvik inadvertently allow duplicate direct/virtual methods, and are supported here for completeness
  /external/toybox/toys/android/
setprop.c 32 // we duplicate all of init's checks here to help the user.
  /external/tpm2/
Import_fp.h 16 TPM2B_PRIVATE duplicate; member in struct:__anon23847

Completed in 285 milliseconds

1 2 3 4 5 6 7 8 91011>>