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

1 2 3 4 5 6 7

  /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:
widget.h 49 private slots:
52 public 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_8/wpa_supplicant/wpa_gui-qt4/
scanresults.h 26 public slots:
33 protected slots:
userdatarequest.h 28 public slots:
31 protected slots:
addinterface.h 27 public slots:
eventhistory.h 46 public slots:
50 protected slots:
networkconfig.h 33 public slots:
42 protected 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:
BrowserWindow.h 50 public slots:
57 protected 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/jmonkeyengine/engine/src/test/jme3test/app/
TestIDList.java 80 static Object[] slots = new Object[16]; field in class:TestIDList
103 if (slots[slot] != val){
105 slots[slot] = val;
111 if (slots[i] != null && enabledSlots[i] == false){
114 if (slots[i] == null && enabledSlots[i] == true){
120 if (slots[i] != val)
125 if (slots[i] != null)
137 slots[slot] = null;
  /external/webkit/Source/WebKit/qt/tests/qwebhistoryinterface/
tst_qwebhistoryinterface.cpp 38 public slots:
42 private slots:
  /bionic/libc/kernel/common/linux/
efs_dir.h 39 unsigned char slots; member in struct:efs_dir

Completed in 435 milliseconds

1 2 3 4 5 6 7