HomeSort by relevance Sort by last modified time
    Searched full:importer (Results 101 - 125 of 491) sorted by null

1 2 3 45 6 7 8 91011>>

  /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>?0go/types.Type.Underlying?Tgclocals·f83413e1f0916265015171ba5b95f669?0go/types.Object.Exported?(type.go/types.Object?type.bool?Tgclocals·522734ad228da40e2256ba19cf2bc72c?Tgclocals·69c1753bd5f81501d95132d08af04464?$go/types.Object.Id?(go/types.Object.Name?,go/types.Object.Parent?(type.*go/types.Scope?Tgclocals·61b17e24458e8975472b99062b4f31e8?&go/types.Object.Pkg?,type.*go/types.Package?&go/types.Object.Pos?"type.go/token.Pos?,go/types.Object.String?(go/types.Object.Type?*go/types.Object.order?type.uint32?,go/types.Object.sameId?pkg?name?~r3?.autotmp_6?Tgclocals·4c18320792dd6a35b5e54b1ce722ff6e?0go/types.Object.scopePos?0go/types.Object.setOrder? .anon0?2go/types.Object.setParent?Tgclocals·9aa48eca674789341e2d6be6614c399c?6go/types.Object.setScopePos?pos?4go/types.(*Const).Exported?6go/types.(*object).Exported?(type.*go/types.Const?Tgclocals·524d71b8d4b4126db12e7a6de3370d94?(go/types.(*Const).Id?*go/types.(*object).Id?Tgclocals·b9af6bbc417a82ce0ce1d467edbbc832?,go/types.(*Const).Name? runtime.raceread?.autotmp_7?~R0.ptr?~R0.len?Tgclocals·9a26515dfaeddd28bcbc040f1199f48d?Lgofile..$GOROOT/src/go/types/object.go?.go/types.(*object).Name?0go/types.(*Const).Parent?~R0?Tgclocals·69c8abe0d2280b641caedd7f008b2cfa?2go/types.(*object).Parent?*go/types.(*Const).Pkg?,go/types.(*object).Pkg?*go/types.(*Const).Pos?Tgclocals·663f8c6bfa83aa777198789ce63d9ab4?,go/types.(*object).Pos?,go/types.(*Const).Type?~R0.data?~R0.itab?Tgclocals·4eeac9547cf881384402f46e84b6611a?.go/types.(*object).Type?.go/types.(*Const).order?0go/types.(*object).order?0go/types.(*Const).sameId?2go/types.(*object).sameId? pkg·3?name·4?Tgclocals·b355e63dd7a0e6e486ea5f5d6ae3d2e6?4go/types.(*Const).scopePos?6go/types.(*object).scopePos?4go/types.(*Const).setOrder?6go/types.(*object).setOrder?order·2?6go/types.(*Const).setParent?8go/types.(*object).setParent?parent·2?Tgclocals·dc9b0298814590ca3ffc3a889546fc8b?:go/types.(*Const).setScopePos?<go/types.(*object).setScopePos? pos·2?:go/types.(*TypeName).Exported?.type.*go/types.TypeName?.go/types.(*TypeName).Id?2go/types.(*TypeName).Name?6go/types.(*TypeName).Parent?0go/types.(*TypeName).Pkg?0go/types.(*TypeName).Pos?2go/types.(*TypeName).Type?4go/types.(*TypeName).order?6go/types.(*TypeName).sameId?:go/types.(*TypeName).scopePos?:go/types.(*TypeName).setOrder?<go/types.(*TypeName).setParent?@go/types.(*TypeName).setScopePos?0go/types.(*Var).Exported?$type.*go/types.Var?$go/types.(*Var).Id?(go/types.(*Var).Name?,go/types.(*Var).Parent?&go/types.(*Var).Pkg?&go/types.(*Var).Pos?(go/types.(*Var).Type?*go/types.(*Var).order?,go/types.(*Var).sameId?0go/types.(*Var).scopePos?0go/types.(*Var).setOrder?2go/types.(*Var).setParent?6go/types.(*Var).setScopePos?2go/types.(*Func).Exported?&type.*go/types.Func?&go/types.(*Func).Id?*go/types.(*Func).Name?.go/types.(*Func).Parent?(go/types.(*Func).Pkg?(go/types.(*Func).Pos?*go/types.(*Func).Type?,go/types.(*Func).order?.go/types.(*Func).sameId?2go/types.(*Func).scopePos?2go/types.(*Func).setOrder?4go/types.(*Func).setParent?8go/types.(*Func).setScopePos?,io.ByteReader.ReadByte?$type.io.ByteReader?type.uint8?~r2?type.error?.autotmp_10?.autotmp_8?.autotmp_9?Tgclocals·55eaddd84e3a1c79fa031aef92668df7?io.Reader.Read?type.io.Reader?p?type.[]uint8?n?err?.autotmp_11?Tgclocals·d0753e8a3d875a070f12eec08c2a0129?&io.ReadCloser.Close?$type.io.ReadCloser?$io.ReadCloser.Read? os.(*File).close? os.(*file).close?type.*os.File?:go/constant.Value.ExactString?,type.go/constant.Value?,go/constant.Value.Kind?*type.go/constant.Kind?0go/constant.Value.String?Bgo/constant.Value.implementsValue?"".BImportData?."".BImportData.func1·f?"runtime.deferproc? type."".importer?"runtime.newobject?*runtime.makemap_small?"".statictmp_0? runtime.duffcopy?type.[1]string?"runtime.racewrite?"".statictmp_1?(runtime.writeBarrier?"".statictmp_2?,runtime.racewriterange?,"".(*importer).rawByte?$"".(*importer).int?*"".(*importer).string?"".predeclared?,runtime.typedslicecopy?$"".(*importer).pkg?$"".(*importer).obj?2"".(*importer).tagOrIndex?<go/types.(*Interface).Complete?@go.itab."".byPath,sort.Interface?(runtime.convT2Islice?sort.Sort?&runtime.deferreturn?,runtime.gcWriteBarrier?"runtime.growslice?"runtime.convT2E64?Fgo.string."got %d objects; want %d"?"".errorf?4"".(*importer).rawStringln?*runtime.convT2Estring?bgo.string."unknown export format version %d (%q)"?go.string." "?strings.SplitN?strconv.Atoi?(runtime.typedmemmove?$runtime.panicslice?$runtime.panicindex?fset?,type.*go/token.FileSet?imports?Btype.map[string]*go/types.Package?data?path?~b4?.autotmp_49?.autotmp_37?(type.[2]interface {}?.autotmp_43?.autotmp_48?type."".byPath?.autotmp_38?&p?"type.*"".importer?.autotmp_100?.type.**go/types.Package?.autotmp_101?.autotmp_85?<type.map[string]*go/token.File?.autotmp_86?type.*[1]string?.autotmp_87?.autotmp_88?type.*bool?.autotmp_91?type.*int?.autotmp_92?*type.*[]go/types.Type?.autotmp_94?&type.*go/types.Type?.autotmp_97?.autotmp_98?2type.**go/types.Interface?.autotmp_99?2type.*[]*go/types.Package? pkg·1?
185 s.ptr?type.*string?versionstr.ptr?.autotmp_44?.autotmp_45?.autotmp_90?.autotmp_93?.autotmp_95?.autotmp_96?list·2.cap?list·2.len?objcount?v?versionstr.len?.autotmp_89?Tgclocals·0c1e88b81cd427ea39e019fdba0eae68?Tgclocals·6e767ef58c6c065432c271016be86f1e?jgofile..$GOROOT/src/go/internal/gcimporter/bimport.go?Ngofile..$GOROOT/src/go/types/package.go?<go/types.(*Package).SetImports?@go/types.(*Package).MarkComplete?fmt.Sprintf?runtime.gopanic? format?args?&type.[]interface {}?.autotmp_2?Tgclocals·20252179f9a89940b41fb33b6721bb31?Tgclocals·587fba6ec64fb2bc14cbf05fff7d5e25?&"".(*importer).path?4runtime.mapaccess1_faststr?lgo.string."conflicting names %s and %s for package %q"? runt (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_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>?0go/types.Type.Underlying?Tgclocals·f83413e1f0916265015171ba5b95f669?0go/types.Object.Exported?(type.go/types.Object?type.bool?Tgclocals·522734ad228da40e2256ba19cf2bc72c?Tgclocals·69c1753bd5f81501d95132d08af04464?$go/types.Object.Id?(go/types.Object.Name?,go/types.Object.Parent?(type.*go/types.Scope?Tgclocals·61b17e24458e8975472b99062b4f31e8?&go/types.Object.Pkg?,type.*go/types.Package?&go/types.Object.Pos?"type.go/token.Pos?,go/types.Object.String?(go/types.Object.Type?*go/types.Object.order?type.uint32?,go/types.Object.sameId?pkg?name?~r3?.autotmp_6?Tgclocals·4c18320792dd6a35b5e54b1ce722ff6e?0go/types.Object.scopePos?0go/types.Object.setOrder? .anon0?2go/types.Object.setParent?Tgclocals·9aa48eca674789341e2d6be6614c399c?6go/types.Object.setScopePos?pos?4go/types.(*Const).Exported?6go/types.(*object).Exported?(type.*go/types.Const?Tgclocals·524d71b8d4b4126db12e7a6de3370d94?(go/types.(*Const).Id?*go/types.(*object).Id?Tgclocals·b9af6bbc417a82ce0ce1d467edbbc832?,go/types.(*Const).Name? runtime.raceread?.autotmp_7?~R0.ptr?~R0.len?Tgclocals·9a26515dfaeddd28bcbc040f1199f48d?Lgofile..$GOROOT/src/go/types/object.go?.go/types.(*object).Name?0go/types.(*Const).Parent?~R0?Tgclocals·69c8abe0d2280b641caedd7f008b2cfa?2go/types.(*object).Parent?*go/types.(*Const).Pkg?,go/types.(*object).Pkg?*go/types.(*Const).Pos?Tgclocals·663f8c6bfa83aa777198789ce63d9ab4?,go/types.(*object).Pos?,go/types.(*Const).Type?~R0.data?~R0.itab?Tgclocals·4eeac9547cf881384402f46e84b6611a?.go/types.(*object).Type?.go/types.(*Const).order?0go/types.(*object).order?0go/types.(*Const).sameId?2go/types.(*object).sameId? pkg·3?name·4?Tgclocals·b355e63dd7a0e6e486ea5f5d6ae3d2e6?4go/types.(*Const).scopePos?6go/types.(*object).scopePos?4go/types.(*Const).setOrder?6go/types.(*object).setOrder?order·2?6go/types.(*Const).setParent?8go/types.(*object).setParent?parent·2?Tgclocals·dc9b0298814590ca3ffc3a889546fc8b?:go/types.(*Const).setScopePos?<go/types.(*object).setScopePos? pos·2?:go/types.(*TypeName).Exported?.type.*go/types.TypeName?.go/types.(*TypeName).Id?2go/types.(*TypeName).Name?6go/types.(*TypeName).Parent?0go/types.(*TypeName).Pkg?0go/types.(*TypeName).Pos?2go/types.(*TypeName).Type?4go/types.(*TypeName).order?6go/types.(*TypeName).sameId?:go/types.(*TypeName).scopePos?:go/types.(*TypeName).setOrder?<go/types.(*TypeName).setParent?@go/types.(*TypeName).setScopePos?0go/types.(*Var).Exported?$type.*go/types.Var?$go/types.(*Var).Id?(go/types.(*Var).Name?,go/types.(*Var).Parent?&go/types.(*Var).Pkg?&go/types.(*Var).Pos?(go/types.(*Var).Type?*go/types.(*Var).order?,go/types.(*Var).sameId?0go/types.(*Var).scopePos?0go/types.(*Var).setOrder?2go/types.(*Var).setParent?6go/types.(*Var).setScopePos?2go/types.(*Func).Exported?&type.*go/types.Func?&go/types.(*Func).Id?*go/types.(*Func).Name?.go/types.(*Func).Parent?(go/types.(*Func).Pkg?(go/types.(*Func).Pos?*go/types.(*Func).Type?,go/types.(*Func).order?.go/types.(*Func).sameId?2go/types.(*Func).scopePos?2go/types.(*Func).setOrder?4go/types.(*Func).setParent?8go/types.(*Func).setScopePos?,io.ByteReader.ReadByte?$type.io.ByteReader?type.uint8?~r2?type.error?.autotmp_10?.autotmp_8?.autotmp_9?Tgclocals·55eaddd84e3a1c79fa031aef92668df7?io.Reader.Read?type.io.Reader?p?type.[]uint8?n?err?.autotmp_11?Tgclocals·d0753e8a3d875a070f12eec08c2a0129?&io.ReadCloser.Close?$type.io.ReadCloser?$io.ReadCloser.Read? os.(*File).close? os.(*file).close?type.*os.File?:go/constant.Value.ExactString?,type.go/constant.Value?,go/constant.Value.Kind?*type.go/constant.Kind?0go/constant.Value.String?Bgo/constant.Value.implementsValue?"".BImportData?."".BImportData.func1·f?"runtime.deferproc? type."".importer?"runtime.newobject?*runtime.makemap_small?"".statictmp_0? runtime.duffcopy?type.[1]string?"runtime.racewrite?"".statictmp_1?(runtime.writeBarrier?"".statictmp_2?,runtime.racewriterange?,"".(*importer).rawByte?$"".(*importer).int?*"".(*importer).string?"".predeclared?,runtime.typedslicecopy?$"".(*importer).pkg?$"".(*importer).obj?2"".(*importer).tagOrIndex?<go/types.(*Interface).Complete?@go.itab."".byPath,sort.Interface?(runtime.convT2Islice?sort.Sort?&runtime.deferreturn?,runtime.gcWriteBarrier?"runtime.growslice?"runtime.convT2E64?Fgo.string."got %d objects; want %d"?"".errorf?4"".(*importer).rawStringln?*runtime.convT2Estring?bgo.string."unknown export format version %d (%q)"?go.string." "?strings.SplitN?strconv.Atoi?(runtime.typedmemmove?$runtime.panicslice?$runtime.panicindex?fset?,type.*go/token.FileSet?imports?Btype.map[string]*go/types.Package?data?path?~b4?.autotmp_49?.autotmp_37?(type.[2]interface {}?.autotmp_43?.autotmp_48?type."".byPath?.autotmp_38?&p?"type.*"".importer?.autotmp_100?.type.**go/types.Package?.autotmp_101?.autotmp_85?<type.map[string]*go/token.File?.autotmp_86?type.*[1]string?.autotmp_87?.autotmp_88?type.*bool?.autotmp_91?type.*int?.autotmp_92?*type.*[]go/types.Type?.autotmp_94?&type.*go/types.Type?.autotmp_97?.autotmp_98?2type.**go/types.Interface?.autotmp_99?2type.*[]*go/types.Package? pkg·1?
185 s.ptr?type.*string?versionstr.ptr?.autotmp_44?.autotmp_45?.autotmp_90?.autotmp_93?.autotmp_95?.autotmp_96?list·2.cap?list·2.len?objcount?v?versionstr.len?.autotmp_89?Tgclocals·0c1e88b81cd427ea39e019fdba0eae68?Tgclocals·6e767ef58c6c065432c271016be86f1e?jgofile..$GOROOT/src/go/internal/gcimporter/bimport.go?Ngofile..$GOROOT/src/go/types/package.go?<go/types.(*Package).SetImports?@go/types.(*Package).MarkComplete?fmt.Sprintf?runtime.gopanic? format?args?&type.[]interface {}?.autotmp_2?Tgclocals·20252179f9a89940b41fb33b6721bb31?Tgclocals·587fba6ec64fb2bc14cbf05fff7d5e25?&"".(*importer).path?4runtime.mapaccess1_faststr?lgo.string."conflicting names %s and %s for package %q"? runt (…)
    [all...]
  /external/clang/lib/Frontend/
ASTMerge.cpp 55 ASTImporter Importer(CI.getASTContext(),
69 Decl *ToD = Importer.Import(D);
  /external/python/cpython3/Lib/test/
test_fork1.py 40 def importer(): function in function:ForkTest.test_threaded_import_lock_fork
47 t = threading.Thread(target=importer)
  /external/tensorflow/tensorflow/python/tools/
import_pb_to_tensorboard.py 26 from tensorflow.python.framework import importer
49 importer.import_graph_def(graph_def)
  /prebuilts/go/darwin-x86/src/cmd/vet/
types.go 12 "go/importer"
17 // stdImporter is the importer we use to import packages.
18 // It is shared so that all packages are imported by the same importer.
19 var stdImporter types.Importer
68 stdImporter = importer.For("source", nil)
70 stdImporter = importer.Default()
82 // We use the same importer for all imports to ensure that
84 Importer: stdImporter,
  /prebuilts/go/linux-x86/src/cmd/vet/
types.go 12 "go/importer"
17 // stdImporter is the importer we use to import packages.
18 // It is shared so that all packages are imported by the same importer.
19 var stdImporter types.Importer
68 stdImporter = importer.For("source", nil)
70 stdImporter = importer.Default()
82 // We use the same importer for all imports to ensure that
84 Importer: stdImporter,
  /external/chromium-trace/catapult/systrace/systrace/
prefix.html 53 var i = new tr.importer.Import(m);
  /external/linux-kselftest/tools/testing/selftests/android/ion/
ionapp_import.c 38 /* This is the client part. Here 0 means client or importer */

Completed in 918 milliseconds

1 2 3 45 6 7 8 91011>>