Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 561) sorted by relevance

12345678910>>...23

/frameworks/av/include/media/omx/1.0/
DConversion.h182 Return<void> const& t) { in toBinderStatus()
196 Return<Status> const& t) { in toBinderStatus()
217 inline status_t toStatusT(Return<Status> const& t) { in toStatusT()
228 inline status_t toStatusT(Return<void> const& t) { in toStatusT()
239 inline status_t toStatusT(Status const& t) { in toStatusT()
281 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { in wrapAs()
331 inline bool wrapAs(omx_message* l, Message const& t) { in wrapAs()
381 inline bool convertTo(omx_message* l, Message const& t) { in convertTo()
410 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs()
427 inline void wrapAs(OMXFenceParcelable* l, hidl_handle const& t) { in wrapAs()
[all …]
/frameworks/av/media/libstagefright/omx/1.0/
DConversion.h188 Return<void> const& t) { in toBinderStatus()
210 inline status_t toStatusT(Return<Status> const& t) { in toStatusT()
221 inline status_t toStatusT(Return<void> const& t) { in toStatusT()
232 inline status_t toStatusT(Status const& t) { in toStatusT()
274 inline bool wrapAs(Message* t, native_handle_t** nh, omx_message const& l) { in wrapAs()
324 inline bool wrapAs(omx_message* l, Message const& t) { in wrapAs()
374 inline bool convertTo(omx_message* l, Message const& t) { in convertTo()
403 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs()
420 inline void wrapAs(OMXFenceParcelable* l, hidl_handle const& t) { in wrapAs()
435 inline bool convertTo(OMXFenceParcelable* l, hidl_handle const& t) { in convertTo()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DTaskGrouping.java23 void addTask(Task t) { in addTask()
33 void removeTask(Task t) { in removeTask()
48 public Task.TaskKey getNextTaskInGroup(Task t) { in getNextTaskInGroup()
57 public Task.TaskKey getPrevTaskInGroup(Task t) { in getPrevTaskInGroup()
66 public boolean isFrontMostTask(Task t) { in isFrontMostTask()
71 public int indexOf(Task t) { in indexOf()
76 public boolean containsTask(Task t) { in containsTask()
82 public boolean isTaskAboveTask(Task t, Task below) { in isTaskAboveTask()
/frameworks/native/services/vr/virtual_touchpad/tests/
DVirtualTouchpad_test.cpp104 for (int t = 0; t < kTouchpads; ++t) { in New() local
138 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
158 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
188 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
202 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
215 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
224 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
236 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
247 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
256 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
[all …]
/frameworks/base/core/java/android/util/
DExceptionUtils.java43 public static String getCompleteMessage(String msg, Throwable t) { in getCompleteMessage()
55 public static String getCompleteMessage(Throwable t) { in getCompleteMessage()
59 public static <E extends Throwable> void propagateIfInstanceOf( in propagateIfInstanceOf()
69 public static <E extends Exception> RuntimeException propagate(@NonNull Throwable t, Class<E> c) in propagate()
75 public static RuntimeException propagate(@NonNull Throwable t) { in propagate()
/frameworks/compile/mclinker/include/mcld/Support/
DCXADemangle.tcc73 for (auto& t : db.template_param) in print_stack() local
110 const char* t = first; in parse_number() local
180 const char* t = first; in parse_floating_number() local
220 const char* t = first+1; in parse_source_name() local
299 const char* t = first+1; in parse_substitution() local
455 const char*t = parse_source_name(first+1, last, db); in parse_builtin_type() local
553 for (auto& t : db.template_param.back().front()) in parse_template_param() local
566 const char* t = first+1; in parse_template_param() local
602 const char* t = parse_type(first+2, last, db); in parse_const_cast_expr() local
628 const char* t = parse_type(first+2, last, db); in parse_dynamic_cast_expr() local
[all …]
/frameworks/base/core/tests/coretests/src/android/text/format/
DTimeTest.java38 Time t = new Time(Time.TIMEZONE_UTC); in testNormalize0() local
278 Time t = new Time(Time.TIMEZONE_UTC); in testSwitchTimezone0() local
286 Time t = new Time(Time.TIMEZONE_UTC); in testCtor0() local
292 Time t = new Time(Time.TIMEZONE_UTC); in testGetActualMaximum0() local
299 Time t = new Time(Time.TIMEZONE_UTC); in testClear0() local
313 Time t = new Time(Time.TIMEZONE_UTC); in testFormat0() local
320 Time t = new Time(Time.TIMEZONE_UTC); in testToString0() local
333 Time t = new Time(Time.TIMEZONE_UTC); in testSetToNow0() local
340 Time t = new Time(Time.TIMEZONE_UTC); in testMillis0() local
351 Time t = new Time(Time.TIMEZONE_UTC); in testMillis1() local
[all …]
/frameworks/base/libs/hwui/
DInterpolator.cpp44 float AnticipateInterpolator::interpolate(float t) { in interpolate()
48 static float a(float t, float s) { in a()
52 static float o(float t, float s) { in o()
56 float AnticipateOvershootInterpolator::interpolate(float t) { in interpolate()
61 static float bounce(float t) { in bounce()
65 float BounceInterpolator::interpolate(float t) { in interpolate()
87 float OvershootInterpolator::interpolate(float t) { in interpolate()
92 float PathInterpolator::interpolate(float t) { in interpolate()
/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java49 long t = System.currentTimeMillis(); in testClear() local
64 long t = System.currentTimeMillis(); in testDragAcceleration() local
75 long t = System.currentTimeMillis(); in testDragDeceleration() local
87 long t = System.currentTimeMillis(); in testDragLinearHorizontal() local
100 long t = System.currentTimeMillis(); in testDragLinearVertical() local
117 long t = System.currentTimeMillis(); in testDragWith2Points() local
134 long t = System.currentTimeMillis(); in testStabilityInNbPoints() local
156 long t = System.currentTimeMillis(); in testStabilityInTime() local
178 long t = System.currentTimeMillis(); in testStabilityInSpace() local
200 long t = System.currentTimeMillis(); in testStabilityOfComputation() local
[all …]
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dclock_ns.h15 timespec t; in GetSystemClock() local
21 timespec t; in GetSystemClockRaw() local
27 timespec t = GetSystemClock(); in GetSystemClockNs() local
33 timespec t = GetSystemClockRaw(); in GetSystemClockRawNs() local
49 timespec t; in NsToTimespec() local
/frameworks/rs/rsov/driver/
DrsovType.cpp24 bool rsovTypeInit(const Context *, const Type *t) { return true; } in rsovTypeInit()
26 void rsovTypeDestroy(const Context *rsc, const Type *t) {} in rsovTypeDestroy()
28 void rsovTypeUpdateCachedObject(const Context *rsc, const Type *t, in rsovTypeUpdateCachedObject()
/frameworks/rs/driver/
DrsdType.cpp35 bool rsdTypeInit(const Context *, const Type *t) { in rsdTypeInit()
39 void rsdTypeDestroy(const Context *rsc, const Type *t) { in rsdTypeDestroy()
42 void rsdTypeUpdateCachedObject(const Context *rsc, const Type *t, in rsdTypeUpdateCachedObject()
/frameworks/native/libs/binder/include/binder/
DSafeInterface.h64 const Parcel& parcel, T* t) const { in read()
69 Parcel* parcel, const T& t) const { in write()
74 const Parcel& parcel, sp<T>* t) const { in read()
80 Parcel* parcel, const sp<T>& t) const { in write()
85 const Parcel& parcel, T* t) const { in read()
90 Parcel* parcel, const T& t) const { in write()
107 const Parcel& parcel, T* t) const { in read()
112 Parcel* parcel, const T& t) const { in write()
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DTestBase.java53 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup()
58 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup()
63 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup()
68 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup()
73 public boolean onBar5Setup(SeekBar b, TextView t) { in onBar5Setup()
DIPControlsJB.java133 IPTestListJB.TestName t[] = IPTestListJB.TestName.values(); in launchDemo() local
193 IPTestListJB.TestName t[] = IPTestListJB.TestName.values(); in checkGroup() local
213 IPTestListJB.TestName t[] = IPTestListJB.TestName.values(); in btnRun() local
238 float rebase(float v, IPTestListJB.TestName t) { in rebase()
261 IPTestListJB.TestName t = IPTestListJB.TestName.values()[ct]; in writeResults() local
283 IPTestListJB.TestName t = IPTestListJB.TestName.values()[id[ct]]; in onActivityResult() local
295 IPTestListJB.TestName t = IPTestListJB.TestName.values()[ct]; in onActivityResult() local
313 IPTestListJB.TestName t[] = IPTestListJB.TestName.values(); in btnSelAll() local
DMandelbrot.java33 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup()
44 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup()
57 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup()
70 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup()
DLevelsV4.java86 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()
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
DTestBase.java52 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup()
57 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup()
62 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup()
67 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup()
72 public boolean onBar5Setup(SeekBar b, TextView t) { in onBar5Setup()
DMandelbrot.java33 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup()
44 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup()
57 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup()
70 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup()
DLevelsV4.java86 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()
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DTestBase.java74 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup()
79 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup()
84 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup()
89 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup()
94 public boolean onBar5Setup(SeekBar b, TextView t) { in onBar5Setup()
DLevelsV4.java92 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()
DMandelbrot.java39 public boolean onBar1Setup(SeekBar b, TextView t) { in onBar1Setup()
50 public boolean onBar2Setup(SeekBar b, TextView t) { in onBar2Setup()
63 public boolean onBar3Setup(SeekBar b, TextView t) { in onBar3Setup()
76 public boolean onBar4Setup(SeekBar b, TextView t) { in onBar4Setup()
/frameworks/base/test-runner/src/android/test/
DTestPrinter.java89 private void failed(Test test, Throwable t) { in failed()
91 failed(test.toString(), t); in failed() local
94 public void addError(Test test, Throwable t) { in addError()
98 public void addFailure(Test test, junit.framework.AssertionFailedError t) { in addFailure()
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DTestResultInstrumentation.java52 public void addError(Test test, Throwable t) { in addError()
58 public void addFailure(Test test, AssertionFailedError t) { in addFailure()
79 private void show(String tag, Test test, Throwable t) { in show()

12345678910>>...23