Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
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/
Ddrmsl.c114 void *next_value; in print_neighbors() local
119 &next_key, &next_value); in print_neighbors()
/external/libdrm/
Dxf86drmSL.c232 unsigned long *next_key, void **next_value) in drmSLLookupNeighbors() argument
241 *prev_value = *next_value = NULL; in drmSLLookupNeighbors()
249 *next_value = update[0]->forward[0]->value; in drmSLLookupNeighbors()
Dxf86drm.h721 unsigned long *next_key, void **next_value);
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
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/
Dpattern-rewriter.cc453 auto next_value = factory()->NewConditional( in VisitArrayLiteral() local
464 factory()->NewVariableProxy(v), next_value, in VisitArrayLiteral()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl_unittest.cc451 uint16_t next_value() const { return next_value_; } in TEST_F() function in webrtc::TEST_F::CountingSamplesDecoder
481 static_cast<size_t>(decoder_.next_value() - 1)); in TEST_F()