Home
last modified time | relevance | path

Searched refs:item_type (Results 1 – 18 of 18) sorted by relevance

/external/autotest/client/site_tests/webstore_InstallItem/
Dwebstore_InstallItem.py18 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/
Drx-virtualtime.hpp47 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()
Drx-currentthread.hpp21 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()
Drx-runloop.hpp23 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
Drx-newthread.hpp36 typedef queue_item_time::item_type item_type; typedef
140 state->q.push(new_worker_state::item_type(when, scbl)); in schedule()
Drx-eventloop.hpp29 typedef queue_item_time::item_type item_type; typedef
/external/autotest/client/cros/
Dwebstore_test.py73 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/
Dintel_batchbuffer.h50 } 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 …
Dintel_batchbuffer.c39 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/
Ddepstest.py120 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/
Dev_epollsig_linux.cc1393 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/
Dprotostream_objectwriter.cc447 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()
Dprotostream_objectwriter.h264 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/
Dcheck_ops.py2016 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/
Drx-scheduler.hpp891 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/
Dpfrload.c141 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/
Dtest_posix.py965 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/
Dparameter_validation_generator.py1057 …def expandStructCode(self, item_type, funcName, memberNamePrefix, memberDisplayNamePrefix, indent,… argument
1058 lines = self.validatedStructs[item_type]