HomeSort by relevance Sort by last modified time
    Searched refs:toolName (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/src/cmd/go/
tool.go 48 func tool(toolName string) string {
49 toolPath := filepath.Join(toolDir, toolName)
58 if isInGoToolsRepo(toolName) {
59 fmt.Fprintf(os.Stderr, "go tool: no such tool %q; to install:\n\tgo get golang.org/x/tools/cmd/%s\n", toolName, toolName)
61 fmt.Fprintf(os.Stderr, "go tool: no such tool %q\n", toolName)
69 func isInGoToolsRepo(toolName string) bool {
78 toolName := args[0]
80 for _, c := range toolName {
84 fmt.Fprintf(os.Stderr, "go tool: bad tool name %q\n", toolName)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
tool.go 48 func tool(toolName string) string {
49 toolPath := filepath.Join(toolDir, toolName)
58 if isInGoToolsRepo(toolName) {
59 fmt.Fprintf(os.Stderr, "go tool: no such tool %q; to install:\n\tgo get golang.org/x/tools/cmd/%s\n", toolName, toolName)
61 fmt.Fprintf(os.Stderr, "go tool: no such tool %q\n", toolName)
69 func isInGoToolsRepo(toolName string) bool {
78 toolName := args[0]
80 for _, c := range toolName {
84 fmt.Fprintf(os.Stderr, "go tool: bad tool name %q\n", toolName)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Tests/
TestTools.py 102 def FindToolBin(self, toolName):
104 bin = os.path.join(binPath, toolName)
111 if 'toolName' in kwd: toolName = kwd['toolName']
112 else: toolName = None
116 if toolName is None: toolName = self.toolName
117 bin = self.FindToolBin(toolName)
    [all...]
TianoCompress.py 29 self.toolName = 'TianoCompress'
  /external/emma/core/java12/com/vladium/emma/
Command.java 269 protected static String usageMsgPrefix (final String toolName)
271 return toolNameToCommandName (toolName).concat (" usage: ");
274 protected static String usageResName (final String toolName)
276 return toolName.replace ('.', '/').concat ("_usage.res");
279 protected static String toolNameToCommandName (final String toolName)
281 final int lastDot = toolName.lastIndexOf ('.');
283 return lastDot > 0 ? toolName.substring (lastDot + 1) : toolName;
  /prebuilts/devtools/tools/lib/
common.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.4.0-beta3/
common-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.4.0-beta5/
common-24.4.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.4.0-beta6/
common-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/24.5.0/
common-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0/
common-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha1/
common-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha3/
common-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha5/
common-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha7/
common-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-alpha9/
common-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-beta2/
common-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-beta5/
common-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-beta6/
common-25.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-beta7/
common-25.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.0.0-rc3/
common-25.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.1.0/
common-25.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.1.0-alpha3/
common-25.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.1.0-alpha4/
common-25.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.1.0-beta1/
common-25.1.0-beta1.jar 

Completed in 246 milliseconds

1 2 3 4 5 6 7