| /external/llvm/test/MC/ARM/ | 
| eh-directive-movsp.s | 7 	.section .duplicate 9 	.global duplicate
 10 	.type duplicate,%function
 11 duplicate:  label
 20 @ CHECK:   Name: .ARM.exidx.duplicate
 
 | 
| /external/javassist/sample/duplicate/ | 
| Main.java | 1 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);
 
 | 
| Ball.java | 1 package sample.duplicate; 
 | 
| DuplicatedObject.java | 1 package sample.duplicate; 
 | 
| /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));
 
 | 
| ListRemoveTester.java | 41     E duplicate = arrayAndDuplicate.duplicate;  local 43     int firstIndex = getList().indexOf(duplicate);
 46         getList().remove(duplicate));
 47     assertTrue("After remove(duplicate), a list should still contain "
 48         + "the duplicate element", getList().contains(duplicate));
 49     assertFalse("remove(duplicate) should remove the first instance of the "
 50         + "duplicate element in the list",
 51         firstIndex == getList().indexOf(duplicate));
 [all...]
 | 
| /external/tpm2/ | 
| Duplicate_fp.h | 21   TPM2B_PRIVATE duplicate;  member in struct:__anon40348 25 // Executes Duplicate with request handles and parameters from
 
 | 
| Import_fp.h | 16   TPM2B_PRIVATE duplicate;  member in struct:__anon40411 
 | 
| /system/connectivity/wifilogd/tests/ | 
| local_utils_unittest.cpp | 54   const auto& duplicate =  local 56   EXPECT_EQ(original.a, duplicate.a);
 57   EXPECT_EQ(original.b, duplicate.b);
 
 | 
| /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);
 
 | 
| /external/skia/src/utils/win/ | 
| SkDWriteFontFileStream.h | 37     std::unique_ptr<SkDWriteFontFileStream> duplicate() const {  function in class:SkDWriteFontFileStream 
 | 
| /external/skqp/src/utils/win/ | 
| SkDWriteFontFileStream.h | 37     std::unique_ptr<SkDWriteFontFileStream> duplicate() const {  function in class:SkDWriteFontFileStream 
 | 
| /hardware/intel/common/libmix/mix_audio/src/ | 
| mixaip.c | 86  * @returns: a newly allocated duplicate of the object. 88  * Copy duplicate of the object.
 96     MixAudioInitParams *duplicate = mix_aip_new();  local
 97     if (mix_aip_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj)))
 99       ret = MIX_PARAMS(duplicate);
 103       mix_aip_unref(duplicate);
 
 | 
| mixacpmp3.c | 79  * @returns: a newly allocated duplicate of the object. 81  * Copy duplicate of the object.
 89     MixAudioConfigParamsMP3 *duplicate = mix_acp_mp3_new();  local
 90     if (mix_acp_mp3_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj)))
 92       ret = MIX_PARAMS(duplicate);
 96       mix_acp_mp3_unref(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/ | 
| 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/boringssl/src/crypto/pool/ | 
| pool.c | 82     CRYPTO_BUFFER *const duplicate =  local 84     if (duplicate != NULL) {
 85       CRYPTO_refcount_inc(&duplicate->references);
 89     if (duplicate != NULL) {
 90       return duplicate;
 116   CRYPTO_BUFFER *duplicate = lh_CRYPTO_BUFFER_retrieve(pool->bufs, buf);  local
 118   if (duplicate == NULL) {
 123     CRYPTO_refcount_inc(&duplicate->references);
 132     return duplicate;
 
 | 
| /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/ | 
| SharedBufferHandle.java | 89      * |SharedBufferHandle#duplicate| 143     public SharedBufferHandle duplicate(DuplicateOptions options);  method in interface:SharedBufferHandle
 
 | 
| /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ | 
| 3-2.c | 24 	int duplicate;  member in struct:unique 121 			if (tst->value == sym[i].value && tst->duplicate != sym[i].value && strcmp(tst->name, sym[i].name)) {	//In case EAGAIN is not equal to EWOULDBLOCK,compare the name
 122 				printf("%s has a duplicate value with %s\n",
 
 | 
| /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...]
 | 
| /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ | 
| ts_parser.cpp | 257     timestamp *element = NULL,*duplicate = NULL;  local 278                     duplicate = NULL;
 280                     duplicate = &phead->input_timestamps[i];
 295     if (is_interlaced && duplicate) {
 297         duplicate->in_use = false;
 298     } else if (is_interlaced && !duplicate) {
 
 | 
| /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ | 
| ts_parser.cpp | 257     timestamp *element = NULL,*duplicate = NULL;  local 278                     duplicate = NULL;
 280                     duplicate = &phead->input_timestamps[i];
 295     if (is_interlaced && duplicate) {
 297         duplicate->in_use = false;
 298     } else if (is_interlaced && !duplicate) {
 
 | 
| /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ | 
| ts_parser.cpp | 257     timestamp *element = NULL,*duplicate = NULL;  local 278                     duplicate = NULL;
 280                     duplicate = &phead->input_timestamps[i];
 295     if (is_interlaced && duplicate) {
 297         duplicate->in_use = false;
 298     } else if (is_interlaced && !duplicate) {
 
 | 
| /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/ | 
| HandleMock.java | 204      * @see SharedBufferHandle#duplicate(SharedBufferHandle.DuplicateOptions) 207     public SharedBufferHandle duplicate(DuplicateOptions options) {  method in class:HandleMock
 
 | 
| /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/ | 
| Standard_Suite.py | 115     def duplicate(self, _object, _attributes={}, **_arguments):  member in class:Standard_Suite_Events 116         """duplicate: Duplicate one or more object(s)
 117         Required argument: the object(s) to duplicate
 
 |