Searched defs:dValue (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Value.cpp36 CJS_Value::CJS_Value(v8::Isolate* isolate, const double &dValue):m_isolate(isolate) argument
38 operator =(dValue);
169 void CJS_Value::operator =(double dValue) argument
171 m_pValue = JS_NewNumber(m_isolate,dValue);
345 void CJS_PropValue::operator <<(double dValue) argument
348 CJS_Value::operator =(dValue);
351 void CJS_PropValue::operator >>(double &dValue) const
354 dValue = CJS_Value::operator double();
H A DPublicMethods.cpp1103 double dValue = atof(strValue); local
1105 dValue += DOUBLE_CORRECT;//
1110 strValue = fcvt(dValue,iDec,&iDec2,&bNagative);
1113 dValue = 0;
1114 strValue = fcvt(dValue,iDec,&iDec2,&bNagative);
1445 double dValue = atof(strValue); local
1446 dValue *= 100;
1448 dValue += DOUBLE_CORRECT;//��
1452 strValue = fcvt(dValue,iDec,&iDec2,&bNagative);
1455 dValue
[all...]
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp592 void JS_PutObjectNumber(IJS_Runtime* pJSRuntime,v8::Handle<v8::Object> pObj, const wchar_t* PropertyName, double dValue) argument
595 pObj->Set(WSToJSString(pJSRuntime,PropertyName),v8::Number::New(pJSRuntime, (double)dValue));
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 678 milliseconds