HomeSort by relevance Sort by last modified time
    Searched full:nlevel (Results 1 - 25 of 38) sorted by null

1 2

  /external/pdfium/core/src/fpdfdoc/
doc_utils.h 59 FX_BOOL NeedPDFEncodeForFieldTree(CPDF_Dictionary* pFieldDict, int nLevel = 0);
61 void UpdateEncodeFieldName(CPDF_Dictionary* pFieldDict, int nLevel = 0);
doc_basic.cpp 75 int nLevel = 0) {
76 if (nLevel > nMaxRecursion) {
124 SearchNameNode(pKid, csName, nIndex, ppFind, nLevel + 1);
136 int nLevel = 0) {
137 if (nLevel > nMaxRecursion) {
163 SearchNameNode(pKid, nIndex, nCurIndex, csName, ppFind, nLevel + 1);
170 static int CountNames(CPDF_Dictionary* pNode, int nLevel = 0) {
171 if (nLevel > nMaxRecursion) {
188 nCount += CountNames(pKid, nLevel + 1);
doc_tagged.cpp 119 int nLevel) {
120 if (nLevel > nMaxRecursion) {
137 AddPageNode(pParent, map, nLevel + 1);
307 FX_FLOAT nLevel = 0.0F) {
308 if (nLevel > nMaxRecursion)
321 pDict = FindAttrDict(pElement, owner, nLevel + 1);
doc_ocg.cpp 188 int nLevel) {
189 if (nLevel > 32) {
205 return !GetOCGVE(pArray, bFromConfig, nLevel + 1);
219 bItem = GetOCGVE(pArray, bFromConfig, nLevel + 1);
doc_form.cpp 43 int CountFields(int nLevel = 0) {
44 if (nLevel > nMaxRecursion) {
52 count += children.GetAt(i)->CountFields(nLevel + 1);
85 void RemoveNode(_Node* pNode, int nLevel = 0);
109 void CFieldTree::RemoveNode(_Node* pNode, int nLevel) {
113 if (nLevel <= nMaxRecursion) {
115 RemoveNode(pNode->children[i], nLevel + 1);
875 void CPDF_InterForm::LoadField(CPDF_Dictionary* pFieldDict, int nLevel) {
876 if (nLevel > nMaxRecursion) {
897 LoadField(pChildDict, nLevel + 1)
    [all...]
tagged_int.h 29 int nLevel = 0);
doc_utils.cpp 694 int nLevel) {
695 if (nLevel > FPDFDOC_UTILS_MAXRECURSION) {
709 return FPDF_GetFieldAttr(pParent, name, nLevel + 1);
  /external/boringssl/src/crypto/x509v3/
pcy_lib.c 72 return tree->nlevel;
78 if (!tree || (i < 0) || (i >= tree->nlevel))
pcy_tree.c 110 curr = tree->levels + tree->nlevel;
234 tree->nlevel = 0;
247 tree->nlevel = n;
597 curr = tree->levels + tree->nlevel - 1;
611 for (i = 1; i < tree->nlevel; i++)
654 anyPolicy = tree->levels[tree->nlevel - 1].anyPolicy;
706 for(i = 1; i < tree->nlevel; i++, curr++)
743 for(i = 0, curr = tree->levels; i < tree->nlevel; i++, curr++)
pcy_int.h 161 int nlevel; member in struct:X509_POLICY_TREE_st
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsnmp.h 226 SNMPAPI_STATUS WINAPI SnmpStartup(smiLPUINT32 nMajorVersion,smiLPUINT32 nMinorVersion,smiLPUINT32 nLevel,smiLPUINT32 nTranslateMode,smiLPUINT32 nRetransmitMode);
236 SNMPAPI_STATUS WINAPI SnmpStartupEx(smiLPUINT32 nMajorVersion,smiLPUINT32 nMinorVersion,smiLPUINT32 nLevel,smiLPUINT32 nTranslateMode,smiLPUINT32 nRetransmitMode);
vswriter.h     [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
QOMX_StreamingExtensions.h 142 * nLevel : specifies the buffering level associated with the watermark.
145 * QOMX_WATERMARKUNITSTYPE_Time nLevel in units of microseconds.
146 * QOMX_WATERMARKUNITSTYPE_Data nLevel in units of bytes.
160 OMX_U32 nLevel;
188 * QOMX_WATERMARKUNITSTYPE_Time nLevel in units of microseconds.
189 * QOMX_WATERMARKUNITSTYPE_Data nLevel in units of bytes.
QOMX_AudioExtensions.h 397 OMX_U8 nLevel; /**< Source audio RMS level */
420 OMX_U8 nLevel; /**< Maximum output level capability of speakers/headphones */
  /hardware/qcom/media/msm8996/mm-core/inc/
QOMX_StreamingExtensions.h 142 * nLevel : specifies the buffering level associated with the watermark.
145 * QOMX_WATERMARKUNITSTYPE_Time nLevel in units of microseconds.
146 * QOMX_WATERMARKUNITSTYPE_Data nLevel in units of bytes.
160 OMX_U32 nLevel;
188 * QOMX_WATERMARKUNITSTYPE_Time nLevel in units of microseconds.
189 * QOMX_WATERMARKUNITSTYPE_Data nLevel in units of bytes.
QOMX_AudioExtensions.h 403 OMX_U8 nLevel; /**< Source audio RMS level */
426 OMX_U8 nLevel; /**< Maximum output level capability of speakers/headphones */
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 155 int nLevel = 0);
666 void LoadField(CPDF_Dictionary* pFieldDict, int nLevel = 0);
678 int nLevel = 0);
870 int nLevel = 0);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_imp.cpp 627 int32_t nLevel = 0;
694 rndFind.m_nLevel = nLevel;
745 if (nLevel == 0) {
748 nLevel++;
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMX3A.cpp     [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp     [all...]
  /external/selinux/policycoreutils/gui/
portsPage.py 98 self.mls_col = gtk.TreeViewColumn(_("MLS/MCS\nLevel"), gtk.CellRendererText(), text=MLS_COL)
  /external/iproute2/tc/
q_cbq.c 533 fprintf(f, "\nlevel %u ewma %u avpkt %ub ", lss->level, lss->ewma_log, lss->avpkt);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 656 OMX_S32 nLevel;
840 OMX_S32 nLevel;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 549 OMX_S32 nLevel;
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_IVCommon.h 829 * nLevel :
830 * nLevel hinting processing amount. Range of values is -100 to 100.
843 OMX_S32 nLevel;
    [all...]

Completed in 591 milliseconds

1 2