HomeSort by relevance Sort by last modified time
    Searched refs:slots (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/oprofile/libabi/
abi.cpp 32 slots[entry->name] = entry->offset;
34 slots["little_endian"] = op_little_endian();
40 if (slots.find(key) != slots.end())
41 return slots.find(key)->second;
49 return slots == other.slots;
55 abi_iter i = abi.slots.begin();
56 abi_iter e = abi.slots.end();
69 abi.slots.clear()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
PlatformVideoWindowPrivate.h 44 public slots:
47 private slots:
  /external/webkit/Source/WebKit/qt/tests/hybridPixmap/
tst_hybridPixmap.cpp 31 public slots:
40 private slots:
  /external/webkit/Tools/QtTestBrowser/
locationedit.h 44 public slots:
47 private slots:
urlloader.h 44 public slots:
47 private slots:
fpstimer.h 46 protected slots:
  /external/wpa_supplicant/wpa_gui-qt4/
userdatarequest.h 34 public slots:
37 protected slots:
scanresults.h 32 public slots:
39 protected slots:
networkconfig.h 39 public slots:
46 protected slots:
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
scanresults.h 32 public slots:
39 protected slots:
userdatarequest.h 34 public slots:
37 protected slots:
addinterface.h 33 public slots:
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
scanresults.h 32 public slots:
39 protected slots:
userdatarequest.h 34 public slots:
37 protected slots:
addinterface.h 33 public slots:
  /external/webkit/Tools/DumpRenderTree/qt/
GCControllerQt.h 43 public slots:
PlainTextControllerQt.h 43 public slots:
TextInputControllerQt.h 43 public slots:
  /external/webkit/Tools/MiniBrowser/qt/
UrlLoader.h 44 public slots:
47 private slots:
  /libcore/luni/src/test/java/libcore/java/util/
OldAndroidHashMapTest.java 115 boolean[] slots = new boolean[4];
134 if (slots[slot]) {
137 slots[slot] = true;
141 assertTrue(slots[0]);
142 assertTrue(slots[1]);
143 assertTrue(slots[2]);
144 assertTrue(slots[3]);
150 boolean[] slots = new boolean[4];
169 if (slots[slot]) {
172 slots[slot] = true
    [all...]
  /external/webkit/Source/WebCore/platform/network/qt/
NetworkStateNotifierPrivate.h 38 public slots:
QtMIMETypeSniffer.h 38 private slots:
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FullScreenVideoWidget.h 55 private slots:
QtMaemoWebPopup.h 41 protected slots:
61 private slots:
  /external/dbus/dbus/
dbus-dataslot.c 29 * @defgroup DBusDataSlot Data slots
41 * integer IDs for data slots.
145 _dbus_verbose ("Allocated slot %d on allocator %p total %d slots allocated %d used\n",
215 list->slots = NULL;
261 tmp = dbus_realloc (list->slots,
266 list->slots = tmp;
271 list->slots[i].data = NULL;
272 list->slots[i].free_data_func = NULL;
279 *old_data = list->slots[slot].data;
280 *old_free_func = list->slots[slot].free_data_func
    [all...]

Completed in 488 milliseconds

1 2 3 4 5 6