Searched refs:next_value (Results 1 - 7 of 7) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
H A Dprotourlencode.py493 next_value = parent.get_assigned_value(field.name)
494 if next_value is None:
502 next_value = [next_value]
504 for index, item in enumerate(next_value):
/external/libdrm/tests/
H A Ddrmsl.c114 void *next_value; local
119 &next_key, &next_value);
/external/libdrm/
H A Dxf86drmSL.c232 unsigned long *next_key, void **next_value)
241 *prev_value = *next_value = NULL;
249 *next_value = update[0]->forward[0]->value;
230 drmSLLookupNeighbors(void *l, unsigned long key, unsigned long *prev_key, void **prev_value, unsigned long *next_key, void **next_value) argument
H A Dxf86drm.h721 unsigned long *next_key, void **next_value);
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
H A Dpipeline.py1901 next_value = None
1905 yielded = pipeline_iter.send(next_value)
1917 next_value = yielded.outputs
1918 all_output_slots.update(next_value._output_dict.itervalues())
2185 next_value = None
2193 yielded = pipeline_iter.send(next_value)
2209 next_value = PipelineFuture(yielded.output_names)
2210 next_value._after_all_pipelines.update(After._local._after_all_futures)
2211 next_value._after_all_pipelines.update(InOrder._local._in_order_futures)
2212 sub_stage_dict[yielded] = next_value
[all...]
/external/v8/src/parsing/
H A Dpattern-rewriter.cc453 auto next_value = factory()->NewConditional( local
464 factory()->NewVariableProxy(v), next_value,
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl_unittest.cc451 uint16_t next_value() const { return next_value_; } function in class:webrtc::CountingSamplesDecoder
481 static_cast<size_t>(decoder_.next_value() - 1));

Completed in 187 milliseconds