HomeSort by relevance Sort by last modified time
    Searched refs:Command (Results 601 - 625 of 994) sorted by null

<<21222324252627282930>>

  /external/python/cpython2/Tools/gdb/
libpython.py     [all...]
  /build/soong/java/
builder.go 43 Command: `rm -rf "$outDir" "$annoDir" "$srcJarDir" && mkdir -p "$outDir" "$annoDir" "$srcJarDir" && ` +
66 Command: `rm -rf "$outDir" && mkdir -p "$outDir" && ` +
86 Command: `${config.SoongZipCmd} -jar -o $out @$out.rsp`,
95 Command: `${config.SoongZipCmd} -o $out @$out.rsp`,
104 Command: `${config.MergeZipsCmd} --ignore-duplicates -j $jarArgs $out $in`,
111 Command: "${config.JavaCmd} -jar ${config.JarjarCmd} process $rulesFile $in $out",
118 Command: "rm -f $out && " +
127 Command: "${config.JavaCmd} -jar ${config.JetifierJar} -l error -o $out -i $in",
134 Command: "if ! ${config.ZipAlign} -c -p 4 $in > /dev/null; then " +
234 // sources. flags contains various command line flags to be passed to the compiler
    [all...]
aapt2.go 58 Command: `${config.Aapt2Cmd} compile -o $outDir $cFlags --legacy $in`,
114 Command: `${config.ZipSyncCmd} -d $resZipDir $in && ` +
139 Command: `rm -rf $genDir && ` +
156 Command: `cp $out.rsp $out`,
221 Command: `${config.Aapt2Cmd} convert --output-format proto $in -o $out`,
hiddenapi_singleton.go 181 rule.Command().
225 rule.Command().
257 rule.Command().Text("rm").Flag("-f").Output(outputPath)
258 rule.Command().Text("touch").Output(outputPath)
282 rule.Command().
293 // commitChangeForRestat adds a command to a rule that updates outputPath from tempPath if they are different. It
299 rule.Command().
sdk.go 284 rule.Command().
286 rule.Command().
298 rule.Command().
300 rule.Command().
323 rule.Command().
325 cmd := rule.Command()
android_manifest.go 28 Command: `${config.ManifestFixerCmd} ` +
39 Command: `${config.ManifestMergerCmd} --main $in $libs --out $out`,
  /build/soong/cc/
gen.go 37 Command: "BISON_PKGDATADIR=$yaccDataDir $yaccCmd -d $yaccFlags --defines=$hFile -o $out $in",
44 Command: "$lexCmd -o$out $in",
50 Command: "$aidlCmd -d${out}.d --ninja $aidlFlags $in $outDir $out",
59 Command: "$syspropCmd --header-dir=$headerOutDir --system-header-dir=$systemOutDir " +
67 Command: "$windmcCmd -r$$(dirname $out) -h$$(dirname $out) $in",
builder.go 53 Command: "$relPwd ${config.CcWrapper}$ccCmd -c $cFlags -MD -MF ${out}.d -o $out $in",
60 Command: "$relPwd ${config.CcWrapper}$ccCmd -c $cFlags -o $out $in",
67 Command: "$ldCmd ${crtBegin} @${out}.rsp " +
81 Command: "$ldCmd -nostdlib -no-pie -Wl,-r ${in} -o ${out} ${ldFlags}",
88 Command: "rm -f ${out} && $arCmd $arFlags $out @${out}.rsp",
97 Command: "rm -f ${out} && ${config.MacArPath} $arFlags $out $in",
104 Command: "cp -f ${inAr} ${out}.tmp && ${config.MacArPath} $arFlags ${out}.tmp $in && mv ${out}.tmp ${out}",
111 Command: "${config.MacStripPath} -u -r -o $out $in",
117 Command: "$objcopyCmd --prefix-symbols=${prefix} ${in} ${out}",
141 Command: "CROSS_COMPILE=$crossCompile XZ=$xzCmd CLANG_BIN=${config.ClangBin} $stripPath ${args} -i ${i (…)
    [all...]
  /build/soong/cmd/path_interposer/
main.go 167 Command string
171 cmd := exec.Command("ps", "-o", "pid,ppid,command")
215 Command: string(bytes.TrimLeft(fields[1], " ")),
239 Command: entry.Command,
  /build/soong/dexpreopt/dexpreopt_gen/
dexpreopt_gen.go 125 dexpreoptRule.Command().FlagWithArg("rm -rf ", installDir.String())
126 dexpreoptRule.Command().FlagWithArg("mkdir -p ", installDir.String())
130 dexpreoptRule.Command().Text("mkdir -p").Flag(filepath.Dir(installPath.String()))
131 dexpreoptRule.Command().Text("cp -f").Input(install.From).Output(installPath)
133 dexpreoptRule.Command().Tool(global.Tools.SoongZip).
159 // command line.
199 echo "error in command:" >&2
  /external/syzkaller/pkg/osutil/
osutil.go 24 cmd := Command(bin, args...)
30 // Returns combined output. If the command fails, err includes output.
70 // Command is similar to os/exec.Command, but also sets PDEATHSIG on linux.
71 func Command(bin string, args ...string) *exec.Cmd {
72 cmd := exec.Command(bin, args...)
  /build/soong/ui/build/
soong.go 37 cmd := Command(ctx, config, "blueprint bootstrap", "build/blueprint/bootstrap.bash", "-t")
59 cmd := Command(ctx, config, "soong_env", envTool, envFile)
115 cmd := Command(ctx, config, "soong "+name,
  /build/soong/ui/logger/
logger_test.go 121 cmd := exec.Command(os.Args[0], "-test.run=TestPanic")
143 cmd := exec.Command(os.Args[0], "-test.run=TestFatal")
160 cmd := exec.Command(os.Args[0], "-test.run=TestNonFatal")
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
BuildEngine.py 99 # This represents a build rule which can give out corresponding command list for
111 # @param Command The list containing commands to generate the output from input
113 def __init__(self, Type, Input, Output, Command, ExtraDependency=None):
119 if not Command:
120 Command = []
134 # Search macros used in command lines for <FILE_TYPE>_LIST and INC_LIST.
136 # limitation of command line length
140 for CmdLine in Command:
289 # Command line should be regenerated since some macros are different
329 _Command = "COMMAND"
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/
JobDetailView.java 32 import com.google.gwt.user.client.Command;
300 menu.addItem("Abort hosts", new Command() {
306 menu.addItem("Clone job on selected hosts", new Command() {
398 menu.addItem("Reuse any similar hosts (default)", new Command() {
403 menu.addItem("Reuse same specific hosts", new Command() {
408 menu.addItem("Use failed and aborted hosts", new Command() {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/
ArmVExpressFastBoot.c 457 React to an OEM-specific command.
469 @param[in] Command Null-terminated command string.
471 @retval EFI_SUCCESS The command executed successfully.
472 @retval EFI_NOT_FOUND The command wasn't recognised.
473 @retval EFI_DEVICE_ERROR There was an error executing the command.
478 IN CHAR8 *Command
483 AsciiStrToUnicodeStrS (Command, CommandUnicode, ARRAY_SIZE (CommandUnicode));
485 if (AsciiStrCmp (Command, "Demonstrate") == 0) {
486 DEBUG ((EFI_D_ERROR, "ARM OEM Fastboot command 'Demonstrate' received.\n"));
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/BootScriptSaveDxe/
ScriptSave.c 278 EFI_SMBUS_DEVICE_COMMAND Command;
286 Command = VA_ARG (Marker, EFI_SMBUS_DEVICE_COMMAND);
289 SmBusAddress = SMBUS_LIB_ADDRESS (SlaveAddress.SmbusDeviceAddress,Command,0,PecCheck);
  /external/antlr/runtime/Python/
setup.py 9 from distutils.command.clean import clean as _clean
10 from distutils.cmd import Command
62 # Options for 'CmdUnitTest' command
65 class unittest(Command):
150 class functest(Command):
  /external/grpc-grpc/src/python/grpcio/
commands.py 14 """Provides distutils command classes for the GRPC Python setup process."""
28 from setuptools.command import build_ext
29 from setuptools.command import build_py
30 from setuptools.command import easy_install
31 from setuptools.command import install
32 from setuptools.command import test
112 class SphinxDocumentation(setuptools.Command):
113 """Command to generate documentation via sphinx."""
148 class BuildProjectMetadata(setuptools.Command):
149 """Command to generate project metadata in a module.""
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciIo.c     [all...]
  /external/brotli/c/enc/
metablock.c 62 static void RecomputeDistancePrefixes(Command* cmds,
75 Command* cmd = &cmds[i];
86 static BROTLI_BOOL ComputeDistanceCost(const Command* cmds,
106 const Command* cmd = &cmds[i];
137 Command* cmds,
294 #define FN(X) X ## Command
304 /* Greedy block splitter for one block category (literal, command or distance).
546 const Command* commands, size_t n_commands, MetaBlockSplit* mb) {
579 const Command cmd = commands[i];
632 const Command* commands
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
MachODumper.cpp 685 for (const auto &Command : Obj->load_commands()) {
686 if (Command.C.cmd == MachO::LC_LOAD_DYLIB ||
687 Command.C.cmd == MachO::LC_ID_DYLIB ||
688 Command.C.cmd == MachO::LC_LOAD_WEAK_DYLIB ||
689 Command.C.cmd == MachO::LC_REEXPORT_DYLIB ||
690 Command.C.cmd == MachO::LC_LAZY_LOAD_DYLIB ||
691 Command.C.cmd == MachO::LC_LOAD_UPWARD_DYLIB) {
692 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command);
694 auto *P = static_cast<const char*>(Command.Ptr) + Dl.dylib.name;
  /external/v8/tools/release/
common_includes.py 198 def Command(cmd, args="", prefix="", pipe=True, cwd=None):
202 print "Command: %s" % cmd_line
246 def Command(self, cmd, args="", prefix="", pipe=True, cwd=None):
247 return Command(cmd, args, prefix, pipe, cwd=cwd)
501 def Command(self, name, args, cwd=None):
502 cmd = lambda: self._side_effect_handler.Command(
507 cmd = lambda: self._side_effect_handler.Command(
516 return self._side_effect_handler.Command(
565 self.Command(
763 self.Command("fetch", "v8", cwd=self._options.work_dir
    [all...]
  /build/soong/android/
notices.go 32 Command: `${merge_notices} --output $out $in`,
38 Command: `rm -rf $tmpDir $$(dirname $out) && ` +
  /device/generic/goldfish/network/netmgr/
commander.cpp 19 #include "commands/command.h"
33 // How much space to use for each command received
36 // command before dropping data.
56 void Commander::registerCommand(const char* commandStr, Command* command) {
57 mCommands[commandStr] = command;
110 auto command = mCommands.find(mReceiveBuffer.data()); local
112 if (command != mCommands.end()) {
113 command->second->onCommand(mReceiveBuffer.data(), args);

Completed in 2016 milliseconds

<<21222324252627282930>>