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

1 2 34 5 6 7 8 91011>>

  /external/clang/test/Sema/
ext_vector_components.c 29 vec4_2.xyzx = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
30 vec4_2.xyzz = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
31 vec4_2.xyyw = vec4.xyzw; // expected-error {{vector is not assignable (contains duplicate components)}}
33 vec2.xx = vec2_2.xy; // expected-error {{vector is not assignable (contains duplicate components)}}
  /external/libxml2/test/valid/dtds/
notes.dtd 8 notes.dtd:13: validity error : Definition of notes has duplicate
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
UnknownEntry.java 37 this.content = (ByteBuffer) content.duplicate().rewind();
42 this.content = (ByteBuffer) byteBuffer.duplicate().rewind();
47 return content.duplicate();
52 ByteBuffer bb = content.duplicate();
  /external/pdfium/testing/resources/
bug_113.in 18 % duplicate definition of partial object
  /external/smali/baksmali/src/test/resources/DuplicateTest/
DuplicateDirectMethods.smali 18 # duplicate method ignored
DuplicateVirtualMethods.smali 18 # duplicate method ignored
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug200.go 17 case func(f int): // ERROR "duplicate"
bug342.go 12 foo(x int) (x int) // ERROR "duplicate argument|redefinition"
  /prebuilts/go/darwin-x86/test/
func1.go 17 func f2(a int) (a int, b float32) { // ERROR "duplicate argument a|definition"
  /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"
  /prebuilts/go/linux-x86/test/
func1.go 17 func f2(a int) (a int, b float32) { // ERROR "duplicate argument a|definition"
  /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/skia/src/pdf/
SkPDFStream.cpp 23 // duplicate (a cheap operation) preserves const on fCompressedData.
24 SkAutoTDelete<SkStreamRewindable> dup(fCompressedData->duplicate());
44 SkAutoTDelete<SkStreamRewindable> dup(stream->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
  /frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
Asn1Object.java 23 mPayload = payload != null ? payload.duplicate() : null;
47 return mPayload != null ? mPayload.duplicate() : null;
54 ByteBuffer encoding = mPayload.duplicate();
  /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...]
  /external/autotest/client/site_tests/platform_LogDupSuppression/
control 13 Test that we suppress duplicate messages from one process to syslog.
  /external/clang/test/CXX/class/class.mem/
p1.cpp 6 int v1; //expected-error{{duplicate member 'v1'}}
10 int v; //expected-error{{duplicate member 'v'}}
27 static int v2; //expected-error{{duplicate member 'v2'}}
61 int v8; //expected-error{{duplicate member 'v8'}}

Completed in 3053 milliseconds

1 2 34 5 6 7 8 91011>>