Home
last modified time | relevance | path

Searched defs:tq (Results 1 – 25 of 131) sorted by relevance

123456

/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/parser/
H A DTokenQueueTest.java16 TokenQueue tq = new TokenQueue(":contains(one (two) three) four"); in chompBalanced() local
27 TokenQueue tq = new TokenQueue(":contains(one (two) \\( \\) \\) three) four"); in chompEscapedBalanced() local
39 TokenQueue tq = new TokenQueue("unbalanced(something(or another)) else"); in chompBalancedMatchesAsMuchAsPossible() local
59 TokenQueue tq = new TokenQueue(t); in chompToIgnoreCase() local
69 TokenQueue tq = new TokenQueue("One Two"); in addFirst() local
78 TokenQueue tq = new TokenQueue(t); in consumeToIgnoreSecondCallTest() local
100 TokenQueue tq = new TokenQueue("unbalanced(something(or another)) else"); in chompBalancedThrowIllegalArgumentException() local
/aosp_15_r20/external/pytorch/test/export/
H A Dtest_torchbind.py567 def forward(self, tq, x): argument
626 def forward(self, tq, x): argument
681 def forward(self, tq, x): argument
817 def forward(self, tq, x, foo): argument
822 def forward(self, tq, x, foo): argument
863 def forward(self, tq, x): argument
938 def forward(self, tq, x): argument
1079 def forward(self, tq, x): argument
1140 def forward(self, tq, x): argument
1191 def forward(self, tq, x): argument
[all …]
/aosp_15_r20/external/coreboot/src/lib/
H A Dtimer_queue.c21 static inline int timer_queue_empty(struct timer_queue *tq) in timer_queue_empty()
26 static inline int timer_queue_full(struct timer_queue *tq) in timer_queue_full()
31 static inline struct timeout_callback *timer_queue_head(struct timer_queue *tq) in timer_queue_head()
38 static int timer_queue_insert(struct timer_queue *tq, in timer_queue_insert()
73 static int timer_queue_min_child_index(struct timer_queue *tq, int index) in timer_queue_min_child_index()
95 static void timer_queue_remove_head(struct timer_queue *tq) in timer_queue_remove_head()
133 timer_queue_expired(struct timer_queue *tq, struct mono_time *current_time) in timer_queue_expired()
/aosp_15_r20/external/ublksrv/lib/
H A Dublksrv.c195 int ublksrv_complete_io(const struct ublksrv_queue *tq, unsigned tag, int res) in ublksrv_complete_io()
236 int ublksrv_queue_handled_event(const struct ublksrv_queue *tq) in ublksrv_queue_handled_event()
265 int ublksrv_queue_send_event(const struct ublksrv_queue *tq) in ublksrv_queue_send_event()
333 int ublksrv_queue_unconsumed_cqes(const struct ublksrv_queue *tq) in ublksrv_queue_unconsumed_cqes()
341 void ublksrv_queue_deinit(const struct ublksrv_queue *tq) in ublksrv_queue_deinit()
910 int ublksrv_process_io(const struct ublksrv_queue *tq) in ublksrv_process_io()
998 void *ublksrv_io_private_data(const struct ublksrv_queue *tq, int tag) in ublksrv_io_private_data()
1011 ublksrv_queue_get_io_data(const struct ublksrv_queue *tq, int tag) in ublksrv_queue_get_io_data()
1018 void *ublksrv_queue_get_io_buf(const struct ublksrv_queue *tq, int tag) in ublksrv_queue_get_io_buf()
H A Dublksrv_aio.c79 const struct ublksrv_queue *tq = ublksrv_get_queue(ctx->dev, in ublksrv_aio_complete_worker() local
92 const struct ublksrv_queue *tq = ublksrv_get_queue(ctx->dev, in ublksrv_aio_complete_worker() local
196 const struct ublksrv_queue *tq, struct ublksrv_aio *req) in ublksrv_aio_submit_req()
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp244 const tcu::Vec3 &tq) in computeNonProjectedTriLod()
287 const tcu::Vec3 &tq, const tcu::Vec3 &rq) in computeNonProjectedTriLod()
455 const tcu::Vec4 &tq, const ReferenceParams &params) in sampleTextureNonProjected()
548 const tcu::Vec4 &tq, const ReferenceParams &params) in sampleTextureProjected()
608 …const tcu::Vec4 tq = tcu::Vec4(texCoord[0 + 1], texCoord[2 + 1], texCoord[4 + 1], texCoord[6 + 1]); in sampleTexture() local
631 …const tcu::Vec4 tq = tcu::Vec4(texCoord[0 + 1], texCoord[2 + 1], texCoord[4 + 1], texCoord[6 + 1]); in sampleTexture() local
704const tcu::Vec4 &tq, const tcu::Vec4 &rq, const ReferenceParams &params) in sampleTextureCube()
772 …const tcu::Vec4 tq = tcu::Vec4(texCoord[0 + 1], texCoord[3 + 1], texCoord[6 + 1], texCoord[9 + 1]); in sampleTexture() local
779 const tcu::Vec4 &sq, const tcu::Vec4 &tq, const tcu::Vec4 &rq, in sampleTextureNonProjected()
826 tcu::Vec4 tq = tcu::Vec4(texCoord[0 + 1], texCoord[3 + 1], texCoord[6 + 1], texCoord[9 + 1]); in sampleTexture() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/sync_pq/
Dtq_multi_thread_pass.cpp84 sync_tq tq; in test_push_while_pull() local
96 sync_tq tq; in test_push_while_pull_until() local
108 sync_tq tq; in test_push_while_pull_for() local
Dtq_single_thread_pass.cpp113 boost::concurrent::sync_timed_queue<boost::function<void()> > tq; in test_deque_times() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dtorchbind_impls.py41 def fake_queue_pop(tq): argument
45 def fake_queue_push(tq, x): argument
49 def fake_queue_size(tq): argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/att/
H A Dbearer.cc397 TransactionQueue* tq = nullptr; in SendInternal() local
538 void Bearer::TryStartNextTransaction(TransactionQueue* tq) { in TryStartNextTransaction()
572 void Bearer::HandleEndTransaction(TransactionQueue* tq, in HandleEndTransaction()
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_custom_class_registrations.cpp678 void queue_push(c10::intrusive_ptr<TensorQueue> tq, at::Tensor x) { in queue_push()
682 at::Tensor queue_pop(c10::intrusive_ptr<TensorQueue> tq) { in queue_pop()
686 int64_t queue_size(c10::intrusive_ptr<TensorQueue> tq) { in queue_size()
/aosp_15_r20/external/pytorch/test/ao/sparsity/
H A Dtest_kernels.py11 import torch.ao.quantization as tq namespace
H A Dtest_composability.py7 import torch.ao.quantization as tq namespace
/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_event_log_impl.cc78 rtc::TaskQueue* tq = task_queue_.get(); in ~RtcEventLogImpl() local
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/select/
H A DQueryParser.java22 private final TokenQueue tq; field in QueryParser
/aosp_15_r20/external/webrtc/api/task_queue/
H A Dpending_task_safety_flag_unittest.cc153 TaskQueueForTest tq("PendingTaskNotAliveInitialized"); in TEST() local
/aosp_15_r20/external/webrtc/modules/utility/
H A Dmaybe_worker_thread_unittests.cc130 auto tq = controller.GetTaskQueueFactory()->CreateTaskQueue( in TEST() local
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libnl/include/linux-private/linux/can/
Dnetlink.h25 __u32 tq; /* Time quanta (TQ) in nanoseconds */ member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/can/
Dnetlink.h25 __u32 tq; /* Time quanta (TQ) in nanoseconds */ member
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libnl/include/linux-private/linux/can/
Dnetlink.h25 __u32 tq; /* Time quanta (TQ) in nanoseconds */ member
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libnl/include/linux-private/linux/can/
Dnetlink.h25 __u32 tq; /* Time quanta (TQ) in nanoseconds */ member
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libnl/include/linux-private/linux/can/
Dnetlink.h25 __u32 tq; /* Time quanta (TQ) in nanoseconds */ member
/aosp_15_r20/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/linux/can/
Dnetlink.h25 __u32 tq; member
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/can/
Dnetlink.h25 __u32 tq; member
/aosp_15_r20/external/iproute2/include/uapi/linux/can/
H A Dnetlink.h34 __u32 tq; /* Time quanta (TQ) in nanoseconds */ member

123456