HomeSort by relevance Sort by last modified time
    Searched full:command (Results 451 - 475 of 8546) sorted by null

<<11121314151617181920>>

  /external/icu4c/extra/uconv/
uconv.vcxproj 82 <Command>copy "$(TargetPath)" ..\..\..\bin
83 </Command>
123 <Command>copy "$(TargetPath)" ..\..\..\bin
124 </Command>
167 <Command>copy "$(TargetPath)" ..\..\..\bin64
168 </Command>
207 <Command>copy "$(TargetPath)" ..\..\..\bin64
208 </Command>
259 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">nmake /nologo /f %(Filename).mak icup="$(ProjectDir)..\..\.." CFG=x86\Debug
260 </Command>
    [all...]
  /external/iptables/extensions/
libip6t_icmp6.man 11 or one of the ICMPv6 type names shown by the command
libip6t_mh.man 9 or one of the MH type names shown by the command
  /external/javassist/src/main/javassist/
package.html 13 <p>To know the version number of this package, type the following command:
  /external/kernel-headers/original/linux/mmc/
mmc.h 29 #define MMC_CMD_MASK (3 << 5) /* command type */
50 * These are the command types.
55 unsigned int error; /* command error */
84 struct mmc_command *stop; /* stop command */
  /external/libppp/src/
README.changes 35 o The `set debug' command was replaced with `set log'.
36 o The `set log LCP' command was split into LCP, IPCP and CCP logs.
41 they must be `allow'ed to run ppp via the `allow' command in the
44 o No diagnostic socket is created by default. The `set server' command
47 server' command line.
64 o The dial/call/open command works asynchronously. As a result, prompts
66 o The `display' command has been removed. All information is available
67 with the appropriate `show' command.
99 o Command line options only need enough characters to uniquely identify
110 o The ``set device'' command now expects each device to be specified as a
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_break_on_failure_unittest.py 38 Google Test) with different environments and command line flags.
55 # The command line flag for enabling/disabling the break-on-failure mode.
86 def Run(command):
87 """Runs a command; returns 1 if it was killed by a signal, or 0 otherwise."""
89 p = gtest_test_utils.Subprocess(command, env=environ)
132 command = [EXE_PATH]
134 command.append(flag)
141 has_seg_fault = Run(command)
146 (BREAK_ON_FAILURE_ENV_VAR, env_var_value_msg, ' '.join(command),
  /external/linux-tools-perf/Documentation/
asciidoc.conf 3 # Usage: linkperf:command[manpage-section]
5 # Note, {0} is the manpage section, while {target} is the command.
7 # Show PERF link as: <command>(<section>); if section is defined, else just show
8 # the command.
perf-stat.txt 6 perf-stat - Run a command and gather performance counter statistics
11 'perf stat' [-e <EVENT> | --event=EVENT] [-a] <command>
12 'perf stat' [-e <EVENT> | --event=EVENT] [-a] -- <command> [<options>]
16 This command runs a command and gathers performance counter statistics
22 <command>...::
23 Any command you can specify in a shell.
55 repeat command and print average + stddev (max: 100)
94 corresponding events, i.e., they always refer to events defined earlier on the command
perf-test.txt 15 This command does assorted sanity tests, initially through linked routines but
  /external/linux-tools-perf/util/
generate-cmdlist.sh 14 sed -n -e 's/^perf-\([^ ]*\)[ ].* common.*/\1/p' ${PREFIX}/command-list.txt |
  /external/llvm/test/CodeGen/ARM/
fast-isel-redefinition.ll 2 ; This isn't exactly a useful set of command-line options, but check that it
  /external/oprofile/pp/
oparchive_options.h 32 * handle_options - process command line
opgprof_options.h 29 * handle_options - process command line
  /external/protobuf/gtest/test/
gtest_break_on_failure_unittest.py 38 Google Test) with different environments and command line flags.
55 # The command line flag for enabling/disabling the break-on-failure mode.
83 def Run(command):
84 """Runs a command; returns 1 if it was killed by a signal, or 0 otherwise."""
86 p = gtest_test_utils.Subprocess(command)
129 command = [EXE_PATH]
131 command.append(flag)
138 has_seg_fault = Run(command)
143 (BREAK_ON_FAILURE_ENV_VAR, env_var_value_msg, ' '.join(command),
  /external/skia/src/ports/
SkDebug_android.cpp 28 // Print debug output to stdout as well. This is useful for command
  /external/stlport/doc/
README.mingw 1 The MinGW GNU make command can be used to build STLport with different
20 Be carefull about what make command you are using. STLport comes with a
22 been adapted for the Windows platform. So you have to use the make command
30 compiler option. Don't forget to add it to your compiler command line too
  /external/valgrind/main/none/tests/
shell.stderr.exp 8 ./shell: shell_nosuchfile: command not found
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKView.cpp 97 void WKViewReapplyEditCommand(WKViewRef viewRef, WKEditCommandRef command)
99 toImpl(viewRef)->reapplyEditCommand(toImpl(command));
102 void WKViewUnapplyEditCommand(WKViewRef viewRef, WKEditCommandRef command)
104 toImpl(viewRef)->unapplyEditCommand(toImpl(command));
  /external/wpa_supplicant_8/src/utils/
edit.h 2 * Command line editing and history
  /frameworks/base/docs/html/tools/help/
hierarchy-viewer.jd 11 <p>To start Hierarchy Viewer, enter the following command from the SDK <code>tools/</code> directory:</p>
traceview.jd 9 <p>To start Traceview, enter the following command from the SDK <code>tools/</code> directory:</p>
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_eglapi.cpp 51 // command buffer, followed by the actual command buffer.
54 // Command Buffer
65 // read command size
71 // ensure command buffer is of required size
80 // receive the command
105 ALOGE("Stopping OpenGL Trace Command Receiver\n");
173 // trace command through to the host
194 // trace command through to the host
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
AppInterface.java 28 * proactive command, session end arrive.
31 "android.intent.action.stk.command";
42 * Enumeration for representing "Type of Command" of proactive commands.
84 * @return CommandType object whose "Type of Command" value is {@code
  /hardware/samsung_slsi/exynos5/libkeymaster/
tci.h 70 * TCI command header.
73 tciCommandId_t commandId; /**< Command ID */
81 tciResponseId_t responseId; /**< Response ID (must be command ID | RSP_ID_MASK )*/
82 tciReturnCode_t returnCode; /**< Return code of command */

Completed in 1308 milliseconds

<<11121314151617181920>>