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

1 2

  /external/apache-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...]
  /external/apache-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...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
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...]
  /frameworks/base/include/media/stagefright/openmax/
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/qcom/media/mm-core/omxcore/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...]
  /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...]
  /hardware/ti/omap4xxx/domx/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...]
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.c 393 * \param[in] eType The socket type.
411 phFriNfc_LlcpTransport_eSocketType_t eType,
424 if (((NULL == psOptions) && (eType != phFriNfc_LlcpTransport_eConnectionLess)) || ((psWorkingBuffer == NULL) && (eType != phFriNfc_LlcpTransport_eConnectionLess)) || pLlcpSocket == NULL || pErr_Cb == NULL || pContext == NULL || pLlcpTransport == NULL)
430 else if(eType != phFriNfc_LlcpTransport_eConnectionOriented && eType != phFriNfc_LlcpTransport_eConnectionLess)
453 pLlcpTransport->pSocketTable[index].eSocket_Type = eType;
463 if((psOptions->rw > PHFRINFC_LLCP_RW_MAX) && (eType == phFriNfc_LlcpTransport_eConnectionOriented))
    [all...]
phFriNfc_LlcpTransport.h 341 * \param[in] eType The socket type.
359 phFriNfc_LlcpTransport_eSocketType_t eType,
    [all...]
phLibNfc_llcp.c 481 NFCSTATUS phLibNfc_Llcp_Socket( phLibNfc_Llcp_eSocketType_t eType,
509 eType,
phLibNfc.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidPackageRenameParticipant.java 251 IType eType = (IType) elem;
252 IType[] superTypes = JavaModelUtil.getAllSuperTypes(eType,
256 elements.add(eType);
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 276 milliseconds

1 2