/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_at.h | 21 * Interface file for BTA AG AT command interpreter. 31 /* AT command argument capabilities */ 38 /* AT command argument format */ 46 /* AT command table element */ 49 const char *p_cmd; /* AT command string */ 56 /* callback function executed when command is parsed */ 63 /* AT command parsing control block */ 66 tBTA_AG_AT_CMD *p_at_tbl; /* AT command table */ 67 tBTA_AG_AT_CMD_CBACK *p_cmd_cback; /* command callback */ 84 ** Description Initialize the AT command parser control block [all...] |
/frameworks/base/cmds/svc/src/com/android/commands/svc/ |
Svc.java | 21 public static abstract class Command { 24 public Command(String name) { 34 public abstract void run(String[] args); // run the command 39 Command c = lookupCommand(args[0]); 48 private static Command lookupCommand(String name) { 51 Command c = COMMANDS[i]; 59 public static final Command COMMAND_HELP = new Command("help") { 68 Command c = lookupCommand(args[1]); 79 Command c = COMMANDS[i] [all...] |
/external/icu4c/i18n/ |
i18n.vcxproj | 428 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
429 </Command>
431 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
432 </Command>
434 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
435 </Command>
437 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
438 </Command>
442 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
443 </Command>
[all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 63 command, // ClearSilver command: "<?cs var:". 64 args, // Args to command: "some.variable=3 ?>" 86 {command} var = 'var'; 87 {command} lvar = 'lvar'; 88 {command} evar = 'evar'; 89 {command} uvar = 'uvar'; 90 {command} set = 'set'; 91 {command} if = 'if'; 92 {command} else_if = ('elif' | 'elseif') [all...] |
/external/eigen/bench/btl/data/ |
CMakeLists.txt | 11 COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/${script_file} ${CMAKE_CURRENT_BINARY_DIR}/ 19 COMMAND ${CMAKE_CXX_COMPILER} --version | head -n 1 > ${CMAKE_CURRENT_BINARY_DIR}/compiler_version.txt 25 COMMAND echo "${Eigen_SOURCE_DIR}" > ${CMAKE_CURRENT_BINARY_DIR}/eigen_root_dir.txt
|
/external/sonivox/jet_tools/JetCreator_content/ |
README.txt | 5 1. Open a command prompt and go to the directory where the JetCreator tool is located.
9 3. Select the IMPORT command and import one of the JetCreator_demo_*.zip files.
11 4. After importing the first time, you can use the OPEN command to open the .jtc file in the folder you selected as the target for import.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ProcessBuilderTest.java | 44 ProcessBuilder pb = new ProcessBuilder("command"); 45 assertEquals(1, pb.command().size()); 46 assertEquals("command", pb.command().get(0)); 50 pb.command("BBB","CCC"); 51 List<String> list = pb.command(); 53 String[] command = new String[3]; local 54 list.toArray(command); 55 assertTrue(Arrays.equals(new String[]{"BBB","CCC","DDD"}, command)); 59 ProcessBuilder pb = new ProcessBuilder("command"); [all...] |
/external/valgrind/main/gdbserver_tests/ |
mcclean_after_fork.stderrB.exp | 3 monitor command request to kill this process
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
config.texi | 9 @set SSED @acronym{GNU} @command{sed}
|
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |
/external/clang/include/clang/Tooling/ |
ArgumentsAdjusters.h | 1 //===--- ArgumentsAdjusters.h - Command line arguments adjuster -*- C++ -*-===// 11 // These classes are intended to modify command line arguments obtained from 26 /// \brief A sequence of command line arguments. 29 /// \brief Abstract interface for a command line adjusters. 31 /// This abstract interface describes a command line argument adjuster, 32 /// which is responsible for command line arguments modification before 37 /// \brief Returns adjusted command line arguments. 39 /// \param Args Input sequence of command line arguments. 41 /// \returns Modified sequence of command line arguments. 47 /// \brief Syntax check only command line adjuster [all...] |
/external/clang/test/CodeGen/ |
2009-04-23-dbg.c | 6 # 103 "<command line>" 1 10 # 105 "<command line>" 2
|
/external/e2fsprogs/lib/ss/ |
ss_err.et | 16 "Command not found" 19 "Command line aborted"
|
/external/valgrind/main/none/tests/ |
cmd-with-special.vgtest | 1 # Use the "prereq" command to copy ../../tests/true to a filename containing 2 # special chars that need escaping in the "Command:" line. We do the
|
/frameworks/volley/tests/src/com/android/volley/utils/ |
ImmediateResponseDelivery.java | 18 public void execute(Runnable command) { 19 command.run();
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
uniq.sed | 9 # the n command. 14 # If the @code{N} command had added the last line, print and exit
|
/external/chromium/chrome/browser/ui/cocoa/ |
command_observer_bridge.h | 18 // command ids it cares about, and then wait for update notifications, 29 // Register for updates about |command|. 30 void ObserveCommand(int command); 34 virtual void EnabledStateChangedForCommand(int command, bool enabled); 42 // state change for the given command. 44 - (void)enabledStateChangedForCommand:(NSInteger)command enabled:(BOOL)enabled;
|
/external/llvm/utils/lit/tests/ |
shtest-shell.py | 12 # CHECK: Command 0: "not-a-real-command" 13 # CHECK: Command 0 Result: 127 14 # CHECK: Command 0 Stderr: 15 # CHECK: 'not-a-real-command': command not found
|
/external/mdnsresponder/Clients/ |
ReadMe.txt | 4 Some of the clients are command-line oriented; some are graphical. 6 Some of the clients, like the "dns-sd" command-line tool, can be built 12 "dns-sd" command-line tool can be built for OS X using both the XCode 13 IDE, or using a simple command-line "make" command. 23 dns-sd Command-line X X X
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
Crypt.java | 37 static public class Encrypter extends Dicttool.Command { 38 public static final String COMMAND = "encrypt"; 44 return COMMAND + " <src_filename> <dst_filename>: Encrypts a file"; 52 static public class Decrypter extends Dicttool.Command { 53 public static final String COMMAND = "decrypt"; 59 return COMMAND + " <src_filename> <dst_filename>: Decrypts a file";
|
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/ |
mcimcp.h | 7 * The command of the normal world will be overwritten with the response from the secure side. 10 * MCP command interface definitions. 57 MC_MCP_RET_ERR_INVALID_PARAM = 8, /**< Alignment or length error in the command parameters. */ 78 // used for command verification 79 MC_MCP_RET_ERR_UNKNOWN_COMMAND = 50, /**< The command is unknown. */ 80 MC_MCP_RET_ERR_INVALID_DATA = 51 /**< The command data is invalid. */ 83 /** Possible MCP Command IDs 84 * Command ID must be between 0 and 0x7FFFFFFF. 87 MC_MCP_CMD_ID_INVALID = 0x00000000, /**< Invalid command ID. */ 100 #define FLAG_RESPONSE (1U << 31) /**< Flag to indicate that this is the response to a MCP command. * [all...] |
/external/smack/src/org/jivesoftware/smackx/commands/ |
AdHocCommandManager.java | 112 * Map a command node with its AdHocCommandInfo. Note: Key=command node,
113 * Value=command. Command node matches the node attribute sent by command
120 * Map a command session ID with the instance LocalCommand. The LocalCommand
122 * the command execution. Note: Key=session ID, Value=LocalCommand. Session
123 * ID matches the sessionid attribute sent by command responders.
134 * Registers a new command with this command manager, which is related to a 408 LocalCommand command = newInstanceOfCmd(commandNode, sessionId); local 518 LocalCommand command = executingCommands.get(sessionId); local 686 LocalCommand command; local [all...] |
/external/grub/stage2/ |
cmdline.c | 1 /* cmdline.c - the device-independent GRUB text command line */ 49 /* Print a helpful message for the command-line interface. */ 54 " lists possible command completions. Anywhere else TAB lists the possible\n" 59 /* Find the builtin whose command name is COMMAND and return the 62 find_command (char *command) 68 /* Find the first space and terminate the command name. */ 69 ptr = command; 76 /* Seek out the builtin whose command name is COMMAND. * [all...] |
/external/valgrind/main/docs/xml/ |
manual-intro.xml | 23 <para><command>Memcheck</command> is a memory error detector. It helps 29 <para><command>Cachegrind</command> is a cache and branch-prediction 34 <para><command>Callgrind</command> is a call-graph generating cache 40 <para><command>Helgrind</command> is a thread error detector. 46 <para><command>DRD</command> is also a thread error detector. It i [all...] |
/external/webkit/Tools/Scripts/webkitpy/common/config/ |
ports.py | 102 command = cls.script_shell_command("build-webkit") 104 command.append("--debug") 106 command.append("--release") 107 return command 175 command = WebKitPort.build_webkit_command(build_style=build_style) 176 command.append("--gtk") 177 command.append(WebKitPort.makeArgs()) 178 return command 182 command = WebKitPort.run_webkit_tests_command() 183 command.append("--gtk" [all...] |