HomeSort by relevance Sort by last modified time
    Searched full:duplicate (Results 226 - 250 of 6812) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractContainerTester.java 182 public final E duplicate; field in class:AbstractContainerTester.ArrayWithDuplicate
184 private ArrayWithDuplicate(E[] elements, E duplicate) {
186 this.duplicate = duplicate;
191 * @return an array of the proper size with a duplicate element.
196 E duplicate = elements[(elements.length / 2) - 1]; local
197 elements[(elements.length / 2) + 1] = duplicate;
198 return new ArrayWithDuplicate<E>(elements, duplicate);
  /external/libchrome/base/posix/
file_descriptor_shuffle_unittest.cc 21 DUPLICATE,
47 bool Duplicate(int* result, int fd) override {
49 actions_.push_back(Action(Action::DUPLICATE, *result, fd));
147 Action(Action::DUPLICATE, kDuplicateBase, 1));
162 Action(Action::DUPLICATE, kDuplicateBase, 1));
177 Action(Action::DUPLICATE, kDuplicateBase, 1));
192 Action(Action::DUPLICATE, kDuplicateBase, 1));
251 bool Duplicate(int* result, int fd) override { return false; }
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
2-1.c 67 printf("Duplicate tid found %ld\n", (long)tid);
73 printf("No duplicate tids found\n");
  /external/proguard/src/proguard/
DuplicateClassPrinter.java 52 "Note: duplicate definition of program class [" +
60 "Note: duplicate definition of library class [" +
  /external/tensorflow/tensorflow/user_ops/
duplicate_op_test.py 30 duplicate = tf.load_op_library(library_filename)
32 self.assertEqual(len(duplicate.OP_LIST.op), 0)
  /packages/apps/Nfc/etc/
sample_nfcee_access.xml 27 Duplicate signer tags are not allowed.
28 Duplicate package tags for a single signer are not allowed.
  /prebuilts/go/darwin-x86/src/go/ast/
filter_test.go 37 // keeps a duplicate entry with attached documentation in favor
38 // of one without, and it favors duplicate entries appearing
  /prebuilts/go/linux-x86/src/go/ast/
filter_test.go 37 // keeps a duplicate entry with attached documentation in favor
38 // of one without, and it favors duplicate entries appearing
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotations.java 50 * @throws IllegalArgumentException thrown if there is a duplicate type
70 * @throws IllegalArgumentException thrown if there is a duplicate type
166 * @throws IllegalArgumentException thrown if there is a duplicate type
178 throw new IllegalArgumentException("duplicate type: " +
187 * instances must not have any duplicate types.
190 * @throws IllegalArgumentException thrown if there is a duplicate type
  /dalvik/dx/src/com/android/dx/rop/annotation/
Annotations.java 49 * @throws IllegalArgumentException thrown if there is a duplicate type
69 * @throws IllegalArgumentException thrown if there is a duplicate type
167 * @throws IllegalArgumentException thrown if there is a duplicate type
179 throw new IllegalArgumentException("duplicate type: " +
188 * instances must not have any duplicate types.
191 * @throws IllegalArgumentException thrown if there is a duplicate type
  /hardware/intel/common/libmix/mix_audio/src/
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);
mixacpwma.c 83 * @returns: a newly allocated duplicate of the object.
85 * Copy duplicate of the object.
93 MixAudioConfigParamsWMA *duplicate = mix_acp_wma_new(); local
94 if (mix_acp_wma_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj)))
96 ret = MIX_PARAMS(duplicate);
100 mix_acp_wma_unref(duplicate);
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);
  /hardware/intel/common/libmix/mix_common/src/
mixparams.h 29 * @obj: Params to duplicate
32 * Virtual function prototype for methods to create duplicate of instance.
107 * @dup: method to duplicate the object.
182 * @obj: #MixParams object to duplicate.
183 * @returns: A newly allocated duplicate of the object, or NULL if failed.
185 * Duplicate the given #MixParams and allocate a new instance. This method is chained up properly and derive object will be dupped properly.
  /hardware/intel/common/libmix/mix_video/src/
mixdisplay.h 27 * @obj: Display to duplicate
30 * Virtual function prototype for methods to create duplicate of instance.
108 * @dup: method to duplicate the object.
182 * @obj: #MixDisplay object to duplicate.
183 * @returns: A newly allocated duplicate of the object, or NULL if failed.
185 * Duplicate the given #MixDisplay and allocate a new instance. This method is chained up properly and derive object will be dupped properly.
mixdisplayx11.c 80 * @returns: a newly allocated duplicate of the object.
82 * Copy duplicate of the object.
89 MixDisplayX11 *duplicate = mix_displayx11_new(); local
90 if (mix_displayx11_copy(MIX_DISPLAY(duplicate), MIX_DISPLAY(obj))) {
91 ret = MIX_DISPLAY(duplicate);
93 mix_displayx11_unref(duplicate);
mixvideoconfigparamsdec_h264.c 109 * @returns: a newly allocated duplicate of the object.
111 * Copy duplicate of the object.
120 MixVideoConfigParamsDecH264 *duplicate = mix_videoconfigparamsdec_h264_new (); local
122 (MIX_PARAMS (duplicate), MIX_PARAMS (obj)))
124 ret = MIX_PARAMS (duplicate);
128 mix_videoconfigparamsdec_h264_unref (duplicate);
mixvideoconfigparamsdec_vc1.c 99 * @returns: a newly allocated duplicate of the object.
101 * Copy duplicate of the object.
108 MixVideoConfigParamsDecVC1 *duplicate = mix_videoconfigparamsdec_vc1_new(); local
109 if (mix_videoconfigparamsdec_vc1_copy(MIX_PARAMS(duplicate), MIX_PARAMS(
111 ret = MIX_PARAMS(duplicate);
113 mix_videoconfigparamsdec_vc1_unref(duplicate);
mixvideoconfigparamsenc_h264.c 119 * @returns: a newly allocated duplicate of the object.
121 * Copy duplicate of the object.
130 MixVideoConfigParamsEncH264 *duplicate = mix_videoconfigparamsenc_h264_new (); local
132 (MIX_PARAMS (duplicate), MIX_PARAMS (obj)))
134 ret = MIX_PARAMS (duplicate);
138 mix_videoconfigparamsenc_h264_unref (duplicate);
mixvideoconfigparamsenc_mpeg4.c 118 * @returns: a newly allocated duplicate of the object.
120 * Copy duplicate of the object.
129 MixVideoConfigParamsEncMPEG4 *duplicate = mix_videoconfigparamsenc_mpeg4_new (); local
131 (MIX_PARAMS (duplicate), MIX_PARAMS (obj)))
133 ret = MIX_PARAMS (duplicate);
137 mix_videoconfigparamsenc_mpeg4_unref (duplicate);
mixvideoconfigparamsenc_preview.c 114 * @returns: a newly allocated duplicate of the object.
116 * Copy duplicate of the object.
125 MixVideoConfigParamsEncPreview *duplicate = mix_videoconfigparamsenc_preview_new (); local
127 (MIX_PARAMS (duplicate), MIX_PARAMS (obj)))
129 ret = MIX_PARAMS (duplicate);
133 mix_videoconfigparamsenc_preview_unref (duplicate);
mixvideodecodeparams.c 84 * @returns: a newly allocated duplicate of the object.
86 * Copy duplicate of the object.
93 MixVideoDecodeParams *duplicate = mix_videodecodeparams_new(); local
94 if (mix_videodecodeparams_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj))) {
95 ret = MIX_PARAMS(duplicate);
97 mix_videodecodeparams_unref(duplicate);
mixvideoencodeparams.c 84 * @returns: a newly allocated duplicate of the object.
86 * Copy duplicate of the object.
93 MixVideoEncodeParams *duplicate = mix_videoencodeparams_new(); local
94 if (mix_videoencodeparams_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj))) {
95 ret = MIX_PARAMS(duplicate);
97 mix_videoencodeparams_unref(duplicate);
  /prebuilts/go/darwin-x86/src/go/types/testdata/
stmt0.src 441 case 1 /* ERROR "duplicate case" */ :
442 case ( /* ERROR "duplicate case" */ 1):
444 case 5, 1 /* ERROR "duplicate case" */ :
449 case 1 /* ERROR duplicate case */ <<64 - 1:
451 case 5, 1 /* ERROR duplicate case */ <<64 - 1:
458 case 11. /* ERROR duplicate case */ /10:
460 case 5.2, 1.10 /* ERROR duplicate case */ :
467 case 11. /* ERROR duplicate case */ /10:
469 case 5.2, 1.10 /* ERROR duplicate case */ :
475 case "foo" /* ERROR duplicate case */
    [all...]
  /prebuilts/go/linux-x86/src/go/types/testdata/
stmt0.src 441 case 1 /* ERROR "duplicate case" */ :
442 case ( /* ERROR "duplicate case" */ 1):
444 case 5, 1 /* ERROR "duplicate case" */ :
449 case 1 /* ERROR duplicate case */ <<64 - 1:
451 case 5, 1 /* ERROR duplicate case */ <<64 - 1:
458 case 11. /* ERROR duplicate case */ /10:
460 case 5.2, 1.10 /* ERROR duplicate case */ :
467 case 11. /* ERROR duplicate case */ /10:
469 case 5.2, 1.10 /* ERROR duplicate case */ :
475 case "foo" /* ERROR duplicate case */
    [all...]

Completed in 616 milliseconds

1 2 3 4 5 6 7 8 91011>>