Searched defs:duplicate (Results 1 - 25 of 57) sorted by relevance

123

/external/javassist/sample/duplicate/
H A DMain.java1 package sample.duplicate;
21 First, run sample.duplicate.Viewer without a metaobject.
23 % java sample.duplicate.Viewer
28 of sample.duplicate.DuplicatedObject.
30 % java sample.duplicate.Main
33 sample.duplicate.Viewer is loaded by javassist.tools.reflect.Loader so that
39 cl.makeReflective("sample.duplicate.Ball",
40 "sample.duplicate.DuplicatedObject",
42 cl.run("sample.duplicate.Viewer", args);
H A DDuplicatedObject.java1 package sample.duplicate;
H A DBall.java1 package sample.duplicate;
H A DViewer.java1 package sample.duplicate;
/external/chromium_org/build/android/ant/
H A Dcreate-test-jar.js22 // duplicate to "preserve" ensures that only the first definition is included.
24 var duplicate = Zip.Duplicate(); variable
25 duplicate.setValue("preserve");
26 jarTask.setDuplicate(duplicate);
/external/chromium_org/third_party/icu/source/common/
H A Dmutex.cpp20 void *&duplicate,
22 duplicate=NULL;
36 duplicate=instance;
43 void *&duplicate,
45 duplicate=NULL;
71 duplicate=instance;
19 getInstance(InstantiatorFn *instantiator, const void *context, void *&duplicate, UErrorCode &errorCode) argument
42 getInstance(InstantiatorFn *instantiator, const void *context, void *&duplicate, UErrorCode &errorCode) argument
H A Dmutex.h98 * 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;
153 * created yet. In a race condition, the duplicate may not be NULL.
154 * The caller must delete the duplicate
187 void *duplicate; local
[all...]
H A Dutrie2.cpp732 void *duplicate; local
733 UTrie2 *instance=(UTrie2 *)singleton.getInstance(instantiator, context, duplicate, errorCode);
734 utrie2_close((UTrie2 *)duplicate);
/external/icu4c/common/
H A Dmutex.cpp21 void *&duplicate,
23 duplicate=NULL;
38 // to the "duplicate" parameter, and the caller deletes it.
49 duplicate=instance;
71 void *&duplicate,
73 duplicate=NULL;
99 // to the "duplicate" parameter, and the caller deletes it.
114 // Record a duplicate if we lost the race, or
116 duplicate=instance;
20 getInstance(InstantiatorFn *instantiator, const void *context, void *&duplicate, UErrorCode &errorCode) argument
70 getInstance(InstantiatorFn *instantiator, const void *context, void *&duplicate, UErrorCode &errorCode) argument
H A Dmutex.h98 * 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...]
H A Dutrie2.cpp738 void *duplicate; local
739 UTrie2 *instance=(UTrie2 *)singleton.getInstance(instantiator, context, duplicate, errorCode);
740 utrie2_close((UTrie2 *)duplicate);
/external/chromium_org/base/win/
H A Dscoped_process_information_unittest.cc129 base::win::ScopedProcessInformation duplicate; local
130 duplicate.DuplicateFrom(process_info);
134 ASSERT_EQ(duplicate.process_id(), process_info.process_id());
136 ASSERT_EQ(duplicate.thread_id(), process_info.thread_id());
145 ASSERT_TRUE(base::WaitForExitCode(duplicate.TakeProcessHandle(),
150 ASSERT_TRUE(::CloseHandle(duplicate.TakeThreadHandle()));
/external/chromium/chrome/browser/
H A Dbrowsing_data_local_storage_helper.cc209 bool duplicate = false; local
214 duplicate = true;
218 if (duplicate)
H A Dbrowsing_data_database_helper.cc219 bool duplicate = false; local
224 duplicate = true;
228 if (duplicate)
H A Dbrowsing_data_indexed_db_helper.cc263 bool duplicate = false; local
268 duplicate = true;
272 if (duplicate)
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractContainerTester.java175 public final E duplicate; field in class:AbstractContainerTester.ArrayWithDuplicate
177 private ArrayWithDuplicate(E[] elements, E duplicate) { argument
179 this.duplicate = duplicate;
184 * @return an array of the proper size with a duplicate element.
189 E duplicate = elements[(elements.length / 2) - 1];
190 elements[(elements.length / 2) + 1] = duplicate;
191 return new ArrayWithDuplicate<E>(elements, duplicate);
/external/llvm/lib/Analysis/
H A DPathProfileVerifier.cpp92 unsigned duplicate = 0; local
97 duplicate++;
98 else duplicate = 0;
100 arrayMap[BB][TI->getSuccessor(s)][duplicate] = i++;
155 << " duplicate number " << duplicateNumber
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsdetect.cpp293 // Remove duplicate charsets from the results.
305 // Not a duplicate.
309 CharsetMatch *duplicate = resultArray[j]; local
314 resultArray[resultCount] = duplicate;
/external/chromium_org/third_party/skia/include/core/
H A DSkStream.h99 virtual SkStreamRewindable* duplicate() const { return NULL; } function in class:SkStream
139 /** SkStreamRewindable is a SkStream for which rewind and duplicate are required. */
143 virtual SkStreamRewindable* duplicate() const SK_OVERRIDE = 0;
149 virtual SkStreamSeekable* duplicate() const SK_OVERRIDE = 0;
161 virtual SkStreamAsset* duplicate() const SK_OVERRIDE = 0;
171 virtual SkStreamMemory* duplicate() const SK_OVERRIDE = 0;
263 virtual SkStreamAsset* duplicate() const SK_OVERRIDE;
335 virtual SkMemoryStream* duplicate() const SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp87 SkDWriteFontFileStream* SkDWriteFontFileStream::duplicate() const { function in class:SkDWriteFontFileStream
106 SkAutoTUnref<SkDWriteFontFileStream> that(this->duplicate());
/external/skia/include/core/
H A DSkStream.h99 virtual SkStreamRewindable* duplicate() const { return NULL; } function in class:SkStream
139 /** SkStreamRewindable is a SkStream for which rewind and duplicate are required. */
143 virtual SkStreamRewindable* duplicate() const SK_OVERRIDE = 0;
149 virtual SkStreamSeekable* duplicate() const SK_OVERRIDE = 0;
161 virtual SkStreamAsset* duplicate() const SK_OVERRIDE = 0;
171 virtual SkStreamMemory* duplicate() const SK_OVERRIDE = 0;
263 virtual SkStreamAsset* duplicate() const SK_OVERRIDE;
335 virtual SkMemoryStream* duplicate() const SK_OVERRIDE;
/external/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp87 SkDWriteFontFileStream* SkDWriteFontFileStream::duplicate() const { function in class:SkDWriteFontFileStream
106 SkAutoTUnref<SkDWriteFontFileStream> that(this->duplicate());
/external/bluetooth/bluedroid/stack/hcic/
H A Dhciblecmds.c329 BOOLEAN btsnd_hcic_ble_set_scan_enable (UINT8 scan_enable, UINT8 duplicate) argument
346 UINT8_TO_STREAM (pp, duplicate);
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp297 MachineInstr *TargetInstrInfo::duplicate(MachineInstr *Orig, function in class:TargetInstrInfo
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h172 duplicate, enumerator in enum:Json::Value::CZString::DuplicationPolicy
228 * Like other value string constructor but do not duplicate the string for

Completed in 1000 milliseconds

123