/external/oprofile/libabi/ |
D | abi.cpp | 32 slots[entry->name] = entry->offset; in abi() 34 slots["little_endian"] = op_little_endian(); in abi() 40 if (slots.find(key) != slots.end()) in need() 41 return slots.find(key)->second; in need() 49 return slots == other.slots; in operator ==() 55 abi_iter i = abi.slots.begin(); in operator <<() 56 abi_iter e = abi.slots.end(); in operator <<() 69 abi.slots.clear(); in operator >>() 72 abi.slots[key] = val; in operator >>()
|
/external/dbus/dbus/ |
D | dbus-dataslot.c | 215 list->slots = NULL; in _dbus_data_slot_list_init() 261 tmp = dbus_realloc (list->slots, in _dbus_data_slot_list_set() 266 list->slots = tmp; in _dbus_data_slot_list_set() 271 list->slots[i].data = NULL; in _dbus_data_slot_list_set() 272 list->slots[i].free_data_func = NULL; in _dbus_data_slot_list_set() 279 *old_data = list->slots[slot].data; in _dbus_data_slot_list_set() 280 *old_free_func = list->slots[slot].free_data_func; in _dbus_data_slot_list_set() 282 list->slots[slot].data = data; in _dbus_data_slot_list_set() 283 list->slots[slot].free_data_func = free_data_func; in _dbus_data_slot_list_set() 317 return list->slots[slot].data; in _dbus_data_slot_list_get() [all …]
|
/external/jmonkeyengine/engine/src/test/jme3test/app/ |
D | TestIDList.java | 80 static Object[] slots = new Object[16]; field in TestIDList 103 if (slots[slot] != val){ in setSlot() 105 slots[slot] = val; in setSlot() 111 if (slots[i] != null && enabledSlots[i] == false){ in checkSlots() 114 if (slots[i] == null && enabledSlots[i] == true){ in checkSlots() 120 if (slots[i] != val) in checkSlots() 125 if (slots[i] != null) in checkSlots() 137 slots[slot] = null; in clearSlots()
|
/external/mesa3d/src/glsl/ |
D | linker.cpp | 928 unsigned slots; member 1043 n->slots = vec4_slots; in add_uniform() 1218 const unsigned slots = count_attribute_slots(var->type); in assign_attribute_locations() local 1219 param->Slots = slots; in assign_attribute_locations() 1256 const unsigned use_mask = (1 << slots) - 1; in assign_attribute_locations() 1275 unsigned slots; in assign_attribute_locations() member 1285 return r->slots - l->slots; in assign_attribute_locations() 1296 const unsigned slots = count_attribute_slots(var->type); in assign_attribute_locations() local 1297 const unsigned use_mask = (1 << slots) - 1; in assign_attribute_locations() 1318 to_assign[num_attr].slots = count_attribute_slots(var->type); in assign_attribute_locations() [all …]
|
/external/webkit/Source/WebKit/qt/tests/hybridPixmap/ |
D | tst_hybridPixmap.cpp | 31 public slots: 40 private slots:
|
D | widget.h | 49 private slots: 52 public slots:
|
/external/webkit/Tools/QtTestBrowser/ |
D | locationedit.h | 44 public slots: 47 private slots:
|
D | urlloader.h | 44 public slots: 47 private slots:
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | PlatformVideoWindowPrivate.h | 44 public slots: 47 private slots:
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
D | userdatarequest.h | 34 public slots: 37 protected slots:
|
D | scanresults.h | 32 public slots: 39 protected slots:
|
D | networkconfig.h | 39 public slots: 48 protected slots:
|
D | eventhistory.h | 52 public slots: 56 protected slots:
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | userdatarequest.h | 28 public slots: 31 protected slots:
|
D | scanresults.h | 26 public slots: 33 protected slots:
|
D | eventhistory.h | 46 public slots: 50 protected slots:
|
D | networkconfig.h | 33 public slots: 42 protected slots:
|
/external/webkit/Tools/MiniBrowser/qt/ |
D | UrlLoader.h | 44 public slots: 47 private slots:
|
D | BrowserWindow.h | 50 public slots: variable 57 protected slots:
|
/external/qemu/ |
D | kvm-all.c | 57 KVMSlot slots[32]; member 74 for (i = 0; i < ARRAY_SIZE(s->slots); i++) { in kvm_alloc_slot() 78 if (s->slots[i].memory_size == 0) in kvm_alloc_slot() 79 return &s->slots[i]; in kvm_alloc_slot() 92 for (i = 0; i < ARRAY_SIZE(s->slots); i++) { in kvm_lookup_matching_slot() 93 KVMSlot *mem = &s->slots[i]; in kvm_lookup_matching_slot() 114 for (i = 0; i < ARRAY_SIZE(s->slots); i++) { in kvm_lookup_overlapping_slot() 115 KVMSlot *mem = &s->slots[i]; in kvm_lookup_overlapping_slot() 274 for (i = 0; i < ARRAY_SIZE(s->slots); i++) { in kvm_set_migration_log() 275 mem = &s->slots[i]; in kvm_set_migration_log() [all …]
|
/external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/ |
D | tst_qwebhistoryinterface.cpp | 38 public slots: 42 private slots:
|
/external/libselinux/src/ |
D | avc.c | 33 struct avc_node *slots[AVC_CACHE_SLOTS]; member 139 avc_cache.slots[i] = 0; in avc_init() 227 node = avc_cache.slots[i]; in avc_av_stats() 260 cur = avc_cache.slots[hvalue]; in hidden_def() 281 avc_cache.slots[hvalue] = cur->next; in hidden_def() 323 new->next = avc_cache.slots[hvalue]; in avc_claim_node() 324 avc_cache.slots[hvalue] = new; in avc_claim_node() 340 cur = avc_cache.slots[hvalue]; in avc_search_node() 471 node = avc_cache.slots[i]; in hidden_def() 480 avc_cache.slots[i] = 0; in hidden_def() [all …]
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | QtMaemoWebPopup.h | 41 protected slots: 61 private slots:
|
/external/libppp/src/ |
D | ipcp.c | 106 u_char slots; member 382 ipcp->cfg.vj.slots, ipcp->cfg.vj.slotcomp ? "with" : "without"); in ipcp_Show() 422 int slots; in ipcp_vjset() local 424 slots = atoi(arg->argv[arg->argn+1]); in ipcp_vjset() 425 if (slots < 4 || slots > 16) in ipcp_vjset() 427 arg->bundle->ncp.ipcp.cfg.vj.slots = slots; in ipcp_vjset() 454 ipcp->cfg.vj.slots = DEF_VJ_STATES; in ipcp_Init() 582 ((ipcp->cfg.vj.slots - 1) << 8) + in ipcp_Setup() 586 sl_compress_init(&ipcp->vj.cslc, ipcp->cfg.vj.slots - 1); in ipcp_Setup() 777 req.slots = (ipcp->my_compproto >> 8) & 255; in IpcpSendConfigReq() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsCallingConv.td | 67 // All stack parameter slots become 64-bit doublewords and are 8-byte aligned. 86 // All stack parameter slots become 64-bit doublewords and are 8-byte aligned. 127 // Integer values get stored in stack slots that are 4 bytes in 131 // Integer values get stored in stack slots that are 8 bytes in 165 // Stack parameter slots for f64 are 64-bit doublewords and 8-byte aligned. 181 // Stack parameter slots for i64 and f64 are 64-bit doublewords and 202 // Stack parameter slots for i32 and f32 are 32-bit words and 4-byte aligned.
|