HomeSort by relevance Sort by last modified time
    Searched refs:importmap (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
cjkcodecs.h 349 importmap("_codecs_" #locale, "__map_" #charset, \
353 importmap(const char *modname, const char *symbol, function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
cjkcodecs.h 349 importmap("_codecs_" #locale, "__map_" #charset, \
353 importmap(const char *modname, const char *symbol, function
  /external/python/cpython2/Modules/cjkcodecs/
cjkcodecs.h 353 importmap("_codecs_" #locale, "__map_" #charset, \
357 importmap(const char *modname, const char *symbol, function
  /prebuilts/go/darwin-x86/src/cmd/compile/
doc.go 57 -importmap old=new
  /prebuilts/go/linux-x86/src/cmd/compile/
doc.go 57 -importmap old=new
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
main.go 175 obj.Flagfn1("importmap", "add `definition` of the form source=actual to import map", addImportMap)
534 var importMap = map[string]string{}
538 log.Fatal("-importmap argument must be of the form source=actual")
543 log.Fatal("-importmap argument must be of the form source=actual; source and actual must be non-empty")
545 importMap[source] = actual
735 if mapped, ok := importMap[path_]; ok {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
main.go 175 obj.Flagfn1("importmap", "add `definition` of the form source=actual to import map", addImportMap)
534 var importMap = map[string]string{}
538 log.Fatal("-importmap argument must be of the form source=actual")
543 log.Fatal("-importmap argument must be of the form source=actual; source and actual must be non-empty")
545 importMap[source] = actual
735 if mapped, ok := importMap[path_]; ok {
  /prebuilts/go/darwin-x86/src/cmd/go/
build.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
build.go     [all...]

Completed in 848 milliseconds