HomeSort by relevance Sort by last modified time
    Searched full:cmdtype (Results 1 - 16 of 16) sorted by null

  /system/core/sh/
exec.c 92 short cmdtype; /* index identifying command */ member in struct:tblentry
351 if (verbose || cmdp->cmdtype == CMDNORMAL)
359 && (cmdp->cmdtype == CMDNORMAL
360 || (cmdp->cmdtype == CMDBUILTIN && builtinloc >= 0)))
364 if (entry.cmdtype != CMDUNKNOWN) { /* if no error msg */
383 switch (cmdp->cmdtype) {
412 error("internal error: %s cmdtype %d", cmdp->cmdname, cmdp->cmdtype);
447 entry->cmdtype = CMDUNKNOWN;
451 entry->cmdtype = CMDNORMAL
    [all...]
exec.h 37 /* values of cmdtype */
46 int cmdtype; member in struct:cmdentry
eval.c 783 cmdentry.cmdtype = CMDSPLBLTIN;
800 if (cmdentry.cmdtype == CMDUNKNOWN) {
807 if (cmdentry.cmdtype != CMDBUILTIN ||
822 if (cmdentry.cmdtype == CMDSPLBLTIN && cmd_flags & DO_NOFUNC)
825 cmdentry.cmdtype = CMDBUILTIN;
830 || (cmdentry.cmdtype == CMDNORMAL && (flags & EV_EXIT) == 0)
832 && ((cmdentry.cmdtype != CMDBUILTIN && cmdentry.cmdtype != CMDSPLBLTIN)
848 if (cmdentry.cmdtype == CMDNORMAL) {
921 switch (cmdentry.cmdtype) {
    [all...]
  /external/svox/pico/lib/
picotok.h 56 -> CMD(CMDtype,CMDsubtype)args
68 - CMDtype %d
  /external/libnfc-nxp/src/
phLlcNfc_Frame.c 316 phLlcNfc_LlcCmd_t cmdType
336 ((phLlcNfc_e_rset == cmdType) || (phLlcNfc_e_ua == cmdType)))
343 if (phLlcNfc_e_rset == cmdType)
417 phLlcNfc_LlcCmd_t cmdType
444 (ps_llc_buf->sllcpayload.llcheader | (uint8_t)cmdType);
1179 phLlcNfc_LlcCmd_t cmdtype = phLlcNfc_e_error; local
1471 uint8_t cmdtype = phLlcNfc_e_error; local
1577 uint8_t cmdtype = phLlcNfc_e_error; local
    [all...]
phLlcNfc_Frame.h 244 * \param[in] cmdType U frame has RSET/UA commands
255 phLlcNfc_LlcCmd_t cmdType
437 * \param[in/out] cmdType Command type of S frame
447 phLlcNfc_LlcCmd_t cmdType
phFriNfc_DesfireFormat.c 110 static void phFriNfc_Desf_HWrapISONativeCmds(phFriNfc_sNdefSmtCrdFmt_t *NdefSmtCrdFmt,uint8_t CmdType);
202 static void phFriNfc_Desf_HWrapISONativeCmds(phFriNfc_sNdefSmtCrdFmt_t *NdefSmtCrdFmt,uint8_t CmdType)
225 switch(CmdType)
231 if (CmdType == PH_FRINFC_DESF_GET_HW_VERSION_CMD )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_overlay.h 67 uint32 cmdType;
80 uint32 cmdType;
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_overlay.h 67 uint32 cmdType;
80 uint32 cmdType;
  /system/core/include/system/
camera.h 94 /** cmdType in sendCommand functions */
117 * cmdType to disable/enable shutter sound. In sendCommand passing arg1 =
122 /* cmdType to play recording sound */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 434 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
435 if (cmdType != null) {
436 switch (cmdType) {
CommandParamsFactory.java 117 AppInterface.CommandType cmdType = AppInterface.CommandType
119 if (cmdType == null) {
135 switch (cmdType) {
    [all...]
  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmTxNative.cpp     [all...]
  /ndk/sources/host-tools/make-3.81/
read.c 1433 enum { c_ifdef, c_ifndef, c_ifeq, c_ifneq, c_else, c_endif } cmdtype; local
    [all...]
  /external/libnfc-nxp/inc/
phNfcTypes.h 373 CmdType+ Block No + CommandSpecific data + 2 byte CRC
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
html5.html 590 <dd>To view the open bugs: <a href="http://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=exact&amp;email1=ian%40hixie.ch&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=">HTML bug list</a></dd>
    [all...]

Completed in 1025 milliseconds