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

  /external/chromium/chrome/browser/sessions/
session_types.h 74 void set_type_mask(int type_mask) { type_mask_ = type_mask; }
75 int type_mask() const { return type_mask_; } function in class:TabNavigation
session_service_test_helper.cc 84 EXPECT_EQ(expected.type_mask(), actual.type_mask());
base_session_service.cc 173 int type_mask = entry.has_post_data() ? TabNavigation::HAS_POST_DATA : 0; local
174 pickle.WriteInt(type_mask);
219 // type_mask did not always exist in the written stream. As such, we
224 // the "referrer" property was added after type_mask to the written
session_service_unittest.cc 78 navigation.type_mask() & TabNavigation::HAS_POST_DATA);
  /external/bluetooth/bluez/tools/
hcisecfilter.c 38 uint32_t type_mask; local
43 memset(&type_mask, 0, sizeof(type_mask));
44 hci_set_bit(HCI_EVENT_PKT, &type_mask);
46 printf("Type mask: { 0x%02x }\n", type_mask);
  /frameworks/native/services/surfaceflinger/
Transform.h 52 enum type_mask { enum in class:android::Transform
  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 186 hci_set_bit((t == HCI_VENDOR_PKT) ? 0 : (t & HCI_FLT_TYPE_BITS), &f->type_mask);
190 hci_clear_bit((t == HCI_VENDOR_PKT) ? 0 : (t & HCI_FLT_TYPE_BITS), &f->type_mask);
194 return hci_test_bit((t == HCI_VENDOR_PKT) ? 0 : (t & HCI_FLT_TYPE_BITS), &f->type_mask);
198 memset((void *) &f->type_mask, 0xff, sizeof(f->type_mask));
hci.h 2292 uint32_t type_mask; member in struct:hci_filter
    [all...]
  /external/compiler-rt/lib/asan/
asan_malloc_mac.cc 255 unsigned type_mask, vm_address_t zone_address,
  /external/opencv/ml/src/
_ml.h 339 CvMat* cvPreprocessVarType( const CvMat* type_mask, const CvMat* var_idx,
  /external/kernel-headers/original/linux/
pci.h 537 resource_size_t min, unsigned int type_mask,
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 2380 uint32_t type_mask; member in struct:hci_filter
    [all...]

Completed in 926 milliseconds