HomeSort by relevance Sort by last modified time
    Searched refs:eType (Results 1 - 23 of 23) sorted by null

  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 472 int eType;
483 eType = _exptype(node);
484 if (eType < DTM.NTYPES) {
485 if (eType == nodeType) {
488 } else if (m_expandedNameTable.getType(eType) == nodeType) {
937 int eType;
946 eType = _exptype(node);
947 if (eType < DTM.NTYPES) {
948 if (eType == nodeType) {
951 } else if (m_expandedNameTable.getType(eType) == nodeType)
    [all...]
DTMDefaultBase.java 989 int firstChild, eType;
994 eType = _exptype(firstChild);
995 if (eType == nodeType
996 || (eType >= DTM.NTYPES
997 && m_expandedNameTable.getType(eType) == nodeType)) {
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 285 int eType;
287 eType = _exptype2(node);
288 if (eType >= DTM.NTYPES)
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c     [all...]
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Other.h 104 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
OMX_Component.h 142 OMX_SUSPENSIONTYPE eType;
OMX_Core.h 482 OMX_EXTRADATATYPE eType; /* Extra Data type */
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
OMX_Component.h 125 OMX_SUSPENSIONTYPE eType;
OMX_Core.h 465 OMX_EXTRADATATYPE eType; /* Extra Data type */
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCmd.c     [all...]
  /external/sqlite/dist/
shell.c 214 int eType;
729 return pCb->xData(pCb->pCtx, pCb->eType, azArg[0]);
749 rc = pCb->xData(pCb->pCtx, pCb->eType, zDel);
1029 cb.eType = GENFKEY_ERROR;
1037 cb.eType = GENFKEY_DROPTRIGGER;
    [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /external/opencore/codecs_v2/omx/omx_h264/src/
omx_avc_component.cpp 462 while (pExtra->eType != OMX_ExtraDataNone)
464 if (pExtra->eType == OMX_ExtraDataNALSizeArray)
485 if (pExtra->eType != OMX_ExtraDataNALSizeArray)
    [all...]
  /external/opencore/codecs_v2/omx/omx_h264enc/src/
omx_avcenc_component.cpp     [all...]
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 541 OMX_EXTRADATATYPE eType;
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_node.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 271 OMX_EXTRADATATYPE eType;
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 964 milliseconds