/external/autotest/client/site_tests/webstore_InstallItem/ |
D | webstore_InstallItem.py | 18 def run(self, item_id, item_type, install_type): argument 19 self.install_item(item_id, item_type, install_type) 20 if item_type != ItemType.extension and item_type != ItemType.theme:
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/ |
D | rx-virtualtime.hpp | 47 typedef time_schedulable<long> item_type; typedef 54 virtual item_type top() const =0; 172 typedef typename base::item_type item_type; typedef 175 typename item_type::time_point_type> queue_item_time; 193 virtual item_type top() const { in top() 220 q.push(item_type(when, run)); in schedule_absolute()
|
D | rx-currentthread.hpp | 21 typedef time_schedulable<clock::time_point> item_type; typedef 24 typedef schedulable_queue<item_type::time_point_type> queue_item_time; 80 static void push(item_type item) { in push() 157 queue_type::push(queue_type::item_type(now(), scbl)); in schedule() 161 queue_type::push(queue_type::item_type(when, scbl)); in schedule()
|
D | rx-runloop.hpp | 23 typedef queue_item_time::item_type item_type; typedef 83 st->q.push(detail::run_loop_state::item_type(when, scbl)); in schedule() 129 typedef detail::run_loop_state::item_type item_type; typedef in rxcpp::schedulers::run_loop
|
D | rx-newthread.hpp | 36 typedef queue_item_time::item_type item_type; typedef 140 state->q.push(new_worker_state::item_type(when, scbl)); in schedule()
|
D | rx-eventloop.hpp | 29 typedef queue_item_time::item_type item_type; typedef
|
/external/autotest/client/cros/ |
D | webstore_test.py | 73 def _install_type_click_xpath(item_type, install_type): argument 86 if item_type == ItemType.hosted_app: 206 def install_item(self, item_id, item_type, install_type): argument 217 item_id, ItemType.to_string[item_type], 226 item_type, install_type) 227 if item_type == ItemType.extension or item_type == ItemType.theme:
|
/external/igt-gpu-tools/tools/null_state_gen/ |
D | intel_batchbuffer.h | 50 } item_type; typedef 54 item_type type; 99 void bb_area_emit(struct bb_area *a, uint32_t dword, item_type type, const char *str); 100 void bb_area_emit_offset(struct bb_area *a, unsigned i, uint32_t dword, item_type type, const char …
|
D | intel_batchbuffer.c | 39 void bb_area_emit(struct bb_area *a, uint32_t dword, item_type type, const char *str) in bb_area_emit() 54 void bb_area_emit_offset(struct bb_area *a, unsigned offset, uint32_t dword, item_type type, const … in bb_area_emit_offset()
|
/external/icu/icu4c/source/test/depstest/ |
D | depstest.py | 120 item_type = item["type"] 123 (item_type, name, parents)) 150 print("Info: %s %s does not need to depend on %s\n" % (item_type, name, dep)) 170 (item_type, name, file_name, symbol, neededItem))
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | ev_epollsig_linux.cc | 1393 poll_obj* item, poll_obj_type item_type) { argument 1397 GPR_ASSERT(item->obj_type == item_type); 1421 if (item_type == POLL_OBJ_FD && (FD_FROM_PO(item))->orphaned) { 1434 if (item_type == POLL_OBJ_FD) { 1472 (void*)pi_new, poll_obj_string(item_type), (void*)item, 1477 (void*)pi_new, poll_obj_string(item_type), poll_obj_string(bag_type)); 1484 if (item_type == POLL_OBJ_FD) { 1493 (void*)pi_new, poll_obj_string(item_type), (void*)item, 1503 (void*)pi_new, poll_obj_string(item_type), (void*)item, 1510 (void*)pi_new, poll_obj_string(item_type), (void*)item, [all …]
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter.cc | 447 ItemType item_type, bool is_placeholder, in Item() argument 452 item_type_(item_type), in Item() 458 if (item_type == MAP) { in Item() 464 ItemType item_type, bool is_placeholder, in Item() argument 469 item_type_(item_type), in Item() 472 if (item_type == ANY) { in Item() 475 if (item_type == MAP) { in Item() 1254 Item::ItemType item_type, in Push() argument 1261 new Item(current_.release(), item_type, is_placeholder, is_list)); in Push()
|
D | protostream_objectwriter.h | 264 Item(ProtoStreamObjectWriter* enclosing, ItemType item_type, 268 Item(Item* parent, ItemType item_type, bool is_placeholder, bool is_list); 383 void Push(StringPiece name, Item::ItemType item_type,
|
/external/tensorflow/tensorflow/python/ops/ |
D | check_ops.py | 2016 item_type = item.dtype.base_dtype 2018 expected_type = item_type 2019 elif expected_type != item_type: 2029 item_type = item.dtype.base_dtype 2031 expected_type = item_type 2033 elif expected_type != item_type: 2036 item_type, expected_type,
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-scheduler.hpp | 891 typedef time_schedulable<TimePoint> item_type; typedef in rxcpp::schedulers::detail::schedulable_queue 892 typedef std::pair<item_type, int64_t> elem_type; 894 typedef const item_type& const_reference; 937 void push(const item_type& value) { in push() 941 void push(item_type&& value) { in push()
|
/external/freetype/src/pfr/ |
D | pfrload.c | 141 FT_UInt num_items, item_type, item_size; in pfr_extra_items_parse() local 151 item_type = PFR_NEXT_BYTE( p ); in pfr_extra_items_parse() 162 if ( extra->type == item_type ) in pfr_extra_items_parse()
|
/external/python/cpython3/Lib/test/ |
D | test_posix.py | 965 item_type = str 967 item_type = bytes 969 self.assertEqual(type(k), item_type) 970 self.assertEqual(type(v), item_type)
|
/external/vulkan-validation-layers/scripts/ |
D | parameter_validation_generator.py | 1057 …def expandStructCode(self, item_type, funcName, memberNamePrefix, memberDisplayNamePrefix, indent,… argument 1058 lines = self.validatedStructs[item_type]
|