Home
last modified time | relevance | path

Searched refs:nType (Results 1 – 23 of 23) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
DJS_KeyValue.cpp17 switch (pOldObjData->nType) { in Copy()
21 pNewObjData->nType = pOldObjData->nType; in Copy()
28 pNewObjData->nType = pOldObjData->nType; in Copy()
35 pNewObjData->nType = pOldObjData->nType; in Copy()
42 pNewObjData->nType = pOldObjData->nType; in Copy()
49 pNewObjData->nType = pOldObjData->nType; in Copy()
Dglobal.cpp38 : nType(JS_GlobalDataType::NUMBER), in JSGlobalData()
131 switch (pData->nType) { in DoProperty()
186 switch (pData->data.nType) { in UpdateGlobalPersistentVariables()
239 switch (pData->nType) { in CommitGlobalPersisitentVariables()
279 pObjElement->nType = JS_GlobalDataType::NUMBER; in ObjectToArray()
286 pObjElement->nType = JS_GlobalDataType::BOOLEAN; in ObjectToArray()
295 pObjElement->nType = JS_GlobalDataType::STRING; in ObjectToArray()
302 pObjElement->nType = JS_GlobalDataType::OBJECT; in ObjectToArray()
309 pObjElement->nType = JS_GlobalDataType::NULLOBJ; in ObjectToArray()
326 switch (pObjData->nType) { in PutObjectProperty()
[all …]
DJS_GlobalData.cpp103 pData->data.nType = JS_GlobalDataType::NUMBER; in SetGlobalVariableNumber()
109 pNewData->data.nType = JS_GlobalDataType::NUMBER; in SetGlobalVariableNumber()
121 pData->data.nType = JS_GlobalDataType::BOOLEAN; in SetGlobalVariableBoolean()
127 pNewData->data.nType = JS_GlobalDataType::BOOLEAN; in SetGlobalVariableBoolean()
139 pData->data.nType = JS_GlobalDataType::STRING; in SetGlobalVariableString()
145 pNewData->data.nType = JS_GlobalDataType::STRING; in SetGlobalVariableString()
158 pData->data.nType = JS_GlobalDataType::OBJECT; in SetGlobalVariableObject()
164 pNewData->data.nType = JS_GlobalDataType::OBJECT; in SetGlobalVariableObject()
175 pData->data.nType = JS_GlobalDataType::NULLOBJ; in SetGlobalVariableNull()
180 pNewData->data.nType = JS_GlobalDataType::NULLOBJ; in SetGlobalVariableNull()
[all …]
Dglobal.h24 JS_GlobalDataType nType; member
57 JS_GlobalDataType nType,
DJS_KeyValue.h39 JS_GlobalDataType nType; variable
Dapp.cpp30 int nType,
64 int nType, in GlobalTimer() argument
71 m_nType(nType), in GlobalTimer()
/external/spirv-llvm/lib/SPIRV/Mangler/
DMangler.cpp60 const char* nType; in mangleSubstitution() local
62 if ((nType = mangledPrimitiveStringfromName(p->getPointee()->toString()))) in mangleSubstitution()
63 thistypeStr << nType; in mangleSubstitution()
67 if ((nType = mangledPrimitiveStringfromName(pVec->getScalarType()->toString()))) in mangleSubstitution()
68 thistypeStr << nType; in mangleSubstitution()
/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.cpp240 int nType = pField->GetFieldType(); in OnCalculate() local
241 if (nType != FIELDTYPE_COMBOBOX && nType != FIELDTYPE_TEXTFIELD) in OnCalculate()
585 int nType = pField->GetFieldType(); in BeforeValueChange() local
586 if (nType != FIELDTYPE_COMBOBOX && nType != FIELDTYPE_TEXTFIELD) in BeforeValueChange()
602 int nType = pField->GetFieldType(); in AfterValueChange() local
603 if (nType == FIELDTYPE_COMBOBOX || nType == FIELDTYPE_TEXTFIELD) { in AfterValueChange()
636 int nType = pField->GetFieldType(); in AfterCheckedStatusChange() local
637 if (nType != FIELDTYPE_CHECKBOX && nType != FIELDTYPE_RADIOBUTTON) in AfterCheckedStatusChange()
Dfpdf_ext.cpp92 int nType = wsContent.GetInteger(); in CheckSharedForm() local
93 switch (nType) { in CheckSharedForm()
Dcpdfsdk_formfillenvironment.h171 void JS_appBeep(int nType);
Dcpdfsdk_formfillenvironment.cpp99 void CPDFSDK_FormFillEnvironment::JS_appBeep(int nType) { in JS_appBeep() argument
104 m_pInfo->m_pJsPlatform->app_beep(m_pInfo->m_pJsPlatform, nType); in JS_appBeep()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_resolveprocessor.cpp502 int32_t nType = -1; in ResolvePopStack() local
505 nType = stack[iSize]; in ResolvePopStack()
508 return nType; in ResolvePopStack()
525 int32_t nType = -1; in GetFilter() local
542 if (nType < 0) { in GetFilter()
559 switch (nType) { in GetFilter()
562 nType = ResolvePopStack(stack); in GetFilter()
568 nType = ResolvePopStack(stack); in GetFilter()
574 nType = ResolvePopStack(stack); in GetFilter()
582 stack.Add(nType); in GetFilter()
[all …]
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTFixedPoint.cpp114 new_mesh->Patch.nType = mesh->Patch.nType; in CreateFixedObjectMesh()
DPVRTFixedPoint.h139 unsigned int nType; member
173 unsigned int nType; // for the moment, these are left as floats member
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTTextureAPI.h79 unsigned int PVRTTextureFormatGetBPP(const GLuint nFormat, const GLuint nType);
DPVRTTextureAPI.cpp272 unsigned int nFormat = 0, nType = 0, nBPP, nSize, nElW = 0, nElH = 0, nElD = 0; in PVRTTextureTile() local
281 PVRTGetOGLES2TextureFormat(*pIn,nFormat,nFormat,nType); in PVRTTextureTile()
1189 unsigned int PVRTTextureFormatGetBPP(const GLuint nFormat, const GLuint nType) in PVRTTextureFormatGetBPP() argument
1200 switch(nType) in PVRTTextureFormatGetBPP()
1207 switch(nType) in PVRTTextureFormatGetBPP()
/external/pdfium/public/
Dfpdf_ext.h59 void (*FSDK_UnSupport_Handler)(struct _UNSUPPORT_INFO* pThis, int nType);
Dfpdf_formfill.h87 void (*app_beep)(struct _IPDF_JsPlatform* pThis, int nType);
/external/pdfium/testing/resources/javascript/
Dapp_alert.in40 app.alert({"cMsg": "message", "cTitle": "title", "nIcon": 3, "nType": 4});
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTTextureAPI.cpp675 unsigned int nFormat = 0, nType = 0, nBPP, nSize, nElW = 0, nElH = 0, nElD = 0; in PVRTTextureTile() local
684 PVRTGetOGLES3TextureFormat(*pIn,nFormat,nFormat,nType); in PVRTTextureTile()
/external/svox/pico/lib/
Dpicopam.c1900 picoos_uint8 *sDest, nI, nType, nIdx, fde; in pam_put_item() local
1930 nType = pam->sSyllFeats[pam->nCurrSyllable].phoneV[bnd]; in pam_put_item()
1931 switch (nType) { in pam_put_item()
/external/sqlite/dist/orig/
Dsqlite3.c125731 int nType;
125733 nType = sqlite3Strlen30(zType);
125734 for(i=0; i<nType; i++){
125742 if( i<nType ){
125745 for(j=i; (j+nDel)<=nType; j++){
/external/sqlite/dist/
Dsqlite3.c125731 int nType;
125733 nType = sqlite3Strlen30(zType);
125734 for(i=0; i<nType; i++){
125742 if( i<nType ){
125745 for(j=i; (j+nDel)<=nType; j++){