HomeSort by relevance Sort by last modified time
    Searched refs:commands (Results 76 - 100 of 352) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/cmds/svc/src/com/android/commands/svc/
UsbCommand.java 17 package com.android.commands.svc;
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queries_unittest.py 33 from webkitpy.tool.commands.commandtest import CommandsTest
34 from webkitpy.tool.commands.queries import *
sheriffbot.py 35 from webkitpy.tool.commands.queues import AbstractQueue
36 from webkitpy.tool.commands.stepsequence import StepSequenceErrorHandler
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DumpCommand.java 17 package com.android.commands.uiautomator;
26 import com.android.commands.uiautomator.Launcher.Command;
  /frameworks/testing/uiautomator/cmds/uiautomator/
uiautomator 120 exec app_process ${base}/bin com.android.commands.uiautomator.Launcher ${args}
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
VarOptimizer.java 41 * <li>String concatenation in var commands
45 * String add expressions in var commands are optimized by replacing something like:
158 * simpler var commands. Currently two expressions are targetted for expansion: string
165 // This test relies on the type optimizer having replaced add commands
166 // with numeric add commands.
178 // sequence commands.
210 * Helper to efficiently add commands to a multiple command (if the command to be added is a
212 * to flatten multiple commands.
264 * multiple successive (matching) escape commands folded into one.
268 LinkedList<PCommand> commands = new LinkedList<PCommand>() local
    [all...]
  /ndk/sources/host-tools/make-3.81/
rule.c 23 #include "commands.h"
159 CMDS are the commands.
164 convert_suffix_rule (char *target, char *source, struct commands *cmds)
240 /* Make a rule that is just the suffix, with no deps or commands.
242 convert_suffix_rule (dep_name (d), (char *) 0, (struct commands *) 0);
397 r->cmds = (struct commands *) xmalloc (sizeof (struct commands));
402 r->cmds->commands = xstrdup (p->commands);
439 /* We can't free the storage for the commands because ther
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
global_menu_bar.cc 55 // TODO(erg): Need to add support for undo/redo/other editing commands that
192 GlobalMenuBarCommand* commands) {
194 for (int i = 0; commands[i].str_id != MENU_END; ++i) {
196 if (commands[i].str_id == MENU_SEPARATOR) {
199 int command_id = commands[i].command;
202 l10n_util::GetStringUTF8(commands[i].str_id));
  /external/webkit/Tools/wx/build/
build_utils.py 26 import commands namespace
44 return commands.getoutput(command)
160 branches = commands.getoutput("git branch --no-color")
180 info = commands.getoutput("git-svn info ../..")
182 info = commands.getoutput("svn info")
  /frameworks/base/tools/preload/
MemoryUsage.java 222 String[] commands = GET_DIRTY_PAGES; local
226 commandList.addAll(Arrays.asList(commands));
228 commands = commandList.toArray(new String[commandList.size()]);
232 final Process process = Runtime.getRuntime().exec(commands);
251 + ": " + line + "; command was " + Arrays.toString(commands));
  /external/webkit/Source/WebCore/storage/
IDBSQLiteBackingStore.cpp 54 static bool runCommands(SQLiteDatabase& sqliteDatabase, const char** commands, size_t numberOfCommands)
59 if (!sqliteDatabase.executeCommand(commands[i])) {
60 LOG_ERROR("Failed to run the following command for IndexedDB: %s", commands[i]);
72 static const char* commands[] = { local
91 return runCommands(sqliteDatabase, commands, sizeof(commands) / sizeof(commands[0]));
96 static const char* commands[] = { local
101 return runCommands(sqliteDatabase, commands, sizeof(commands) / sizeof(commands[0]))
126 static const char* commands[] = { local
152 static const char* commands[] = { local
    [all...]
  /external/clang/tools/scan-view/
startfile.py 110 import commands namespace
125 info = commands.getoutput('kde-config --version')
158 info = commands.getoutput('xprop -root _DT_SAVE_MODE')
  /external/smack/src/org/jivesoftware/smackx/provider/
AdHocCommandDataProvider.java 29 import org.jivesoftware.smackx.commands.AdHocCommand;
30 import org.jivesoftware.smackx.commands.AdHocCommand.Action;
31 import org.jivesoftware.smackx.commands.AdHocCommandNote;
  /external/valgrind/main/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 31 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
40 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
49 gdb commands changing registers (pc, sp, ...) (e.g. 'jump',
  /external/chromium/chrome/browser/sessions/
session_service_test_helper.cc 24 const std::vector<SessionCommand*>& commands,
26 service()->RestoreSessionFromCommands(commands, valid_windows);
session_service.cc 43 // Identifier for commands written to file.
63 // Every kWritesPerReset commands triggers recreating the file.
426 BuildCommandsFromBrowsers(&(request->commands),
743 request->commands, &(valid_windows.get()));
751 const std::vector<SessionCommand*>& commands,
756 if (CreateTabsAndWindows(commands, &tabs, &windows)) {
    [all...]
session_service.h 46 // SessionWindow, SessionTab and TabNavigation). The commands are periodically
215 // Methods to create the various commands. It is up to the caller to delete
244 // Callback from the backend for getting the commands from the save file.
245 // Converts the commands in SessionWindows and notifies the real callback.
250 // Converts the commands into SessionWindows. On return any valid
256 void RestoreSessionFromCommands(const std::vector<SessionCommand*>& commands,
298 // Creates tabs and windows from the specified commands. The created tabs
308 // Adds commands to commands that will recreate the state of the specified
318 std::vector<SessionCommand*>* commands,
    [all...]
  /external/skia/tools/
sanitize_source_files.py 9 import commands namespace
128 output = commands.getoutput(
  /external/webkit/Source/JavaScriptCore/
wscript 28 import commands
  /external/chromium/net/base/
cookie_monster_unittest.cc 400 EXPECT_EQ(0u, store->commands().size());
416 EXPECT_EQ(0u, store->commands().size());
447 EXPECT_EQ(0u, store->commands().size());
492 EXPECT_EQ(0u, store->commands().size());
    [all...]
  /bionic/libc/kernel/common/linux/
hdsmart.h 95 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyActivityEvent.java 17 package com.android.commands.monkey;
MonkeyFlipEvent.java 17 package com.android.commands.monkey;
MonkeySourceNetworkVars.java 16 package com.android.commands.monkey;
24 import com.android.commands.monkey.MonkeySourceNetwork.CommandQueue;
25 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommand;
26 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommandReturn;
  /development/ndk/platforms/android-3/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s

Completed in 827 milliseconds

1 2 34 5 6 7 8 91011>>