| /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
| options.go | 92 func (goFlags) StringList(o, d, c string) *[]*string {
|
| /device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
| GLSharedGroup.cpp | 427 ShaderData::StringList::iterator nameIter = shader->samplerExternalNames.begin(); 428 ShaderData::StringList::iterator nameEnd = shader->samplerExternalNames.end(); 642 ShaderData::StringList::iterator nameIter = sData->samplerExternalNames.begin(); 643 ShaderData::StringList::iterator nameEnd = sData->samplerExternalNames.end();
|
| /prebuilts/go/darwin-x86/src/cmd/go/internal/work/ |
| gc.go | 94 gcflags := str.StringList(forcedGcflags, p.Internal.Gcflags) 263 return fmt.Errorf("%s and %s produced different output files:\n%s\n%s", filepath.Base(args[1].(string)), newTool, strings.Join(str.StringList(args...), " "), strings.Join(str.StringList(newArgs...), " ")) 286 cmdline := str.StringList(base.Tool("pack"), "r", absAfile, absOfiles) 393 for _, file := range str.StringList(p.GoFiles, p.CgoFiles, p.SFiles) {
|
| buildid.go | 177 cmdline := str.StringList(cfg.BuildToolexec, base.Tool(name), "-V=full") 235 cmdline := str.StringList(cfg.BuildToolexec, name, "-###", "-x", language, "-c", "-") 504 b.Showcmd("", "%s # internal", joinUnambiguously(str.StringList("cat", c.OutputFile(stdoutEntry.OutputID)))) 543 b.Showcmd("", "%s # internal", joinUnambiguously(str.StringList(base.Tool("buildid"), "-w", target))) 608 b.Showcmd("", "%s # internal", joinUnambiguously(str.StringList("cp", target, c.OutputFile(outputID))))
|
| exec.go | 272 inputFiles := str.StringList( 414 for i, file := range str.StringList(gofiles, cgofiles) { [all...] |
| gccgo.go | 68 args := str.StringList(tools.compiler(), "-c", gcargs, "-o", ofile, forcedGccgoflags) 355 ldflags = str.StringList("-Wl,-(", ldflags, "-Wl,-)")
|
| /prebuilts/go/linux-x86/src/cmd/go/internal/work/ |
| gc.go | 94 gcflags := str.StringList(forcedGcflags, p.Internal.Gcflags) 263 return fmt.Errorf("%s and %s produced different output files:\n%s\n%s", filepath.Base(args[1].(string)), newTool, strings.Join(str.StringList(args...), " "), strings.Join(str.StringList(newArgs...), " ")) 286 cmdline := str.StringList(base.Tool("pack"), "r", absAfile, absOfiles) 393 for _, file := range str.StringList(p.GoFiles, p.CgoFiles, p.SFiles) {
|
| buildid.go | 177 cmdline := str.StringList(cfg.BuildToolexec, base.Tool(name), "-V=full") 235 cmdline := str.StringList(cfg.BuildToolexec, name, "-###", "-x", language, "-c", "-") 504 b.Showcmd("", "%s # internal", joinUnambiguously(str.StringList("cat", c.OutputFile(stdoutEntry.OutputID)))) 543 b.Showcmd("", "%s # internal", joinUnambiguously(str.StringList(base.Tool("buildid"), "-w", target))) 608 b.Showcmd("", "%s # internal", joinUnambiguously(str.StringList("cp", target, c.OutputFile(outputID))))
|
| exec.go | 272 inputFiles := str.StringList( 414 for i, file := range str.StringList(gofiles, cgofiles) { [all...] |
| gccgo.go | 68 args := str.StringList(tools.compiler(), "-c", gcargs, "-o", ofile, forcedGccgoflags) 355 ldflags = str.StringList("-Wl,-(", ldflags, "-Wl,-)")
|
| /external/guava/guava-tests/test/com/google/common/reflect/ |
| TypeTokenTest.java | 54 private abstract static class StringList implements List<String> {} 78 assertEquals(StringList.class.getGenericInterfaces()[0], token.getType()); 88 TypeToken<?> t = TypeToken.of(StringList.class.getGenericInterfaces()[0]); 646 assertTrue(tokL.isAssignableFrom(StringList.class)); 648 StringList.class.getGenericInterfaces()[0])); 689 assertTrue(tokenL.isAssignableFrom(StringList.class)); 699 assertTrue(tokenL.isAssignableFrom(StringList[].class)); 706 StringList.class.getGenericInterfaces()[0])); 729 assertTrue(tokenL.isAssignableFrom(new TypeToken<StringList>() {})); [all...] |
| /prebuilts/go/darwin-x86/src/cmd/go/internal/base/ |
| base.go | 120 cmdline := str.StringList(cmdargs...)
|
| /prebuilts/go/darwin-x86/src/cmd/go/internal/run/ |
| run.go | 120 cmdline := str.StringList(work.FindExecCmd(), a.Deps[0].Target, a.Args)
|
| /prebuilts/go/linux-x86/src/cmd/go/internal/base/ |
| base.go | 120 cmdline := str.StringList(cmdargs...)
|
| /prebuilts/go/linux-x86/src/cmd/go/internal/run/ |
| run.go | 120 cmdline := str.StringList(work.FindExecCmd(), a.Deps[0].Target, a.Args)
|
| /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.18.1/ |
| org.eclipse.tycho.p2.tools.shared-0.18.1.jar | |
| /external/mdnsresponder/mDNSWindows/ControlPanel/ |
| BrowsingPage.cpp | 406 CConfigPropertySheet::StringList::iterator it;
|
| /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/driver/ |
| driver.go | 87 // StringList is similar to String but allows multiple values for a 89 StringList(name string, def string, usage string) *[]*string
|
| /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/plugin/ |
| plugin.go | 70 // StringList is similar to String but allows multiple values for a 72 StringList(name string, def string, usage string) *[]*string
|
| /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/driver/ |
| driver.go | 87 // StringList is similar to String but allows multiple values for a 89 StringList(name string, def string, usage string) *[]*string
|
| /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/plugin/ |
| plugin.go | 70 // StringList is similar to String but allows multiple values for a 72 StringList(name string, def string, usage string) *[]*string
|
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
| Misc.py | [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/ |
| IpiDb.py | [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
| String.py | 630 # Replace "'" with "''" in each item of StringList
632 # @param StringList: A list for strings to be converted
634 def ConvertToSqlString(StringList):
635 return map(lambda s: s.replace("'", "''") , StringList)
|
| /prebuilts/go/darwin-x86/src/cmd/go/internal/load/ |
| pkg.go | 105 return str.StringList( [all...] |