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

1 2 3 4 5 6 78 91011>>

  /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);
mixvideorenderparams.c 122 * @returns: a newly allocated duplicate of the object.
124 * Copy duplicate of the object.
131 MixVideoRenderParams *duplicate = mix_videorenderparams_new(); local
132 if (mix_videorenderparams_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj))) {
133 ret = MIX_PARAMS(duplicate);
135 mix_videorenderparams_unref(duplicate);
  /external/bison/lib/
fcntl.c 46 /* Duplicate OLDFD into the first available slot of at least NEWFD,
47 which must be positive, with FLAGS determining whether the duplicate
155 F_DUPFD - duplicate FD, with int ARG being the minimum target fd.
156 If successful, return the duplicate, which will be inheritable;
159 F_DUPFD_CLOEXEC - duplicate FD, with int ARG being the minimum
160 target fd. If successful, return the duplicate, which will not be
295 using dup2 to move the duplicate onto the original, but that
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_iht8x8_add_neon.asm 125 vdup.16 d0, r3 ; duplicate cospi_28_64
126 vdup.16 d1, r4 ; duplicate cospi_4_64
127 vdup.16 d2, r5 ; duplicate cospi_12_64
128 vdup.16 d3, r6 ; duplicate cospi_20_64
175 vdup.16 d0, r7 ; duplicate cospi_16_64
197 vdup.16 d0, r8 ; duplicate cospi_24_64
198 vdup.16 d1, r9 ; duplicate cospi_8_64
238 vdup.16 d16, r7 ; duplicate cospi_16_64
287 vdup.16 d14, r0 ; duplicate cospi_2_64
288 vdup.16 d15, r1 ; duplicate cospi_30_6
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 61 duplicate = super
62 @debug_listener.create_node duplicate
63 return duplicate
  /external/guava/guava/src/com/google/common/reflect/
ImmutableTypeToInstanceMap.java 70 * Associates {@code key} with {@code value} in the built map. Duplicate
79 * Associates {@code key} with {@code value} in the built map. Duplicate
91 * @throws IllegalArgumentException if duplicate keys were added
  /frameworks/base/packages/Osu/src/com/android/anqp/
OSUProvider.java 41 ByteBuffer namesBuffer = payload.duplicate().order(ByteOrder.LITTLE_ENDIAN);
63 ByteBuffer iconsBuffer = payload.duplicate().order(ByteOrder.LITTLE_ENDIAN);
76 ByteBuffer descriptionsBuffer = payload.duplicate().order(ByteOrder.LITTLE_ENDIAN);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
OSUProvider.java 38 ByteBuffer namesBuffer = payload.duplicate().order(ByteOrder.LITTLE_ENDIAN);
60 ByteBuffer iconsBuffer = payload.duplicate().order(ByteOrder.LITTLE_ENDIAN);
73 ByteBuffer descriptionsBuffer = payload.duplicate().order(ByteOrder.LITTLE_ENDIAN);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
loopfilter_neon.asm 27 vdup.u8 q0, r2 ; duplicate blimit
28 vdup.u8 q1, r3 ; duplicate limit
34 vdup.u8 q2, r3 ; duplicate thresh
67 vdup.u8 q0, r2 ; duplicate blimit
68 vdup.u8 q1, r3 ; duplicate limit
71 vdup.u8 q2, r12 ; duplicate thresh
123 vdup.u8 q0, r2 ; duplicate blimit
124 vdup.u8 q1, r3 ; duplicate limit
154 vdup.u8 q2, r3 ; duplicate thresh
213 vdup.u8 q0, r2 ; duplicate blimi
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
ReadOnlyDoubleBufferTest.java 50 DoubleBuffer duplicate = buf.duplicate(); local
51 assertEquals(buf.hashCode(), duplicate.hashCode());
ReadOnlyFloatBufferTest.java 50 FloatBuffer duplicate = buf.duplicate(); local
51 assertEquals(buf.hashCode(), duplicate.hashCode());
ReadOnlyIntBufferTest.java 50 IntBuffer duplicate = buf.duplicate(); local
51 assertEquals(buf.hashCode(), duplicate.hashCode());
ReadOnlyLongBufferTest.java 50 LongBuffer duplicate = buf.duplicate(); local
51 assertEquals(buf.hashCode(), duplicate.hashCode());
ReadOnlyShortBufferTest.java 50 ShortBuffer duplicate = buf.duplicate(); local
51 assertEquals(buf.hashCode(), duplicate.hashCode());
  /external/chromium-trace/catapult/dashboard/dashboard/
issue_tracker_service.py 51 status: A string status for bug, e.g. Assigned, Duplicate, WontFix, etc.
54 implies that the status should be "Duplicate".
66 # Mark issue as duplicate when relevant bug ID is found in the datastore.
67 # Avoid marking an issue as duplicate of itself.
69 status = 'Duplicate'
71 logging.info('Bug %s marked as duplicate of %s', bug_id, merge_issue)
  /hardware/intel/common/libmix/mix_audio/src/
mixacp.c 100 * @returns: a newly allocated duplicate of the object.
102 * Copy duplicate of the object.
110 MixAudioConfigParams *duplicate = mix_acp_new(); local
111 if (mix_acp_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj)))
113 ret = MIX_PARAMS(duplicate);
117 mix_acp_unref(duplicate);
mixacpaac.c 102 * @returns: a newly allocated duplicate of the object.
104 * Copy duplicate of the object.
112 MixAudioConfigParamsAAC *duplicate = mix_acp_aac_new(); local
113 if (mix_acp_aac_copy(MIX_PARAMS(duplicate), MIX_PARAMS(obj)))
115 ret = MIX_PARAMS(duplicate);
119 mix_acp_aac_unref(duplicate);

Completed in 876 milliseconds

1 2 3 4 5 6 78 91011>>