/external/autotest/client/virt/ |
D | virt_test_setup.py | 108 value_list = [] 111 value_list.append(i) 112 return value_list 142 value_list = self.value_listed(open(file_path,"r").read()) 143 for i in value_list: 146 for i in value_list: 154 value_list = self.value_listed(open(file_path,"r").read()) 155 for i in value_list:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | protourlencode.py | 269 value_list = getattr(parent, name, None) 272 if not value_list: 276 return len(value_list) >= index 447 value_list = getattr(parent, field.name, None) 448 if value_list is None: 451 if index == len(value_list): 452 value_list.append(converted_value) 456 value_list[index] = converted_value
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | config.py | 90 value_list = self.get(section, option) 92 for value_line in value_list.split('\n'): 109 value_list = [] 119 value_list.append(value) 120 return value_list
|
/external/fio/ |
D | graph.c | 64 struct flist_head value_list; member 162 flist_for_each(entry, &l->value_list) in count_values() 186 if (flist_empty(&l->value_list)) in find_double_values() 189 flist_for_each(entry, &l->value_list) { in find_double_values() 249 flist_for_each(entry, &lb->value_list) { in draw_bars() 513 flist_for_each(jentry, &i->value_list) { in find_xy_value() 598 flist_for_each(entry, &i->value_list) { in line_graph_draw() 660 INIT_FLIST_HEAD(&i->value_list); in graph_add_label() 720 flist_add_tail(&x->list, &i->value_list); in graph_label_add_value() 775 while (to_drop-- && !flist_empty(&i->value_list)) { in graph_label_add_value() [all …]
|
/external/autotest/server/cros/ |
D | telemetry_runner.py | 195 value_list = [float(x) for x in value.strip('[],').split(',')] 196 value = float(sum(value_list)) / len(value_list) 201 value_list = [float(x) for x in value.strip('{},').split(',')] 202 value = value_list[0] # Position 0 is the value.
|
/external/vulkan-validation-layers/demos/smoke/ |
D | ShellXcb.cpp | 128 uint32_t value_mask, value_list[32]; in create_window() local 130 value_list[0] = scr_->black_pixel; in create_window() 131 value_list[1] = XCB_EVENT_MASK_KEY_PRESS | in create_window() 140 value_mask, value_list); in create_window()
|
/external/clang/utils/ |
D | ClangDataFormat.py | 149 value_list = frame.GetVariables(True, True, True, True) 150 for val in value_list:
|
/external/autotest/frontend/tko/ |
D | tko_rpc_utils.py | 184 for value_list in sorted_header_values: 185 index_map = dict((value, i) for i, value in enumerate(value_list))
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | firmware_summary.py | 334 value_list = sorted([(subkey(metric.key), metric.value) 337 max_len = max([sum_len(value[0]) for value in value_list]) 339 for (gesture, variation, round), value in value_list:
|
/external/mesa3d/src/glsl/ |
D | ir.cpp | 596 ir_constant::ir_constant(const struct glsl_type *type, exec_list *value_list) in ir_constant() argument 607 foreach_list(node, value_list) { in ir_constant() 626 value_list->move_nodes_to(& this->components); in ir_constant() 634 ir_constant *value = (ir_constant *) (value_list->head); in ir_constant()
|
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/ |
D | formatter.py | 34 for name, value_list in exc_data.extra_data.items(): 39 for value in value_list:
|
/external/deqp/modules/gles31/scripts/ |
D | gen-implicit-conversions.py | 331 def gen_value_strs(value_list, value_type): argument 332 for value in value_list:
|
/external/libweave/src/privet/ |
D | privet_handler.cc | 121 std::unique_ptr<base::ListValue> value_list(new base::ListValue()); in ToValue() local 123 value_list->AppendString(val); in ToValue() 124 return value_list; in ToValue()
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
D | kv_pb.py | 220 def value_list(self): return self.value_ member in KeyValues
|
D | shuffler.py | 576 proto.value_list().extend(values)
|
D | input_readers.py | 2635 self.current_key, proto.value_list(), self.current_values) 2657 self.current_values.extend(proto.value_list())
|
/external/vulkan-validation-layers/demos/ |
D | tri.c | 1659 uint32_t value_mask, value_list[32]; in demo_create_window() local 1664 value_list[0] = demo->screen->black_pixel; in demo_create_window() 1665 value_list[1] = XCB_EVENT_MASK_KEY_RELEASE | XCB_EVENT_MASK_EXPOSURE | in demo_create_window() 1671 value_mask, value_list); in demo_create_window()
|
D | cube.c | 2069 uint32_t value_mask, value_list[32]; in demo_create_window() local 2074 value_list[0] = demo->screen->black_pixel; in demo_create_window() 2075 value_list[1] = XCB_EVENT_MASK_KEY_RELEASE | XCB_EVENT_MASK_EXPOSURE | in demo_create_window() 2081 value_mask, value_list); in demo_create_window()
|
/external/chromium-trace/catapult/tracing/ |
D | trace_viewer.gypi | 168 'tracing/metrics/value_list.html',
|