/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/ |
_system_properties.h | 71 unsigned cmd; member in struct:prop_msg
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/ |
_system_properties.h | 71 unsigned cmd; member in struct:prop_msg
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/ |
_system_properties.h | 71 unsigned cmd; member in struct:prop_msg
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/ |
_system_properties.h | 71 unsigned cmd; member in struct:prop_msg
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/ |
_system_properties.h | 71 unsigned cmd; member in struct:prop_msg
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/ |
_system_properties.h | 71 unsigned cmd; member in struct:prop_msg
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cmd.py | 3 Test script for the 'cmd' module 8 import cmd namespace 15 class samplecmdclass(cmd.Cmd): 177 class simplecmd(cmd.Cmd): 196 cmd = self.simplecmd(stdin=input, stdout=output) 197 cmd.use_rawinput = False 198 cmd.cmdloop() 200 ("(Cmd) test\n [all...] |
test_popen2.py | 34 cmd = "cat" variable in class:Popen2Test 36 cmd = "more" variable in class:Popen2Test 47 repr([c.cmd for c in popen2._active])) 74 r, w = popen2.popen2(self.cmd) 79 r, w, e = popen2.popen3([self.cmd]) 82 r, w, e = popen2.popen3(self.cmd) 88 w, r = os.popen2([self.cmd]) 95 w, r = os.popen2(self.cmd) 101 w, r, e = os.popen3([self.cmd]) 110 w, r, e = os.popen3(self.cmd) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cmd.py | 3 Test script for the 'cmd' module 8 import cmd namespace 15 class samplecmdclass(cmd.Cmd): 177 class simplecmd(cmd.Cmd): 196 cmd = self.simplecmd(stdin=input, stdout=output) 197 cmd.use_rawinput = False 198 cmd.cmdloop() 200 ("(Cmd) test\n [all...] |
test_popen2.py | 34 cmd = "cat" variable in class:Popen2Test 36 cmd = "more" variable in class:Popen2Test 47 repr([c.cmd for c in popen2._active])) 74 r, w = popen2.popen2(self.cmd) 79 r, w, e = popen2.popen3([self.cmd]) 82 r, w, e = popen2.popen3(self.cmd) 88 w, r = os.popen2([self.cmd]) 95 w, r = os.popen2(self.cmd) 101 w, r, e = os.popen3([self.cmd]) 110 w, r, e = os.popen3(self.cmd) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
TraceCommandWriter.java | 46 int cmd = eglSwap | glDraw | tex; local 49 mStream.writeInt(cmd);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/actions/ |
SdkManagerAction.java | 41 String[] cmd = new String[] { local 46 Runtime.getRuntime().exec(cmd);
|
/system/core/fastboot/ |
protocol.c | 109 static int _command_start(usb_handle *usb, const char *cmd, unsigned size, 112 int cmdsize = strlen(cmd); 123 if(usb_write(usb, cmd, cmdsize) != cmdsize) { 161 static int _command_send(usb_handle *usb, const char *cmd, 170 r = _command_start(usb, cmd, size, response); 188 static int _command_send_no_data(usb_handle *usb, const char *cmd, 191 return _command_start(usb, cmd, 0, response); 194 int fb_command(usb_handle *usb, const char *cmd) 196 return _command_send_no_data(usb, cmd, 0); 199 int fb_command_response(usb_handle *usb, const char *cmd, char *response 206 char cmd[64]; local 290 char cmd[64]; local [all...] |
usbtest.c | 128 const char *cmd; member in struct:__anon69829 145 for(i = 0; tests[i].cmd; i++) { 146 fprintf(stderr," %-8s %s\n", tests[i].cmd, tests[i].help); 191 for(i = 0; tests[i].cmd; i++) { 192 if(!strcmp(argv[1], tests[i].cmd)) { 197 tests[i].cmd); 201 fprintf(stderr,"usbtest: %s: FAIL\n", tests[i].cmd); 204 fprintf(stderr,"usbtest: %s: OKAY\n", tests[i].cmd);
|
/system/core/init/ |
signal_handler.cpp | 138 command* cmd = node_to_item(node, struct command, clist); local 139 cmd->func(cmd->nargs, cmd->args);
|
/system/vold/fs/ |
Ext4.cpp | 117 std::vector<std::string> cmd; local 118 cmd.push_back(kFsckPath); 119 cmd.push_back("-y"); 120 cmd.push_back(c_source); 123 return ForkExecvp(cmd, sFsckContext); 155 std::vector<std::string> cmd; local 156 cmd.push_back(kResizefsPath); 157 cmd.push_back("-f"); 158 cmd.push_back(source); 159 cmd.push_back(StringPrintf("%u", numSectors)) 166 std::vector<std::string> cmd; local [all...] |
/art/compiler/dwarf/ |
dwarf_test.h | 97 std::string cmd = GetAndroidHostToolsDir(); local 98 cmd = cmd + "objdump " + args + " " + file.GetFilename() + " 2>&1"; 99 FILE* output = popen(cmd.data(), "r");
|
/bionic/libc/kernel/uapi/linux/ |
if_vlan.h | 54 int cmd; member in struct:vlan_ioctl_args
|
ion.h | 64 unsigned int cmd; member in struct:ion_custom_data
|
/cts/tests/tests/media/src/android/media/cts/ |
RingtoneTest.java | 64 StringBuilder cmd = new StringBuilder(); local 65 cmd.append("appops set "); 66 cmd.append(getInstrumentation().getContext().getPackageName()); 67 cmd.append(" android:write_settings allow"); 68 getInstrumentation().getUiAutomation().executeShellCommand(cmd.toString());
|
/development/ndk/platforms/android-21/include/linux/ |
if_vlan.h | 54 int cmd; member in struct:vlan_ioctl_args
|
ion.h | 64 unsigned int cmd; member in struct:ion_custom_data
|
/development/ndk/platforms/android-3/include/linux/ |
if_vlan.h | 37 int cmd; member in struct:vlan_ioctl_args
|
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3Stream.cpp | 448 // we got notified about new cmd avail in cmd queue 449 camera_cmd_type_t cmd = cmdThread->getCmd(); local 450 switch (cmd) {
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
mm_camera_thread.c | 59 uint8_t cmd; member in struct:__anon3786 64 uint32_t cmd) 71 CDBG("%s: E cmd = %d", __func__,cmd); 73 cmd_evt.cmd = cmd; 77 /* send cmd to worker */ 116 CDBG("%s: read_fd = %d, read_len = %d, expect_len = %d cmd = %d", 117 __func__, poll_cb->pfds[0], (int)read_len, (int)sizeof(cmd_evt), cmd_evt.cmd); 118 switch (cmd_evt.cmd) { [all...] |