/third_party/python/Lib/multiprocessing/dummy/ |
D | connection.py | 41 _in, _out = Queue(), Queue() 42 address.put((_out, _in)) 43 return Connection(_in, _out) 53 def __init__(self, _in, _out): argument 55 self._in = _in 57 self.recv = self.recv_bytes = _in.get 60 if self._in.qsize() > 0: 64 with self._in.not_empty: 65 self._in.not_empty.wait(timeout) 66 return self._in.qsize() > 0
|
/third_party/gstreamer/gstplugins_good/gst/spectrum/ |
D | gstspectrum.c | 399 input_data_mixed_float (const guint8 * _in, gfloat * out, guint len, in input_data_mixed_float() argument 404 gfloat *in = (gfloat *) _in; in input_data_mixed_float() 416 input_data_mixed_double (const guint8 * _in, gfloat * out, guint len, in input_data_mixed_double() argument 421 gdouble *in = (gdouble *) _in; in input_data_mixed_double() 433 input_data_mixed_int32_max (const guint8 * _in, gfloat * out, guint len, in input_data_mixed_int32_max() argument 437 gint32 *in = (gint32 *) _in; in input_data_mixed_int32_max() 450 input_data_mixed_int24_max (const guint8 * _in, gfloat * out, guint len, in input_data_mixed_int24_max() argument 459 gint32 value = GST_READ_UINT24_BE (_in); in input_data_mixed_int24_max() 461 gint32 value = GST_READ_UINT24_LE (_in); in input_data_mixed_int24_max() 466 _in += 3; in input_data_mixed_int24_max() [all …]
|
/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | gstvorbisdeclib.c | 164 copy_samples_16_m (vorbis_sample_t * _out, vorbis_sample_t ** _in, in copy_samples_16_m() argument 168 ogg_int32_t **in = (ogg_int32_t **) _in; in copy_samples_16_m() 177 copy_samples_16_s (vorbis_sample_t * _out, vorbis_sample_t ** _in, in copy_samples_16_s() argument 181 ogg_int32_t **in = (ogg_int32_t **) _in; in copy_samples_16_s() 191 copy_samples_16 (vorbis_sample_t * _out, vorbis_sample_t ** _in, guint samples, in copy_samples_16() argument 195 ogg_int32_t **in = (ogg_int32_t **) _in; in copy_samples_16()
|
/third_party/skia/tests/sksl/shared/ |
D | NoFragCoordsPos.metal | 11 vertex Outputs vertexMain(Inputs _in [[stage_in]], uint sk_VertexID [[vertex_id]], uint sk_Instance… 14 _out.sk_Position = _in.pos;
|
D | NoFragCoordsPosRT.metal | 14 vertex Outputs vertexMain(Inputs _in [[stage_in]], constant Uniforms& _uniforms [[buffer(0)]], uint… 17 _out.sk_Position = _in.pos;
|
D | Ossfuzz29085.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|
D | Ossfuzz26167.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|
D | DerivativesUnused.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|
D | Ossfuzz26759.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|
D | Discard.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|
D | Ossfuzz28904.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|
D | Ossfuzz29494.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|
D | DeadDoWhileLoop.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|
D | ReturnColorFromMain.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|
D | ConstArray.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|
D | HelloWorld.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|
D | StaticSwitchWithBreak.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|
D | StaticSwitchWithBreakInsideBlock.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|
D | Ossfuzz28794.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|
D | Ossfuzz37466.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|
D | StaticSwitchWithFallthroughA.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|
D | StaticSwitchWithFallthroughB.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|
D | InstanceID.metal | 11 vertex Outputs vertexMain(Inputs _in [[stage_in]], uint sk_VertexID [[vertex_id]], uint sk_Instance…
|
D | VertexID.metal | 11 vertex Outputs vertexMain(Inputs _in [[stage_in]], uint sk_VertexID [[vertex_id]], uint sk_Instance…
|
/third_party/skia/tests/sksl/metal/ |
D | CastHalf4ToMat2x2.metal | 9 fragment Outputs fragmentMain(Inputs _in [[stage_in]], bool _frontFacing [[front_facing]], float4 _…
|