OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:importer
(Results
101 - 125
of
491
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
gccgoinstallation.go
90
// Return an
importer
that searches incpaths followed by the gcc installation's
92
func (inst *GccgoInstallation) GetImporter(incpaths []string, initmap map[*types.Package]InitData)
Importer
{
/prebuilts/go/linux-x86/src/go/types/
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()}
api.go
54
// An
Importer
resolves import paths to Packages.
59
type
Importer
interface {
71
// Use go/
importer
to obtain an ImporterFrom implementation.
73
//
Importer
is present for backward-compatibility. Calling
78
Importer
117
// An
importer
is used to import packages referred to from
119
// If the installed
importer
implements ImporterFrom, the type
121
// The type checker reports an error if an
importer
is needed
123
Importer
Importer
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
runpy.py
189
importer
= cache[path_name]
197
importer
= hook(path_name)
207
importer
= imp.NullImporter(path_name)
210
cache[path_name] =
importer
211
return
importer
235
importer
= _get_importer(path_name)
236
if isinstance(
importer
, imp.NullImporter):
242
#
Importer
is defined for path, so add it to
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
runpy.py
189
importer
= cache[path_name]
197
importer
= hook(path_name)
207
importer
= imp.NullImporter(path_name)
210
cache[path_name] =
importer
211
return
importer
235
importer
= _get_importer(path_name)
236
if isinstance(
importer
, imp.NullImporter):
242
#
Importer
is defined for path, so add it to
/external/drm_hwcomposer/
platform.h
33
class
Importer
{
35
virtual ~
Importer
() {
38
// Creates a platform-specific
importer
instance
39
static
Importer
*CreateInstance(DrmResources *drm);
drmhwctwo.h
138
HwcDisplay(DrmResources *drm, std::shared_ptr<
Importer
>
importer
,
193
std::shared_ptr<
Importer
> importer_;
266
std::shared_ptr<
Importer
> importer_; // Shared with HwcDisplay
/external/llvm/test/Transforms/FunctionImport/
funcimport_alias.ll
6
; Do the import now. Ensures that the
importer
handles an external call
/external/python/cpython3/Lib/
pkgutil.py
134
def iter_importer_modules(
importer
, prefix=''):
135
if not hasattr(
importer
, 'iter_modules'):
137
return
importer
.iter_modules(prefix)
141
def _iter_file_finder_modules(
importer
, prefix=''):
142
if
importer
.path is None or not os.path.isdir(
importer
.path):
148
filenames = os.listdir(
importer
.path)
159
path = os.path.join(
importer
.path, fn)
368
def iter_zipimport_modules(
importer
, prefix=''):
369
dirlist = sorted(zipimport._zip_directory_cache[
importer
.archive]
[
all
...]
/external/python/cpython2/Doc/library/
pkgutil.rst
51
:pep:`302`
Importer
that wraps Python's "classic" import algorithm.
53
If *dirname* is a string, a :pep:`302`
importer
is created that searches that
54
directory. If *dirname* is ``None``, a :pep:`302`
importer
is created that
80
Retrieve a :pep:`302`
importer
for the given *path_item*.
82
The returned
importer
is cached in :data:`sys.path_importer_cache` if it was
85
If there is no
importer
, a wrapper around the basic import machinery is
86
returned. This wrapper is never inserted into the
importer
cache (``None``
imputil.rst
38
.. class::
Importer
()
42
.. method::
Importer
.import_top(name)
46
.. method::
Importer
.get_code(parent, modname, fqname)
83
sub-class of the :class:`
Importer
` class.
/prebuilts/go/darwin-x86/src/go/types/
api.go
54
// An
Importer
resolves import paths to Packages.
59
type
Importer
interface {
71
// Use go/
importer
to obtain an ImporterFrom implementation.
73
//
Importer
is present for backward-compatibility. Calling
78
Importer
117
// An
importer
is used to import packages referred to from
119
// If the installed
importer
implements ImporterFrom, the type
121
// The type checker reports an error if an
importer
is needed
123
Importer
Importer
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
importer.h
56
class
Importer
;
148
class LIBPROTOBUF_EXPORT
Importer
{
150
Importer
(SourceTree* source_tree,
152
~
Importer
();
160
// A particular
Importer
object will only report errors for a particular
165
// separate
Importer
object to import each one (but use the same
182
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
Importer
);
185
// If the
importer
encounters problems while trying to import the proto files,
205
// Used by the default implementation of
Importer
to resolve import statements
importer.cc
51
#include <google/protobuf/compiler/
importer
.h>
203
Importer
::
Importer
(SourceTree* source_tree,
211
Importer
::~
Importer
() {}
213
const FileDescriptor*
Importer
::Import(const string& filename) {
217
void
Importer
::AddUnusedImportTrackFile(const string& file_name) {
221
void
Importer
::ClearUnusedImportTrackFiles() {
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
importer.h
56
class
Importer
;
148
class LIBPROTOBUF_EXPORT
Importer
{
150
Importer
(SourceTree* source_tree,
152
~
Importer
();
160
// A particular
Importer
object will only report errors for a particular
165
// separate
Importer
object to import each one (but use the same
182
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(
Importer
);
185
// If the
importer
encounters problems while trying to import the proto files,
205
// Used by the default implementation of
Importer
to resolve import statements
/external/webp/src/enc/
picture_enc.c
230
typedef int (*
Importer
)(WebPPicture* const, const uint8_t* const, int);
233
Importer
import, float quality_factor, int lossless,
266
#define ENCODE_FUNC(NAME,
IMPORTER
) \
269
return Encode(in, w, h, bps,
IMPORTER
, q, 0, out); \
282
#define LOSSLESS_ENCODE_FUNC(NAME,
IMPORTER
) \
284
return Encode(in, w, h, bps,
IMPORTER
, LOSSLESS_DEFAULT_QUALITY, 1, out); \
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/go/internal/
gcimporter.a
182
.this ?$type.go/types.Type ?~r1 ?type.string ?.autotmp_4 ?type.*uint8 ?.autotmp_5 ?type.int ?Tgclocals·48fa3758e632e1b97d3b7251e66d0b97 ?Tgclocals·9783710103695d7171ee820ce562d18d ?.gofile..<autogenerated>