HomeSort by relevance Sort by last modified time
    Searched refs:commands (Results 701 - 725 of 1164) sorted by null

<<21222324252627282930>>

  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
tBit_Block.py 58 import commands
101 Tested commands :
104 Used commands :
138 Tested commands :
141 Used commands :
189 Tested commands :
192 Used commands :
232 Tested commands :
235 Used commands :
283 Tested commands
    [all...]
tEnum.py 54 import commands
77 Tested commands :
80 Used commands :
109 Tested commands :
112 Used commands :
141 Tested commands :
144 Used commands :
173 Tested commands :
176 Used commands :
207 Tested commands
    [all...]
tINT16_ARRAY.py 55 import commands
86 Tested commands :
89 Used commands :
129 Tested commands :
132 Used commands :
169 Tested commands :
172 Used commands :
210 Tested commands :
213 Used commands :
250 Tested commands
    [all...]
tParameter_Block.py 54 import commands
95 Tested commands :
98 Used commands :
140 Tested commands :
143 Used commands :
201 Tested commands :
204 Used commands :
250 Tested commands :
253 Used commands :
tSTRING_128.py 32 import commands, string, random
73 | Tested commands : |
104 | Tested commands : |
133 | Tested commands : |
161 | Tested commands : |
192 | Tested commands : |
221 | Tested commands : |
250 | Tested commands : |
279 | Tested commands : |
tUINT32_ARRAY.py 57 import commands
87 Tested commands :
90 Used commands :
130 Tested commands :
133 Used commands :
170 Tested commands :
173 Used commands :
211 Tested commands :
214 Used commands :
251 Tested commands
    [all...]
  /external/selinux/gui/
booleansPage.py 32 from commands import getstatusoutput
fcontextPage.py 24 from commands import getstatusoutput
  /frameworks/base/cmds/media/src/com/android/commands/media/
Media.java 18 package com.android.commands.media;
234 + "... available commands: play, pause, next, previous");
  /frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
RequestSync.java 18 package com.android.commands.requestsync;
  /frameworks/base/cmds/sm/src/com/android/commands/sm/
Sm.java 17 package com.android.commands.sm;
  /frameworks/base/media/java/android/media/
MediaController2.java 45 * {@link MediaSessionService2} in any status. Media buttons and other commands can be sent to
81 * @param allowedCommands commands that's allowed by the session.
122 * Called when the allowed commands are changed by session.
125 * @param commands newly allowed commands
128 @NonNull SessionCommandGroup2 commands) { }
  /frameworks/support/media/src/main/java/androidx/media/
MediaSession2ImplBase.java 333 @NonNull final SessionCommandGroup2 commands) {
337 if (commands == null) {
338 throw new IllegalArgumentException("commands shouldn't be null");
340 mSession2Stub.setAllowedCommands(controller, commands);
344 callback.onAllowedCommandsChanged(commands);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
buildtool.go 27 // no other slashes, which are commands, and other paths, which are packages
28 // supporting the commands. Packages in the standard library can be listed
  /prebuilts/go/darwin-x86/src/cmd/go/internal/clean/
clean.go 55 The -n flag causes clean to print the remove commands it would execute,
61 The -x flag causes clean to print remove commands as it executes them.
  /prebuilts/go/linux-x86/src/cmd/dist/
buildtool.go 27 // no other slashes, which are commands, and other paths, which are packages
28 // supporting the commands. Packages in the standard library can be listed
  /prebuilts/go/linux-x86/src/cmd/go/internal/clean/
clean.go 55 The -n flag causes clean to print the remove commands it would execute,
61 The -x flag causes clean to print remove commands as it executes them.
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
parameter_validation_generator.py 127 # Commands to ignore
147 self.commands = [] # List of CommandData records for all Vulkan commands
228 self.commands = []
434 self.commands.append(self.CommandData(name=name, params=paramsInfo, cdecl=self.makeCDecls(cmdinfo.elem)[0]))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/
allopcodes.S 15 ;;; TEST_LPWR Enable testing of LOPOWER commands
  /cts/tests/tests/media/src/android/media/cts/
MediaBrowser2Test.java 494 public void onConnected(MediaController2 controller, SessionCommandGroup2 commands) {
541 SessionCommandGroup2 commands) {
542 mCallbackProxy.onAllowedCommandsChanged(controller, commands);
  /external/autotest/client/common_lib/
packages.py 251 run_function is used to execute the commands throughout this file.
255 function to run the commands is that the same code can be run to fetch
520 commands = []
522 commands.append(subcommand.subcommand(self.upload_pkg_parallel,
526 results = subcommand.parallel(commands, timeout, return_results=True)
    [all...]
  /frameworks/base/core/java/android/app/
VoiceInteractor.java 722 * available commands is expected to grow over time. An example might be
723 * "com.google.voice.commands.REQUEST_NUMBER_BAGS" to request the number of bags as part of
    [all...]
  /frameworks/support/media/src/androidTest/java/androidx/media/
MediaBrowser2Test.java 85 // Looper. Otherwise, MediaBrowserCompat will post all the commands to the handler
86 // and commands wouldn't be run if tests codes waits on the test handler.
636 public void onConnected(MediaController2 controller, SessionCommandGroup2 commands) {
688 SessionCommandGroup2 commands) {
689 mCallbackProxy.onAllowedCommandsChanged(controller, commands);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/get/
vcs.go 33 createCmd []string // commands to download a fresh copy of a repository
34 downloadCmd []string // commands to download updates into an existing repository
36 tagCmd []tagCmd // commands to list tags
37 tagLookupCmd []tagCmd // commands to lookup tags before running tagSyncCmd
38 tagSyncCmd []string // commands to sync to specific tag
39 tagSyncDefault []string // commands to sync to default tag
  /prebuilts/go/darwin-x86/src/cmd/go/internal/help/
helpdoc.go 35 Many commands apply to a set of packages:
64 - "cmd" expands to the Go repository's commands and their
101 Commands are built into binaries and cannot be imported.
327 The bin directory holds compiled commands.
333 installed commands. If the GOBIN environment variable is
334 set, commands are installed to the directory it names instead
597 The 'go build' and 'go install' commands take a -buildmode argument which

Completed in 1140 milliseconds

<<21222324252627282930>>