Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 53 for imp (0.04 sec)

  1. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/tests/tests.go

    	// because the example needs to use the object so it must be defined
    	// in the package or one if its imports. On the other hand, false
    	// negatives are possible, but should be rare.
    	for _, imp := range pkg.Imports() {
    		if obj := imp.Scope().Lookup(name); obj != nil {
    			ret = append(ret, obj)
    		}
    	}
    	return ret
    }
    
    // This pattern is taken from /go/src/go/doc/example.go
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  2. src/go/build/build.go

    		}
    
    		// Record imports and information about cgo.
    		isCgo := false
    		for _, imp := range info.imports {
    			if imp.path == "C" {
    				if isTest {
    					badGoFile(name, fmt.Errorf("use of cgo in test %s not supported", filename))
    					continue
    				}
    				isCgo = true
    				if imp.doc != nil {
    					if err := ctxt.saveCgo(filename, p, imp.doc); err != nil {
    						badGoFile(name, err)
    					}
    				}
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/gccgo.go

    		}
    	}
    	return ofiles, nil
    }
    
    func (gccgoToolchain) symabis(b *Builder, a *Action, sfiles []string) (string, error) {
    	return "", nil
    }
    
    func gccgoArchive(basedir, imp string) string {
    	end := filepath.FromSlash(imp + ".a")
    	afile := filepath.Join(basedir, end)
    	// add "lib" to the final element
    	return filepath.Join(filepath.Dir(afile), "lib"+filepath.Base(afile))
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 02 22:18:34 UTC 2024
    - 19K bytes
    - Viewed (0)
  4. tools/bug-report/pkg/bugreport/bugreport.go

    			logRuntime(startTime, "Done getting from proxy logs for %v/%v/%v", namespace, pod, container)
    		}()
    
    		clog, cstat, imp, err := getLog(runner, resources, config, namespace, pod, container)
    		appendGlobalErr(err)
    		lock.Lock()
    		if err == nil {
    			logs[path], stats[path], importance[path] = clog, cstat, imp
    		}
    		lock.Unlock()
    		log.Infof("Done with proxy logs %v/%v/%v", namespace, pod, container)
    	}()
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 20:57:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  5. src/cmd/go/internal/load/test.go

    			p.Internal.ForceLibrary = true
    			p.Internal.PGOProfile = preal.Internal.PGOProfile
    		}
    
    		// Update p.Internal.Imports to use test copies.
    		for i, imp := range p.Internal.Imports {
    			if p1 := testCopy[imp]; p1 != nil && p1 != imp {
    				split()
    
    				// If the test dependencies cause a cycle with pmain, this is
    				// where it is introduced.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 14:01:23 UTC 2024
    - 28.2K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/types2/issues_test.go

    var _ T = template /* ERRORx "cannot use.*text/template.* as T value" */.Template{}
    `
    	)
    
    	a := mustTypecheck(asrc, nil, nil)
    	imp := importHelper{pkg: a, fallback: defaultImporter()}
    
    	withImporter := func(cfg *Config) {
    		cfg.Importer = imp
    	}
    
    	testFiles(t, []string{"b.go"}, [][]byte{[]byte(bsrc)}, 0, false, withImporter)
    	testFiles(t, []string{"c.go"}, [][]byte{[]byte(csrc)}, 0, false, withImporter)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  7. src/go/types/issues_test.go

    var _ T = template /* ERRORx "cannot use.*text/template.* as T value" */.Template{}
    `
    	)
    
    	a := mustTypecheck(asrc, nil, nil)
    	imp := importHelper{pkg: a, fallback: importer.Default()}
    
    	withImporter := func(cfg *Config) {
    		cfg.Importer = imp
    	}
    
    	testFiles(t, []string{"b.go"}, [][]byte{[]byte(bsrc)}, false, withImporter)
    	testFiles(t, []string{"c.go"}, [][]byte{[]byte(csrc)}, false, withImporter)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  8. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.accpac.simply.imp",
    				"application/vnd.acucobol",
    				"application/vnd.acucorp",
    				"application/vnd.adobe.air-application-installer-package+zip",
    				"application/vnd.adobe.aftereffects.project",
    				"application/vnd.adobe.aftereffects.template",
    				"application/vnd.adobe.xdp+xml",
    				"application/vnd.adobe.xfdf",
    				"application/vnd.aether.imp",
    				"application/vnd.airzip.filesecure.azf",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  9. src/cmd/link/internal/loadpe/ldpe.go

    				continue
    			}
    			// For non-text symbols, forward the reference from __imp_X to
    			// X immediately.
    			if !isText {
    				r.SetSym(isym)
    				continue
    			}
    			// Flag this imp symbol to be processed later in windynrelocsym.
    			ldr.SetGot(rs, RedirectToDynImportGotToken)
    			// Consistency check: should be no PLT token here.
    			splt := ldr.SymPlt(rs)
    			if splt != -1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 18 20:26:46 UTC 2023
    - 26.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"iceland":                              "\U0001f1ee\U0001f1f8",
    	"id":                                   "\U0001f194",
    	"ideograph_advantage":                  "\U0001f250",
    	"imp":                                  "\U0001f47f",
    	"inbox_tray":                           "\U0001f4e5",
    	"incoming_envelope":                    "\U0001f4e8",
    	"india":                                "\U0001f1ee\U0001f1f3",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
Back to top