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

  /external/autotest/client/site_tests/webstore_InstallItem/
webstore_InstallItem.py 13 item_type, and install_type to the test. If it's an app, this
18 def run(self, item_id, item_type, install_type):
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/
rx-virtualtime.hpp 47 typedef time_schedulable<long> item_type; typedef in struct:rxcpp::schedulers::detail::virtual_time_base
54 virtual item_type top() const =0;
172 typedef typename base::item_type item_type; typedef in struct:rxcpp::schedulers::virtual_time
175 typename item_type::time_point_type> queue_item_time;
193 virtual item_type top() const {
220 q.push(item_type(when, run));
rx-currentthread.hpp 21 typedef time_schedulable<clock::time_point> item_type; typedef in struct:rxcpp::schedulers::detail::action_queue
24 typedef schedulable_queue<item_type::time_point_type> queue_item_time;
80 static void push(item_type item) {
157 queue_type::push(queue_type::item_type(now(), scbl));
161 queue_type::push(queue_type::item_type(when, scbl));
rx-runloop.hpp 23 typedef queue_item_time::item_type item_type; typedef in struct:rxcpp::schedulers::detail::run_loop_state
83 st->q.push(detail::run_loop_state::item_type(when, scbl));
129 typedef detail::run_loop_state::item_type item_type; typedef in class:rxcpp::schedulers::run_loop
rx-newthread.hpp 36 typedef queue_item_time::item_type item_type; typedef in struct:rxcpp::schedulers::new_thread::new_worker::new_worker_state
136 state->q.push(new_worker_state::item_type(when, scbl));
rx-eventloop.hpp 29 typedef queue_item_time::item_type item_type; typedef in struct:rxcpp::schedulers::event_loop::loop_worker
  /external/autotest/client/cros/
webstore_test.py 73 def _install_type_click_xpath(item_type, install_type):
77 @param item_type: The type of the item to install
86 if item_type == ItemType.hosted_app:
206 def install_item(self, item_id, item_type, install_type):
212 @param item_type: The type of the item to install
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/icu/icu4c/source/test/depstest/
depstest.py 93 item_type = item["type"]
96 (item_type, name, parents))
123 print "Info: %s %s does not need to depend on %s\n" % (item_type, name, dep)
140 (item_type, name, file_name, symbol, neededItem))
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectwriter.h 192 Item(ProtoStreamObjectWriter* enclosing, ItemType item_type,
196 Item(Item* parent, ItemType item_type, bool is_placeholder, bool is_list);
306 void Push(StringPiece name, Item::ItemType item_type, bool is_placeholder,
protostream_objectwriter.cc 376 ItemType item_type, bool is_placeholder,
381 item_type_(item_type),
390 ItemType item_type, bool is_placeholder,
395 item_type_(item_type),
398 if (item_type == ANY) {
    [all...]
  /external/grpc-grpc/src/core/lib/iomgr/
ev_epollsig_linux.cc     [all...]
  /external/tensorflow/tensorflow/python/ops/
check_ops.py     [all...]
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
rx-scheduler.hpp 891 typedef time_schedulable<TimePoint> item_type; typedef in class: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) {
941 void push(item_type&& value) {
  /external/freetype/src/pfr/
pfrload.c 141 FT_UInt num_items, item_type, item_size; local
151 item_type = PFR_NEXT_BYTE( p );
162 if ( extra->type == item_type )
  /frameworks/av/media/extractors/mp4/
ItemTable.cpp 1084 uint32_t item_type; local
1085 if (!source()->getUInt32(offset, &item_type)) {
1090 itemInfo->itemType = item_type;
1096 MakeFourCCString(item_type, itemTypeString);
1097 ALOGV("item_type %s", itemTypeString);
1107 if (item_type == FOURCC("mime")) {
1120 } else if (item_type == FOURCC("uri ")) {
    [all...]
  /art/libdexfile/dex/
dex_file_verifier.cc 424 DexFile::MapItemType item_type = static_cast<DexFile::MapItemType>(item->type_); local
425 if (IsDataSectionType(item_type)) {
428 ErrorStringPrintf("Too many items in data section: %ud item_type %zx",
430 static_cast<size_t>(item_type));
437 uint32_t bit = MapTypeToBitMask(item_type);
    [all...]
  /external/python/cpython3/Lib/test/
test_posix.py     [all...]
  /external/vulkan-validation-layers/scripts/
parameter_validation_generator.py     [all...]

Completed in 652 milliseconds