Home
last modified time | relevance | path

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

123456

/system/chre/util/tests/
Dtime_test.cc41 Seconds t(5); in TEST() local
46 Seconds t(UINT64_MAX / kOneSecondInNanoseconds + 1); in TEST() local
51 Seconds t(5); in TEST() local
56 Seconds t(UINT64_MAX / kOneSecondInMilliseconds + 1); in TEST() local
62 Milliseconds t; in TEST() local
67 Milliseconds t(5); in TEST() local
78 Milliseconds t(5); in TEST() local
83 Milliseconds t(UINT64_MAX / kOneMillisecondInMicroseconds + 1); in TEST() local
88 Milliseconds t(5); in TEST() local
93 Milliseconds t(UINT64_MAX / kOneMillisecondInNanoseconds + 1); in TEST() local
[all …]
/system/core/adb/
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
137 atransport t; in TEST_F() local
164 atransport t; in TEST_F() local
Dadb.cpp100 void handle_online(atransport *t) in handle_online()
107 void handle_offline(atransport *t) in handle_offline()
168 static void send_ready(unsigned local, unsigned remote, atransport *t) in send_ready()
178 static void send_close(unsigned local, unsigned remote, atransport *t) in send_close()
212 void send_connect(atransport* t) { in send_connect()
236 void parse_banner(const std::string& banner, atransport* t) { in parse_banner()
292 static void handle_new_connection(atransport* t, apacket* p) { in handle_new_connection()
313 void handle_packet(apacket *p, atransport *t) in handle_packet()
1089 atransport* t = acquire_one_transport(type, serial, transport_id, nullptr, &error); in handle_host_request() local
1134 atransport* t = acquire_one_transport(type, serial, transport_id, nullptr, &error); in handle_host_request() local
[all …]
Dadb_utils.h71 void Push(const T& t) { in Push()
90 for (const T& t : popped) { in PopAll() local
Dtransport.cpp431 void send_packet(apacket* p, atransport* t) { in send_packet()
452 void kick_transport(atransport* t, bool reset) { in kick_transport()
572 for (const auto& t : transport_list) { in iterate_transports() local
577 for (const auto& t : pending_list) { in iterate_transports() local
652 atransport* t; in transport_registration_func() local
751 for (auto t : transport_list) { in kick_all_transports() local
777 static void transport_unref(atransport* t) { in transport_unref()
851 for (const auto& t : transport_list) { in acquire_one_transport() local
1169 static void append_transport(const atransport* t, std::string* result, bool long_listing) { in append_transport()
1208 for (const auto& t : sorted_transport_list) { in list_transports() local
[all …]
/system/extras/libperfmgr/tests/
DFileNodeTest.cc45 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
62 FileNode t("test_dump", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 1, in TEST() local
75 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 1, false); in TEST() local
87 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 1, false); in TEST() local
99 FileNode t(test_name, test_path, {}, 0, false, true); in TEST() local
110 FileNode t("t", "/sys/android/nonexist_node_test", in TEST() local
129 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 2, true); in TEST() local
159 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 2, true); in TEST() local
189 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 2, true, in TEST() local
DPropertyNodeTest.cc51 PropertyNode t("t", key, {{"value0"}, {"value1"}, {"value2"}}, 1, false); in TEST() local
58 PropertyNode t("t", key, {{"value0"}, {"value1"}, {"value2"}}, 1, true); in TEST() local
68 PropertyNode t("test_dump", key, {{"value0"}, {"value1"}, {"value2"}}, 1, in TEST() local
84 PropertyNode t("t", key, {{"value0"}, {"value1"}, {"value2"}}, 1, false); in TEST() local
96 PropertyNode t("t", key, {{"value0"}, {"value1"}, {"value2"}}, 1, false); in TEST() local
108 PropertyNode t(test_name, test_path, {}, 0, false); in TEST() local
119 PropertyNode t("t", key, {{"value0"}, {"value1"}, {""}}, 2, true); in TEST() local
149 PropertyNode t("t", key, {{"value0"}, {"value1"}, {"value2"}}, 2, true); in TEST() local
179 PropertyNode t("t", key, {{"value0"}, {"value1"}, {"value2"}}, 2, true); in TEST() local
/system/core/libutils/
DTimers.cpp35 struct timespec t; in systemTime() local
46 struct timeval t; in systemTime() local
/system/core/liblog/include_vndk/log/
Dlog_time.h36 #define LOG_TIME_SEC(t) ((t)->tv_sec) argument
38 #define LOG_TIME_NSEC(t) ((t)->tv_nsec & (UINT32_MAX >> 2)) argument
/system/core/adb/daemon/
Dauth.cpp130 static void adb_disconnected(void* unused, atransport* t) { in adb_disconnected()
169 void adbd_auth_confirm_key(atransport* t) { in adbd_auth_confirm_key()
220 void adbd_notify_framework_connected_key(atransport* t) { in adbd_notify_framework_connected_key()
262 void send_auth_request(atransport* t) { in send_auth_request()
278 void adbd_auth_verified(atransport* t) { in adbd_auth_verified()
/system/media/audio_utils/include/audio_utils/
DStatistics.h63 const T t = lhs.mSum + y; member
103 const T t = lhs.mSum + rhs; member
/system/extras/tests/framebuffer/
Drefresh.c21 struct timespec t; in systemTime() local
134 int l,t,w,h; in main() local
/system/extras/tests/timetest/
Dtimetest.c15 struct timespec t; in nanotime() local
80 struct timespec t, dt; in main() local
/system/iorap/src/common/
Dtype.h142 static constexpr void for_each_impl(Tuple&& t, F&& f) { in for_each_impl()
153 static constexpr void for_each(Tuple&& t, F&& f) { in for_each()
/system/bt/btif/include/
Dbtif_storage.h31 #define BTIF_STORAGE_FILL_PROPERTY(p_prop, t, l, p_v) \ argument
/system/update_engine/
Dlibcurl_http_fetcher.cc80 for (size_t t = 0; t < arraysize(fetcher->fd_task_maps_); ++t) { in LibcurlCloseSocketCallback() local
618 for (size_t t = 0; t < arraysize(fd_task_maps_); ++t) { in SetupMessageLoopSources() local
640 for (size_t t = 0; t < arraysize(fd_task_maps_); ++t) { in SetupMessageLoopSources() local
717 for (size_t t = 0; t < arraysize(fd_task_maps_); ++t) { in CleanUp() local
/system/core/base/
Dchrono_utils_test.cpp58 Timer t; in TEST() local
68 Timer t; in TEST() local
Dchrono_utils.cpp36 std::ostream& operator<<(std::ostream& os, const Timer& t) { in operator <<()
/system/media/audio_utils/
Dfixedfft.cpp86 int32_t t = b; in mult() local
114 int32_t t = v[i]; in fixed_fft() local
/system/vold/
DKeyStorage.h34 KeyAuthentication(const std::string& t, const std::string& s) : token{t}, secret{s} {}; in KeyAuthentication()
/system/core/init/
Dtokenizer.cpp14 int t = state->nexttoken; in next_token() local
/system/tools/aidl/
Daidl_to_java.cpp125 const AidlDefinedType* t = typenames.TryGetDefinedType(contained_type); in IsMarshallingUnsupportedFor() local
140 const AidlDefinedType* t = typenames.TryGetDefinedType(name); in IsMarshallingUnsupportedFor() local
244 const AidlDefinedType* t = c.typenames.TryGetDefinedType(contained_type); in WriteToParcelFor() local
317 const AidlDefinedType* t = c.typenames.TryGetDefinedType(c.type.GetName()); in WriteToParcelFor() local
441 const AidlDefinedType* t = c.typenames.TryGetDefinedType(contained_type); in CreateFromParcelFor() local
516 const AidlDefinedType* t = c.typenames.TryGetDefinedType(c.type.GetName()); in CreateFromParcelFor() local
595 const AidlDefinedType* t = c.typenames.TryGetDefinedType(contained_type); in ReadFromParcelFor() local
639 const AidlDefinedType* t = c.typenames.TryGetDefinedType(c.type.GetName()); in ReadFromParcelFor() local
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h187 template<typename T> T EndianSwap(T t) { in EndianSwap()
219 template<typename T> T EndianScalar(T t) { in EndianScalar()
231 template<typename T> void WriteScalar(void *p, T t) { in WriteScalar()
/system/core/libpixelflinger/
Dclear.cpp51 uint32_t l, uint32_t t, uint32_t w, uint32_t h) in memset2d()
100 const uint32_t t = c->state.scissor.top; in ggl_clear() local
/system/libhidl/base/
DTaskRunner.cpp41 bool TaskRunner::push(const Task &t) { in push()

123456