Searched defs:search (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | hash.c | 542 void *search = crHashtableSearch( h, res+i ); local 543 Assert(!search);
|
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | UIVMLogViewer.cpp | 48 /* VM Log Viewer search panel: */ 146 * called when text changed in search editor: */ 153 search(true, true); 171 m_pCloseButton->setToolTip(UIVMLogViewer::tr("Close the search panel")); 174 m_pSearchEditor->setToolTip(UIVMLogViewer::tr("Enter a search string here")); 182 m_pCaseSensitiveCheckBox->setToolTip(UIVMLogViewer::tr("Perform case sensitive search (when checked)")); 192 /* Process Enter press as 'search next', 193 * performed for any search panel widget: */ 223 /* Handle F3/Shift+F3 as search next/previous shortcuts: */ 237 /* Handle Ctrl+F key combination as a shortcut to focus search fiel 289 void search(bool fForward, bool fStartCurrent = false) function in class:UIVMLogViewerSearchPanel 437 void UIVMLogViewer::search() function in class:UIVMLogViewer [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/ |
H A D | _sre.c | 115 /* search engine state */ 1513 character in there, so literal search will work) */ 1575 for short prefixes, and if fast search is disabled */ 1918 if (!PyArg_ParseTupleAndKeywords(args, kw, "O|nn:search", kwlist, 2149 PyObject* search; local 2156 search = PyObject_GetAttrString(scanner, "search"); 2158 if (!search) 2161 iterator = PyCallIter_New(search, Py_None); 2162 Py_DECREF(search); [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
H A D | _sre.c | 124 /* search engine state */ 1522 character in there, so literal search will work) */ 1584 for short prefixes, and if fast search is disabled */ 1927 if (!PyArg_ParseTupleAndKeywords(args, kw, "O|nn:search", kwlist, 2158 PyObject* search; local 2165 search = PyObject_GetAttrString(scanner, "search"); 2167 if (!search) 2170 iterator = PyCallIter_New(search, Py_None); 2171 Py_DECREF(search); [all...] |
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/ |
H A D | vms_x_fix.h | 1140 #define sys$search SYS$SEARCH
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xmlschemas.c | 18945 * We will search for an attribute group reference which 19780 int search) 19801 if (search == 0) { 20394 * but this won't assure that we search only *inside* the 19775 xmlSchemaCheckElementDeclConsistent(xmlSchemaParserCtxtPtr pctxt, xmlSchemaBasicItemPtr ctxtComponent, xmlSchemaParticlePtr ctxtParticle, xmlSchemaParticlePtr searchParticle, xmlSchemaParticlePtr curParticle, int search) argument
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | sjsxp.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
Completed in 249 milliseconds