HomeSort by relevance Sort by last modified time
    Searched defs:Command (Results 226 - 250 of 273) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/v8/src/compiler/
ast-graph-builder.cc 171 enum Command { CMD_BREAK, CMD_CONTINUE, CMD_RETURN, CMD_THROW };
175 // given command by overriding the {Execute} method appropriately. Note that
177 void PerformCommand(Command cmd, Statement* target, Node* value);
179 // Interface to execute a given command in this scope. Returning {true} here
181 virtual bool Execute(Command cmd, Statement* target, Node* value) {
221 // One recorded control-flow command.
223 Command command; // The command type being applied on this path. member in struct:v8::internal::compiler::AstGraphBuilder::ControlScope::DeferredCommands::Entry
224 Statement* statement; // The target statement for the command or {nullptr}
    [all...]
  /frameworks/support/media-compat/java/android/support/v4/media/session/
MediaSessionCompat.java 524 * command from controllers and the system. This is only valid while in a request callback, such
614 * Called when a controller has sent a custom command to this session.
618 * @param command The command name.
619 * @param extras Optional parameters for the command, may be null.
620 * @param cb A result receiver to which a result may be sent by the command, may be null.
622 public void onCommand(String command, Bundle extras, ResultReceiver cb) {
785 public void onCommand(String command, Bundle extras, ResultReceiver cb) {
786 Callback.this.onCommand(command, extras, cb);
2055 public final String command; field in class:MediaSessionCompat.MediaSessionImplBase.Command
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 63 * You can run the tests with the following command line:
174 * A generic command interface. This is used to support a sequence of
178 private interface Command {
188 private class Insert implements Command {
204 private class Delete implements Command {
232 private class Update implements Command {
266 * This command queries the number of events and compares it to the given
269 private class QueryNumEvents implements Command {
285 * This command dumps the list of events to the log for debugging.
287 private class DumpEvents implements Command {
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.20.0/
org.eclipse.tycho.p2.tools.shared-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.18.1/
org.eclipse.tycho.p2.tools.shared-0.18.1.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtctl.h     [all...]
agtsvr.h     [all...]
clusapi.h     [all...]
mmc.h     [all...]
adoint.h 130 typedef class ADOCommand Command;
132 typedef struct ADOCommand Command;
    [all...]
ntddndis.h     [all...]
netmon.h     [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.0.0/
gradle-core-2.0.0.jar 

Completed in 1551 milliseconds

1 2 3 4 5 6 7 8 91011