/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
AssetConfig.java | 64 String cmd = scan.next(); local 65 if (cmd.equals("LOADER")){ 81 } else if (cmd.equals("LOCATOR")) { 90 throw new IOException("Expected command, got '" + cmd + "'");
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
pscap.c | 69 char *tmp, cmd[16], state, *name = NULL; local 100 memset(cmd, 0, sizeof(cmd)); 101 sscanf(buf, "%d (%15c", &ppid, cmd); 167 name, cmd); 170 uid, cmd);
|
/external/libnl/lib/netfilter/ |
queue.c | 58 struct nfqnl_msg_config_cmd cmd; local 65 cmd.pf = htons(family); 66 cmd._pad = 0; 67 cmd.command = command; 68 if (nla_put(msg, NFQA_CFG_CMD, sizeof(cmd), &cmd) < 0) 163 struct nfqnl_msg_config_cmd cmd; local 169 cmd.pf = 0; 170 cmd._pad = 0; 171 cmd.command = NFQNL_CFG_CMD_BIND [all...] |
/external/libvncserver/x11vnc/misc/ |
blockdpy.c | 161 char estr[100], cmd[500]; local 173 /* process cmd line: */ 202 strcpy(cmd, lock_cmd); 203 strcat(cmd, " &"); 204 lock_cmd = cmd;
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_draw_private.h | 140 struct draw_cmd cmd; member in struct:svga_hwtnl
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
presentation.c | 287 char cmd[256]; local 290 sprintf(cmd, "xwd -id %d -silent -out vdpau_frame_%08d.xwd", (int)pq->drawable, framenum); 291 if (system(cmd) != 0)
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_ioctl.c | 105 OUT_BATCH(rmesa->hw.ctx.cmd[CTX_PP_CNTL] | RADEON_SCISSOR_ENABLE); 116 OUT_BATCH(rmesa->hw.ctx.cmd[CTX_PP_CNTL] & ~RADEON_SCISSOR_ENABLE); 174 uint32_t *cmd = (uint32_t *)(rmesa->radeon.cmdbuf.cs->packets + rmesa->tcl.elt_cmd_start); local 190 cmd[1] |= (dwords + 3) << 16; 191 cmd[5] |= nr << RADEON_CP_VC_CNTL_NUM_SHIFT; 193 cmd[1] |= (dwords + 2) << 16; 194 cmd[3] |= nr << RADEON_CP_VC_CNTL_NUM_SHIFT;
|
/external/pdfium/core/src/fxge/agg/agg23/ |
agg_conv_adaptor_vcgen.h | 86 unsigned cmd = path_cmd_stop; local 102 cmd = m_source->vertex(x, y); 103 if(is_vertex(cmd)) { 104 m_last_cmd = cmd; 105 if(is_move_to(cmd)) { 110 m_generator.add_vertex(*x, *y, cmd); 113 if(is_stop(cmd)) { 117 if(is_end_poly(cmd)) { 118 m_generator.add_vertex(*x, *y, cmd); 126 cmd = m_generator.vertex(x, y) [all...] |
/external/strace/ |
keyctl.c | 266 int cmd = tcp->u_arg[0]; local 269 printxval(keyctl_commands, cmd, "KEYCTL_???"); 271 switch (cmd) {
|
/external/valgrind/include/vki/ |
vki-xen-evtchn.h | 27 vki_uint32_t cmd; /* enum event_channel_op */ member in struct:vki_xen_evtchn_op
|
/external/wpa_supplicant_8/hs20/server/www/ |
users.php | 16 if (isset($_GET["cmd"])) 17 $cmd = $_GET["cmd"]; variable 19 $cmd = ''; variable 21 if ($cmd == 'eventlog' && $id > 0) { 35 if ($cmd == 'mo' && $id > 0) { 48 if ($cmd == 'cert' && $id > 0) { 63 if ($cmd == 'subrem-clear' && $id > 0) { 66 if ($cmd == 'subrem-add-user' && $id > 0) { 69 if ($cmd == 'subrem-add-machine' && $id > 0) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
addinterface.cpp | 190 char buf[20], cmd[256]; local 197 snprintf(cmd, sizeof(cmd), 203 cmd[sizeof(cmd) - 1] = '\0'; 210 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, NULL);
|
scanresults.cpp | 59 char cmd[20]; local 65 snprintf(cmd, sizeof(cmd), "BSS %d", index++); 70 if (wpagui->ctrlRequest(cmd, reply, &reply_len) < 0)
|
/frameworks/av/media/libmedia/ |
IEffect.cpp | 155 char *cmd = NULL; local 157 cmd = (char *)calloc(cmdSize, 1); 158 data.read(cmd, cmdSize); 166 status_t status = command(cmdCode, cmdSize, cmd, &replySz, resp); 175 if (cmd) { 176 free(cmd);
|
/frameworks/rs/ |
rsThreadIO.cpp | 109 const CoreCmdHeader *cmd = (const CoreCmdHeader *)&buf[0]; local 139 mToCore.read(&buf[sizeof(CoreCmdHeader)], cmd->bytes); 145 r = mToCore.read((void *)&cmd->cmdID, sizeof(cmd->cmdID)); 153 //ALOGV("playCoreCommands 3 %i %i", cmd->cmdID, cmd->bytes); 155 if (cmd->cmdID >= (sizeof(gPlaybackFuncs) / sizeof(void *))) { 156 rsAssert(cmd->cmdID < (sizeof(gPlaybackFuncs) / sizeof(void *))); 157 ALOGE("playCoreCommands error con %p, cmd %i", con, cmd->cmdID) [all...] |
/hardware/ti/omap4-aah/ion/ |
linux_ion.h | 54 unsigned int cmd; member in struct:ion_custom_data
|
/hardware/ti/omap4xxx/ion/ |
linux_ion.h | 54 unsigned int cmd; member in struct:ion_custom_data
|
/ndk/sources/host-tools/ndk-stack/ |
GNUmakefile | 34 strip-cmd = 38 strip-cmd = $(STRIP) $1 95 $(call strip-cmd,$@)
|
/ndk/tests/abcc/jni/device/ |
Abcc_device.cpp | 52 std::string cmd("echo "); 54 cmd += "0"; 56 cmd += "255"; 57 cmd += " > " + mWorkingDir + "/compile_result"; 58 runCmd(cmd); 61 cmd = "rm -f " + mWorkingDir + "/compile_log"; 62 runCmd(cmd); 64 cmd = "chmod 0755 " + mWorkingDir + "/*"; 65 runCmd(cmd); 166 std::string cmd = "rm -f " + *i local 184 std::string cmd = std::string("LD_LIBRARY_PATH=") + mSysroot + "\/usr\/lib"; local [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/ |
_system_properties.h | 71 unsigned cmd; member in struct:prop_msg
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/ |
_system_properties.h | 71 unsigned cmd; member in struct:prop_msg
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/ |
_system_properties.h | 71 unsigned cmd; member in struct:prop_msg
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/ |
_system_properties.h | 71 unsigned cmd; member in struct:prop_msg
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/ |
_system_properties.h | 71 unsigned cmd; member in struct:prop_msg
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/ |
_system_properties.h | 71 unsigned cmd; member in struct:prop_msg
|