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

1 2 3

  /external/clang/
compiler_wrapper 17 """Return the gomacc command if it is found in $GOMACC_PATH."""
18 gomacc = os.environ.get('GOMACC_PATH')
19 if gomacc and os.path.isfile(gomacc):
20 return gomacc
24 gomacc = get_gomacc_command() variable
25 if gomacc:
26 argv0 = gomacc
27 execargs += [gomacc]
  /prebuilts/clang/host/darwin-x86/clang-3289846/bin/
clang 17 """Return the gomacc command if it is found in $GOMACC_PATH."""
18 gomacc = os.environ.get('GOMACC_PATH')
19 if gomacc and os.path.isfile(gomacc):
20 return gomacc
24 gomacc = get_gomacc_command() variable
25 if gomacc:
26 argv0 = gomacc
27 execargs += [gomacc]
clang++ 17 """Return the gomacc command if it is found in $GOMACC_PATH."""
18 gomacc = os.environ.get('GOMACC_PATH')
19 if gomacc and os.path.isfile(gomacc):
20 return gomacc
24 gomacc = get_gomacc_command() variable
25 if gomacc:
26 argv0 = gomacc
27 execargs += [gomacc]
  /prebuilts/clang/host/darwin-x86/clang-3362437/bin/
clang 17 """Return the gomacc command if it is found in $GOMACC_PATH."""
18 gomacc = os.environ.get('GOMACC_PATH')
19 if gomacc and os.path.isfile(gomacc):
20 return gomacc
24 gomacc = get_gomacc_command() variable
25 if gomacc:
26 argv0 = gomacc
27 execargs += [gomacc]
clang++ 17 """Return the gomacc command if it is found in $GOMACC_PATH."""
18 gomacc = os.environ.get('GOMACC_PATH')
19 if gomacc and os.path.isfile(gomacc):
20 return gomacc
24 gomacc = get_gomacc_command() variable
25 if gomacc:
26 argv0 = gomacc
27 execargs += [gomacc]
  /prebuilts/clang/host/linux-x86/clang-3289846/bin/
clang 17 """Return the gomacc command if it is found in $GOMACC_PATH."""
18 gomacc = os.environ.get('GOMACC_PATH')
19 if gomacc and os.path.isfile(gomacc):
20 return gomacc
24 gomacc = get_gomacc_command() variable
25 if gomacc:
26 argv0 = gomacc
27 execargs += [gomacc]
clang++ 17 """Return the gomacc command if it is found in $GOMACC_PATH."""
18 gomacc = os.environ.get('GOMACC_PATH')
19 if gomacc and os.path.isfile(gomacc):
20 return gomacc
24 gomacc = get_gomacc_command() variable
25 if gomacc:
26 argv0 = gomacc
27 execargs += [gomacc]
  /prebuilts/clang/host/linux-x86/clang-3362437/bin/
clang 17 """Return the gomacc command if it is found in $GOMACC_PATH."""
18 gomacc = os.environ.get('GOMACC_PATH')
19 if gomacc and os.path.isfile(gomacc):
20 return gomacc
24 gomacc = get_gomacc_command() variable
25 if gomacc:
26 argv0 = gomacc
27 execargs += [gomacc]
clang++ 17 """Return the gomacc command if it is found in $GOMACC_PATH."""
18 gomacc = os.environ.get('GOMACC_PATH')
19 if gomacc and os.path.isfile(gomacc):
20 return gomacc
24 gomacc = get_gomacc_command() variable
25 if gomacc:
26 argv0 = gomacc
27 execargs += [gomacc]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-c++ 15 '--gomacc-path': None
31 """Return the gomacc command if '--gomacc-path' is set."""
32 gomacc = self.custom_flags['--gomacc-path']
33 if gomacc and os.path.isfile(gomacc):
34 self.argv0 = gomacc
35 self.execargs += [gomacc]
aarch64-linux-android-g++ 15 '--gomacc-path': None
31 """Return the gomacc command if '--gomacc-path' is set."""
32 gomacc = self.custom_flags['--gomacc-path']
33 if gomacc and os.path.isfile(gomacc):
34 self.argv0 = gomacc
35 self.execargs += [gomacc]
aarch64-linux-android-gcc 15 '--gomacc-path': None
31 """Return the gomacc command if '--gomacc-path' is set."""
32 gomacc = self.custom_flags['--gomacc-path']
33 if gomacc and os.path.isfile(gomacc):
34 self.argv0 = gomacc
35 self.execargs += [gomacc]
aarch64-linux-android-gcc-4.9 15 '--gomacc-path': None
31 """Return the gomacc command if '--gomacc-path' is set."""
32 gomacc = self.custom_flags['--gomacc-path']
33 if gomacc and os.path.isfile(gomacc):
34 self.argv0 = gomacc
35 self.execargs += [gomacc]
aarch64-linux-androidkernel-gcc 15 '--gomacc-path': None
31 """Return the gomacc command if '--gomacc-path' is set."""
32 gomacc = self.custom_flags['--gomacc-path']
33 if gomacc and os.path.isfile(gomacc):
34 self.argv0 = gomacc
35 self.execargs += [gomacc]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-c++ 15 '--gomacc-path': None
31 """Return the gomacc command if '--gomacc-path' is set."""
32 gomacc = self.custom_flags['--gomacc-path']
33 if gomacc and os.path.isfile(gomacc):
34 self.argv0 = gomacc
35 self.execargs += [gomacc]
arm-linux-androideabi-g++ 15 '--gomacc-path': None
31 """Return the gomacc command if '--gomacc-path' is set."""
32 gomacc = self.custom_flags['--gomacc-path']
33 if gomacc and os.path.isfile(gomacc):
34 self.argv0 = gomacc
35 self.execargs += [gomacc]
arm-linux-androideabi-gcc 15 '--gomacc-path': None
31 """Return the gomacc command if '--gomacc-path' is set."""
32 gomacc = self.custom_flags['--gomacc-path']
33 if gomacc and os.path.isfile(gomacc):
34 self.argv0 = gomacc
35 self.execargs += [gomacc]
arm-linux-androideabi-gcc-4.9 15 '--gomacc-path': None
31 """Return the gomacc command if '--gomacc-path' is set."""
32 gomacc = self.custom_flags['--gomacc-path']
33 if gomacc and os.path.isfile(gomacc):
34 self.argv0 = gomacc
35 self.execargs += [gomacc]
arm-linux-androidkernel-gcc 15 '--gomacc-path': None
31 """Return the gomacc command if '--gomacc-path' is set."""
32 gomacc = self.custom_flags['--gomacc-path']
33 if gomacc and os.path.isfile(gomacc):
34 self.argv0 = gomacc
35 self.execargs += [gomacc]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-c++ 15 '--gomacc-path': None
31 """Return the gomacc command if '--gomacc-path' is set."""
32 gomacc = self.custom_flags['--gomacc-path']
33 if gomacc and os.path.isfile(gomacc):
34 self.argv0 = gomacc
35 self.execargs += [gomacc]
mips64el-linux-android-g++ 15 '--gomacc-path': None
31 """Return the gomacc command if '--gomacc-path' is set."""
32 gomacc = self.custom_flags['--gomacc-path']
33 if gomacc and os.path.isfile(gomacc):
34 self.argv0 = gomacc
35 self.execargs += [gomacc]
mips64el-linux-android-gcc 15 '--gomacc-path': None
31 """Return the gomacc command if '--gomacc-path' is set."""
32 gomacc = self.custom_flags['--gomacc-path']
33 if gomacc and os.path.isfile(gomacc):
34 self.argv0 = gomacc
35 self.execargs += [gomacc]
mips64el-linux-android-gcc-4.9 15 '--gomacc-path': None
31 """Return the gomacc command if '--gomacc-path' is set."""
32 gomacc = self.custom_flags['--gomacc-path']
33 if gomacc and os.path.isfile(gomacc):
34 self.argv0 = gomacc
35 self.execargs += [gomacc]
mips64el-linux-androidkernel-gcc 15 '--gomacc-path': None
31 """Return the gomacc command if '--gomacc-path' is set."""
32 gomacc = self.custom_flags['--gomacc-path']
33 if gomacc and os.path.isfile(gomacc):
34 self.argv0 = gomacc
35 self.execargs += [gomacc]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-c++ 15 '--gomacc-path': None
31 """Return the gomacc command if '--gomacc-path' is set."""
32 gomacc = self.custom_flags['--gomacc-path']
33 if gomacc and os.path.isfile(gomacc):
34 self.argv0 = gomacc
35 self.execargs += [gomacc]

Completed in 3636 milliseconds

1 2 3