HomeSort by relevance Sort by last modified time
    Searched full:interactive (Results 326 - 350 of 1958) sorted by null

<<11121314151617181920>>

  /external/scapy/
setup.py 75 description='Scapy: interactive packet manipulation tool',
  /external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
InterpreterDescriptor.java 127 * Returns true if interpreter can be executed in interactive mode.
  /external/vixl/examples/aarch64/
debugger.cc 30 // This is an interactive example, not to be used for testing.
  /frameworks/base/cmds/hid/
README.md 3 ### 1. Interactive through stdin:
10 When using another program to control hid in interactive mode, registering a
26 is ready. The interactive mode is the recommended method of communicating
126 1. As soon as EOF is reached (either in interactive mode, or in file mode),
  /frameworks/base/services/core/java/com/android/server/power/batterysaver/
BatterySaverController.java 266 /** @return whether device is in interactive state. */
293 * - When battery saver is on the interactive state changes.
307 isInteractive ? 1 : 0, // Device interactive state.
392 isInteractive ? InteractiveState.INTERACTIVE : InteractiveState.NON_INTERACTIVE,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
code.py 1 """Utilities needed to emulate Python's interactive interpreter.
175 """Closely emulate the behavior of the interactive Python interpreter.
201 """Closely emulate the interactive Python console.
285 """Closely emulate the interactive Python interpreter.
  /prebuilts/gdb/linux-x86/lib/python2.7/
code.py 1 """Utilities needed to emulate Python's interactive interpreter.
175 """Closely emulate the behavior of the interactive Python interpreter.
201 """Closely emulate the interactive Python console.
285 """Closely emulate the interactive Python interpreter.
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
cli.go 42 // for the kind of report to generate (nil for interactive use).
65 flagHTTP := flag.String("http", "", "Present interactive web based UI at the specified http host:port")
265 Omit the format to get an interactive shell whose commands can be used
270 Omit the format and provide the "-http" flag to get an interactive web
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
cli.go 42 // for the kind of report to generate (nil for interactive use).
65 flagHTTP := flag.String("http", "", "Present interactive web based UI at the specified http host:port")
265 Omit the format to get an interactive shell whose commands can be used
270 Omit the format and provide the "-http" flag to get an interactive web
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
code.py 1 """Utilities needed to emulate Python's interactive interpreter.
175 """Closely emulate the behavior of the interactive Python interpreter.
201 """Closely emulate the interactive Python console.
285 """Closely emulate the interactive Python interpreter.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
code.py 1 """Utilities needed to emulate Python's interactive interpreter.
175 """Closely emulate the behavior of the interactive Python interpreter.
201 """Closely emulate the interactive Python console.
285 """Closely emulate the interactive Python interpreter.
  /tools/tradefederation/core/tests/src/com/android/tradefed/command/
ConsoleTest.java 105 // non interactive mode needs some args to start
114 * Test that an interactive console does return and doesn't not stay up when started with
147 * Test that an interactive console stays up when started without 'help' and scheduler does not
205 // non interactive mode needs some args to start
  /developers/build/prebuilts/gradle/WatchFace/
README.md 33 older devices, you may want to review those watch faces (digital, opengl, and interactive).
56 <img src="screenshots/analog-face.png" height="400" alt="Screenshot"/> <img src="screenshots/analog-watch-side-config-all.png" height="400" alt="Screenshot"/> <img src="screenshots/analog-watch-side-config-1.png" height="400" alt="Screenshot"/> <img src="screenshots/analog-watch-side-config-2.png" height="400" alt="Screenshot"/> <img src="screenshots/digital-face.png" height="400" alt="Screenshot"/> <img src="screenshots/digital-phone-side-config.png" height="400" alt="Screenshot"/> <img src="screenshots/digital-watch-side-config.png" height="400" alt="Screenshot"/> <img src="screenshots/interactive-face.png" height="400" alt="Screenshot"/> <img src="screenshots/tilt-face.png" height="400" alt="Screenshot"/>
  /developers/samples/android/wearable/wear/WatchFace/
template-params.xml 72 <img>screenshots/interactive-face.png</img>
120 older devices, you may want to review those watch faces (digital, opengl, and interactive).
  /device/google/marlin/dataservices/datatop/src/
datatop_opt.c 175 * @brief Prints the interactive options the user can enter during runtime.
179 printf("The following interactive commands are:\n");
  /device/google/marlin/power/
Power.cpp 50 Return<void> Power::setInteractive(bool interactive) {
51 power_set_interactive(interactive ? 1 : 0);
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
CanonRead.c 2 Canonical Interactive Input Function.
75 no stdout, or stdout is not an interactive device, nothing is recorded.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 61 # script in interactive mode; defaults to +false+
62 attr_accessor :interactive
74 @interactive = options.fetch( :interactive, false )
87 o.on( '-I', '--interactive', doc( <<-END ) ) { @interactive = true }
88 | run an interactive session with the recognizer
139 @interactive and return execute_interactive
  /external/autotest/server/cros/
interactive_client.py 10 """InteractiveClient represents a remote host for interactive tests.
14 output and receive button clicks in order to develop interactive tests.
  /external/jcommander/src/test/java/com/beust/jcommander/command/
CommandAliasTest.java 46 Assert.assertEquals(add.interactive.booleanValue(), true);
85 Assert.assertEquals(add.interactive.booleanValue(), true);
  /external/kernel-headers/original/uapi/linux/caif/
caif_socket.h 87 * both trace and interactive debug.
89 * @CAIF_DEBUG_INTERACTIVE: Connection to interactive debug.
  /external/lisa/
README.md 9 interactive analysis of Linux kernel behavior. LISA stands for Linux
10 Integrated/Interactive System Analysis. LISA's goal is to help Linux
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/
UserInteractor.py 39 Allows to run the interactive mode and dynamics menus.
91 Interactive Mode : Set up a menu which allow
  /external/scapy/doc/
scapy.1.gz 
  /frameworks/support/viewpager/src/androidTest/java/androidx/viewpager/widget/
ViewPagerWithTabStripTest.java 30 * Provides assertions that depend on the interactive nature of <code>PagerTabStrip</code>.
45 // various tabs as PagerTabStrip is interactive

Completed in 316 milliseconds

<<11121314151617181920>>