HomeSort by relevance Sort by last modified time
    Searched refs:next_list (Results 1 - 4 of 4) sorted by null

  /bionic/libc/system_properties/
contexts_split.cpp 76 auto next_list = list; local
78 while (*next_list) {
79 if ((*next_list)->prefix_len < prefix_len || (*next_list)->prefix[0] == '*') {
80 ListAdd(next_list, prefix, context);
83 next_list = &(*next_list)->next;
85 ListAdd(next_list, prefix, context);
  /external/autotest/server/cros/
goofy_client.py 195 def _set_test_list(self, next_list):
203 @param next_list: The name of the test list.
224 logging.info('Switching to test list %s', next_list)
231 self._client.SwitchTestList(next_list, 'full')
233 logging.info('Switched to list %s, goofy restarting', next_list)
  /external/deqp-deps/SPIRV-Tools/source/val/
function.cpp 136 void Function::RegisterBlockEnd(std::vector<uint32_t> next_list,
142 next_blocks.reserve(next_list.size());
146 for (uint32_t successor_id : next_list) {
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
function.cpp 136 void Function::RegisterBlockEnd(std::vector<uint32_t> next_list,
142 next_blocks.reserve(next_list.size());
146 for (uint32_t successor_id : next_list) {

Completed in 2946 milliseconds