/external/chromium_org/tools/cygprofile/ |
patch_orderfile.py | 6 import commands namespace 13 nmlines_uninstrumented = commands.getoutput ('nm -S -n ' +
|
/external/chromium_org/win8/metro_driver/ |
metro_dialog_box.cc | 53 mswr::ComPtr<WindowsUICommands> commands; local 54 hr = dialog_box_->get_Commands(commands.GetAddressOf()); 79 commands->Append(label1_command.Get()); 80 commands->Append(label2_command.Get());
|
/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/mdnsresponder/mDNSShared/ |
dnsextd_parser.y | 135 commands: label 137 commands command SEMICOLON
|
/external/smack/src/org/jivesoftware/smackx/commands/ |
LocalCommand.java | 21 package org.jivesoftware.smackx.commands;
118 * Commands that don't have multiple stages can always return <tt>true</tt>.
|
AdHocCommandManager.java | 21 package org.jivesoftware.smackx.commands;
34 import org.jivesoftware.smackx.commands.AdHocCommand.Action;
35 import org.jivesoftware.smackx.commands.AdHocCommand.Status;
51 * commands offered by a service and for processing commands requests.
61 private static final String DISCO_NAMESPACE = "http://jabber.org/protocol/commands";
116 private Map<String, AdHocCommandInfo> commands = Collections
field in class:AdHocCommandManager 167 commands.put(node, commandInfo);
202 * Discover the commands of an specific JID. The <code>jid</code> is a
205 * @param jid the full JID to retrieve the commands for. [all...] |
RemoteCommand.java | 21 package org.jivesoftware.smackx.commands; 183 * should be adjusted for commands that can take a long time to execute. 194 * should be adjusted for commands that can take a long time to execute.
|
/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/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
DumpCommand.java | 17 package com.android.commands.uiautomator; 26 import com.android.commands.uiautomator.Launcher.Command;
|
/libcore/luni/src/test/java/tests/api/java/lang/ |
Process2Test.java | 48 String[] commands = {"ls"}; local 51 process = Runtime.getRuntime().exec(commands, null, null);
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasOptions.java | 86 final Header commands = response.getHeader("MS-ASProtocolCommands"); local 89 if (commands == null || versions == null) { 90 LogUtils.e(LOG_TAG, "OPTIONS response without commands or versions");
|
/bionic/libc/tools/ |
gensyscalls.py | 8 import sys, os.path, glob, re, commands, filecmp, shutil namespace 435 commands.getoutput("git add " + " ".join(adds)) 437 commands.getoutput("git rm " + " ".join(deletes)) 441 commands.getoutput("git add " + 444 commands.getoutput("git add %s%s" % (bionic_libc_root,"SYSCALLS.TXT"))
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyPowerEvent.java | 17 package com.android.commands.monkey;
|
/external/chromium/chrome/browser/renderer_host/ |
gtk_key_bindings_handler.cc | 162 const char *commands[3] = { NULL, NULL, NULL }; local 165 commands[0] = (count > 0 ? "DeleteForward" : "DeleteBackward"); 168 commands[0] = (count > 0 ? "DeleteWordForward" : "DeleteWordBackward"); 172 commands[0] = "MoveWordForward"; 173 commands[1] = "DeleteWordBackward"; 175 commands[0] = "MoveWordBackward"; 176 commands[1] = "DeleteWordForward"; 180 commands[0] = "MoveToBeginningOfLine"; 181 commands[1] = "DeleteToEndOfLine"; 184 commands[0] = (count > 0 ? "DeleteToEndOfLine" [all...] |
/external/chromium_org/chrome/browser/extensions/api/commands/ |
command_service_new.cc | 5 #include "chrome/browser/extensions/api/commands/command_service.h" 11 #include "chrome/browser/extensions/api/commands/commands.h" 111 const extensions::CommandMap* commands = local 113 if (!commands) 116 extensions::CommandMap::const_iterator iter = commands->begin(); 117 for (; iter != commands->end(); ++iter) { 228 const extensions::CommandMap* commands = local 230 if (!commands) 233 extensions::CommandMap::const_iterator iter = commands->begin() [all...] |
/external/chromium_org/chrome/installer/util/ |
installation_state.h | 91 // Returns the set of Google Update commands. 92 const AppCommands& commands() const { return commands_; } function in class:installer::ProductState 102 AppCommands* commands);
|
/external/chromium_org/chrome/test/chromedriver/server/ |
http_handler.cc | 84 CommandMapping commands[] = { local 426 // Custom Chrome commands: 442 new CommandMap(commands, commands + arraysize(commands)));
|
/external/chromium_org/chrome/test/functional/rlz/ |
rlztest.py | 7 import commands namespace
|
/external/chromium_org/content/browser/renderer_host/ |
gtk_key_bindings_handler.cc | 152 const char *commands[3] = { NULL, NULL, NULL }; local 155 commands[0] = (count > 0 ? "DeleteForward" : "DeleteBackward"); 158 commands[0] = (count > 0 ? "DeleteWordForward" : "DeleteWordBackward"); 162 commands[0] = "MoveWordForward"; 163 commands[1] = "DeleteWordBackward"; 165 commands[0] = "MoveWordBackward"; 166 commands[1] = "DeleteWordForward"; 170 commands[0] = "MoveToBeginningOfLine"; 171 commands[1] = "DeleteToEndOfLine"; 174 commands[0] = (count > 0 ? "DeleteToEndOfLine" [all...] |
/external/chromium_org/net/cookies/ |
cookie_monster_store_test.h | 68 // received commands and saves them to a list. 81 const CommandList& commands() const { function in class:net::MockPersistentCookieStore
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_tex.c | 212 uint32_t commands[32]; local 226 commands[n++] = (i << 1) | 0; 259 commands[n++] = (tic->id << 9) | (i << 1) | 1; 264 commands[n++] = (i << 1) | 0; 270 PUSH_DATAp(push, commands, n); 357 uint32_t commands[16]; local 369 commands[n++] = (i << 4) | 0; 382 commands[n++] = (tsc->id << 12) | (i << 4) | 1; 385 commands[n++] = (i << 4) | 0; 391 PUSH_DATAp(push, commands, n) [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_tex.c | 212 uint32_t commands[32]; local 226 commands[n++] = (i << 1) | 0; 259 commands[n++] = (tic->id << 9) | (i << 1) | 1; 264 commands[n++] = (i << 1) | 0; 270 PUSH_DATAp(push, commands, n); 357 uint32_t commands[16]; local 369 commands[n++] = (i << 4) | 0; 382 commands[n++] = (tsc->id << 12) | (i << 4) | 1; 385 commands[n++] = (i << 4) | 0; 391 PUSH_DATAp(push, commands, n) [all...] |
/frameworks/base/cmds/bu/src/com/android/commands/bu/ |
Backup.java | 17 package com.android.commands.bu;
|
/frameworks/base/cmds/ime/src/com/android/commands/ime/ |
Ime.java | 17 package com.android.commands.ime;
|
/frameworks/base/cmds/media/src/com/android/commands/media/ |
Media.java | 18 package com.android.commands.media; 181 System.out.println("Monitoring remote control displays... available commands:");
|