HomeSort by relevance Sort by last modified time
    Searched refs:COMMAND (Results 201 - 225 of 344) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_linux_386.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
zsysnum_linux_arm.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
zsysnum_linux_ppc64.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
zsysnum_linux_ppc64le.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
mksyscall.pl 117 $text .= "// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT\n\n";
311 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
mksyscall_solaris.pl 265 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
mksysctl_openbsd.pl 238 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
  /prebuilts/go/linux-x86/src/syscall/
zsysnum_darwin_386.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
zsysnum_darwin_amd64.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
zsysnum_darwin_arm.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
zsysnum_darwin_arm64.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
zsysnum_linux_386.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
zsysnum_linux_arm.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
zsysnum_linux_ppc64.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
zsysnum_linux_ppc64le.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
mksyscall.pl 117 $text .= "// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT\n\n";
311 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
mksyscall_solaris.pl 265 // MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
mksysctl_openbsd.pl 238 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
  /external/iw/
bitrate.c 265 COMMAND(set, bitrates, "[legacy-<2.4|5> <legacy rate in Mbps>*] [ht-mcs-<2.4|5> <MCS index>*] [vht-mcs-<2.4|5> <NSS:MCSx,MCSy... | NSS:MCSx-MCSy>*] [sgi-2.4|lgi-2.4] [sgi-5|lgi-5]",
iw.h 84 #define COMMAND(section, name, args, cmd, flags, idby, handler, help) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 463 echo "## COMMAND: $@"
543 # We need to take care of the fact that the 'which <foo>' command
551 # Result: set $1 to the full path of the corresponding command
755 # The following is an awk command to parse the Packages file and extract
931 # $3: Optional: command name (will be cmd_$1 by default)
937 local COMMAND="${3:-cmd_$1}"
942 task_set $TASK cmd "$COMMAND"
950 # $3: Optional: command name (will be cmd_$1 by default)
955 local COMMAND="${3:-cmd_$1}"
957 task_define "${TASK}_1" "$DESCR 1/2" "phase_1 $COMMAND"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 465 echo "## COMMAND: $@"
545 # We need to take care of the fact that the 'which <foo>' command
553 # Result: set $1 to the full path of the corresponding command
757 # The following is an awk command to parse the Packages file and extract
933 # $3: Optional: command name (will be cmd_$1 by default)
939 local COMMAND="${3:-cmd_$1}"
944 task_set $TASK cmd "$COMMAND"
952 # $3: Optional: command name (will be cmd_$1 by default)
957 local COMMAND="${3:-cmd_$1}"
959 task_define "${TASK}_1" "$DESCR 1/2" "phase_1 $COMMAND"
    [all...]
  /build/kati/
expr.cc 279 return opt != ParseExprOpt::DEFINE && opt != ParseExprOpt::COMMAND;
518 if (c == '\\' && i + 1 < s.size() && opt != ParseExprOpt::COMMAND) {
  /cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DalvikTest.java 105 // Command to run the VM, args are bitness, classpath, dalvik-args, abi, runner-args,
107 private static final String COMMAND = "dalvikvm%s -classpath %s %s "
302 // Create command
329 final String command = String.format(COMMAND, bitness, local
348 Log.logAndDisplay(LogLevel.INFO, TAG, command);
379 mDevice.executeShellCommand(command, receiver, mPerTestTimeout, TimeUnit.MINUTES, 1);
383 * Due to known failures, there are typically too many excludes to pass via command line.
  /ndk/build/tools/
build-mingw64-toolchain.sh 64 echo "COMMAND: >>>> $@" >> $LOG_FILE
67 echo "COMMAND: >>>> $@"
414 echo "This file has been automatically generated on $(date) with the following command:" > $INSTALL_DIR/README &&

Completed in 415 milliseconds

1 2 3 4 5 6 7 891011>>