| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | vndservervendor.c | 34 GlxServerVendor *GlxCreateVendor(const GlxServerImports *imports) in GlxCreateVendor() argument 38 if (imports == NULL) { in GlxCreateVendor() 43 if (imports->extensionCloseDown == NULL in GlxCreateVendor() 44 || imports->handleRequest == NULL in GlxCreateVendor() 45 || imports->getDispatchAddress == NULL in GlxCreateVendor() 46 || imports->makeCurrent == NULL) { in GlxCreateVendor() 56 memcpy(&vendor->glxvc, imports, sizeof(GlxServerImports)); in GlxCreateVendor()
|
| H A D | glxext.c | 510 GlxServerImports *imports = NULL; in xorgGlxInitGLVNDVendor() local 511 imports = glxServer.allocateServerImports(); in xorgGlxInitGLVNDVendor() 513 if (imports != NULL) { in xorgGlxInitGLVNDVendor() 514 imports->extensionCloseDown = xorgGlxCloseExtension; in xorgGlxInitGLVNDVendor() 515 imports->handleRequest = xorgGlxHandleRequest; in xorgGlxInitGLVNDVendor() 516 imports->getDispatchAddress = xorgGlxGetDispatchAddress; in xorgGlxInitGLVNDVendor() 517 imports->makeCurrent = xorgGlxMakeCurrent; in xorgGlxInitGLVNDVendor() 518 glvnd_vendor = glxServer.createVendor(imports); in xorgGlxInitGLVNDVendor() 519 glxServer.freeServerImports(imports); in xorgGlxInitGLVNDVendor()
|
| H A D | vndservervendor.h | 59 GlxServerVendor *GlxCreateVendor(const GlxServerImports *imports);
|
| H A D | vndext.c | 301 GlxFreeServerImports(GlxServerImports *imports) in GlxFreeServerImports() argument 303 free(imports); in GlxFreeServerImports()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-pygpgme/ |
| H A D | 0001-reflect-2.1-reporting-for-key-imports.patch | 4 Subject: [PATCH] reflect 2.1 reporting for key imports 6 GnuPG 2.1 changes how it reports key imports. These changes should 44 self.assertEqual(len(result.imports), 2) 45 self.assertEqual(result.imports[0], 49 self.assertEqual(result.imports[1], 80 self.assertEqual(result.imports[1], 84 self.assertEqual(result.imports[2], 88 self.assertEqual(result.imports[3],
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | bug1545437-enable-to-specify-rust-target.patch | 60 @imports('os') 61 @imports('subprocess') 63 @imports(_from='mozbuild.shellutil', _import='quote') 64 @imports(_from='tempfile', _import='mkstemp') 65 @imports(_from='textwrap', _import='dedent')
|
| H A D | Bug-1560340-Only-add-confvars.sh-as-a-dependency-to-.patch | 19 @imports('__sandbox__') 20 @imports('glob') 21 +@imports(_from='os.path', _import='exists')
|
| H A D | avoid-running-autoconf2.13.patch | 23 @imports(_from='os.path', _import='exists') 24 @imports('re')
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | pythondeps | 41 self.imports = set() 46 self.imports.add(alias.name) 128 if builtin_module in visitor.imports: 129 visitor.imports.remove(builtin_module) 143 for module in visitor.imports | set(levelzero_importsfrom):
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/ |
| H A D | declarativetestplugin.pro | 7 INCLUDEPATH += ../../../src/imports/location 27 include(../imports.pri)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/ |
| H A D | src.pro | 24 SUBDIRS += imports 25 imports.depends += positioningquick positioning location
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | glxvndabi.h | 126 void (* freeServerImports) (GlxServerImports *imports); 131 GlxServerVendor * (* createVendor) (const GlxServerImports *imports);
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | symbol-namespaces.rst | 119 the kernel is to reject loading modules that don't specify sufficient imports. 128 Missing namespaces imports can easily be detected at build time. In fact, 134 missing imports. Fixing missing imports can be done with:: 146 Again, `make nsdeps` will eventually add the missing namespace imports for
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/ |
| H A D | qtpositioning.qdocconf | 39 ../../imports/positioning \ 43 ../../imports/positioning \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/ |
| H A D | qtlocation.qdocconf | 39 ../../imports/location 42 ../../imports/location \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | src.pro | 9 imports/*.qdoc
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/ |
| H A D | pytest.ini | 4 # Pytest requires that test files have unique names, because pytest imports
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-isort_5.10.1.bb | 1 SUMMARY = "A Python utility / library to sort Python imports."
|
| H A D | python3-yappi_1.3.3.bb | 11 file://0001-Fix-imports-for-ptests.patch \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/ |
| H A D | declarative_ui.pro | 17 # Import path used by 'make check' since CI doesn't install test imports
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libenv/ |
| H A D | libenv-perl_1.04.bb | 1 SUMMARY = "Perl module that imports environment variables as scalars or arrays"
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/misc/ |
| H A D | add_namespace.cocci | 18 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
|
| /OK3568_Linux_fs/buildroot/package/python-avro/ |
| H A D | 0002-drop-install-time-linting-and-imports-sorting.patch | 4 Subject: [PATCH] drop install time linting and imports sorting
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | usbip_protocol.rst | 9 USB devices and the clients imports them. The device driver for the exported 23 (imports USB devices) (exports USB devices) 45 (imports USB devices) (exports USB devices)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/ |
| H A D | location.pro | 19 INCLUDEPATH += ../imports/positioning
|