HomeSort by relevance Sort by last modified time
    Searched refs:eType (Results 26 - 50 of 171) sorted by null

12 3 4 5 6 7

  /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...]
  /external/pdfium/xfa/src/fgas/include/
fx_locale.h 62 virtual void GetNumbericSymbol(FX_LOCALENUMSYMBOL eType,
76 virtual void GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY eType,
78 virtual void GetTimePattern(FX_LOCALEDATETIMESUBCATEGORY eType,
80 virtual void GetNumPattern(FX_LOCALENUMSUBCATEGORY eType,
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fftextedit.cpp 69 XFA_ELEMENT eType = XFA_ELEMENT_UNKNOWN;
70 int32_t iMaxChars = m_pDataAcc->GetMaxChars(eType);
71 if (eType == XFA_ELEMENT_ExData) {
245 XFA_VALUEPICTURE eType = XFA_VALUEPICTURE_Display;
247 eType = XFA_VALUEPICTURE_Edit;
255 iMaxChars = eType == XFA_VALUEPICTURE_Edit ? iMaxChars : 0;
263 m_pDataAcc->GetValue(wsText, eType);
266 if (wsText != wsOldText || (eType == XFA_VALUEPICTURE_Edit && bUpdate)) {
597 XFA_DATETIMETYPE eType = XFA_DATETIMETYPE_DateAndTime;
601 eType = XFA_DATETIMETYPE_Date;
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_actionhandler.h 43 enum CPDF_AAction::AActionType eType,
46 enum CPDF_AAction::AActionType eType,
  /external/pdfium/xfa/src/fwl/src/theme/
comboboxtp.cpp 118 FWLTHEME_EDGE eType = bPressed ? FWLTHEME_EDGE_Flat : FWLTHEME_EDGE_Raised;
119 Draw3DRect(pParams->m_pGraphics, eType, fWidth, &pParams->m_rtPart,
datetimepickertp.cpp 75 FWLTHEME_EDGE eType = bPressed ? FWLTHEME_EDGE_Flat : FWLTHEME_EDGE_Raised;
76 Draw3DRect(pParams->m_pGraphics, eType, fWidth, &pParams->m_rtPart,
widgettp.cpp 247 FWLTHEME_EDGE eType;
251 eType = FWLTHEME_EDGE_Raised, fWidth = FWLTHEME_CAPACITY_EdgeRaised;
255 eType = FWLTHEME_EDGE_Sunken, fWidth = FWLTHEME_CAPACITY_EdgeSunken;
261 Draw3DRect(pGraphics, eType, fWidth, pRect, FWLTHEME_COLOR_EDGELT1,
267 FWLTHEME_EDGE eType,
280 if (eType == FWLTHEME_EDGE_Flat) {
303 CFX_Color crLT(eType == FWLTHEME_EDGE_Raised ? cr4 : cr1);
315 crLT = CFX_Color(eType == FWLTHEME_EDGE_Raised ? cr3 : cr2);
326 CFX_Color crRB(eType == FWLTHEME_EDGE_Raised ? cr1 : cr3);
338 crRB = CFX_Color(eType == FWLTHEME_EDGE_Raised ? cr2 : cr4);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_layoutpseudomodel.cpp 292 XFA_ELEMENT eType = XFA_ELEMENT_UNKNOWN;
294 eType = XFA_ELEMENT_Field;
296 eType = XFA_ELEMENT_Draw;
298 eType = XFA_ELEMENT_Subform;
300 eType = XFA_ELEMENT_Area;
302 if (eType != XFA_ELEMENT_UNKNOWN) {
315 if (pItemChild->m_pFormNode->GetClassID() != eType) {
335 if (pItemChild->m_pFormNode->GetClassID() != eType) {
  /external/pdfium/core/src/fpdfdoc/
doc_ocg.cpp 79 CPDF_OCContext::UsageType eType) {
81 if (eType == CPDF_OCContext::Design) {
83 } else if (eType == CPDF_OCContext::Print) {
85 } else if (eType == CPDF_OCContext::Export) {
  /hardware/intel/img/psb_video/src/
tng_picmgmt.h 200 VAStatus tng_picmgmt_update(context_ENC_p ctx, IMG_PICMGMT_TYPE eType, unsigned int ref);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
extra_data_handler.cpp 279 buf_hdr->nAllocLen) && extra_data->eType != VDEC_EXTRADATA_NONE) {
281 extra_data->eType, extra_data->nDataSize);
282 if (extra_data->eType == VDEC_EXTRADATA_SEI) {
285 else if (extra_data->eType == VEN_EXTRADATA_QCOMFILLER) {
289 else if (extra_data->eType == VEN_EXTRADATA_SLICEINFO) {
  /external/deqp/scripts/khr_util/
registry.py 282 def parseType(eType):
284 #requires = eType.get('requires')
288 Type, eType,
289 name=eType.get('name') or eType.findtext('name'),
290 definition=''.join(eType.xpath('.//text()')),
291 api=eType.get('api'),
292 requires=eType.get('requires'))
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.h 204 CFDE_XMLTAG() : eType(FDE_XMLNODE_Unknown) {}
206 : wsTagName(src.wsTagName), eType(src.eType) {}
208 FDE_XMLNODETYPE eType;
  /frameworks/native/include/media/openmax/
OMX_Other.h 104 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
  /hardware/qcom/media/msmcobalt/mm-core/inc/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Other.h 104 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Other.h 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdatatable.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 486 struct eType { enum _ {
512 virtual eType::_ Type() const=0;
525 eType::_ Type() const { return(eType::Linear); }
548 eType::_ Type() const { return(eType::Angular); }
561 eType::_ Type() const { return(eType::Contact); }

Completed in 782 milliseconds

12 3 4 5 6 7