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

<<11121314151617181920

  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
importer_test.go 23 func runImporterTest(t *testing.T, imp Importer, initmap map[*types.Package]InitData, test *importerTest) {
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
gcimporter.go 153 // TODO(gri): allow clients of go/importer to provide a FileSet.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rexec.py 207 self.importer = RModuleImporter(self.loader, verbose)
347 return self.importer.import_module(mname, globals, locals, fromlist)
357 return self.importer.reload(m)
369 return self.importer.unload(m)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importlib.py 67 """A mock importer/loader."""
test_pkgutil.py 120 # Use a dummy importer/loader
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rexec.py 207 self.importer = RModuleImporter(self.loader, verbose)
347 return self.importer.import_module(mname, globals, locals, fromlist)
357 return self.importer.reload(m)
369 return self.importer.unload(m)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importlib.py 67 """A mock importer/loader."""
test_pkgutil.py 120 # Use a dummy importer/loader
  /packages/apps/Contacts/res/values-fr/
strings.xml 173 <string name="contacts_unavailable_import_contacts" msgid="3182801738595937144">"Importer"</string>
    [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
126 // and position information in the encoding. This mechanism permits an importer
127 // to recognize immediately when it is out of sync. The importer recognizes this
205 // text is ignored by the importer.
235 // Mark all inlineable functions that the importer could call.
    [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
126 // and position information in the encoding. This mechanism permits an importer
127 // to recognize immediately when it is out of sync. The importer recognizes this
205 // text is ignored by the importer.
235 // Mark all inlineable functions that the importer could call.
    [all...]
  /external/drm_hwcomposer/
drmdisplaycompositor.cpp 357 display_comp->importer());
379 display_comp->importer());
413 display_comp->importer());
493 display_comp->importer());
971 int ret = dst->Init(drm_, src->crtc(), src->importer(), src->planner(),
    [all...]
drmhwctwo.cpp 67 importer_.reset(Importer::CreateInstance(&drm_));
69 ALOGE("Failed to create importer instance");
162 std::shared_ptr<Importer> importer,
166 importer_(importer),
    [all...]
  /external/python/cpython2/Lib/logging/
config.py 368 importer = __import__ variable in class:BaseConfigurator
375 # set the importer on the instance, but leave it defined in the class
378 self.importer = __import__
388 found = self.importer(used)
394 self.importer(used)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
config.py 377 importer = __import__ variable in class:BaseConfigurator
384 # set the importer on the instance, but leave it defined in the class
387 self.importer = __import__
397 found = self.importer(used)
403 self.importer(used)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
config.py 377 importer = __import__ variable in class:BaseConfigurator
384 # set the importer on the instance, but leave it defined in the class
387 self.importer = __import__
397 found = self.importer(used)
403 self.importer(used)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 377 importer = __import__ variable in class:BaseConfigurator
384 # set the importer on the instance, but leave it defined in the class
387 self.importer = __import__
397 found = self.importer(used)
403 self.importer(used)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 377 importer = __import__ variable in class:BaseConfigurator
384 # set the importer on the instance, but leave it defined in the class
387 self.importer = __import__
397 found = self.importer(used)
403 self.importer(used)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 68 #include <google/protobuf/compiler/importer.h>
123 // copy in importer.cc?
763 // Allocate the Importer.
765 Importer importer(&source_tree, &error_collector);
772 importer.AddUnusedImportTrackFile(input_files_[i]);
773 const FileDescriptor* parsed_file = importer.Import(input_files_[i]);
774 importer.ClearUnusedImportTrackFiles();
863 if (!EncodeOrDecode(importer.pool())) {
    [all...]
  /packages/apps/Contacts/res/values-fr-rCA/
strings.xml 173 <string name="contacts_unavailable_import_contacts" msgid="3182801738595937144">"Importer"</string>
    [all...]
  /prebuilts/go/darwin-x86/api/
go1.5.txt 332 pkg go/importer, func Default() types.Importer
333 pkg go/importer, func For(string, Lookup) types.Importer
334 pkg go/importer, type Lookup func(string) (io.ReadCloser, error)
657 pkg go/types, type Config struct, Importer Importer
666 pkg go/types, type Importer interface { Import }
667 pkg go/types, type Importer interface, Import(string) (*Package, error)
    [all...]
  /prebuilts/go/linux-x86/api/
go1.5.txt 332 pkg go/importer, func Default() types.Importer
333 pkg go/importer, func For(string, Lookup) types.Importer
334 pkg go/importer, type Lookup func(string) (io.ReadCloser, error)
657 pkg go/types, type Config struct, Importer Importer
666 pkg go/types, type Importer interface { Import }
667 pkg go/types, type Importer interface, Import(string) (*Package, error)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_zipimport.py 233 # To pass in the module name instead of the path, we must use the right importer
277 # To pass in the module name instead of the path, we must use the right importer
  /external/icu/icu4c/source/i18n/
collationbuilder.h 49 CollationRuleParser::Importer *importer,
  /external/protobuf/cmake/
extract_includes.bat.in 26 copy ${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\compiler\importer.h include\google\protobuf\compiler\importer.h

Completed in 704 milliseconds

<<11121314151617181920