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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
hdsmart.h 81 ata_smart_errorlog_command_struct_t commands[6]; member in struct:ata_smart_errorlog_struct_s
  /bionic/libc/kernel/tools/
utils.py 3 import sys, os, commands, string, commands namespace
258 commands.getoutput("git add " + " ".join(adds))
261 commands.getoutput("git rm " + " ".join(deletes))
266 commands.getoutput("git add " + " ".join(edits))
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 130 bool WebPage::executeKeypressCommandsInternal(const Vector<WebCore::KeypressCommand>& commands, KeyboardEvent* event)
136 for (size_t i = 0; i < commands.size(); ++i) {
137 if (commands[i].commandName == "insertText:") {
145 eventWasHandled |= frame->editor()->insertText(commands[i].text, event);
147 Editor::Command command = frame->editor()->command(commandNameForSelectorName(commands[i].commandName));
152 bool performedNonEditingBehavior = event->keyEvent()->type() == PlatformKeyboardEvent::RawKeyDown && performNonEditingBehaviorForSelector(commands[i].commandName);
157 WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::ExecuteSavedCommandBySelector(commands[i].commandName),
168 ASSERT(!saveCommands || event->keypressCommands().isEmpty()); // Save commands once for each event.
175 Vector<KeypressCommand>& commands = event->keypressCommands();
186 Messages::WebPageProxy::InterpretQueuedKeyEvent::Reply(eventWasHandled, commands), m_pageID)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
antsupportlib.jar 
  /external/llvm/utils/lit/lit/
TestRunner.py 80 for i,j in enumerate(cmd.commands):
149 if stderr == subprocess.PIPE and j != cmd.commands[-1]:
222 results.append((cmd.commands[i], out, err, res))
244 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd):
246 for ln in commands:
272 def executeScript(test, litConfig, tmpBase, commands, cwd):
282 f.write('\nif %ERRORLEVEL% NEQ 0 EXIT\n'.join(commands))
284 f.write('{ ' + '; } &&\n{ '.join(commands) + '; }')
  /external/smack/src/org/jivesoftware/smackx/commands/
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...]
  /external/valgrind/main/gdbserver_tests/
mssnapshot.stderrB.exp 3 general valgrind monitor commands:
4 help [debug] : monitor command help. With debug: + debugging commands
15 massif monitor commands:
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPageProxyMac.mm 190 bool WebPageProxy::executeKeypressCommands(const Vector<WebCore::KeypressCommand>& commands)
193 process()->sendSync(Messages::WebPage::ExecuteKeypressCommands(commands), Messages::WebPage::ExecuteKeypressCommands::Reply(result, m_editorState), m_pageID);
230 void WebPageProxy::interpretQueuedKeyEvent(const EditorState& state, bool& handled, Vector<WebCore::KeypressCommand>& commands)
233 handled = m_pageClient->interpretKeyEvent(m_keyEventQueue.first(), commands);

Completed in 2130 milliseconds

1 2 3 4 56 7 8 91011>>