HomeSort by relevance Sort by last modified time
    Searched defs:command (Results 276 - 300 of 1639) sorted by null

<<11121314151617181920>>

  /hardware/ti/omap4xxx/libtiutils/
MessageQueue.h 55 unsigned int command; member in struct:TIUTILS::Message
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
i2c-dev.h 57 __u8 command; member in struct:i2c_smbus_ioctl_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
i2c-dev.h 57 __u8 command; member in struct:i2c_smbus_ioctl_data
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
i2c-dev.h 37 __u8 command; member in struct:i2c_smbus_ioctl_data
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
i2c-dev.h 37 __u8 command; member in struct:i2c_smbus_ioctl_data
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
i2c-dev.h 37 __u8 command; member in struct:i2c_smbus_ioctl_data
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
i2c-dev.h 37 __u8 command; member in struct:i2c_smbus_ioctl_data
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
i2c-dev.h 37 __u8 command; member in struct:i2c_smbus_ioctl_data
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
i2c-dev.h 37 __u8 command; member in struct:i2c_smbus_ioctl_data
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
textView.py 45 command=self.Ok, takefocus=FALSE)
50 self.scrollbarView.config(command=self.textView.yview)
88 command=lambda:view_text(root, 'view_text', text)) variable
91 command=lambda:view_file(root, 'view_file', filename)) variable
94 command=lambda:view_text(root, 'nonmodal view_text', text, variable
97 close = Button(root, text='Close', command=root.destroy)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 77 command = "tk_getOpenFile" variable in class:Open
97 command = "tk_getSaveFile" variable in class:SaveAs
104 command = "tk_chooseDirectory" variable in class:Directory
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
textView.py 45 command=self.Ok, takefocus=FALSE)
50 self.scrollbarView.config(command=self.textView.yview)
88 command=lambda:view_text(root, 'view_text', text)) variable
91 command=lambda:view_file(root, 'view_file', filename)) variable
94 command=lambda:view_text(root, 'nonmodal view_text', text, variable
97 close = Button(root, text='Close', command=root.destroy)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 77 command = "tk_getOpenFile" variable in class:Open
97 command = "tk_getSaveFile" variable in class:SaveAs
104 command = "tk_chooseDirectory" variable in class:Directory
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
PacketDispatcher.java 53 * - begCommandIdForTrace defines starting command ID for trace
54 * (the first command has ID=1, the second - ID=2 and so on).
56 * - commandsNumberForTrace defines number of command for trace.
188 * Internal class to synchronize jdwp commands. It sends command packets
206 // set first command id to 1
211 * Gets the next new id for a command.
232 // obtain the current command id
235 // obtain the current command packet by command id
236 CommandPacket command = (CommandPacket) commands.remove(Id) local
440 CommandPacket command = (CommandPacket) commands.get(en local
    [all...]
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 17 package com.android.dx.command.annotool;
  /dalvik/dx/src/com/android/dx/command/dump/
Main.java 17 package com.android.dx.command.dump;
  /dalvik/dx/src/com/android/dx/command/grep/
Grep.java 17 package com.android.dx.command.grep;
  /development/ndk/platforms/android-3/include/linux/
ftape.h 38 __u8 command; member in struct:__anon2167::__anon2168
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodWithSuspensionTest.java 30 * JDWP unit test for ObjectReference.InvokeCommand command with a thread suspension.
50 CommandPacket command = new CommandPacket( local
53 command.setNextValueAsThreadID(receiverId);
54 command.setNextValueAsThreadID(threadId);
55 command.setNextValueAsClassID(classID);
56 command.setNextValueAsMethodID(methodId);
57 command.setNextValueAsInt(0);
58 command.setNextValueAsInt(invoke_options);
59 return command;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DisposeDuringInvokeTest.java 32 * JDWP Unit test for VirtualMachine.Dispose command while a thread is invoking a method.
42 * This testcase exercises VirtualMachine.Dispose command when a thread, suspended by an
47 * command to initiate a method invocation executing in that thread. The method will synchronize
49 * <BR>While the tested thread waits for the signal, we send a VirtualMachine.Dispose command to
73 // Send ObjectReference.InvokeMethod command.
74 CommandPacket command = new CommandPacket( local
77 command.setNextValueAsThreadID(thisObjectId);
78 command.setNextValueAsThreadID(threadID);
79 command.setNextValueAsClassID(classID);
80 command.setNextValueAsMethodID(invokedMethodId)
    [all...]
  /external/jarjar/src/main/com/tonicsystems/jarjar/
MainUtil.java 29 String command = args[0]; local
33 if (method.getName().equals(command)) {
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
InterpretedMacro.java 38 private final PCommand command; field in class:InterpretedMacro
45 public InterpretedMacro(PCommand command, Template owningTemplate, String macroName,
48 this.command = command;
64 command.apply(templateInterpreter);
  /external/ltrace/
libltrace.c 42 char *command = NULL; variable
117 if (command) {
122 if (ltelf_init(&lte, command) == 0)
128 pid_t pid = execute_program(command, argv);
129 struct process *proc = open_program(command, pid);
132 command, strerror(errno));
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 137 commands command SEMICOLON
141 command: label
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
AbstractTrackingCommandHandler.java 16 package org.mockftpserver.core.command;
30 * objects corresponding to each invocation of the command handler, and provide helper methods for subclasses.
44 * Handle the specified command for the session. This method is declared to throw Exception,
48 * @param command - the Command to be handled
49 * @param session - the session on which the Command was submitted
51 * @throws AssertFailedException - if the command or session is null
52 * @see org.mockftpserver.core.command.CommandHandler#handleCommand(org.mockftpserver.core.command.Command,
    [all...]

Completed in 299 milliseconds

<<11121314151617181920>>