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

1 2

  /packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
dmtEventSubscription.cc 29 SYNCML_DM_EVENT_TYPE_T nType)
32 m_nType = nType;
38 SYNCML_DM_EVENT_TYPE_T nType,
45 Set(eAction,nType);
  /packages/apps/OMA-DM/engine/dmlib/portlib/generic/
xpl_dm_Notifications.h 36 SYNCML_DM_EVENT_TYPE_T nType,
  /packages/apps/OMA-DM/engine/xpl/hdr/
xpl_dm_Notifications.h 36 SYNCML_DM_EVENT_TYPE_T nType,
  /packages/apps/OMA-DM/engine/dmlib/api/native/
dmtEvent.hpp 77 * \param nType [in] - event type
86 SYNCML_DM_EVENT_TYPE_T nType);
96 * \param nType [in] - event type
108 SYNCML_DM_EVENT_TYPE_T nType,
  /external/pdfium/fpdfsdk/include/javascript/
global.h 16 nType = 0;
28 int nType; //0:int 1:bool 2:string 3:obj
57 FX_BOOL SetGlobalVariables(FX_LPCSTR propname, int nType,
JS_Console.h 90 void OnSize(UINT nType, int cx, int cy);
149 virtual void OnSize(UINT nType, int cx, int cy);
154 void AddElement(CFX_WideString csValue , int nType);
217 afx_msg void OnSize(UINT nType, int cx, int cy);
JS_GlobalData.h 44 int nType; //0:int 1:bool 2:string 3:obj
JS_Object.h 29 int MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle = NULL, FX_UINT nType = 0, FX_UINT nIcon = 0);
59 static int MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle = NULL, FX_UINT nType = 0,FX_UINT nIcon = 0);
206 void SetType(int nType)
208 m_nType = nType;
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/src/
dmEventSubscription.cc 87 SYNCML_DM_EVENT_TYPE_T nType = SYNCML_DM_EVENT_NODE;
99 nType = SYNCML_DM_EVENT_NODE;
101 nType = SYNCML_DM_EVENT_CUMULATIVE;
103 nType = SYNCML_DM_EVENT_DETAIL;
113 m_nType = nType;
dmSubscriptionItem.cc 73 SYNCML_DM_EVENT_TYPE_T nType = SYNCML_DM_EVENT_NODE;
85 nType = SYNCML_DM_EVENT_NODE;
87 nType = SYNCML_DM_EVENT_CUMULATIVE;
89 nType = SYNCML_DM_EVENT_DETAIL;
99 m_nType = nType;
175 SYNCML_DM_EVENT_TYPE_T nType[3] = { SYNCML_DM_EVENT_NODE,
195 for (index = 0; index < DIM(nType); index++ )
197 if ( m_nType == nType[index] )
  /external/pdfium/fpdfsdk/src/javascript/
JS_Object.cpp 15 int FXJS_MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle, FX_UINT nType, FX_UINT nIcon)
24 nRet = pApp->JS_appAlert(swMsg, swTitle, nType, nIcon);
58 int CJS_EmbedObj::MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView,FX_LPCWSTR swMsg,FX_LPCWSTR swTitle,FX_UINT nType,FX_UINT nIcon)
60 return FXJS_MsgBox(pApp, pPageView, swMsg, swTitle, nType, nIcon);
128 int CJS_Object::MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle, FX_UINT nType, FX_UINT nIcon)
130 return FXJS_MsgBox(pApp, pPageView, swMsg, swTitle, nType, nIcon);
JS_GlobalData.cpp 32 switch (pOldObjData->nType)
38 pNewObjData->nType = pOldObjData->nType;
47 pNewObjData->nType = pOldObjData->nType;
56 pNewObjData->nType = pOldObjData->nType;
65 pNewObjData->nType = pOldObjData->nType;
73 pNewObjData->nType = pOldObjData->nType;
    [all...]
global.cpp 158 switch (pData->nType)
237 switch (pData->data.nType)
296 switch (pData->nType)
351 pObjElement->nType = JS_GLOBALDATA_TYPE_NUMBER;
360 pObjElement->nType = JS_GLOBALDATA_TYPE_BOOLEAN;
370 pObjElement->nType = JS_GLOBALDATA_TYPE_STRING;
379 pObjElement->nType = JS_GLOBALDATA_TYPE_OBJECT;
388 pObjElement->nType = JS_GLOBALDATA_TYPE_NULL;
408 switch (pObjData->nType)
449 FX_BOOL global_alternate::SetGlobalVariables(FX_LPCSTR propname, int nType,
    [all...]
  /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)
  /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)
  /external/pdfium/fpdfsdk/include/
fpdf_ext.h 51 * nType - The type of unsupportObject
56 void(*FSDK_UnSupport_Handler)(_UNSUPPORT_INFO* pThis,int nType);
  /packages/apps/OMA-DM/engine/dmlib/linux_java/samples/portlib/src/
xpl_dm_Notifications.cc 13 SYNCML_DM_EVENT_TYPE_T nType,
  /packages/apps/OMA-DM/engine/xpl/src/
xpl_dm_Notifications.cc 13 SYNCML_DM_EVENT_TYPE_T nType,
  /packages/apps/OMA-DM/engine/dmlib/tool-src/bmdf_reader/
reader.cpp 113 int nType = GetInt16( buf, nOffset );
116 if ( nType & 0x400 )
149 /*szIndent,*/ nType, szID,
155 c_szType[nType &0x0f],
158 if ( nType & 0x400 )
161 if ( nType & 0x200 )
164 if ( nType & 0x100 )
235 if ( (nType & 0x7f) == 3 ) {// bool
242 if( (nType & 0x7f) == 2 ) // int
  /hardware/qcom/media/mm-core/inc/
QOMX_FileFormatExtensions.h 152 QOMX_ENCRYPT_TYPE nType; /** type of Encryption */
  /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 121 int nType = wsContent.GetInteger();
122 switch(nType)
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Note.h 84 void SetIconType(FX_INT32 nType);
308 void SetIconType(FX_INT32 nType);

Completed in 2009 milliseconds

1 2