Searched defs:nType (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/fxjs/
H A Dcjs_keyvalue.h21 JS_GlobalDataType nType; member in class:CJS_KeyValue
H A Dglobal_timer.cpp12 int nType,
19 m_nType(nType),
9 GlobalTimer(app* pObj, CPDFSDK_FormFillEnvironment* pFormFillEnv, CJS_Runtime* pRuntime, int nType, const WideString& script, uint32_t dwElapse, uint32_t dwTimeOut) argument
H A Dcfxjse_resolveprocessor.cpp507 int32_t nType = -1; local
525 if (wLookahead != '[' && wLookahead != '(' && nType < 0)
539 if ((nType == 0 && wCur == ']') || (nType == 1 && wCur == ')') ||
540 (nType == 2 && wCur == '"')) {
541 nType = stack.empty() ? -1 : stack.back();
545 stack.push_back(nType);
546 nType = 0;
548 stack.push_back(nType);
549 nType
[all...]
H A Dcjs_global.cpp130 JS_GlobalDataType nType; member in struct:__anon17986::JSGlobalData
159 JS_GlobalDataType nType,
243 : nType(JS_GlobalDataType::NUMBER),
292 switch (pData->nType) {
368 switch (pData->data.nType) {
424 switch (pData->nType) {
462 pObjElement->nType = JS_GlobalDataType::NUMBER;
470 pObjElement->nType = JS_GlobalDataType::BOOLEAN;
479 pObjElement->nType = JS_GlobalDataType::STRING;
487 pObjElement->nType
543 SetGlobalVariables(const ByteString& propname, JS_GlobalDataType nType, double dData, bool bData, const ByteString& sData, v8::Local<v8::Object> pData, bool bDefaultPersistent) argument
[all...]
/external/spirv-llvm/lib/SPIRV/Mangler/
H A DMangler.cpp60 const char* nType; local
62 if ((nType = mangledPrimitiveStringfromName(p->getPointee()->toString())))
63 thistypeStr << nType; local
67 if ((nType = mangledPrimitiveStringfromName(pVec->getScalarType()->toString())))
68 thistypeStr << nType; local
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTFixedPoint.h139 unsigned int nType; member in struct:__anon23256::__anon23257
173 unsigned int nType; // for the moment, these are left as floats member in struct:__anon23258::__anon23259
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTTextureAPI.cpp272 unsigned int nFormat = 0, nType = 0, nBPP, nSize, nElW = 0, nElH = 0, nElD = 0; local
281 PVRTGetOGLES2TextureFormat(*pIn,nFormat,nFormat,nType);
1186 @Input nType
1189 unsigned int PVRTTextureFormatGetBPP(const GLuint nFormat, const GLuint nType) argument
1200 switch(nType)
1207 switch(nType)
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
H A DPVRTTextureAPI.cpp675 unsigned int nFormat = 0, nType = 0, nBPP, nSize, nElW = 0, nElH = 0, nElD = 0; local
684 PVRTGetOGLES3TextureFormat(*pIn,nFormat,nFormat,nType);
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_formfillenvironment.cpp100 void CPDFSDK_FormFillEnvironment::JS_appBeep(int nType) { argument
105 m_pInfo->m_pJsPlatform->app_beep(m_pInfo->m_pJsPlatform, nType);
/external/sqlite/dist/orig/
H A Dsqlite3.c127944 int nType; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c127944 int nType; local
[all...]
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 754 milliseconds