Home
last modified time | relevance | path

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

12345678910>>...64

/aosp12/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DTimeTest.java34 Time t = new Time(null); in testNullTimezone() local
43 Time t = new Time(Time.TIMEZONE_UTC); in testTimezone() local
49 Time t = new Time(Time.TIMEZONE_UTC); in testSwitchTimezone() local
57 Time t = new Time(Time.TIMEZONE_UTC); in testGetActualMaximum() local
72 Time t = new Time(Time.TIMEZONE_UTC); in testAdd() local
90 Time t = new Time(Time.TIMEZONE_UTC); in testClear() local
121 Time t = new Time(); in testFormat2445() local
131 Time t = new Time(Time.TIMEZONE_UTC); in testFormat3339() local
139 Time t = new Time(Time.TIMEZONE_UTC); in testToMillis() local
156 Time t = new Time(Time.TIMEZONE_UTC); in testToMillis_overflow() local
[all …]
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DProvisionLogger.java47 Log.d(getTag(), message, t); in logd() local
54 public static void logd(Throwable t) { in logd()
56 Log.d(getTag(), "", t); in logd() local
74 Log.v(getTag(), message, t); in logv() local
83 Log.v(getTag(), "", t); in logv() local
101 Log.i(getTag(), message, t); in logi() local
110 Log.i(getTag(), "", t); in logi() local
128 Log.w(getTag(), message, t); in logw() local
137 Log.w(getTag(), "", t); in logw() local
155 Log.e(getTag(), message, t); in loge() local
[all …]
/aosp12/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DConversion.h182 Return<void> const& t) { in toBinderStatus()
196 Return<Status> const& t) { in toBinderStatus()
208 inline status_t toStatusT(Return<void> const& t) { in toStatusT()
219 inline status_t toStatusT(Status const& t) { in toStatusT()
259 inline status_t toStatusT(Return<Status> const& t) { in toStatusT()
576 hidl_vec<uint8_t> t; in inHidlBytes() local
590 hidl_vec<uint8_t> t; in toHidlBytes() local
842 inline OMX_BOOL toEnumBool(bool t) { in toEnumBool()
894 inline OMX_INDEXTYPE toEnumIndexType(uint32_t t) { in toEnumIndexType()
916 inline IOMX::PortMode toIOMXPortMode(PortMode t) { in toIOMXPortMode()
[all …]
/aosp12/bionic/benchmarks/
H A Dtime_benchmark.cpp27 timespec t; in BM_time_clock_gettime() local
36 timespec t; in BM_time_clock_gettime_syscall() local
45 timespec t; in BM_time_clock_gettime_MONOTONIC_COARSE() local
54 timespec t; in BM_time_clock_gettime_MONOTONIC_RAW() local
63 timespec t; in BM_time_clock_gettime_REALTIME() local
72 timespec t; in BM_time_clock_gettime_REALTIME_COARSE() local
81 timespec t; in BM_time_clock_gettime_BOOTTIME() local
90 timespec t; in BM_time_clock_getres() local
99 timespec t; in BM_time_clock_getres_syscall() local
108 timespec t; in BM_time_clock_getres_MONOTONIC_COARSE() local
[all …]
/aosp12/frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
H A DTestMain.java63 TestTarget t = new TestTarget(); in testSimpleSynchronizedBlock() local
83 TestTarget t = new TestTarget(); in testSimpleSynchronizedMethod() local
98 TestTarget t = new TestTarget(); in testSimpleSynchronizedMethod2() local
113 TestTarget t = new TestTarget(); in testSimpleSynchronizedMethod3() local
129 TestTarget t = new TestTarget(); in testCaughtException() local
157 TestTarget t = new TestTarget(); in testUncaughtException() local
183 TestTarget t = new TestTarget(); in testNestedSynchronizedBlock() local
218 TestTarget t = new TestTarget(); in testMethodWithControlFlow() local
238 TestTarget t = new TestTarget(); in testUnboostThatThrows() local
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A DConversion.h235 inline bool wrapAs(omx_message* l, Message const& t) { in wrapAs()
285 inline bool convertTo(omx_message* l, Message const& t) { in convertTo()
314 inline bool wrapAs(hidl_handle* t, native_handle_t** nh, in wrapAs()
395 inline int32_t toCompactColorAspects(ColorAspects const& t) { in toCompactColorAspects()
442 inline bool wrapAs(CodecBuffer* t, OMXBuffer const& l) { in wrapAs()
486 inline bool convertTo(OMXBuffer* l, CodecBuffer const& t) { in convertTo()
578 inline OMX_BOOL toEnumBool(bool t) { in toEnumBool()
604 inline OMX_COMMANDTYPE toEnumCommandType(uint32_t t) { in toEnumCommandType()
630 inline OMX_INDEXTYPE toEnumIndexType(uint32_t t) { in toEnumIndexType()
652 inline IOMX::PortMode toIOMXPortMode(PortMode t) { in toIOMXPortMode()
[all …]
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerUpdate_test.cpp65 asTransaction([&](Transaction& t) { in SetUp()
255 asTransaction([&](Transaction& t) { in TEST_F()
285 asTransaction([&](Transaction& t) { in TEST_F()
301 asTransaction([&](Transaction& t) { in TEST_F()
343 asTransaction([&](Transaction& t) { in TEST_F()
373 asTransaction([&](Transaction& t) { in TEST_F()
445 asTransaction([&](Transaction& t) { in TEST_F()
458 asTransaction([&](Transaction& t) { in TEST_F()
489 asTransaction([&](Transaction& t) { in TEST_F()
520 asTransaction([&](Transaction& t) { in TEST_F()
[all …]
/aosp12/packages/services/Car/tools/hidl_parser/
H A Dparser.py48 def t_COMMENT(t): argument
60 def t_IDENTIFIER(t): argument
74 def t_error(t): argument
325 def p_document(t): argument
349 def p_type_decl_e(t): argument
352 def p_type_decl_s(t): argument
434 def p_typename_v(t): argument
437 def p_typename_g(t): argument
456 def p_header_1(t): argument
460 def p_header_2(t): argument
[all …]
/aosp12/frameworks/base/core/java/android/util/
H A 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()
85 public static @NonNull Throwable getRootCause(@NonNull Throwable t) { in getRootCause()
95 public static @NonNull Throwable appendCause(@NonNull Throwable t, @Nullable Throwable cause) { in appendCause()
/aosp12/frameworks/native/services/vr/virtual_touchpad/tests/
H A DVirtualTouchpad_test.cpp104 for (int t = 0; t < kTouchpads; ++t) { in New() local
127 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
146 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
181 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
195 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
208 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
217 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
229 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
240 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
249 for (int t = 0; t < touchpad->GetTouchpadCount(); ++t) { in TEST_F() local
[all …]
/aosp12/bionic/tests/
H A Dtermios_test.cpp45 termios t = {}; in TEST() local
51 termios t = {}; in TEST() local
58 termios t = {}; in TEST() local
64 termios t = {}; in TEST() local
71 termios t = {}; in TEST() local
78 termios t = {}; in TEST() local
87 termios t; in TEST() local
/aosp12/system/chre/util/tests/
H A Dtime_test.cc41 Seconds t(5); in TEST() local
51 Seconds t(5); in TEST() local
62 Milliseconds t; in TEST() local
67 Milliseconds t(5); in TEST() local
78 Milliseconds t(5); in TEST() local
88 Milliseconds t(5); in TEST() local
105 Microseconds t(5); in TEST() local
116 Microseconds t(5); in TEST() local
126 Microseconds t(5120); in TEST() local
132 Nanoseconds t; in TEST() local
[all …]
/aosp12/frameworks/native/libs/gui/bufferqueue/1.0/
H A DConversion.cpp107 status_t toStatusT(Return<void> const& t) { in toStatusT()
140 int32_t toRawDataspace(Dataspace const& t) { in toRawDataspace()
153 hidl_vec<uint8_t> t; in inHidlBytes() local
167 hidl_vec<uint8_t> t; in toHidlBytes() local
181 void wrapAs(AnwBuffer* t, GraphicBuffer const& l) { in wrapAs()
203 bool convertTo(GraphicBuffer* l, AnwBuffer const& t) { in convertTo()
477 bool convertTo(Fence* l, hidl_handle const& t) { in convertTo()
1046 size_t getFlattenedSize(Region const& t) { in getFlattenedSize()
1125 bool convertTo(Region* t, ::android::Region const& l) { in convertTo()
1155 bool convertTo(::android::Region* l, Region const& t) { in convertTo()
[all …]
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.cpp458 void Replayer::setPosition(SurfaceComposerClient::Transaction& t, in setPosition()
464 void Replayer::setSize(SurfaceComposerClient::Transaction& t, in setSize()
470 void Replayer::setLayer(SurfaceComposerClient::Transaction& t, in setLayer()
476 void Replayer::setAlpha(SurfaceComposerClient::Transaction& t, in setAlpha()
482 void Replayer::setCrop(SurfaceComposerClient::Transaction& t, in setCrop()
508 void Replayer::setMatrix(SurfaceComposerClient::Transaction& t, in setMatrix()
528 void Replayer::setLayerStack(SurfaceComposerClient::Transaction& t, in setLayerStack()
534 void Replayer::setHiddenFlag(SurfaceComposerClient::Transaction& t, in setHiddenFlag()
542 void Replayer::setOpaqueFlag(SurfaceComposerClient::Transaction& t, in setOpaqueFlag()
550 void Replayer::setSecureFlag(SurfaceComposerClient::Transaction& t, in setSecureFlag()
[all …]
/aosp12/frameworks/minikin/tests/util/
H A DBufferUtils.h26 std::vector<uint8_t> allocateBuffer(const T& t) { in allocateBuffer()
34 std::vector<uint8_t> allocateBuffer(const T& t) { in allocateBuffer()
42 std::vector<uint8_t> writeToBuffer(const T& t) { in writeToBuffer()
50 std::vector<uint8_t> writeToBuffer(const T& t) { in writeToBuffer()
/aosp12/frameworks/compile/mclinker/include/mcld/Support/
H A DCXADemangle.tcc110 const char* t = first; in parse_number() local
180 const char* t = first; in parse_floating_number() local
855 const char* t; in parse_typeid_expr() local
955 const char* t = first; in parse_unresolved_type() local
1123 const char* t = first; in parse_unresolved_name() local
1353 const char* t = first; in parse_new_expr() local
3074 const char* t; in parse_unqualified_name() local
3291 const char* t = first; in parse_expression() local
3787 const char* t; in parse_template_arg() local
4302 const char* t; in parse_special_name() local
[all …]
/aosp12/art/test/924-threads/src/art/
H A DTest924.java35 Thread t = new Thread("TestThread") { in run() local
152 Thread t = mkThread.apply(r); in doStateTests() local
242 Thread t = it.next(); in doAllThreadsTests() local
284 Thread t = new Thread(); in doTLSNonLiveTests() local
328 Thread t = new Thread(r); in doTLSLiveTests() local
357 Thread t = new Thread(r, "EventTestThread"); in doTestEvents() local
424 private static void printThreadState(Thread t) { in printThreadState()
447 private static void printThreadInfo(Thread t) { in printThreadInfo()
488 private static native int getThreadState(Thread t); in getThreadState()
490 private static native void setTLS(Thread t, long l); in setTLS()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeTest.java41 Time t = new Time(Time.TIMEZONE_UTC); in testNormalize0() local
281 Time t = new Time(Time.TIMEZONE_UTC); in testSwitchTimezone0() local
289 Time t = new Time(Time.TIMEZONE_UTC); in testCtor0() local
295 Time t = new Time(Time.TIMEZONE_UTC); in testGetActualMaximum0() local
302 Time t = new Time(Time.TIMEZONE_UTC); in testClear0() local
316 Time t = new Time(Time.TIMEZONE_UTC); in testFormat0() local
323 Time t = new Time(Time.TIMEZONE_UTC); in testToString0() local
336 Time t = new Time(Time.TIMEZONE_UTC); in testSetToNow0() local
343 Time t = new Time(Time.TIMEZONE_UTC); in testMillis0() local
354 Time t = new Time(Time.TIMEZONE_UTC); in testMillis1() local
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceFreezer.java79 void freeze(SurfaceControl.Transaction t, Rect startBounds, Point relativePosition, in freeze()
132 void unfreeze(SurfaceControl.Transaction t) { in unfreeze()
137 private void unfreezeInner(SurfaceControl.Transaction t) { in unfreezeInner()
155 private void reset(SurfaceControl.Transaction t) { in reset()
170 void setLayer(SurfaceControl.Transaction t, int layer) { in setLayer()
176 void setRelativeLayer(SurfaceControl.Transaction t, SurfaceControl relativeTo, int layer) { in setRelativeLayer()
222 Snapshot(SurfaceControl.Transaction t, in Snapshot()
246 void destroy(SurfaceControl.Transaction t) { in destroy()
262 void startAnimation(SurfaceControl.Transaction t, AnimationAdapter anim, int type) { in startAnimation()
278 void cancelAnimation(SurfaceControl.Transaction t, boolean restarting) { in cancelAnimation()
/aosp12/frameworks/base/libs/hwui/
H A 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()
63 static float bounce(float t) { in bounce()
67 float BounceInterpolator::interpolate(float t) { in interpolate()
93 float OvershootInterpolator::interpolate(float t) { in interpolate()
98 float PathInterpolator::interpolate(float t) { in interpolate()
/aosp12/system/media/audio/include/system/
H A Daudio-hal-enums.h308 inline const char* audio_content_type_to_string(audio_content_type_t t) { in audio_content_type_to_string()
407 inline const char* audio_device_to_string(audio_devices_t t) { in audio_device_to_string()
446 inline const char* audio_output_flag_to_string(audio_output_flags_t t) { in audio_output_flag_to_string()
476 inline const char* audio_input_flag_to_string(audio_input_flags_t t) { in audio_input_flag_to_string()
629 inline const char* audio_format_to_string(audio_format_t t) { in audio_format_to_string()
637 inline bool audio_format_from_string(const char* s, audio_format_t* t) { in audio_format_from_string()
654 inline const char* audio_gain_mode_to_string(audio_gain_mode_t t) { in audio_gain_mode_to_string()
696 inline const char* audio_source_to_string(audio_source_t t) { in audio_source_to_string()
739 inline const char* audio_stream_type_to_string(audio_stream_type_t t) { in audio_stream_type_to_string()
789 inline const char* audio_usage_to_string(audio_usage_t t) { in audio_usage_to_string()
[all …]
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
H A DFileNodeTest.cc44 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 1, false); in TEST() local
52 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 1, true); in TEST() local
64 FileNode t("test_dump", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 1, in TEST() local
78 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 1, false); in TEST() local
90 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 1, false); in TEST() local
102 FileNode t(test_name, test_path, {}, 0, false, true); in TEST() local
113 FileNode t("t", "/sys/android/nonexist_node_test", in TEST() local
132 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 2, true); in TEST() local
162 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 2, true); in TEST() local
192 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 2, true, in TEST() local
/aosp12/packages/modules/adb/
H A Dtransport_test.cpp32 atransport t; in TEST_F() local
56 atransport t; in TEST_F() local
84 atransport t; in TEST_F() local
97 atransport t; in TEST_F() local
113 atransport t; in TEST_F() local
138 atransport t; in TEST_F() local
165 atransport t; in TEST_F() local
/aosp12/frameworks/base/core/java/android/window/
H A DWindowOrganizer.java50 public void applyTransaction(@NonNull WindowContainerTransaction t) { in applyTransaction()
77 public int applySyncTransaction(@NonNull WindowContainerTransaction t, in applySyncTransaction()
98 @Nullable WindowContainerTransaction t) { in startTransition()
118 @Nullable WindowContainerTransaction t, in finishTransition()
140 @NonNull WindowContainerTransaction t) { in startLegacyTransition()
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DBitmapManager.java71 private synchronized ThreadStatus getOrCreateThreadStatus(Thread t) { in getOrCreateThreadStatus()
84 private synchronized void setDecodingOptions(Thread t, in setDecodingOptions()
89 synchronized void removeDecodingOptions(Thread t) { in removeDecodingOptions()
98 public synchronized boolean canThreadDecoding(Thread t) { in canThreadDecoding()
109 public synchronized void allowThreadDecoding(Thread t) { in allowThreadDecoding()
113 public synchronized void cancelThreadDecoding(Thread t, ContentResolver cr) { in cancelThreadDecoding()
140 Thread t = Thread.currentThread(); in getThumbnail() local

12345678910>>...64