/external/pdfium/fpdfsdk/src/javascript/ |
JS_Object.cpp | 19 FX_UINT nType, 27 return pApp->JS_appAlert(swMsg, swTitle, nType, nIcon); 41 FX_UINT nType, 43 return FXJS_MsgBox(pApp, swMsg, swTitle, nType, nIcon); 83 FX_UINT nType, 85 return FXJS_MsgBox(pApp, swMsg, swTitle, nType, nIcon); 99 int nType, 107 m_nType(nType),
|
global.h | 20 nType = 0; 29 int nType; // 0:int 1:bool 2:string 3:obj 62 int nType,
|
JS_GlobalData.cpp | 26 switch (pOldObjData->nType) { 30 pNewObjData->nType = pOldObjData->nType; 37 pNewObjData->nType = pOldObjData->nType; 44 pNewObjData->nType = pOldObjData->nType; 51 pNewObjData->nType = pOldObjData->nType; 58 pNewObjData->nType = pOldObjData->nType [all...] |
global.cpp | 180 switch (pData->nType) { 232 switch (pData->data.nType) { 287 switch (pData->nType) { 337 pObjElement->nType = JS_GLOBALDATA_TYPE_NUMBER; 344 pObjElement->nType = JS_GLOBALDATA_TYPE_BOOLEAN; 353 pObjElement->nType = JS_GLOBALDATA_TYPE_STRING; 360 pObjElement->nType = JS_GLOBALDATA_TYPE_OBJECT; 367 pObjElement->nType = JS_GLOBALDATA_TYPE_NULL; 381 switch (pObjData->nType) { 417 int nType, [all...] |
JS_Object.h | 33 FX_UINT nType, 64 FX_UINT nType, 81 int nType,
|
JS_GlobalData.h | 43 int nType; // 0:int 1:bool 2:string 3:obj
|
/hardware/ti/omap4-aah/security/tf_daemon/ |
lib_manifest2.c | 69 static bool static_checkCharacter(uint8_t x, uint32_t nType) 84 if (nType == CHARACTER_NAME_FIRST) 93 if (nType == CHARACTER_NAME_SUBSEQUENT) 145 if (pContext->nType != LIB_MANIFEST2_TYPE_COMPILED) 226 if (pContext->nType == LIB_MANIFEST2_TYPE_SOURCE_WITH_SECTIONS) 310 if (pContext->nType != LIB_MANIFEST2_TYPE_COMPILED) 325 if (pContext->nType != LIB_MANIFEST2_TYPE_COMPILED) 467 if (pContext->nType == LIB_MANIFEST2_TYPE_COMPILED) 481 if (pContext->nType == LIB_MANIFEST2_TYPE_COMPILED) 526 if (pContext->nType == LIB_MANIFEST2_TYPE_COMPILED [all...] |
lib_manifest2.h | 67 uint32_t nType; 77 The fields nType, pManifestContent, nManifestLength, and pManifestName (if applicable)
|
smc_properties_parser.c | 266 sParserContext.nType = LIB_MANIFEST2_TYPE_SOURCE_WITH_SECTIONS; 273 sParserContext.nType = LIB_MANIFEST2_TYPE_COMPILED;
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
lib_manifest2.c | 69 static bool static_checkCharacter(uint8_t x, uint32_t nType) 84 if (nType == CHARACTER_NAME_FIRST) 93 if (nType == CHARACTER_NAME_SUBSEQUENT) 145 if (pContext->nType != LIB_MANIFEST2_TYPE_COMPILED) 226 if (pContext->nType == LIB_MANIFEST2_TYPE_SOURCE_WITH_SECTIONS) 310 if (pContext->nType != LIB_MANIFEST2_TYPE_COMPILED) 325 if (pContext->nType != LIB_MANIFEST2_TYPE_COMPILED) 467 if (pContext->nType == LIB_MANIFEST2_TYPE_COMPILED) 481 if (pContext->nType == LIB_MANIFEST2_TYPE_COMPILED) 526 if (pContext->nType == LIB_MANIFEST2_TYPE_COMPILED [all...] |
lib_manifest2.h | 67 uint32_t nType; 77 The fields nType, pManifestContent, nManifestLength, and pManifestName (if applicable)
|
smc_properties_parser.c | 265 sParserContext.nType = LIB_MANIFEST2_TYPE_SOURCE_WITH_SECTIONS;
|
/external/pdfium/public/ |
fpdf_ext.h | 48 * nType - The type of unsupportObject 53 void (*FSDK_UnSupport_Handler)(struct _UNSUPPORT_INFO* pThis, int nType);
|
fpdf_formfill.h | 77 * nType - The sound type. 86 void (*app_beep)(struct _IPDF_JsPlatform* pThis, int nType); [all...] |
/hardware/qcom/media/msm8974/mm-core/inc/ |
QOMX_FileFormatExtensions.h | 152 QOMX_ENCRYPT_TYPE nType; /** type of Encryption */
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
QOMX_FileFormatExtensions.h | 152 QOMX_ENCRYPT_TYPE nType; /** type of Encryption */
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
xfa_script_resolveprocessor.cpp | 512 int32_t nType = -1;
515 nType = stack[iSize];
518 return nType;
536 int32_t nType = -1;
553 if (nType < 0) {
570 switch (nType) {
573 nType = XFA_ResolveNodes_PopStack(stack);
579 nType = XFA_ResolveNodes_PopStack(stack);
585 nType = XFA_ResolveNodes_PopStack(stack);
593 stack.Add(nType);
[all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
npapi.h | 85 typedef DWORD (WINAPI *PF_NPGetPropertyText)(DWORD iButton,DWORD nPropSel,LPWSTR lpName,LPWSTR lpButtonName,DWORD nButtonNameLen,DWORD nType); 86 typedef DWORD (WINAPI *PF_NPPropertyDialog)(HWND hwndParent,DWORD iButtonDlg,DWORD nPropSel,LPWSTR lpFileName,DWORD nType); 91 DWORD WINAPI NPGetPropertyText(DWORD iButton,DWORD nPropSel,LPWSTR lpName,LPWSTR lpButtonName,DWORD nButtonNameLen,DWORD nType); 92 DWORD WINAPI NPPropertyDialog(HWND hwndParent,DWORD iButtonDlg,DWORD nPropSel,LPWSTR lpFileName,DWORD nType);
|
/external/pdfium/fpdfsdk/src/ |
fpdf_ext.cpp | 108 int nType = wsContent.GetInteger(); 109 switch (nType) {
|
fsdk_baseform.cpp | 522 int nType = GetFieldType(); 524 if (nType == FIELDTYPE_SIGNATURE) [all...] |
/external/pdfium/fpdfsdk/include/pdfwindow/ |
PWL_Note.h | 87 void SetIconType(int32_t nType); 302 void SetIconType(int32_t nType);
|
PWL_Utils.h | 289 int32_t nType, 295 int32_t nType,
|
/external/pdfium/xfa/src/fee/src/fee/ |
fde_txtedtengine.cpp | [all...] |
/external/pdfium/fpdfsdk/src/pdfwindow/ |
PWL_Note.cpp | 287 void CPWL_Note_Icon::SetIconType(int32_t nType) { 288 m_nType = nType; [all...] |
/external/pdfium/fpdfsdk/include/ |
fsdk_mgr.h | 133 void JS_appBeep(int nType) { 135 m_pInfo->m_pJsPlatform->app_beep(m_pInfo->m_pJsPlatform, nType);
|