/external/pdfium/fxjs/ |
D | cjs_globalvariablearray.cpp | 19 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()
|
D | cjs_global.cpp | 130 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 …]
|
D | cjs_globaldata.cpp | 103 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 …]
|
D | cfxjse_resolveprocessor.cpp | 507 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 …]
|
D | global_timer.cpp | 12 int nType, in GlobalTimer() argument 19 m_nType(nType), in GlobalTimer()
|
D | cjs_keyvalue.h | 21 JS_GlobalDataType nType; variable
|
D | global_timer.h | 19 int nType,
|
/external/spirv-llvm/lib/SPIRV/Mangler/ |
D | Mangler.cpp | 60 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/ |
D | PVRTFixedPoint.cpp | 114 new_mesh->Patch.nType = mesh->Patch.nType; in CreateFixedObjectMesh()
|
D | PVRTFixedPoint.h | 139 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/ |
D | PVRTTextureAPI.cpp | 272 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()
|
D | PVRTTextureAPI.h | 79 unsigned int PVRTTextureFormatGetBPP(const GLuint nFormat, const GLuint nType);
|
/external/pdfium/public/ |
D | fpdf_ext.h | 59 void (*FSDK_UnSupport_Handler)(struct _UNSUPPORT_INFO* pThis, int nType);
|
D | fpdf_formfill.h | 90 void (*app_beep)(struct _IPDF_JsPlatform* pThis, int nType);
|
/external/pdfium/testing/resources/javascript/ |
D | app_alert.in | 40 app.alert({"cMsg": "message", "cTitle": "title", "nIcon": 3, "nType": 4});
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_formfillenvironment.h | 186 void JS_appBeep(int nType);
|
D | cpdfsdk_formfillenvironment.cpp | 100 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/ |
D | PVRTTextureAPI.cpp | 675 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/ |
D | jquery-1.7.1.js | 2453 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/ |
D | windows.txt | 957 EnumObjects(hdc ptr[inout, intptr], nType int32, lpFunc ptr[inout, intptr], lParam int64)
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 127944 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/ |
D | sqlite3.c | 127960 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++){
|