/external/webkit/Source/WebCore/fileapi/ |
Metadata.h | 42 static PassRefPtr<Metadata> create(double modificationTime) 53 double modificationTime() const { return m_modificationTime * 1000.0; } 56 Metadata(double modificationTime) 61 double m_modificationTime;
|
/external/webkit/Source/WebCore/manual-tests/ |
whitespace-pre-affinity.html | 6 <li>double-click a few times on the blanks lines below</li>
|
/external/webkit/Source/WebCore/page/ |
SpeechInputResult.h | 42 static PassRefPtr<SpeechInputResult> create(const String& utterance, double confidence); 44 double confidence() const; 48 SpeechInputResult(const String& utterance, double confidence); 51 double m_confidence;
|
WebKitAnimation.h | 50 double duration() const; 52 double elapsedTime() const; 53 void setElapsedTime(double); 55 double delay() const;
|
/external/webkit/Source/WebCore/platform/audio/ |
AudioResampler.h | 55 void setRate(double rate); 56 double rate() const { return m_rate; } 58 static const double MaxRate; 61 double m_rate;
|
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
ScaleTransformOperation.cpp | 27 PassRefPtr<TransformOperation> ScaleTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) 38 double fromX = fromOp ? fromOp->m_x : 1.; 39 double fromY = fromOp ? fromOp->m_y : 1.; 40 double fromZ = fromOp ? fromOp->m_z : 1.;
|
/external/webkit/Source/WebCore/webaudio/ |
AudioDestinationNode.h | 39 AudioDestinationNode(AudioContext*, double sampleRate); 49 double currentTime() { return m_currentTime; } 51 virtual double sampleRate() const = 0; 58 double m_currentTime;
|
/external/webkit/Source/WebKit/win/ |
WebGeolocationPosition.h | 49 virtual HRESULT STDMETHODCALLTYPE initWithTimestamp(double timestamp, double latitude, double longitude, double accuracy);
|
/external/webkit/Source/WebKit2/Shared/ |
WebGeolocationPosition.cpp | 34 WebGeolocationPosition::WebGeolocationPosition(double timestamp, double latitude, double longitude, double accuracy)
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
WKGeolocationPosition.cpp | 39 WKGeolocationPositionRef WKGeolocationPositionCreate(double timestamp, double latitude, double longitude, double accuracy)
|
/frameworks/base/cmds/stagefright/ |
SineSource.h | 27 static const double kFrequency = 500.0;
|
/frameworks/base/core/tests/coretests/src/android/os/ |
IAidlTest.aidl | 39 double[] doubleArray(in double[] a0, out double[] a1, inout double[] a2);
|
/frameworks/compile/libbcc/runtime/lib/ppc/ |
fixunstfdi.c | 5 /* uint64_t __fixunstfdi(long double x); */ 6 /* This file implements the PowerPC 128-bit double-double -> uint64_t conversion */ 11 uint64_t __fixunstfdi(long double input)
|
/frameworks/compile/libbcc/runtime/test/Unit/ppc/ |
test | 2 if gcc -arch ppc -O0 $FILE ../../../Release/ppc/libcompiler_rt.Optimized.a -mlong-double-128
|
/frameworks/compile/libbcc/runtime/test/Unit/ |
unorddf2vfp_test.c | 20 extern int __unorddf2vfp(double a, double b); 23 int test__unorddf2vfp(double a, double b)
|
/frameworks/compile/slang/tests/F_root_compute_non_uint32_t_xyzar/ |
stderr.txt.expect | 3 root_compute_non_uint32_t_xyzar.rs:5:34: error: Unexpected root() parameter 'z' of type 'double'
|
/hardware/invensense/mlsdk/mllite/ |
mlMathFunc.h | 60 double inv_matrix_detd(double *p, int *n); 61 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y);
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 45 double s; 72 double s; 115 double max_disparity=DB_DEFAULT_MAX_DISPARITY, 141 const double *x_l,const double *y_l,int nr_l,const double *x_r,const double *y_r,int nr_r, 142 int *id_l,int *id_r,int *nr_matches,const double H[9]=0); 203 double max_disparity=DB_DEFAULT_MAX_DISPARITY, 205 double max_disparity_v=DB_DEFAULT_NO_DISPARITY [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathinline.h | 42 __NTH (__signbit (double __x)) 44 __extension__ union { double __d; int __i[2]; } __u = { __d: __x }; 48 __NTH (__signbitl (long double __x)) 50 __extension__ union { long double __l; int __i[3]; } __u = { __l: __x };
|
/external/llvm/test/CodeGen/X86/ |
nancvt.ll | 11 %struct..1anon = type { double } 40 %tmp67 = fpext float %tmp6 to double ; <double> [#uses=1] 41 %tmp8 = getelementptr %struct..1anon* %ud, i32 0, i32 0 ; <double*> [#uses=1] 42 store double %tmp67, double* %tmp8, align 8 43 %tmp9 = getelementptr %struct..1anon* %ud, i32 0, i32 0 ; <double*> [#uses=1] 44 %tmp910 = bitcast double* %tmp9 to i64* ; <i64*> [#uses=1] 48 %tmp14 = getelementptr %struct..1anon* %ud, i32 0, i32 0 ; <double*> [#uses=1] 49 %tmp1415 = bitcast double* %tmp14 to i64* ; <i64*> [#uses=1 [all...] |
/build/tools/droiddoc/test/stubs/expected/com/android/stubs/ |
Types.java | 12 public static final double public_static_final_double = 0.0; 22 public final double public_final_double; 30 public static final double public_static_final_double;
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/dconst_0/ |
Test_dconst_0.java | 30 double b = 1234d; 31 double c = 1234d; 32 double d = b - c;
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/dconst_1/ |
Test_dconst_1.java | 30 double b = 1235d; 31 double c = 1234d; 32 double d = b - c;
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/dreturn/jm/ |
T_dreturn_7.java | 21 double value = 0; 30 private synchronized double test() { 32 double c = value;
|
/dalvik/vm/mterp/armv5te/ |
unopWide.S | 7 * For: neg-long, not-long, neg-double, long-to-double, double-to-long
|