HomeSort by relevance Sort by last modified time
    Searched full:commands (Results 601 - 625 of 3933) sorted by null

<<21222324252627282930>>

  /docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/
machine_setup.jd 34 commands from the platform source. In particular, unbundled branches use the <code>tapas</code>
42 Note that once the <code>$ . build/envsetup.sh</code> step is done, the other two commands will run
  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_ct.c 35 ** Description This function parses the vendor specific commands defined by
125 case AVRC_OP_VENDOR: /* 0x00 Vendor-dependent commands */
  /external/chromium/chrome/browser/debugger/
debugger_remote_service.h 6 // DebuggerRemoteService class which handles commands directed to the
23 // Contains constants for DebuggerRemoteService tool protocol commands
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.h 34 // definition of webkit edit commands.
44 // Edit commands matched with |wke| will be stored in |edit_commands|.
  /external/chromium/net/base/
cookie_monster_store_test.h 36 // received commands and saves them to a list.
50 const CommandList& commands() const { function in class:net::MockPersistentCookieStore
  /external/chromium_org/cc/trees/
proxy.h 30 // Abstract class responsible for proxying commands from the main-thread side of
90 // Forces 3D commands on all contexts to wait for all previous SwapBuffers
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_context_menu_controller.h 77 // A hook so that platform-specific implementations can report which commands
82 // A hook to execute platform-specific commands. Returns true if the command
  /external/chromium_org/content/browser/renderer_host/
gtk_key_bindings_handler.h 35 // definition of webkit edit commands.
45 // Edit commands matched with |wke| will be stored in |edit_commands|.
  /external/chromium_org/gpu/command_buffer/service/
mocks.h 63 // Sets the engine, to forward SetToken commands to it.
66 // Forwards the SetToken commands to the engine.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
main.py 38 from webkitpy.tool import commands namespace
63 # FIXME: This may be unnecessary since we pass global options to all commands during execute() as well.
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
debugging.rst 70 Stop the i915 driver from submitting commands to the hardware.
74 Dump all commands going to the hardware.
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
condrender.c 110 * This function is called by software rendering commands (all point,
113 * commands should be
  /external/chromium_org/tools/gn/
gn.gyp 29 'commands.cc',
30 'commands.h',
  /external/chromium_org/v8/test/cctest/
testcfg.py 31 from testrunner.local import commands namespace
51 output = commands.Execute(context.command_prefix +
  /external/icu4c/config/
mh-darwin 22 ## Commands to compile
26 ## Commands to make a shared library
  /external/iproute2/man/man8/
ip.8 191 or have some additional commands. The
194 out a list of available commands and argument syntax conventions.
  /external/kernel-headers/original/linux/
ipmi_msgdefs.h 40 /* NetFNs and commands used inside the IPMI stack. */
67 * one transfer. Its "virtual" BMC supports some commands that are longer
taskstats.h 95 * Commands sent from userspace
96 * Not versioned. New commands should only be inserted at the enum's end
  /external/kernel-headers/original/linux/usb/
f_accessory.h 77 * value parameter. This ID will be used for future commands for
101 * commands. The data for the descriptor must be sent sequentially
  /external/mesa3d/src/gallium/docs/source/
debugging.rst 70 Stop the i915 driver from submitting commands to the hardware.
74 Dump all commands going to the hardware.
  /external/mesa3d/src/mesa/main/
condrender.c 110 * This function is called by software rendering commands (all point,
113 * commands should be
  /external/qemu/android/protocol/
attach-ui-proxy.c 24 #include "android/protocol/core-commands.h"
25 #include "android/protocol/core-commands-impl.h"
  /external/smack/src/org/jivesoftware/smackx/commands/
AdHocCommand.java 20 package org.jivesoftware.smackx.commands;
40 * Commands may have zero or more stages. Each stage is usually used for
42 * move forward or backward across the different stages. Commands may not be
46 * Commands that require user interaction (i.e. have more than one stage) will
220 * previous stage. This method will be only invoked for commands that have one
232 * previous stage. This method will be only invoked for commands that have one
263 * {@link Action#complete complete}. This method will be only invoked for commands that
288 * method will never be invoked for commands that have no stages.
  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
UsbAccessoryConstants.java 76 * value parameter. This ID will be used for future commands for
100 * commands. The data for the descriptor must be sent sequentially
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java 559 CommandStack commands = new CommandStack(context); local
560 reader.parseString(source, commands);
561 commands.execute();
562 return commands.getBuilder();
570 CommandStack commands = new CommandStack(context); local
571 reader.parseInput(inputStream, commands);
572 commands.execute();
573 return commands.getBuilder();

Completed in 423 milliseconds

<<21222324252627282930>>