HomeSort by relevance Sort by last modified time
    Searched refs:command (Results 1 - 25 of 1399) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
pragma-pack-3.c 2 // CHECK-X32: %union.command = type <{ i8*, [2 x i8] }>
5 // CHECK-X64: %union.command = type <{ i8*, [2 x i8] }>
9 typedef union command { union
15 } command; typedef in typeref:union:command
17 command c;
  /external/chromium_org/chrome/browser/chromeos/system_logs/
command_line_log_source.cc 27 CommandLine command(base::FilePath("/usr/bin/amixer"));
28 command.AppendArg("-c0");
29 command.AppendArg("contents");
30 commands.push_back(std::make_pair("alsa controls", command));
32 command = CommandLine((base::FilePath("/usr/bin/cras_test_client")));
33 command.AppendArg("--dump_server_info");
34 command.AppendArg("--dump_audio_thread");
35 commands.push_back(std::make_pair("cras", command));
37 command = CommandLine((base::FilePath("/usr/bin/audio_diagnostics")));
38 commands.push_back(std::make_pair("audio_diagnostics", command));
    [all...]
  /cts/suite/audio_quality/lib/src/
Adb.cpp 34 android::String8 command; local
35 if (command.appendFormat("forward tcp:%d tcp:%d", hostPort, devicePort) != 0) {
38 if (executeCommand(command) != 0) {
46 android::String8 command; local
47 if (command.appendFormat("install -r %s", clientBinary.string()) != 0) {
50 if (executeCommand(command) != 0) {
53 command.clear();
54 if (command.appendFormat("shell am start -W -n %s", component.string()) != 0) {
57 if (executeCommand(command) != 0) {
63 /** @param command ADB command except adb -s XYZW *
    [all...]
  /external/chromium_org/tools/android/forwarder2/
command.h 14 namespace command { namespace in namespace:forwarder2
34 } // namespace command
38 command::Type* command_type_out);
40 // Helper function to read the command from the |socket| and return true if the
41 // |command| is equal to the given command parameter.
42 bool ReceivedCommand(command::Type command, Socket* socket);
44 bool SendCommand(command::Type command, int port, Socket* socket)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
CommandPacket.java 31 * This class represents JDWP command packet.
38 private byte command; field in class:CommandPacket
48 * Creates an empty CommandPacket for specific JDWP command with no data.
50 public CommandPacket(byte commandSet, byte command) {
53 this.command = command;
64 command = bytes_array[COMMAND_INDEX];
68 * Sets command set value of the header of the CommandPacket as byte.
70 * @param val the command set.
77 * Gets command set value of the header of the CommandPacket as byte
    [all...]
  /external/libvorbis/vq/
make_floor_books.pl 26 my $command=$line;
27 print ">>> $command";
28 die "Couldn't shell command.\n\tcommand:$command\n"
29 if syst($command);
40 $command="rm -f $globalname.vqh";
41 die "Couldn't remove file.\n\tcommand:$command\n"
42 if syst($command);
62 $command="rm -f $datafile.tmp";
63 print "\n\n>>> $command\n"
    [all...]
make_residue_books.pl 31 my $command=$line;
32 print ">>> $command";
33 die "Couldn't shell command.\n\tcommand:$command\n"
34 if syst($command);
54 my $command="cp $datafile $bookname.tmp";
55 print ">>> $command\n";
56 die "Couldn't access partition data file.\n\tcommand:$command\n"
57 if syst($command);
59 my $command="huffbuild $bookname.tmp $interval"
    [all...]
  /dalvik/dx/src/com/android/dx/command/
UsageException.java 17 package com.android.dx.command;
20 * Simple exception class used to communicate that the command-line tool
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_command_executor.h 11 - (void)executeCommand:(int)command;
command_observer_bridge.h 20 // command ids it cares about, and then wait for update notifications,
31 // Register for updates about |command|.
32 void ObserveCommand(int command);
36 virtual void EnabledStateChangedForCommand(int command,
45 // state change for the given command.
47 - (void)enabledStateChangedForCommand:(NSInteger)command enabled:(BOOL)enabled;
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
tab_applescript.h 50 - (void)handlesUndoScriptCommand:(NSScriptCommand*)command;
51 - (void)handlesRedoScriptCommand:(NSScriptCommand*)command;
54 - (void)handlesCutScriptCommand:(NSScriptCommand*)command;
55 - (void)handlesCopyScriptCommand:(NSScriptCommand*)command;
56 - (void)handlesPasteScriptCommand:(NSScriptCommand*)command;
59 - (void)handlesSelectAllScriptCommand:(NSScriptCommand*)command;
62 - (void)handlesGoBackScriptCommand:(NSScriptCommand*)command;
63 - (void)handlesGoForwardScriptCommand:(NSScriptCommand*)command;
64 - (void)handlesReloadScriptCommand:(NSScriptCommand*)command;
65 - (void)handlesStopScriptCommand:(NSScriptCommand*)command;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditCommand.cpp 66 static inline EditCommandComposition* compositionIfPossible(EditCommand* command)
68 if (!command->isCompositeEditCommand())
70 return toCompositeEditCommand(command)->composition();
75 for (EditCommand* command = this; ; command = command->m_parent) {
76 if (EditCommandComposition* composition = compositionIfPossible(command)) {
77 ASSERT(command->isTopLevelCommand());
80 command->m_startingSelection = selection;
81 if (!command->m_parent || command->m_parent->isFirstCommand(command)
    [all...]
EditorKeyBindings.cpp 45 Command command = this->command(commandName); local
53 if (command.isTextInsertion() || commandName.isEmpty())
55 return command.execute(evt);
58 if (command.execute(evt))
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/
lua.js 26 term_.command.restartNaCl();
31 term_.command.restartNaCl();
37 term_.command.restartNaCl();
43 term_.command.restartNaCl();
48 if (!term_.command.loaded)
51 term_.command.sendMessage('for i=-1,1,.08 do for r=-2,1,.04 do I=i R=r n=0 b=I*I while n<26 and R*R+b<4 do I=2*R*I+i R=R*R-b+r b=I*I n=n+1 end io.write(string.char(n+32)) end print() end')
57 if (!term_.command.loaded)
60 term_.command.sendMessage('function fib(n) return n<2 and n or fib(n-1)+fib(n-2) end\nprint(fib(10))\nprint(fib(30))\n')
66 if (!term_.command.loaded)
69 term_.command.sendMessage
    [all...]
  /external/chromium_org/chrome/browser/
command_updater.cc 15 class CommandUpdater::Command {
20 Command() : enabled(true) {}
36 const CommandMap::const_iterator command(commands_.find(id));
37 if (command == commands_.end())
39 return command->second->enabled;
68 Command* command = it->second; local
69 if (command)
70 command->observers.RemoveObserver(observer);
75 Command* command = GetCommand(id, true) local
88 Command* command = new Command; local
    [all...]
  /external/chromium_org/third_party/skia/tools/
DumpRecord.cpp 33 void operator()(const T& command) {
36 fDraw(command);
39 this->print(command, timer.fCpu);
47 void print(const T& command, double time) {
48 this->printNameAndTime(command, time);
51 void print(const SkRecords::Restore& command, double time) {
53 this->printNameAndTime(command, time);
56 void print(const SkRecords::Save& command, double time) {
57 this->printNameAndTime(command, time);
61 void print(const SkRecords::SaveLayer& command, double time)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/power/
freezer_cgroup_process_manager.cc 59 const std::string& command) {
60 int bytes = base::WriteFile(state_path_, command.c_str(), command.size());
62 PLOG(ERROR) << "Writing " << command << " to " << state_path_.value()
65 } else if (bytes != static_cast<int>(command.size())) {
67 << command << " to " << state_path_.value();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path_utils.h 32 #define SEGMENT_COMMAND(command) /* Extract segment type */ \
33 ((command) & 0x1e)
34 #define SEGMENT_ABS_REL(command) /* Extract absolute/relative bit */ \
35 ((command) & 0x1)
62 VGint command = SEGMENT_COMMAND(segment); local
63 switch(command) {
  /external/mesa3d/src/gallium/state_trackers/vega/
path_utils.h 32 #define SEGMENT_COMMAND(command) /* Extract segment type */ \
33 ((command) & 0x1e)
34 #define SEGMENT_ABS_REL(command) /* Extract absolute/relative bit */ \
35 ((command) & 0x1)
62 VGint command = SEGMENT_COMMAND(segment); local
63 switch(command) {
  /bionic/libc/kernel/uapi/asm-x86/asm/
ist.h 25 __u32 command; member in struct:ist_info
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ist.h 25 __u32 command; member in struct:ist_info
  /development/ndk/platforms/android-L/arch-x86/include/asm/
ist.h 25 __u32 command; member in struct:ist_info
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
ist.h 25 __u32 command; member in struct:ist_info
  /external/chromium_org/content/browser/devtools/
devtools_power_handler.h 29 scoped_refptr<DevToolsProtocol::Command> command);
31 scoped_refptr<DevToolsProtocol::Command> command);
33 scoped_refptr<DevToolsProtocol::Command> command);
35 scoped_refptr<DevToolsProtocol::Command> command);
  /external/chromium_org/third_party/mesa/src/src/glsl/
test.cpp 49 printf("*** usage: %s <command> <options>\n", name);
61 const char *command = argv[1]; local
64 return command;
69 const char *command = extract_command_from_argv(&argc, argv); local
70 if (strcmp(command, "optpass") == 0) {

Completed in 1350 milliseconds

1 2 3 4 5 6 7 8 91011>>