Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 566) sorted by relevance

12345678910>>...23

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/
Dmhchem.min.js1t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e(require("katex"));else … argument
Dmathtex-script-type.min.js1t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("katex"));else if… function
Dcopy-tex.min.js1t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typ… argument
Dauto-render.min.js1t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("katex")):"function"… argument
Drender-a11y-string.min.js1t="object"==typeof exports?r(require("katex")):r(e.katex);for(var a in t)("object"==typeof exports… function
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4t,n={1073:e=>{e.exports={trueFunc:function(){return!0},falseFunc:function(){return!1}}},9125:(e,t,… argument
/hardware/qcom/gps/msm8994/utils/
Dloc_timer.c58 timer_data* t = (timer_data*)thread_data; in timer_thread() local
60 LOC_LOGD("%s:%d]: Enter. Delay = %d\n", __func__, __LINE__, t->time_msec); in timer_thread()
64 if(t->time_msec >= 1000) { in timer_thread()
65 ts.tv_sec += t->time_msec/1000; in timer_thread()
66 t->time_msec = t->time_msec % 1000; in timer_thread()
68 if(t->time_msec) in timer_thread()
69 ts.tv_nsec += t->time_msec * 1000000; in timer_thread()
80 pthread_mutex_lock(&(t->timer_mutex)); in timer_thread()
81 if (READY == t->state) { in timer_thread()
82 t->state = WAITING; in timer_thread()
[all …]
/hardware/qcom/gps/utils/
Dloc_timer.c58 timer_data* t = (timer_data*)thread_data; in timer_thread() local
60 LOC_LOGD("%s:%d]: Enter. Delay = %d\n", __func__, __LINE__, t->time_msec); in timer_thread()
64 if(t->time_msec >= 1000) { in timer_thread()
65 ts.tv_sec += t->time_msec/1000; in timer_thread()
66 t->time_msec = t->time_msec % 1000; in timer_thread()
68 if(t->time_msec) in timer_thread()
69 ts.tv_nsec += t->time_msec * 1000000; in timer_thread()
80 pthread_mutex_lock(&(t->timer_mutex)); in timer_thread()
81 if (READY == t->state) { in timer_thread()
82 t->state = WAITING; in timer_thread()
[all …]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dminiopt.c41 miniopt_init(miniopt_t *t, const char* name, const char* flags, bool longflags) in miniopt_init() argument
45 memset(t, 0, sizeof(miniopt_t)); in miniopt_init()
46 t->name = name; in miniopt_init()
48 t->flags = null_flags; in miniopt_init()
50 t->flags = flags; in miniopt_init()
51 t->longflags = longflags; in miniopt_init()
57 miniopt(miniopt_t *t, char **argv) in miniopt() argument
63 t->consumed = 0; in miniopt()
64 t->positional = FALSE; in miniopt()
65 memset(t->key, 0, MINIOPT_MAXKEY); in miniopt()
[all …]
/hardware/qcom/gps/msm8084/utils/
Dloc_timer.c58 timer_data* t = (timer_data*)thread_data; in timer_thread() local
60 LOC_LOGD("%s:%d]: Enter. Delay = %d\n", __func__, __LINE__, t->time_msec); in timer_thread()
64 if(t->time_msec >= 1000) { in timer_thread()
65 ts.tv_sec += t->time_msec/1000; in timer_thread()
66 t->time_msec = t->time_msec % 1000; in timer_thread()
68 if(t->time_msec) in timer_thread()
69 ts.tv_nsec += t->time_msec * 1000000; in timer_thread()
80 pthread_mutex_lock(&(t->timer_mutex)); in timer_thread()
81 if (READY == t->state) { in timer_thread()
82 t->state = WAITING; in timer_thread()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.min.js1t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof defin… argument
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DFileNodeTest.cc44 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 1, false, false); in TEST() local
45 t.Update(false); in TEST()
52 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 1, true, true); in TEST() local
53 t.Update(false); in TEST()
64 FileNode t("test_dump", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 1, in TEST() local
66 t.Update(false); in TEST()
68 t.DumpToFd(dumptf.fd); in TEST()
85 FileNode t("t", tf.path, {{"value0"}, {"value1"}, {"value2"}}, 1, false, false); in TEST() local
87 EXPECT_TRUE(t.GetValueIndex("value2", &index)); in TEST()
90 EXPECT_FALSE(t.GetValueIndex("NON_EXIST", &index)); in TEST()
[all …]
DPropertyNodeTest.cc50 PropertyNode t("t", key, {{"value0"}, {"value1"}, {"value2"}}, 1, false); in TEST() local
51 t.Update(false); in TEST()
58 PropertyNode t("t", key, {{"value0"}, {"value1"}, {"value2"}}, 1, true); in TEST() local
59 t.Update(false); in TEST()
70 PropertyNode t("test_dump", key, {{"value0"}, {"value1"}, {"value2"}}, 1, in TEST() local
72 t.Update(false); in TEST()
74 t.DumpToFd(dumptf.fd); in TEST()
92 PropertyNode t("t", key, {{"value0"}, {"value1"}, {"value2"}}, 1, false); in TEST() local
94 EXPECT_TRUE(t.GetValueIndex("value2", &index)); in TEST()
97 EXPECT_FALSE(t.GetValueIndex("NON_EXIST", &index)); in TEST()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/CI/
Dcontractions6 aren't
7 can't
9 couldn't
10 didn't
11 doesn't
12 don't
13 hadn't
14 hasn't
15 haven't
19 isn't
[all …]
/hardware/qcom/gps/msm8960/utils/
Dloc_timer.c51 timer_data t; in timer_thread() local
52 t.callback_func = ((timer_data *)thread_data)->callback_func; in timer_thread()
53 t.user_data = ((timer_data *)thread_data)->user_data; in timer_thread()
54 t.time_msec = ((timer_data *)thread_data)->time_msec; in timer_thread()
58 LOC_LOGD("%s:%d]: Enter. Delay = %d\n", __func__, __LINE__, t.time_msec); in timer_thread()
75 if(t.time_msec >= 1000) { in timer_thread()
76 ts.tv_sec += t.time_msec/1000; in timer_thread()
77 t.time_msec = t.time_msec % 1000; in timer_thread()
79 if(t.time_msec) in timer_thread()
80 ts.tv_nsec += t.time_msec * 1000000; in timer_thread()
[all …]
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
D_noise.hpp82 GLM_FUNC_QUALIFIER tvec2<T, P> fade(tvec2<T, P> const & t) in fade() argument
84 return (t * t * t) * (t * (t * T(6) - T(15)) + T(10)); in fade()
88 GLM_FUNC_QUALIFIER tvec3<T, P> fade(tvec3<T, P> const & t) in fade() argument
90 return (t * t * t) * (t * (t * T(6) - T(15)) + T(10)); in fade()
94 GLM_FUNC_QUALIFIER tvec4<T, P> fade(tvec4<T, P> const & t) in fade() argument
96 return (t * t * t) * (t * (t * T(6) - T(15)) + T(10)); in fade()
/hardware/ril/reference-ril/
Dreference-ril.c183 static void onRequest (int request, void *data, size_t datalen, RIL_Token t);
186 static void onCancel (RIL_Token t);
209 #define RIL_onRequestComplete(t, e, response, responselen) s_rilenv->OnRequestComplete(t,e, respons… argument
446 static void requestRadioPower(void *data, size_t datalen __unused, RIL_Token t) in requestRadioPower() argument
476 RIL_onRequestComplete(t, RIL_E_SUCCESS, NULL, 0); in requestRadioPower()
480 RIL_onRequestComplete(t, RIL_E_GENERIC_FAILURE, NULL, 0); in requestRadioPower()
483 static void requestShutdown(RIL_Token t) in requestShutdown() argument
496 RIL_onRequestComplete(t, RIL_E_SUCCESS, NULL, 0); in requestShutdown()
500 static void requestOrSendDataCallList(RIL_Token *t);
507 static void requestDataCallList(void *data __unused, size_t datalen __unused, RIL_Token t) in requestDataCallList() argument
[all …]
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXos.h111 # define gettimeofday(t) \ argument
115 (t)->tv_sec = _gtodtmp.time; \
116 (t)->tv_usec = _gtodtmp.millitm * 1000; \
125 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0) argument
128 # define X_GETTIMEOFDAY(t) gettimeofday(t) argument
130 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0) argument
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp35 struct timeval t; in systemTime() local
36 t.tv_sec = t.tv_usec = 0; in systemTime()
37 gettimeofday(&t, NULL); in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/gps/msm8994/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp35 struct timeval t; in systemTime() local
36 t.tv_sec = t.tv_usec = 0; in systemTime()
37 gettimeofday(&t, NULL); in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/gps/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp35 struct timeval t; in systemTime() local
36 t.tv_sec = t.tv_usec = 0; in systemTime()
37 gettimeofday(&t, NULL); in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp35 struct timeval t; in systemTime() local
36 t.tv_sec = t.tv_usec = 0; in systemTime()
37 gettimeofday(&t, NULL); in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp35 struct timeval t; in systemTime() local
36 t.tv_sec = t.tv_usec = 0; in systemTime()
37 gettimeofday(&t, NULL); in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp35 struct timeval t; in systemTime() local
36 t.tv_sec = t.tv_usec = 0; in systemTime()
37 gettimeofday(&t, NULL); in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()
/hardware/qcom/gps/msm8084/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp35 struct timeval t; in systemTime() local
36 t.tv_sec = t.tv_usec = 0; in systemTime()
37 gettimeofday(&t, NULL); in systemTime()
38 return t.tv_sec*1000000LL + t.tv_usec; in systemTime()

12345678910>>...23