| /packages/apps/Camera2/src/com/android/camera/burst/ |
| BurstCaptureCommand.java | 30 import com.android.camera.one.v2.commands.CameraCommand;
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_pyclbr.py | 15 import_module('commands', deprecated=True) 18 from commands import getstatus
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_pyclbr.py | 15 import_module('commands', deprecated=True) 18 from commands import getstatus
|
| /prebuilts/go/darwin-x86/src/go/build/ |
| doc.go | 32 // The bin/ directory holds compiled commands. 38 // installed commands.
|
| /prebuilts/go/linux-x86/src/go/build/ |
| doc.go | 32 // The bin/ directory holds compiled commands. 38 // installed commands.
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_pyclbr.py | 15 import_module('commands', deprecated=True) 18 from commands import getstatus
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_pyclbr.py | 15 import_module('commands', deprecated=True) 18 from commands import getstatus
|
| /system/bt/stack/include/ |
| btm_ble_api.h | 767 std::vector<ApcfCommand> commands, [all...] |
| /prebuilts/go/darwin-x86/src/cmd/go/internal/work/ |
| build.go | 53 and test commands: 58 print the commands but do not run them. 60 the number of programs, such as build commands or 76 print the commands. 207 // install, list, run, and test commands.
|
| /prebuilts/go/darwin-x86/src/text/template/parse/ |
| node.go | 66 NodePipe // A pipeline of commands. 150 Cmds []*CommandNode // The commands in lexical order. 773 // IfNode represents an {{if}} action and its commands. 786 // RangeNode represents a {{range}} action and its commands. 799 // WithNode represents a {{with}} action and its commands.
|
| /prebuilts/go/linux-x86/src/cmd/go/internal/work/ |
| build.go | 53 and test commands: 58 print the commands but do not run them. 60 the number of programs, such as build commands or 76 print the commands. 207 // install, list, run, and test commands.
|
| /prebuilts/go/linux-x86/src/text/template/parse/ |
| node.go | 66 NodePipe // A pipeline of commands. 150 Cmds []*CommandNode // The commands in lexical order. 773 // IfNode represents an {{if}} action and its commands. 786 // RangeNode represents a {{range}} action and its commands. 799 // WithNode represents a {{with}} action and its commands.
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| pdb.py | 97 self.commands = {} # associates a command list to breakpoint numbers
168 self.currentbp in self.commands:
173 for line in self.commands[currentbp]:
260 # split into ';;' separated commands
294 cmdlist = self.commands[self.commands_bnum]
304 # one of the resuming commands
318 """Defines a list of commands associated to a breakpoint.
320 Those commands will be executed whenever the breakpoint causes
328 print >>self.stdout, "Usage : commands [bnum]\n ..." \
332 self.commands[bnum] = [] [all...] |
| /external/python/cpython2/Lib/ |
| pdb.py | 97 self.commands = {} # associates a command list to breakpoint numbers 168 self.currentbp in self.commands: 173 for line in self.commands[currentbp]: 260 # split into ';;' separated commands 294 cmdlist = self.commands[self.commands_bnum] 304 # one of the resuming commands 318 """Defines a list of commands associated to a breakpoint. 320 Those commands will be executed whenever the breakpoint causes 328 print >>self.stdout, "Usage : commands [bnum]\n ..." \ 332 self.commands[bnum] = [ [all...] |
| /frameworks/av/packages/MediaComponents/src/com/android/media/ |
| MediaSession2Stub.java | 90 Set<SessionCommand2> commands = group.getCommands(); local 91 for (SessionCommand2 command : commands) { 153 Log.w(TAG, "Controller with null allowed commands. Ignoring", 176 Log.w(TAG, "Controller with null allowed commands. Ignoring", 216 Log.w(TAG, "Controller with null allowed commands. Ignoring"); 377 // For trusted apps, send non-null allowed commands to keep connection. 506 // TODO(jaewan): Resend unknown (new) commands through the custom command. [all...] |
| /frameworks/base/core/java/android/service/voice/ |
| VoiceInteractionSession.java | 204 public boolean[] supportsCommands(String callingPackage, String[] commands) { 206 0, commands, null); 213 return new boolean[commands.length]; [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| pdb.py | 97 self.commands = {} # associates a command list to breakpoint numbers 168 self.currentbp in self.commands: 173 for line in self.commands[currentbp]: 260 # split into ';;' separated commands 294 cmdlist = self.commands[self.commands_bnum] 304 # one of the resuming commands 318 """Defines a list of commands associated to a breakpoint. 320 Those commands will be executed whenever the breakpoint causes 328 print >>self.stdout, "Usage : commands [bnum]\n ..." \ 332 self.commands[bnum] = [ [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| pdb.py | 97 self.commands = {} # associates a command list to breakpoint numbers 168 self.currentbp in self.commands: 173 for line in self.commands[currentbp]: 260 # split into ';;' separated commands 294 cmdlist = self.commands[self.commands_bnum] 304 # one of the resuming commands 318 """Defines a list of commands associated to a breakpoint. 320 Those commands will be executed whenever the breakpoint causes 328 print >>self.stdout, "Usage : commands [bnum]\n ..." \ 332 self.commands[bnum] = [ [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| pdb.py | 97 self.commands = {} # associates a command list to breakpoint numbers 168 self.currentbp in self.commands: 173 for line in self.commands[currentbp]: 260 # split into ';;' separated commands 294 cmdlist = self.commands[self.commands_bnum] 304 # one of the resuming commands 318 """Defines a list of commands associated to a breakpoint. 320 Those commands will be executed whenever the breakpoint causes 328 print >>self.stdout, "Usage : commands [bnum]\n ..." \ 332 self.commands[bnum] = [ [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| pdb.py | 97 self.commands = {} # associates a command list to breakpoint numbers 168 self.currentbp in self.commands: 173 for line in self.commands[currentbp]: 260 # split into ';;' separated commands 294 cmdlist = self.commands[self.commands_bnum] 304 # one of the resuming commands 318 """Defines a list of commands associated to a breakpoint. 320 Those commands will be executed whenever the breakpoint causes 328 print >>self.stdout, "Usage : commands [bnum]\n ..." \ 332 self.commands[bnum] = [ [all...] |
| /external/scapy/scapy/layers/ |
| inet.py | 833 @conf.commands.register 855 @conf.commands.register 874 @conf.commands.register [all...] |
| /prebuilts/go/darwin-x86/src/runtime/ |
| runtime-gdb_test.go | 292 // Execute gdb commands. 362 // Execute gdb commands. 427 // Execute gdb commands.
|
| /prebuilts/go/linux-x86/src/runtime/ |
| runtime-gdb_test.go | 292 // Execute gdb commands. 362 // Execute gdb commands. 427 // Execute gdb commands.
|
| /build/blueprint/ |
| doc.go | 17 // (http://martine.github.io/ninja/) manifest describing the commands that need
|
| /external/autotest/server/ |
| site_linux_system.py | 28 Currently the commands shared are the init, which queries for wireless 29 devices, along with start_capture and stop_capture. More commands may 293 if ('tdls_mgmt' in phy.commands or 294 'tdls_oper' in phy.commands or
|