Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_globalvariablearray.cpp19 switch (pOldObjData->nType) { in Copy()
23 pNewObjData->nType = pOldObjData->nType; in Copy()
30 pNewObjData->nType = pOldObjData->nType; in Copy()
37 pNewObjData->nType = pOldObjData->nType; in Copy()
44 pNewObjData->nType = pOldObjData->nType; in Copy()
51 pNewObjData->nType = pOldObjData->nType; in Copy()
Dcjs_global.cpp130 JS_GlobalDataType nType; member
159 JS_GlobalDataType nType,
243 : nType(JS_GlobalDataType::NUMBER), in JSGlobalData()
292 switch (pData->nType) { in GetProperty()
368 switch (pData->data.nType) { in UpdateGlobalPersistentVariables()
424 switch (pData->nType) { in CommitGlobalPersisitentVariables()
462 pObjElement->nType = JS_GlobalDataType::NUMBER; in ObjectToArray()
470 pObjElement->nType = JS_GlobalDataType::BOOLEAN; in ObjectToArray()
479 pObjElement->nType = JS_GlobalDataType::STRING; in ObjectToArray()
487 pObjElement->nType = JS_GlobalDataType::OBJECT; in ObjectToArray()
[all …]
Dcjs_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 …]
Dcfxjse_resolveprocessor.cpp507 int32_t nType = -1; in GetFilter() local
525 if (wLookahead != '[' && wLookahead != '(' && nType < 0) in GetFilter()
539 if ((nType == 0 && wCur == ']') || (nType == 1 && wCur == ')') || in GetFilter()
540 (nType == 2 && wCur == '"')) { in GetFilter()
541 nType = stack.empty() ? -1 : stack.back(); in GetFilter()
545 stack.push_back(nType); in GetFilter()
546 nType = 0; in GetFilter()
548 stack.push_back(nType); in GetFilter()
549 nType = 1; in GetFilter()
551 stack.push_back(nType); in GetFilter()
[all …]
Dglobal_timer.cpp12 int nType, in GlobalTimer() argument
19 m_nType(nType), in GlobalTimer()
Dcjs_keyvalue.h21 JS_GlobalDataType nType; variable
Dglobal_timer.h19 int nType,
/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/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.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()
DPVRTTextureAPI.h79 unsigned int PVRTTextureFormatGetBPP(const GLuint nFormat, const GLuint nType);
/external/pdfium/public/
Dfpdf_ext.h59 void (*FSDK_UnSupport_Handler)(struct _UNSUPPORT_INFO* pThis, int nType);
Dfpdf_formfill.h90 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/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h186 void JS_appBeep(int nType);
Dcpdfsdk_formfillenvironment.cpp100 void CPDFSDK_FormFillEnvironment::JS_appBeep(int nType) { in JS_appBeep() argument
105 m_pInfo->m_pJsPlatform->app_beep(m_pInfo->m_pJsPlatform, nType); in JS_appBeep()
/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/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js2453 nType = elem.nodeType;
2456 if ( !elem || nType === 3 || nType === 8 || nType === 2 ) {
2469 notxml = nType !== 1 || !jQuery.isXMLDoc( elem );
2590 nType = elem.nodeType;
2593 if ( !elem || nType === 3 || nType === 8 || nType === 2 ) {
2597 notxml = nType !== 1 || !jQuery.isXMLDoc( elem );
/external/syzkaller/sys/windows/
Dwindows.txt957 EnumObjects(hdc ptr[inout, intptr], nType int32, lpFunc ptr[inout, intptr], lParam int64)
/external/sqlite/dist/orig/
Dsqlite3.c127944 int nType;
127946 nType = sqlite3Strlen30(zType);
127947 for(i=0; i<nType; i++){
127955 if( i<nType ){
127958 for(j=i; (j+nDel)<=nType; j++){
/external/sqlite/dist/
Dsqlite3.c127960 int nType;
127962 nType = sqlite3Strlen30(zType);
127963 for(i=0; i<nType; i++){
127971 if( i<nType ){
127974 for(j=i; (j+nDel)<=nType; j++){