HomeSort by relevance Sort by last modified time
    Searched refs:importer (Results 51 - 75 of 195) sorted by null

1 23 4 5 6 7 8

  /external/drm_hwcomposer/
platformnv.h 30 class NvImporter : public Importer {
42 NvImporter *importer; member in struct:android::NvImporter::NvBuffer
drmcomposition.cpp 34 DrmComposition::DrmComposition(DrmResources *drm, Importer *importer,
36 : drm_(drm), importer_(importer), planner_(planner) {
drmdisplaycomposition.h 34 class Importer;
109 int Init(DrmResources *drm, DrmCrtc *crtc, Importer *importer,
174 Importer *importer() const { function in class:android::DrmDisplayComposition
196 Importer *importer_ = NULL;
hwcomposer.cpp 197 std::unique_ptr<Importer> importer; member in struct:android::hwc_context_t
247 int DrmHwcBuffer::ImportBuffer(buffer_handle_t handle, Importer *importer) {
250 int ret = importer->ImportBuffer(handle, &tmp_bo);
258 importer_ = importer;
301 int DrmHwcLayer::InitFromHwcLayer(hwc_layer_1_t *sf_layer, Importer *importer,
346 int ret = buffer.ImportBuffer(sf_layer->handle, importer);
586 ret = layer.InitFromHwcLayer(sf_layer, ctx->importer.get(), ctx->gralloc)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
main.c 203 PyObject *argv0 = NULL, *importer = NULL; local
206 (importer = PyImport_GetImporter(argv0)) &&
207 (importer->ob_type != &PyNullImporter_Type))
216 Py_DECREF(importer);
222 Py_XDECREF(importer);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
main.c 203 PyObject *argv0 = NULL, *importer = NULL; local
206 (importer = PyImport_GetImporter(argv0)) &&
207 (importer->ob_type != &PyNullImporter_Type))
216 Py_DECREF(importer);
222 Py_XDECREF(importer);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
main.c 198 PyObject *argv0 = NULL, *importer = NULL; local
201 (importer = PyImport_GetImporter(argv0)) &&
202 (importer->ob_type != &PyNullImporter_Type))
211 Py_DECREF(importer);
217 Py_XDECREF(importer);
  /external/icu/icu4c/source/i18n/
collationruleparser.h 95 class U_I18N_API Importer : public UObject {
97 virtual ~Importer();
107 * The Importer can be set, otherwise [import locale] syntax is not supported.
121 * Sets the pointer to an Importer object.
124 void setImporter(Importer *importerAlias) {
125 importer = importerAlias;
189 Importer *importer; member in class:CollationRuleParser
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
model.py 154 for importer in importers:
156 importer.ImportEvents()
168 for importer in importers:
169 importer.FinalizeImport()
274 logging.warning('No importer found for %s' % repr(part))
  /prebuilts/go/darwin-x86/src/go/types/
hilbert_test.go 12 "go/importer"
43 conf := Config{Importer: importer.Default()}
self_test.go 11 "go/importer"
30 conf := Config{Importer: importer.Default()}
sizes_test.go 11 "go/importer"
101 Importer: importer.Default(),
issues_test.go 12 "go/importer"
29 conf := Config{Importer: importer.Default()}
230 // like src0, but also imports go/importer
236 _ "go/importer"
252 _ "go/importer"
268 cfg := Config{Importer: importer.Default()}
  /prebuilts/go/linux-x86/src/go/types/
hilbert_test.go 12 "go/importer"
43 conf := Config{Importer: importer.Default()}
self_test.go 11 "go/importer"
30 conf := Config{Importer: importer.Default()}
sizes_test.go 11 "go/importer"
101 Importer: importer.Default(),
issues_test.go 12 "go/importer"
29 conf := Config{Importer: importer.Default()}
230 // like src0, but also imports go/importer
236 _ "go/importer"
252 _ "go/importer"
268 cfg := Config{Importer: importer.Default()}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imputil.py 7 Importer Base class for replacing standard import functions
25 __all__ = ["ImportManager","Importer","BuiltinImporter"]
70 # This is the Importer that we use for grabbing stuff from the
94 # if there is a parent, then its importer should manage this import
133 importer = top_module.__dict__.get('__importer__')
134 if importer:
135 return importer._finish_import(top_module, parts[1:], fromlist)
144 # If the importer does not exist, then we have to bail. A missing
145 # importer means that something else imported the module, and we have
190 # the module, or an Importer object that can import the module.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imputil.py 7 Importer Base class for replacing standard import functions
25 __all__ = ["ImportManager","Importer","BuiltinImporter"]
70 # This is the Importer that we use for grabbing stuff from the
94 # if there is a parent, then its importer should manage this import
133 importer = top_module.__dict__.get('__importer__')
134 if importer:
135 return importer._finish_import(top_module, parts[1:], fromlist)
144 # If the importer does not exist, then we have to bail. A missing
145 # importer means that something else imported the module, and we have
190 # the module, or an Importer object that can import the module
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imputil.py 7 Importer Base class for replacing standard import functions
25 __all__ = ["ImportManager","Importer","BuiltinImporter"]
70 # This is the Importer that we use for grabbing stuff from the
94 # if there is a parent, then its importer should manage this import
133 importer = top_module.__dict__.get('__importer__')
134 if importer:
135 return importer._finish_import(top_module, parts[1:], fromlist)
144 # If the importer does not exist, then we have to bail. A missing
145 # importer means that something else imported the module, and we have
190 # the module, or an Importer object that can import the module
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 7 Importer Base class for replacing standard import functions
25 __all__ = ["ImportManager","Importer","BuiltinImporter"]
70 # This is the Importer that we use for grabbing stuff from the
94 # if there is a parent, then its importer should manage this import
133 importer = top_module.__dict__.get('__importer__')
134 if importer:
135 return importer._finish_import(top_module, parts[1:], fromlist)
144 # If the importer does not exist, then we have to bail. A missing
145 # importer means that something else imported the module, and we have
190 # the module, or an Importer object that can import the module
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 7 Importer Base class for replacing standard import functions
25 __all__ = ["ImportManager","Importer","BuiltinImporter"]
70 # This is the Importer that we use for grabbing stuff from the
94 # if there is a parent, then its importer should manage this import
133 importer = top_module.__dict__.get('__importer__')
134 if importer:
135 return importer._finish_import(top_module, parts[1:], fromlist)
144 # If the importer does not exist, then we have to bail. A missing
145 # importer means that something else imported the module, and we have
190 # the module, or an Importer object that can import the module
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-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...]
  /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/Python/
import.c 1121 PyObject *importer; local
1175 PyObject *importer=NULL, *path_importer_cache=NULL, *path_hooks=NULL; local
1359 PyObject *importer; local
    [all...]

Completed in 321 milliseconds

1 23 4 5 6 7 8