Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 25 of 2684) sorted by relevance

12345678910>>...108

/aosp_15_r20/external/skia/tests/
H A DClipStackTest.cpp122 static void assert_count(skiatest::Reporter* reporter, const SkClipStack& stack, in assert_count()
135 SkClipStack stack; in test_iterators() local
237 SkClipStack stack; in test_bounds() local
300 SkClipStack stack; in test_isWideOpen() local
312 SkClipStack stack; in test_isWideOpen() local
320 SkClipStack stack; in test_isWideOpen() local
333 SkClipStack stack; in test_isWideOpen() local
349 static int count(const SkClipStack& stack) { in count()
369 SkClipStack stack; in test_rect_inverse_fill() local
390 SkClipStack stack; in test_rect_replace() local
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dpromoted_prim_ops.cpp7 void tupleIndex(Stack& stack) { in tupleIndex()
19 void raiseException(Stack& stack) { in raiseException()
26 void raiseExceptionWithMessage(Stack& stack) { in raiseExceptionWithMessage()
37 void is(Stack& stack) { in is()
43 void unInitialized(Stack& stack) { in unInitialized()
47 void isNot(Stack& stack) { in isNot()
53 void aten_format(Stack& stack) { in aten_format()
58 void size(Stack& stack) { in size()
63 void sym_size(Stack& stack) { in sym_size()
67 void sym_size_int(Stack& stack) { in sym_size_int()
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dstack.h69 inline IValue& peek(Stack& stack, size_t i, size_t N) { in peek()
73 inline IValue& peek(Stack* stack, size_t i, size_t N) { in peek()
76 inline const IValue& peek(const Stack& stack, size_t i, size_t N) { in peek()
80 inline const IValue& peek(const Stack* stack, size_t i, size_t N) { in peek()
86 const Stack& stack, in peekSlice()
92 inline at::ArrayRef<IValue> last(const Stack& stack, size_t N) { in last()
95 inline at::ArrayRef<IValue> last(const Stack* stack, size_t N) { in last()
98 inline void drop(Stack& stack, size_t n) { in drop()
102 inline void drop(Stack* stack, size_t n) { in drop()
105 inline IValue pop(Stack& stack) { in pop()
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_ops_utils.cpp24 void listIndex<at::Tensor>(Stack& stack) { in listIndex()
42 void listCount<at::Tensor>(Stack& stack) { in listCount()
55 void listEq<at::Tensor>(Stack& stack) { in listEq()
62 void listNe<at::Tensor>(Stack& stack) { in listNe()
69 void listSort<at::Tensor>(Stack& stack) { in listSort()
85 void listCopyAndSort<at::Tensor>(Stack& stack) { in listCopyAndSort()
98 void listRemove<at::Tensor>(Stack& stack) { in listRemove()
186 void listAppend(Stack& stack) { in listAppend()
194 void listReverse(Stack& stack) { in listReverse()
200 void listPopImpl(Stack& stack, const char* empty_message) { in listPopImpl()
[all …]
H A Dregister_prim_ops_fulljit.cpp37 return [](Stack& stack) { in __anon1bf66a480202()
46 return [](Stack& stack) { in __anon1bf66a480402()
56 return [key](Stack& stack) { in __anon1bf66a480602()
73 return [rg_props](Stack& stack) { in __anon1bf66a480802()
97 return [=](Stack& stack) { in __anon1bf66a480b02()
138 return [raw_dim, chunks](Stack& stack) { in __anon1bf66a480e02()
164 [](Stack& stack) { in __anon1bf66a481002()
181 [](Stack& stack) { in __anon1bf66a481102()
198 return [](Stack& stack) { in __anon1bf66a481402()
206 [](Stack& stack) { AT_ERROR("Should be replaced by prim::BailOut"); }, in __anon1bf66a481602()
[all …]
H A Dregister_cuda_ops.cpp39 [](Stack& stack) { in __anon4995d1b40202()
51 [](Stack& stack) { in __anon4995d1b40302()
62 [](Stack& stack) { in __anon4995d1b40402()
74 [](Stack& stack) { in __anon4995d1b40502()
85 [](Stack& stack) { in __anon4995d1b40602()
92 [](Stack& stack) { in __anon4995d1b40702()
107 [](Stack& stack) { in __anon4995d1b40802()
120 [](Stack& stack) { in __anon4995d1b40902()
128 [](Stack& stack) { in __anon4995d1b40a02()
136 [](Stack& stack) { push(stack, at::cuda::device_count()); }, in __anon4995d1b40b02()
[all …]
H A Dregister_special_ops.cpp186 void createTensorFromList(Stack& stack) { in createTensorFromList()
247 [](Stack& stack) { in __anonedd36e380202()
323 [](Stack& stack) { in __anonedd36e380302()
332 [](Stack& stack) { in __anonedd36e380402()
355 [](Stack& stack) { in __anonedd36e380502()
379 [](Stack& stack) {}, in __anonedd36e380602()
383 [](Stack& stack) { push(stack, false); }, in __anonedd36e380702()
387 [](Stack& stack) { push(stack, true); }, in __anonedd36e380802()
391 [](Stack& stack) { push(stack, false); }, in __anonedd36e380902()
396 [](Stack& stack) { in __anonedd36e380a02()
[all …]
H A Dvararg_functions.cpp103 void tupleUnpack(Stack& stack) { in tupleUnpack()
108 void format(Stack& stack, size_t num_inputs) { in format()
143 void einsum(Stack& stack, size_t num_inputs) { in einsum()
221 void percentFormat(Stack& stack, size_t num_inputs) { in percentFormat()
263 void listUnpack(Stack& stack, size_t num_outputs) { in listUnpack()
274 void tupleConstruct(Stack& stack, size_t num_inputs) { in tupleConstruct()
315 Stack& stack, in namedTupleConstruct()
328 Stack& stack, in listConstruct()
335 [](Stack& stack, const c10::Type& list_type, size_t num_inputs) { in listConstruct()
348 Stack& stack, in dictConstruct()
[all …]
H A Dregister_distributed_ops.cpp26 Stack& stack, in prepare_and_call_rpc_op()
175 [](Stack& stack) { in __anon84498b7a0202()
192 [](Stack& stack) { in __anon84498b7a0302()
205 [](Stack& stack) { in __anon84498b7a0402()
212 [](Stack& stack) { in __anon84498b7a0502()
222 [](Stack& stack) { in __anon84498b7a0602()
229 [](Stack& stack) { in __anon84498b7a0702()
236 [](Stack& stack) { in __anon84498b7a0802()
249 return [num_inputs](Stack& stack) { in __anon84498b7a0902()
258 return [num_inputs](Stack& stack) { in __anon84498b7a0b02()
[all …]
H A Dregister_ops_utils.h148 void minList(Stack& stack) { in minList()
166 void maxList(Stack& stack) { in maxList()
194 void listRemove(Stack& stack) { in listRemove()
208 void listMin(Stack& stack) { in listMin()
225 void listMax(Stack& stack) { in listMax()
245 void listIndex(Stack& stack) { in listIndex()
262 void listCount(Stack& stack) { in listCount()
282 void listEq(Stack& stack) { in listEq()
289 void listNe(Stack& stack) { in listNe()
328 void listContains(Stack& stack) { in listContains()
[all …]
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmatrix.c103 static void matrix_frustum(struct gl_matrix_stack* stack, in matrix_frustum()
167 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode, in _mesa_MatrixFrustumEXT() local
181 matrix_ortho(struct gl_matrix_stack* stack, in matrix_ortho()
249 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode, in _mesa_MatrixOrthoEXT() local
276 struct gl_matrix_stack * stack; in _mesa_MatrixMode() local
297 push_matrix(struct gl_context *ctx, struct gl_matrix_stack *stack, in push_matrix()
350 struct gl_matrix_stack *stack = ctx->CurrentStack; in _mesa_PushMatrix() local
364 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode, in _mesa_MatrixPushEXT() local
373 pop_matrix( struct gl_context *ctx, struct gl_matrix_stack *stack ) in pop_matrix()
409 struct gl_matrix_stack *stack = ctx->CurrentStack; in _mesa_PopMatrix() local
[all …]
/aosp_15_r20/external/freetype/src/psaux/
H A Dpsstack.c58 CF2_Stack stack = NULL; in cf2_stack_init() local
82 cf2_stack_free( CF2_Stack stack ) in cf2_stack_free()
98 cf2_stack_count( CF2_Stack stack ) in cf2_stack_count()
105 cf2_stack_pushInt( CF2_Stack stack, in cf2_stack_pushInt()
121 cf2_stack_pushFixed( CF2_Stack stack, in cf2_stack_pushFixed()
138 cf2_stack_popInt( CF2_Stack stack ) in cf2_stack_popInt()
160 cf2_stack_popFixed( CF2_Stack stack ) in cf2_stack_popFixed()
185 cf2_stack_getReal( CF2_Stack stack, in cf2_stack_getReal()
210 cf2_stack_setReal( CF2_Stack stack, in cf2_stack_setReal()
227 cf2_stack_pop( CF2_Stack stack, in cf2_stack_pop()
[all …]
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_stack.c40 void cil_stack_init(struct cil_stack **stack) in cil_stack_init()
49 void cil_stack_destroy(struct cil_stack **stack) in cil_stack_destroy()
60 void cil_stack_empty(struct cil_stack *stack) in cil_stack_empty()
65 int cil_stack_is_empty(struct cil_stack *stack) in cil_stack_is_empty()
70 int cil_stack_number_of_items(struct cil_stack *stack) in cil_stack_number_of_items()
75 void cil_stack_push(struct cil_stack *stack, enum cil_flavor flavor, void *data) in cil_stack_push()
88 struct cil_stack_item *cil_stack_pop(struct cil_stack *stack) in cil_stack_pop()
98 struct cil_stack_item *cil_stack_peek(struct cil_stack *stack) in cil_stack_peek()
107 struct cil_stack_item *cil_stack_peek_at(struct cil_stack *stack, int pos) in cil_stack_peek_at()
/aosp_15_r20/external/volley/cronet/src/test/java/com/android/volley/cronet/
H A DCronetHttpStackTest.java67 CronetHttpStack stack = in curlLogging_disabled() local
84 CronetHttpStack stack = in curlLogging_simpleTextRequest() local
103 CronetHttpStack stack = in curlLogging_rewrittenUrl() local
124 CronetHttpStack stack = in curlLogging_headers_withoutTokens() local
157 CronetHttpStack stack = in curlLogging_headers_withTokens() local
191 CronetHttpStack stack = in curlLogging_textRequest() local
230 CronetHttpStack stack = in curlLogging_gzipTextRequest() local
271 CronetHttpStack stack = in curlLogging_binaryRequest() local
306 CronetHttpStack stack = in curlLogging_largeRequest() local
376 CronetHttpStack stack = builder.build(); in createStack() local
/aosp_15_r20/external/easymock/src/org/easymock/internal/
H A DLastControl.java48 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get(); in reportMatcher() local
57 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get(); in pullMatchers() local
66 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get(); in reportAnd() local
72 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get(); in reportNot() local
78 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get(); in popLastArgumentMatchers() local
98 Stack<IArgumentMatcher> stack = threadToArgumentMatcherStack.get(); in reportOr() local
104 Stack<Invocation> stack = threadToCurrentInvocation.get(); in getCurrentInvocation() local
112 Stack<Invocation> stack = threadToCurrentInvocation.get(); in pushCurrentInvocation() local
121 Stack<Invocation> stack = threadToCurrentInvocation.get(); in popCurrentInvocation() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_kernel.cpp140 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
175 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
213 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
251 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
299 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
342 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
378 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
432 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
485 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
584 std::vector<IValue> stack = fmap<IValue>(inputs); in TEST_F() local
[all …]
H A Dtest_dynamic_shapes.cpp73 std::vector<IValue> stack = fmap<IValue>(std::vector<at::Tensor>({a})); in TEST() local
87 std::vector<IValue> stack = fmap<IValue>(std::vector<at::Tensor>({a})); in TEST() local
159 std::vector<IValue> stack = fmap<IValue>(std::vector<at::Tensor>({a, b})); in TEST() local
174 std::vector<IValue> stack = fmap<IValue>(std::vector<at::Tensor>({a, b})); in TEST() local
250 std::vector<IValue> stack = fmap<IValue>(std::vector<at::Tensor>({a, b})); in TEST() local
265 std::vector<IValue> stack = fmap<IValue>(std::vector<at::Tensor>({a, b})); in TEST() local
332 std::vector<IValue> stack = fmap<IValue>(std::vector<at::Tensor>({a, b})); in TEST() local
346 std::vector<IValue> stack = fmap<IValue>(std::vector<at::Tensor>({a, b})); in TEST() local
390 std::vector<IValue> stack = at::fmap<at::IValue>(inputs); in TEST() local
407 std::vector<IValue> stack = at::fmap<at::IValue>(inputs); in TEST() local
[all …]
/aosp_15_r20/external/executorch/kernels/prim_ops/test/
H A Dprim_ops_test.cpp55 EValue* stack[3]; in TEST_F() local
75 EValue* stack[2]; in TEST_F() local
95 EValue* stack[3]; in TEST_F() local
147 EValue* stack[3]; in TEST_F() local
179 EValue* stack[3]; in TEST_F() local
204 EValue* stack[3]; in TEST_F() local
244 EValue* stack[3]; in TEST_F() local
275 EValue* stack[num_vals]; in TEST_F() local
293 EValue* stack[2]; in TEST_F() local
324 EValue* stack[2]; in TEST_F() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/pest/src/
Dstack.rs151 let mut stack = Stack::new(); in snapshot_with_empty() localVariable
164 let mut stack = Stack::new(); in snapshot_twice() localVariable
177 let mut stack = Stack::new(); in restore_without_snapshot() localVariable
187 let mut stack = Stack::new(); in snapshot_pop_restore() localVariable
199 let mut stack = Stack::new(); in snapshot_pop_push_restore() localVariable
212 let mut stack = Stack::new(); in snapshot_push_pop_restore() localVariable
226 let mut stack = Stack::new(); in snapshot_push_clear() localVariable
238 let mut stack = Stack::new(); in snapshot_pop_clear() localVariable
251 let mut stack = Stack::new(); in stack_ops() localVariable
/aosp_15_r20/external/pigweed/seed/
H A D0107.rst376 Embedded TCP/IP stack
399 Choosing between embedded TCP/IP and :ref:`Pigweed's stack <seed-0107-network-stack>`
414 TCP/IP socket types
428 Pigweed's custom network protocol stack
448 Transport layer
464 Network layer
481 Network access / link layer
500 .. admonition:: Network protocol stack SEED
/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_sampler_unittest.cc122 std::vector<Frame>* stack) override { in TryUnwind()
145 std::vector<Frame>* stack) override { in TryUnwind()
173 const std::vector<uintptr_t>& stack, in InjectModuleForContextInstructionPointer()
225 std::vector<Frame>* stack) override { in TryUnwind()
268 const std::vector<uintptr_t> stack = {0, 1, 2, 3, 4}; in TEST() local
291 std::vector<uintptr_t> stack; in TEST() local
337 const std::vector<uintptr_t> stack = {0}; in TEST() local
408 std::vector<Frame> stack = StackSampler::WalkStackForTesting( in TEST() local
426 std::vector<Frame> stack = StackSampler::WalkStackForTesting( in TEST() local
443 std::vector<Frame> stack = StackSampler::WalkStackForTesting( in TEST() local
[all …]
H A Dframe_pointer_unwinder_unittest.cc113 std::vector<Frame> stack = { in TEST_F() local
145 std::vector<Frame> stack = { in TEST_F() local
174 std::vector<Frame> stack = { in TEST_F() local
201 std::vector<Frame> stack = { in TEST_F() local
226 std::vector<Frame> stack = { in TEST_F() local
256 std::vector<Frame> stack = { in TEST_F() local
293 std::vector<Frame> stack = { in TEST_F() local
328 std::vector<Frame> stack = { in TEST_F() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/hint/
H A Dvalue_stack.rs227 let mut stack = make_empty_stack!(&mut [0; 4]); in push() localVariable
240 let mut stack = make_empty_stack!(&mut [0; 32]); in push_args() localVariable
257 let mut stack = make_stack!(&mut [0, 1, 2, 3]); in pop() localVariable
269 let mut stack = make_stack!(&mut [1, 2, 3, 0]); in dup() localVariable
278 let mut stack = make_stack!(&mut [1, 2, 3]); in swap() localVariable
285 let mut stack = make_stack!(&mut [4, 10, 2, 1, 3]); in copy_index() localVariable
292 let mut stack = make_stack!(&mut [4, 10, 2, 1, 3]); in move_index() localVariable
299 let mut stack = make_stack!(&mut [1, 2, 3]); in roll() localVariable
306 let mut stack = make_stack!(&mut [42]); in unnop() localVariable
315 let mut stack = make_empty_stack!(&mut [0; 32]); in binop() localVariable
/aosp_15_r20/external/pcre/src/sljit/
H A DsljitUtils.c177 struct sljit_stack *stack; in sljit_allocate_stack() local
202 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato… in sljit_free_stack()
209 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u… in sljit_stack_resize()
221 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato… in sljit_free_stack()
230 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato… in sljit_free_stack()
241 struct sljit_stack *stack; in sljit_allocate_stack() local
296 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u… in sljit_stack_resize()
/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/
H A DKernelFunction_test.cpp36 void boxed_func_with_return(const OperatorHandle& /*opHandle*/, Stack* stack) { in boxed_func_with_return()
46 void boxed_func_without_return(const OperatorHandle& /*opHandle*/, Stack* stack) { in boxed_func_without_return()
55 void boxed_func_with_multi_return(const OperatorHandle& /*opHandle*/, Stack* stack) { in boxed_func_with_multi_return()
120 void boxed_func_for_inplace_op(const OperatorHandle& /*opHandle*/, Stack* stack) { in boxed_func_for_inplace_op()
136 void boxed_func_for_outofplace_op(const OperatorHandle& /*opHandle*/, Stack* stack) { in boxed_func_for_outofplace_op()
152 void boxed_func_for_outofplace_multi_op(const OperatorHandle& /*opHandle*/, Stack* stack) { in boxed_func_for_outofplace_multi_op()
184 vector<IValue> stack {3, 4}; in expectBoxedCallingWithReturnWorks() local
198 vector<IValue> stack {3, 4}; in expectBoxedCallingWithoutReturnWorks() local
210 vector<IValue> stack {3, 4}; in expectBoxedCallingWithMultiReturnWorks() local
233 vector<IValue> stack {t, s}; in expectInPlaceBoxedCallingWorks() local
[all …]

12345678910>>...108