HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 26 - 50 of 2467) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu4c/common/
mutex.h 98 * created yet. In a race condition, the duplicate may not be NULL.
99 * The caller must delete the duplicate.
100 * The caller need not initialize the duplicate before the call.
103 void *&duplicate,
118 * Takes care of the duplicate deletion and type casting.
130 void *duplicate; local
131 T *instance=(T *)singleton.getInstance(instantiator, context, duplicate, errorCode);
132 delete (T *)duplicate;
152 * created yet. In a race condition, the duplicate may not be NULL.
153 * The caller must delete the duplicate
186 void *duplicate; local
    [all...]
  /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/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/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...]
DoubleBufferTest.java 216 // duplicate's contents should be the same as buf
217 DoubleBuffer duplicate = buf.duplicate();
218 assertNotSame(buf, duplicate);
219 assertEquals(buf.position(), duplicate.position());
220 assertEquals(buf.limit(), duplicate.limit());
221 assertEquals(buf.isReadOnly(), duplicate.isReadOnly());
222 assertEquals(buf.isDirect(), duplicate.isDirect());
223 assertEquals(buf.order(), duplicate.order());
224 assertContentEquals(buf, duplicate);
400 DoubleBuffer duplicate = buf.duplicate(); local
    [all...]
FloatBufferTest.java 207 // duplicate's contents should be the same as buf
208 FloatBuffer duplicate = buf.duplicate();
209 assertNotSame(buf, duplicate);
210 assertEquals(buf.position(), duplicate.position());
211 assertEquals(buf.limit(), duplicate.limit());
212 assertEquals(buf.isReadOnly(), duplicate.isReadOnly());
213 assertEquals(buf.isDirect(), duplicate.isDirect());
214 assertEquals(buf.order(), duplicate.order());
215 assertContentEquals(buf, duplicate);
398 FloatBuffer duplicate = buf.duplicate(); local
    [all...]
  /external/clang/test/Parser/
cxx0x-decl.cpp 29 int *const const p = 0; // expected-error {{duplicate 'const' declaration specifier}}
30 const const int *q = 0; // expected-error {{duplicate 'const' declaration specifier}}
33 void f() const const; // expected-error {{duplicate 'const' declaration specifier}}
  /external/clang/test/SemaObjC/
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'}}
DoubleMethod.m 14 - (void) method {;} // expected-error {{duplicate declaration of method 'method'}}
alias-test-2.m 15 @interface MyAlias : AliasForSuper // expected-error {{duplicate interface definition for class 'MyWpModule'}}
ivar-sem-check-1.m 16 int kaka; // expected-error {{duplicate member 'kaka'}}
category-1.m 10 @interface MyClass1 (Category1) // expected-warning {{duplicate definition of category 'Category1' on interface 'MyClass1'}}
23 @interface MyClass1 (Category4) @end // expected-warning {{duplicate definition of category 'Category4' on interface 'MyClass1'}}
24 @interface MyClass1 (Category7) @end // expected-warning {{duplicate definition of category 'Category7' on interface 'MyClass1'}}
25 @interface MyClass1 (Category8) @end // expected-warning {{duplicate definition of category 'Category8' on interface 'MyClass1'}}
50 @interface XCRemoteComputerManager(x) // expected-warning {{duplicate definition of category 'x' on interface 'XCRemoteComputerManager'}}
  /hardware/qcom/media/mm-video/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...]
  /external/chromium/chrome/browser/remoting/
directory_add_request_unittest.cc 56 TEST_F(DirectoryAddRequestTest, Duplicate) {
59 "a duplicate host.\"}],\"code\":400,\"message\":\"Attempt to "
60 "register a duplicate host.\"}}",
62 "Attempt to register a duplicate host.");
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
tab_navigation.applescript 9 -- Duplicate a tab.
  /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'}}
  /external/e2fsprogs/tests/f_dup_de2/
expect.1 3 Duplicate entry 'test-008' found.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListRemoveAllTester.java 43 E duplicate = arrayAndDuplicate.duplicate; local
46 getList().removeAll(MinimalCollection.of(duplicate)));
49 getList().contains(duplicate));
  /external/jmonkeyengine/
Android.mk 16 # to duplicate them into your project's assets. See the README for
  /external/llvm/test/Transforms/SimplifyCFG/
duplicate-phis.ll 4 ; duplicate and remove it.
  /external/skia/src/opts/
SkBitmapProcState_filter_neon.h 26 "vdup.8 d0, %[y] \n\t" // duplicate y into d0
30 "vdup.32 d4, %[a00] \n\t" // duplicate a00 into d4
31 "vdup.32 d5, %[a10] \n\t" // duplicate a10 into d5
38 "vdup.16 d5, %[x] \n\t" // duplicate x into d5
59 "vdup.8 d0, %[y] \n\t" // duplicate y into d0
63 "vdup.32 d4, %[a00] \n\t" // duplicate a00 into d4
64 "vdup.32 d5, %[a10] \n\t" // duplicate a10 into d5
71 "vdup.16 d5, %[x] \n\t" // duplicate x into d5
79 "vdup.16 d3, %[scale] \n\t" // duplicate scale into d3
  /external/apache-harmony/support/src/test/java/tests/support/
Support_SetTest.java 38 assertTrue("Set Test - Adding a duplicate element changed the set",
43 "Set Test - Adding and removing a duplicate element failed to remove it",
  /libcore/support/src/test/java/tests/support/
Support_SetTest.java 38 assertTrue("Set Test - Adding a duplicate element changed the set",
43 "Set Test - Adding and removing a duplicate element failed to remove it",
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ListSuggestionCursorNoDuplicates.java 25 * and doesn't allow duplicate suggestions.
45 if (DBG) Log.d(TAG, "Rejecting duplicate " + key);
  /external/clang/test/Sema/
c89.c 96 const const int c_i; /* expected-warning {{duplicate 'const' declaration specifier}} */
98 volatile vol_int volvol_i; /* expected-warning {{duplicate 'volatile' declaration specifier}} */
99 typedef volatile vol_int volvol_int; /* expected-warning {{duplicate 'volatile' declaration specifier}} */
104 const CI mine1[5][5]; /* expected-warning {{duplicate 'const' declaration specifier}} */
107 const array_of_CI mine2; /* expected-warning {{duplicate 'const' declaration specifier}} */
switch.c 12 case 42: // expected-error {{duplicate case value '42'}}
18 case 43 ... 45: ; // expected-error {{duplicate case value}}
21 case 15000 ... 40000000:; // expected-error {{duplicate case value}}
334 case TEST19MACRO: // expected-error {{duplicate case value '5'}}
337 case kTest19Enum1: // expected-error {{duplicate case value: '7' and 'kTest19Enum1' both equal '7'}} \
339 case kTest19Enum1: // expected-error {{duplicate case value 'kTest19Enum1'}} \
341 case kTest19Enum2: // expected-error {{duplicate case value: 'kTest19Enum1' and 'kTest19Enum2' both equal '7'}} \
343 case (int)kTest19Enum2: //expected-error {{duplicate case value 'kTest19Enum2'}}
346 case a: // expected-error {{duplicate case value: '3' and 'a' both equal '3'}} \
348 case a: // expected-error {{duplicate case value 'a'}
    [all...]

Completed in 1039 milliseconds

12 3 4 5 6 7 8 91011>>