HomeSort by relevance Sort by last modified time
    Searched refs:COMMAND (Results 251 - 275 of 468) sorted by null

<<111213141516171819

  /external/gflags/cmake/
utils.cmake 58 # on the CMake command-line or the super-project by setting the GFLAGS_<varname>
63 # (see the CMake documentation for the macro command)
89 # (see the CMake documentation for the macro command)
160 COMMAND "${CMAKE_COMMAND}" "-DCOMMAND:STRING=$<TARGET_FILE:${cmd}>;${args};${ARGN}"
175 # installation prefix. This differs from CMake's export(PACKAGE) command
185 COMMAND reg add \"HKCU\\\\Software\\\\Kitware\\\\CMake\\\\Packages\\\\${PACKAGE_NAME}\" /v \"${REGISTRY_ENTRY}\" /d \"${CONFIG_DIR}\" /t REG_SZ /f
  /external/protobuf/
configure.ac 51 [AS_HELP_STRING([--with-protoc=COMMAND],
52 [use the given protoc command instead of building a new one when building tests (useful for cross-compiling)])],
  /external/protobuf/util/
configure.ac 51 [AS_HELP_STRING([--with-protoc=COMMAND],
52 [use the given protoc command instead of building a new one when building tests (useful for cross-compiling)])],
  /packages/apps/Launcher3/src/com/android/launcher3/logging/
LoggerUtils.java 79 case Action.Type.COMMAND: return getFieldName(action.command, Action.Command.class);
220 public static Action newCommandAction(int command) {
221 Action a = newAction(Action.Type.COMMAND);
222 a.command = command;
  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_linux_amd64.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
zsysnum_linux_arm64.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
zsysnum_linux_mips64.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
zsysnum_linux_mips64le.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
  /prebuilts/go/linux-x86/src/syscall/
zsysnum_linux_amd64.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
zsysnum_linux_arm64.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
zsysnum_linux_mips64.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
zsysnum_linux_mips64le.go 2 // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
  /external/gflags/
CMakeLists.txt 5 ## can be overridden either on the CMake command-line using the -D option of
6 ## the cmake command or in a super-project which includes the gflags source
8 ## gflags source directory via CMake's "add_subdirectory" command. Only when
111 # using -DGFLAGS_SOVERSION=XXX on the command-line
660 COMMAND dpkg --print-architecture
667 execute_process (COMMAND uname -m OUTPUT_VARIABLE CPACK_PACKAGE_ARCHITECTURE)
710 add_custom_target(uninstall COMMAND ${CMAKE_COMMAND} -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0/
devicelib-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-alpha6/
devicelib-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-alpha7/
devicelib-26.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-alpha9/
devicelib-26.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-beta1/
devicelib-26.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-beta2/
devicelib-26.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-beta6/
devicelib-26.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-beta7/
devicelib-26.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/26.0.0-rc1/
devicelib-26.0.0-rc1.jar 
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java 63 private static final int COMMAND = 0xCA;
433 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3,
484 mUiccProfile.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND,
  /build/kati/
parser.cc 171 stmt->expr = ParseExpr(line.substr(1), ParseExprOpt::COMMAND);
232 stmt->term == ';' ? ParseExprOpt::COMMAND : ParseExprOpt::NORMAL;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build.sh 66 echo "COMMAND: >>>> $@" >> $LOG_FILE
69 echo "COMMAND: >>>> $@"
211 echo "This file has been automatically generated on $(date) with the following command:" > $INSTALL_DIR/README &&

Completed in 862 milliseconds

<<111213141516171819