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

  /external/libnfc-nxp/src/
phHciNfc_WI.h 79 uint8_t default_type; member in struct:phHciNfc_WI_Info
phHciNfc_WI.c 768 p_wiinfo->default_type = *reg_value;
  /external/chromium_org/base/i18n/
time_formatting.cc 63 HourClockType default_type = GetHourClockType(); local
64 if (default_type == type && (type == k24HourClock || ampm == kKeepAmPm)) {
  /external/e2fsprogs/e2fsck/
e2fsck.h 558 unsigned int default_type,
563 int default_type,
568 int default_type,
573 int default_type,
util.c 790 void e2fsck_set_bitmap_type(ext2_filsys fs, unsigned int default_type,
799 profile_name, 0, default_type, &type);
802 fs->default_bitmap_type = type ? type : default_type;
804 fs->default_bitmap_type = default_type;
  /external/chromium_org/sql/
recovery.cc 365 const int default_type = s.ColumnType(4); local
366 const bool default_is_null = (default_type == COLUMN_TYPE_NULL);
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api_helpers.h 110 MenuItem::Type default_type) {
113 return default_type;
  /external/chromium_org/base/prefs/
pref_service.cc 545 base::Value::Type default_type = default_value->GetType(); local
546 if (pref_value_store_->GetValue(path, default_type, &found_value)) {
547 DCHECK(found_value->IsType(default_type));
  /external/checkpolicy/
policy_scan.l 232 default_type |
233 DEFAULT_TYPE { return(DEFAULT_TYPE); }
policy_define.c 441 if (cladatum->default_type && cladatum->default_type != which) {
445 cladatum->default_type = which;
    [all...]
  /external/chromium_org/ui/gfx/image/
image.cc 366 ImageStorage(Image::RepresentationType default_type)
367 : default_representation_type_(default_type),
  /external/libsepol/src/
link.c 226 if (olddatum->default_type) {
227 if (newdatum->default_type && olddatum->default_type != newdatum->default_type) {
231 newdatum->default_type = olddatum->default_type;
    [all...]
expand.c 469 if (olddatum->default_type) {
470 if (newdatum->default_type && olddatum->default_type != newdatum->default_type) {
474 newdatum->default_type = olddatum->default_type;
    [all...]
write.c 998 buf[0] = cpu_to_le32(cladatum->default_type);
    [all...]
policydb.c     [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 476 unsigned int default_type, il; local
497 default_type = row[1];
498 if(default_type == 0x44454600) {
  /external/libsepol/include/sepol/policydb/
policydb.h 119 char default_type; member in struct:class_datum
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 25 %default_type {Token}
    [all...]

Completed in 178 milliseconds