| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| import.c | 1216 PyObject *importer; local 1270 PyObject *importer=NULL, *path_importer_cache=NULL, *path_hooks=NULL; local 1461 PyObject *importer; local [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_pkgutil.py | 109 # Use a dummy importer/loader
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| import.c | 1121 PyObject *importer; local 1175 PyObject *importer=NULL, *path_importer_cache=NULL, *path_hooks=NULL; local 1359 PyObject *importer; local [all...] |
| /external/protobuf/cmake/ |
| libprotobuf.cmake | 5 ${protobuf_source_dir}/src/google/protobuf/compiler/importer.cc
|
| /external/protobuf/src/google/protobuf/compiler/ |
| package_info.h | 49 // look at importer.h. Since this functionality is widely useful, it is
|
| /external/python/cpython2/Python/ |
| import.c | 1234 PyObject *importer; local 1288 PyObject *importer=NULL, *path_importer_cache=NULL, *path_hooks=NULL; local 1479 PyObject *importer; local [all...] |
| /frameworks/opt/vcard/java/com/android/vcard/ |
| VCardParser_V21.java | 37 * e.g. A lot of devices and softwares let vCard importer/exporter to use
|
| /system/ca-certificates/google/ |
| extract_from_pem.py | 61 parser = argparse.ArgumentParser(description='PEM Certificate Importer')
|
| /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
| generate.py | 137 if parts[:2] == ['tracing', 'importer']: 138 parts = ['importer'] + parts[2:]
|
| /external/python/cpython2/Doc/library/ |
| zipimport.rst | 84 importer protocol. 131 The file name of the importer's associated ZIP file, without a possible
|
| /external/python/cpython3/Doc/library/ |
| zipimport.rst | 79 importer protocol. 129 The file name of the importer's associated ZIP file, without a possible
|
| /external/python/cpython3/Lib/test/test_importlib/import_/ |
| test_relative_imports.py | 67 with util.mock_spec(*create) as importer: 68 with util.import_state(meta_path=[importer]):
|
| /external/wayland-protocols/freedesktop.org/unstable/xdg-foreign/ |
| xdg-foreign-unstable-v1.xml | 124 importer may have established using xdg_imported. 130 relationship the importer may have set up using the xdg_imported created
|
| xdg-foreign-unstable-v2.xml | 124 importer may have established using xdg_imported. 130 relationship the importer may have set up using the xdg_imported created
|
| /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
| ImportTestProvider.java | 95 // just check whether vCard importer correctly inserts rellevent data. 224 // Type mismatch usuall happens as importer doesn't care the type of each value.
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/ |
| ExternalASTMerger.h | 60 /// One importer exists for each source. 159 ASTImporter &importer);
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/ |
| ExternalASTMerger.h | 60 /// One importer exists for each source. 159 ASTImporter &importer);
|
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/ |
| ExternalASTMerger.h | 60 /// One importer exists for each source. 159 ASTImporter &importer);
|
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/ |
| ExternalASTMerger.h | 60 /// One importer exists for each source. 159 ASTImporter &importer);
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/ |
| ExternalASTMerger.h | 60 /// One importer exists for each source. 159 ASTImporter &importer);
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/ |
| ExternalASTMerger.h | 60 /// One importer exists for each source. 159 ASTImporter &importer);
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/ |
| ExternalASTMerger.h | 60 /// One importer exists for each source. 159 ASTImporter &importer);
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/ |
| ExternalASTMerger.h | 60 /// One importer exists for each source. 159 ASTImporter &importer);
|
| /external/drm_hwcomposer/ |
| glworker.cpp | 415 Importer *importer, 417 EGLImageKHR image = importer->ImportImage(egl_display, handle); 551 Importer *importer) { 589 importer, &layer_textures.back());
|
| /external/python/cpython3/Modules/ |
| main.c | 231 PyObject *sys_path0 = NULL, *importer; local 237 importer = PyImport_GetImporter(sys_path0); 238 if (importer == NULL) 241 if (importer == Py_None) { 243 Py_DECREF(importer); 246 Py_DECREF(importer);
|