HomeSort by relevance Sort by last modified time
    Searched refs:eType (Results 1 - 25 of 36) 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...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c     [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/native/include/media/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;
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.c     [all...]
phFriNfc_LlcpTransport.h 432 * \param[in] eType The socket type.
450 phFriNfc_LlcpTransport_eSocketType_t eType,
    [all...]
phLibNfc_llcp.c 548 NFCSTATUS phLibNfc_Llcp_Socket( phLibNfc_Llcp_eSocketType_t eType,
576 eType,
    [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/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFD.cpp 245 CAMHAL_LOGVB("Size = %d, sizeof = %d, eType = 0x%x, nDataSize= %d, nPortIndex = 0x%x, nVersion = 0x%x",
248 extraData->eType,

Completed in 1248 milliseconds

1 2