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

1 2 3 4 56 7 8

  /prebuilts/go/darwin-x86/src/go/types/
check_test.go 31 "go/importer"
255 conf.Importer = importer.Default()
  /prebuilts/go/linux-x86/src/go/types/
check_test.go 31 "go/importer"
255 conf.Importer = importer.Default()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
config.py 377 importer = __import__ variable in class:BaseConfigurator
391 found = self.importer(used)
397 self.importer(used)
    [all...]
  /external/drm_hwcomposer/
drmdisplaycompositor.cpp 357 display_comp->importer());
491 display_comp->importer());
967 int ret = dst->Init(drm_, src->crtc(), src->importer(), src->planner(),
    [all...]
  /external/icu/icu4c/source/i18n/
collationruleparser.cpp 56 CollationRuleParser::Importer::~Importer() {}
63 sink(NULL), importer(NULL),
638 if(importer == NULL) {
642 importer->getRules(baseID, length > 0 ? collationType : "standard",
collationbuilder.cpp 55 class BundleImporter : public CollationRuleParser::Importer {
169 BundleImporter importer; local
171 &importer,
235 CollationRuleParser::Importer *importer,
258 parser.setImporter(importer);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
bexport.go 44 index >= 0. An importer can trivially determine if an object needs to
69 same type was imported before via another import, the importer must use
90 The exporter and importer are completely symmetric in implementation: For
94 importer.
99 exporter below and a corresponding symmetric change to the importer in
125 // and position information in the encoding. This mechanism permits an importer
126 // to recognize immediately when it is out of sync. The importer recognizes this
204 // text is ignored by the importer.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
bexport.go 44 index >= 0. An importer can trivially determine if an object needs to
69 same type was imported before via another import, the importer must use
90 The exporter and importer are completely symmetric in implementation: For
94 importer.
99 exporter below and a corresponding symmetric change to the importer in
125 // and position information in the encoding. This mechanism permits an importer
126 // to recognize immediately when it is out of sync. The importer recognizes this
204 // text is ignored by the importer.
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 35 #include <google/protobuf/compiler/importer.h>
138 Importer importer_;
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
gcimporter_test.go 416 // (Issue: Both the textual and the binary importer used the file path
418 // However, the binary importer then used the package path to identify
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
gcimporter_test.go 416 // (Issue: Both the textual and the binary importer used the file path
418 // However, the binary importer then used the package path to identify
  /prebuilts/go/darwin-x86/src/cmd/compile/
fmt_test.go 43 "go/importer"
304 conf := types.Config{Importer: importer.Default()}
  /prebuilts/go/linux-x86/src/cmd/compile/
fmt_test.go 43 "go/importer"
304 conf := types.Config{Importer: importer.Default()}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 664 for importer, modname, ispkg in pkgutil.iter_modules(object.__path__):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 715 for importer, modname, ispkg in pkgutil.iter_modules(object.__path__):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pydoc.py 664 for importer, modname, ispkg in pkgutil.iter_modules(object.__path__):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pydoc.py 664 for importer, modname, ispkg in pkgutil.iter_modules(object.__path__):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pydoc.py 664 for importer, modname, ispkg in pkgutil.iter_modules(object.__path__):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 664 for importer, modname, ispkg in pkgutil.iter_modules(object.__path__):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 664 for importer, modname, ispkg in pkgutil.iter_modules(object.__path__):
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 67 #include <google/protobuf/compiler/importer.h>
112 // Parse a descriptor directly (using google::protobuf::compiler::Importer) and
118 // Set up the Importer.
122 Importer importer(&source_tree, &error_collector);
126 importer.Import("google/protobuf/unittest.proto");
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 679 class GenrbImporter : public icu::CollationRuleParser::Importer {
948 GenrbImporter importer(state->inputdir, state->outputdir);
960 builder.parseAndBuild(rules, version, &importer, &parseError, intStatus));
    [all...]
  /external/guice/lib/build/
felix-2.0.5.jar 
  /external/protobuf/src/
Makefile.am 146 google/protobuf/compiler/importer.h \
250 google/protobuf/compiler/importer.cc \
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/trace/
trace.go 87 var i = new tr.importer.Import(model);

Completed in 935 milliseconds

1 2 3 4 56 7 8