HomeSort by relevance Sort by last modified time
    Searched full:cmdtype (Results 1 - 14 of 14) 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...]
  /system/core/include/system/
camera.h 91 /** cmdType in sendCommand functions */
114 * cmdType to disable/enable shutter sound. In sendCommand passing arg1 =
119 /* cmdType to play recording sound */
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
CatService.java 413 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
414 if (cmdType != null) {
415 switch (cmdType) {
CommandParamsFactory.java 116 AppInterface.CommandType cmdType = AppInterface.CommandType
118 if (cmdType == null) {
127 switch (cmdType) {
    [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/webkit/LayoutTests/storage/indexeddb/
tutorial.html 12 // http://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=Indexed+Database+API&longdesc_type=allwordssubstr&longdesc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bug_id_type=anyexact&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&known_name=IndexedDB&query_based_on=IndexedDB&field0-0-0=noop&type0-0-0=noop&value0-0-0=
  /external/libnfc-nxp/inc/
phNfcTypes.h 373 CmdType+ Block No + CommandSpecific data + 2 byte CRC
    [all...]
  /external/webkit/PerformanceTests/Parser/resources/
html5.html 210 <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;product=HTML+WG&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=">HTML5 bug list</a></dd>
    [all...]

Completed in 464 milliseconds