/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 | eventhistory.h | 52 public slots: 56 protected slots:
|
D | networkconfig.h | 39 public slots: 48 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:
|
D | InspectorServerQt.h | 58 private slots: 89 private slots:
|
/external/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 171 // Integer/FP values get stored in stack slots that are 8 bytes in size and 175 // Long doubles get stack slots whose size and alignment depends on the 179 // Vectors get 16-byte stack slots that are 16-byte aligned. 182 // 256-bit vectors get 32-byte stack slots that are 32-byte aligned. 226 // Integer/FP values get stored in stack slots that are 8 bytes in size and 230 // Long doubles get stack slots whose size and alignment depends on the 271 // Integer/Float values get stored in stack slots that are 4 bytes in 275 // Doubles get 8-byte slots that are 4-byte aligned. 278 // Long doubles get slots whose size depends on the subtarget. 290 // Other SSE vectors get 16-byte stack slots that are 16-byte aligned. [all …]
|