/frameworks/base/core/tests/coretests/src/android/text/format/ |
D | TimeTest.java | 31 Time t = new Time(Time.TIMEZONE_UTC); in testNormalize0() local 271 Time t = new Time(Time.TIMEZONE_UTC); in testSwitchTimezone0() local 279 Time t = new Time(Time.TIMEZONE_UTC); in testCtor0() local 285 Time t = new Time(Time.TIMEZONE_UTC); in testGetActualMaximum0() local 292 Time t = new Time(Time.TIMEZONE_UTC); in testClear0() local 306 Time t = new Time(Time.TIMEZONE_UTC); in testFormat0() local 313 Time t = new Time(Time.TIMEZONE_UTC); in testToString0() local 326 Time t = new Time(Time.TIMEZONE_UTC); in testSetToNow0() local 333 Time t = new Time(Time.TIMEZONE_UTC); in testMillis0() local 344 Time t = new Time(Time.TIMEZONE_UTC); in testMillis1() local [all …]
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | VelocityTest.java | 50 long t = System.currentTimeMillis(); in testClear() local 65 long t = System.currentTimeMillis(); in testDragAcceleration() local 76 long t = System.currentTimeMillis(); in testDragDeceleration() local 87 long t = System.currentTimeMillis(); in testDragLinearHorizontal() local 99 long t = System.currentTimeMillis(); in testDragLinearVertical() local 115 long t = System.currentTimeMillis(); in testDragWith2Points() local 131 long t = System.currentTimeMillis(); in testStabilityInNbPoints() local 153 long t = System.currentTimeMillis(); in testStabilityInTime() local 175 long t = System.currentTimeMillis(); in testStabilityInSpace() local 197 long t = System.currentTimeMillis(); in testStabilityOfComputation() local [all …]
|
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/ |
D | Mandelbrot.java | 34 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 45 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 58 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup() 71 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup()
|
D | TestBase.java | 65 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 70 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 75 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup() 80 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup() 85 public boolean onBar5Setup(SeekBar b, TextView t) { in onBar5Setup()
|
D | LevelsV4.java | 92 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 97 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 103 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup() 109 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup() 115 public boolean onBar5Setup(SeekBar b, TextView t) { in onBar5Setup()
|
D | Vignette.java | 44 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 50 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 56 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup() 62 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup() 68 public boolean onBar5Setup(SeekBar b, TextView t) { in onBar5Setup()
|
D | Fisheye.java | 42 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 48 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 54 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup()
|
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/ |
D | Mandelbrot.java | 29 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 40 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 53 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup() 66 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup()
|
D | TestBase.java | 60 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 65 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 70 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup() 75 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup() 80 public boolean onBar5Setup(SeekBar b, TextView t) { in onBar5Setup()
|
D | LevelsV4.java | 86 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 91 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 97 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup() 103 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup() 109 public boolean onBar5Setup(SeekBar b, TextView t) { in onBar5Setup()
|
D | Vignette.java | 41 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 47 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 53 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup() 59 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup() 65 public boolean onBar5Setup(SeekBar b, TextView t) { in onBar5Setup()
|
D | Fisheye.java | 39 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup() 45 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup() 51 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup()
|
/frameworks/base/core/java/android/view/animation/ |
D | AnticipateOvershootInterpolator.java | 67 private static float a(float t, float s) { in a() 71 private static float o(float t, float s) { in o() 75 public float getInterpolation(float t) { in getInterpolation()
|
D | BounceInterpolator.java | 34 private static float bounce(float t) { in bounce() 38 public float getInterpolation(float t) { in getInterpolation()
|
D | Transformation.java | 98 public void set(Transformation t) { in set() 109 public void compose(Transformation t) { in compose() 119 public void postCompose(Transformation t) { in postCompose()
|
/frameworks/base/test-runner/src/android/test/ |
D | TestPrinter.java | 88 private void failed(Test test, Throwable t) { in failed() 90 failed(test.toString(), t); in failed() local 93 public void addError(Test test, Throwable t) { in addError() 97 public void addFailure(Test test, junit.framework.AssertionFailedError t) { in addFailure()
|
/frameworks/base/core/jni/ |
D | android_text_format_Time.cpp | 61 static inline bool java2time(JNIEnv* env, Time* t, jobject o) in java2time() 83 static inline void time2java(JNIEnv* env, jobject o, const Time &t) in time2java() 97 #define ACQUIRE_TIMEZONE(This, t) \ argument 102 #define RELEASE_TIMEZONE(This, t) \ argument 111 Time t; in android_text_format_Time_normalize() local 126 Time t; in android_text_format_Time_switchTimezone() local 163 Time t; in android_text_format_Time_format2445() local 200 Time t; in android_text_format_Time_format() local 315 Time t; in android_text_format_Time_toString() local 329 Time t; in android_text_format_Time_setToNow() local [all …]
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/ |
D | MediaRecorderStopException.java | 36 public MediaRecorderStopException(String msg, Throwable t) { in MediaRecorderStopException() 40 public MediaRecorderStopException(Throwable t) { in MediaRecorderStopException()
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
D | TextureParam.java | 43 public TextureParam(String name, TextureBase t) { in TextureParam() 48 public void setTexture(TextureBase t) { in setTexture()
|
/frameworks/base/tools/aidl/ |
D | generate_java_binder.cpp | 198 generate_new_array(Type* t, StatementBlock* addTo, Variable* v, in generate_new_array() 213 generate_write_to_parcel(Type* t, StatementBlock* addTo, Variable* v, in generate_write_to_parcel() 225 generate_create_from_parcel(Type* t, StatementBlock* addTo, Variable* v, in generate_create_from_parcel() 237 generate_read_from_parcel(Type* t, StatementBlock* addTo, Variable* v, in generate_read_from_parcel() 306 Type* t = NAMES.Search(arg->type.type.data); in generate_method() local 367 Type* t = NAMES.Search(arg->type.type.data); in generate_method() local 434 Type* t = NAMES.Search(arg->type.type.data); in generate_method() local 477 Type* t = NAMES.Search(arg->type.type.data); in generate_method() local
|
/frameworks/av/services/audioflinger/ |
D | AudioMixer.cpp | 122 track_t* t = mState.tracks; in AudioMixer() local 156 track_t* t = mState.tracks; in ~AudioMixer() local 174 track_t* t = &mState.tracks[n]; in getTrackName() local 640 track_t& t = state->tracks[i]; in process__validate() local 657 track_t& t = state->tracks[i]; in process__validate() local 743 track_t& t = state->tracks[i]; in process__validate() local 763 void AudioMixer::track__genericResample(track_t* t, int32_t* out, size_t outFrameCount, int32_t* te… in track__genericResample() 796 void AudioMixer::track__nop(track_t* t, int32_t* out, size_t outFrameCount, int32_t* temp, int32_t*… in track__nop() 800 void AudioMixer::volumeRampStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, int32… in volumeRampStereo() 842 void AudioMixer::volumeStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp, int32_t* … in volumeStereo() [all …]
|
/frameworks/base/core/java/com/android/internal/util/ |
D | Predicates.java | 87 public boolean apply(T t) { in apply() 104 public boolean apply(T t) { in apply() 121 public boolean apply(T t) { in apply()
|
/frameworks/base/tests/RenderScriptTests/ComputePerf/src/com/example/android/rs/computeperf/ |
D | LaunchTest.java | 44 long t = java.lang.System.currentTimeMillis(); in XLW() local 52 long t = java.lang.System.currentTimeMillis(); in XYW() local
|
/frameworks/native/opengl/libagl/ |
D | matrix.h | 64 int32_t t; in vsquare3() local 93 int32_t t; in mla2a() local 123 int32_t t; in mla3a() local 279 int32_t t; in mla3() local 311 int32_t t; in mla4() local
|
/frameworks/base/libs/hwui/ |
D | Rect.h | 106 bool intersects(float l, float t, float r, float b) const { in intersects() 114 bool intersect(float l, float t, float r, float b) { in intersect() 128 inline bool contains(float l, float t, float r, float b) { in contains() 184 Rect intersectWith(float l, float t, float r, float b) const { in intersectWith()
|