/prebuilts/go/linux-x86/test/fixedbugs/ |
bug200.go | 17 case func(f int): // ERROR "duplicate"
|
bug342.go | 12 foo(x int) (x int) // ERROR "duplicate argument|redefinition"
|
issue8438.go | 7 // Check that we don't print duplicate errors for string ->
|
/prebuilts/go/linux-x86/test/ |
func1.go | 17 func f2(a int) (a int, b float32) { // ERROR "duplicate argument a|definition"
|
initializerr.go | 22 var a2 = S { Y: 3, Z: 2, Y: 3 } // ERROR "duplicate" 26 var a6 = []byte{1: 1, 2: 2, 1: 3} // ERROR "duplicate index" 33 // compile-time errors about duplicate key values.
|
typeswitch2.go | 18 case int: // ERROR "duplicate" 22 case io.Reader: // ERROR "duplicate" 29 case interface { // ERROR "duplicate"
|
/external/clang/test/SemaObjC/ |
class-extension-dup-methods.m | 11 - (void) garf; // expected-error {{duplicate declaration of method 'garf'}} 12 + (void) cgarf; // expected-error {{duplicate declaration of method 'cgarf'}} 27 + (void)someMethodWithArgument:(float)argument : (float)argument2; // expected-error {{duplicate declaration of method 'someMethodWithArgument::'}}
|
check-dup-objc-decls-1.m | 33 @interface A<Q> @end // expected-error {{duplicate interface definition for class 'A'}} 36 @protocol PP<Q> @end // expected-warning {{duplicate protocol definition of 'PP'}} 39 @interface A(Cat)<Q> @end // expected-warning {{duplicate definition of category 'Cat' on interface 'A'}}
|
/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/ |
SharedBufferHandleImpl.java | 39 * @see SharedBufferHandle#duplicate(DuplicateOptions) 42 public SharedBufferHandle duplicate(DuplicateOptions options) { method in class:SharedBufferHandleImpl 43 return mCore.duplicate(this, options);
|
/prebuilts/go/darwin-x86/test/ |
initializerr.go | 22 var a2 = S { Y: 3, Z: 2, Y: 3 } // ERROR "duplicate" 26 var a6 = []byte{1: 1, 2: 2, 1: 3} // ERROR "duplicate index" 33 // compile-time errors about duplicate key values.
|
typeswitch2.go | 18 case int: // ERROR "duplicate" 22 case io.Reader: // ERROR "duplicate" 29 case interface { // ERROR "duplicate"
|
/external/tpm2/ |
Duplicate.c | 15 // TPM_RC_ATTRIBUTES key to duplicate has fixedParent SET 42 // Get duplicate object pointer 45 // duplicate key must have fixParent bit CLEAR. 49 // Do not duplicate object with NULL nameAlg 94 "DUPLICATE", &data, &out->outSymSeed); 113 &out->duplicate);
|
/hardware/intel/common/libmix/mix_common/src/ |
mixdrmparams.c | 80 * @returns: a newly allocated duplicate of the object. 82 * Copy duplicate of the object. 90 MixDrmParams *duplicate = mix_drmparams_new(); local 91 if (mix_drmparams_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj))) 93 ret = MIX_PARAMS(duplicate); 97 mix_drmparams_unref(duplicate);
|
/hardware/intel/common/libmix/mix_video/src/ |
mixdrmparams.c | 84 * @returns: a newly allocated duplicate of the object. 86 * Copy duplicate of the object. 95 MixDrmParams *duplicate = mix_drmparams_new (); local 96 if (mix_drmparams_copy (MIX_PARAMS (duplicate), MIX_PARAMS (obj))) 98 ret = MIX_PARAMS (duplicate); 102 mix_drmparams_unref (duplicate);
|
mixvideoconfigparams.c | 83 * @returns: a newly allocated duplicate of the object. 85 * Copy duplicate of the object. 92 MixVideoConfigParams *duplicate = mix_videoconfigparams_new(); local 93 if (mix_videoconfigparams_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj))) { 94 ret = MIX_PARAMS(duplicate); 96 mix_videoconfigparams_unref(duplicate);
|
/external/autotest/frontend/migrations/ |
042_unique_index_on_hqe_job_and_host.py | 26 raise Exception('Active duplicate HQEs exist, cannot proceed. Please ' 30 print 'Nulling out duplicate HQE IDs: %s' % ids_to_null_string 38 # cleanup duplicate host_queue_entries. rather than deleting them (and
|
/external/llvm/include/llvm/Transforms/IPO/ |
ConstantMerge.h | 1 //===- ConstantMerge.h - Merge duplicate global constants -------*- C++ -*-===// 10 // This file defines the interface to a pass that merges duplicate global 28 /// A pass that merges duplicate global constants into a single constant.
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
ts_parser.cpp | 213 timestamp *element = NULL,*duplicate = NULL; local 229 duplicate = NULL; 231 duplicate = &phead->input_timestamps[i]; 242 if(is_interlaced && duplicate) { 244 duplicate->in_use = false; 250 if (!duplicate) 251 duplicate = &phead->input_timestamps[i]; 253 if (duplicate->timestamps > phead->input_timestamps[i].timestamps) 254 duplicate = &phead->input_timestamps[i]; 258 if (duplicate) { [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
CharBufferTest.java | 220 // duplicate's contents should be the same as buf 221 CharBuffer duplicate = buf.duplicate(); 222 assertNotSame(buf, duplicate); 223 assertEquals(buf.position(), duplicate.position()); 224 assertEquals(buf.limit(), duplicate.limit()); 225 assertEquals(buf.isReadOnly(), duplicate.isReadOnly()); 226 assertEquals(buf.isDirect(), duplicate.isDirect()); 227 assertEquals(buf.order(), duplicate.order()); 228 assertEquals(buf.capacity(), duplicate.capacity()) 429 CharBuffer duplicate = buf.duplicate(); local [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/ |
ConstantMerge.h | 1 //===- ConstantMerge.h - Merge duplicate global constants -------*- C++ -*-===// 10 // This file defines the interface to a pass that merges duplicate global 28 /// A pass that merges duplicate global constants into a single constant.
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/IPO/ |
ConstantMerge.h | 1 //===- ConstantMerge.h - Merge duplicate global constants -------*- C++ -*-===// 10 // This file defines the interface to a pass that merges duplicate global 28 /// A pass that merges duplicate global constants into a single constant.
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/IPO/ |
ConstantMerge.h | 1 //===- ConstantMerge.h - Merge duplicate global constants -------*- C++ -*-===// 10 // This file defines the interface to a pass that merges duplicate global 28 /// A pass that merges duplicate global constants into a single constant.
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/IPO/ |
ConstantMerge.h | 1 //===- ConstantMerge.h - Merge duplicate global constants -------*- C++ -*-===// 10 // This file defines the interface to a pass that merges duplicate global 29 /// A pass that merges duplicate global constants into a single constant.
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/IPO/ |
ConstantMerge.h | 1 //===- ConstantMerge.h - Merge duplicate global constants -------*- C++ -*-===// 10 // This file defines the interface to a pass that merges duplicate global 29 /// A pass that merges duplicate global constants into a single constant.
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/IPO/ |
ConstantMerge.h | 1 //===- ConstantMerge.h - Merge duplicate global constants -------*- C++ -*-===// 10 // This file defines the interface to a pass that merges duplicate global 29 /// A pass that merges duplicate global constants into a single constant.
|