Home
last modified time | relevance | path

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

12345678910>>...34

/external/freetype/src/psaux/
Dpsstack.c59 CF2_Stack stack = NULL; in cf2_stack_init() local
84 cf2_stack_free( CF2_Stack stack ) in cf2_stack_free()
100 cf2_stack_count( CF2_Stack stack ) in cf2_stack_count()
107 cf2_stack_pushInt( CF2_Stack stack, in cf2_stack_pushInt()
123 cf2_stack_pushFixed( CF2_Stack stack, in cf2_stack_pushFixed()
140 cf2_stack_popInt( CF2_Stack stack ) in cf2_stack_popInt()
162 cf2_stack_popFixed( CF2_Stack stack ) in cf2_stack_popFixed()
187 cf2_stack_getReal( CF2_Stack stack, in cf2_stack_getReal()
212 cf2_stack_setReal( CF2_Stack stack, in cf2_stack_setReal()
229 cf2_stack_pop( CF2_Stack stack, in cf2_stack_pop()
[all …]
/external/selinux/libsepol/cil/src/
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 void cil_stack_push(struct cil_stack *stack, enum cil_flavor flavor, void *data) in cil_stack_push()
83 struct cil_stack_item *cil_stack_pop(struct cil_stack *stack) in cil_stack_pop()
93 struct cil_stack_item *cil_stack_peek(struct cil_stack *stack) in cil_stack_peek()
102 struct cil_stack_item *cil_stack_peek_at(struct cil_stack *stack, int pos) in cil_stack_peek_at()
Dcil_stack.h34 struct cil_stack_item *stack; member
44 #define cil_stack_for_each_starting_at(stack, start, pos, item) \ argument
47 #define cil_stack_for_each(stack, pos, item) cil_stack_for_each_starting_at(stack, 0, pos, item) argument
/external/skqp/tests/
DClipStackTest.cpp146 static void assert_count(skiatest::Reporter* reporter, const SkClipStack& stack, in assert_count()
159 SkClipStack stack; in test_iterators() local
276 SkClipStack stack; in test_bounds() local
338 SkClipStack stack; in test_isWideOpen() local
350 SkClipStack stack; in test_isWideOpen() local
358 SkClipStack stack; in test_isWideOpen() local
377 SkClipStack stack; in test_isWideOpen() local
387 SkClipStack stack; in test_isWideOpen() local
400 SkClipStack stack; in test_isWideOpen() local
416 static int count(const SkClipStack& stack) { in count()
[all …]
/external/skia/tests/
DClipStackTest.cpp148 static void assert_count(skiatest::Reporter* reporter, const SkClipStack& stack, in assert_count()
161 SkClipStack stack; in test_iterators() local
278 SkClipStack stack; in test_bounds() local
341 SkClipStack stack; in test_isWideOpen() local
353 SkClipStack stack; in test_isWideOpen() local
361 SkClipStack stack; in test_isWideOpen() local
380 SkClipStack stack; in test_isWideOpen() local
390 SkClipStack stack; in test_isWideOpen() local
403 SkClipStack stack; in test_isWideOpen() local
419 static int count(const SkClipStack& stack) { in count()
[all …]
/external/easymock/src/org/easymock/internal/
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
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DStackExtensions.cs45 public static T elementAt<T>( this Stack<T> stack, int index ) in elementAt()
51 public static T peek<T>( this Stack<T> stack ) in peek()
57 public static T pop<T>( this Stack<T> stack ) in pop()
63 public static void push<T>( this Stack<T> stack, T obj ) in push()
69 public static int size<T>( this Stack<T> stack ) in size()
75 public static void setSize<T>( this Stack<T> stack, int size ) in setSize()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_report.cpp39 const StackTrace* const stack; member in __sanitizer::ScopedAllocatorErrorReport
44 const StackTrace *stack) { in ReportCallocOverflow()
55 const StackTrace *stack) { in ReportReallocArrayOverflow()
66 void NORETURN ReportPvallocOverflow(uptr size, const StackTrace *stack) { in ReportPvallocOverflow()
77 const StackTrace *stack) { in ReportInvalidAllocationAlignment()
87 const StackTrace *stack) { in ReportInvalidAlignedAllocAlignment()
105 const StackTrace *stack) { in ReportInvalidPosixMemalignAlignment()
119 const StackTrace *stack) { in ReportAllocationSizeTooBig()
128 void NORETURN ReportOutOfMemory(uptr requested_size, const StackTrace *stack) { in ReportOutOfMemory()
137 void NORETURN ReportRssLimitExceeded(const StackTrace *stack) { in ReportRssLimitExceeded()
/external/volley/src/test/java/com/android/volley/cronet/
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
/external/google-breakpad/docs/
Dstack_walking.md60 ### Finding the Module
66 ### Locating Symbols
76 ### Loading Symbols
86 ### Getting source line information
107 ### Finding the caller frame
/external/libnetfilter_conntrack/src/conntrack/
Dstack.c17 struct stack { struct
24 struct stack *stack_create(size_t elem_size, int max_elems) in stack_create() argument
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_allocator.cpp60 static void RegisterAllocation(const StackTrace &stack, void *p, uptr size) { in RegisterAllocation()
77 static void *ReportAllocationSizeTooBig(uptr size, const StackTrace &stack) { in ReportAllocationSizeTooBig()
85 void *Allocate(const StackTrace &stack, uptr size, uptr alignment, in Allocate()
107 static void *Calloc(uptr nmemb, uptr size, const StackTrace &stack) { in Calloc()
124 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, in Reallocate()
148 const StackTrace &stack) { in lsan_posix_memalign()
163 void *lsan_aligned_alloc(uptr alignment, uptr size, const StackTrace &stack) { in lsan_aligned_alloc()
173 void *lsan_memalign(uptr alignment, uptr size, const StackTrace &stack) { in lsan_memalign()
183 void *lsan_malloc(uptr size, const StackTrace &stack) { in lsan_malloc()
191 void *lsan_realloc(void *p, uptr size, const StackTrace &stack) { in lsan_realloc()
[all …]
/external/mesa3d/src/mesa/main/
Dmatrix.c102 static void matrix_frustum(struct gl_matrix_stack* stack, in matrix_frustum()
165 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode, in _mesa_MatrixFrustumEXT() local
179 matrix_ortho(struct gl_matrix_stack* stack, in matrix_ortho()
246 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode, in _mesa_MatrixOrthoEXT() local
273 struct gl_matrix_stack * stack; in _mesa_MatrixMode() local
293 push_matrix(struct gl_context *ctx, struct gl_matrix_stack *stack, in push_matrix()
346 struct gl_matrix_stack *stack = ctx->CurrentStack; in _mesa_PushMatrix() local
360 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode, in _mesa_MatrixPushEXT() local
369 pop_matrix( struct gl_context *ctx, struct gl_matrix_stack *stack ) in pop_matrix()
394 struct gl_matrix_stack *stack = ctx->CurrentStack; in _mesa_PopMatrix() local
[all …]
/external/libchrome/base/task_scheduler/
Dscheduler_worker_stack_unittest.cc76 SchedulerWorkerStack stack; in TEST_F() local
119 SchedulerWorkerStack stack; in TEST_F() local
159 SchedulerWorkerStack stack; in TEST_F() local
197 SchedulerWorkerStack stack; in TEST_F() local
228 SchedulerWorkerStack stack; in TEST_F() local
248 SchedulerWorkerStack stack; in TEST_F() local
/external/pcre/dist2/src/sljit/
DsljitUtils.c170 struct sljit_stack *stack; in sljit_allocate_stack() local
195 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato… in sljit_free_stack()
202 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u… in sljit_stack_resize()
214 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato… in sljit_free_stack()
223 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato… in sljit_free_stack()
234 struct sljit_stack *stack; in sljit_allocate_stack() local
289 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u… in sljit_stack_resize()
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypeSyntax.cpp54 llvm::SetVector<StringRef> &stack) { in printStructTypeBody()
80 llvm::SetVector<StringRef> &stack) { in printStructType()
100 llvm::SetVector<StringRef> &stack) { in printArrayOrVectorType()
108 llvm::SetVector<StringRef> &stack) { in printFunctionType()
133 llvm::SetVector<StringRef> &stack) { in printTypeImpl()
175 llvm::SetVector<StringRef> stack; in printType() local
188 llvm::SetVector<StringRef> &stack, in parseTypeImpl()
197 llvm::SetVector<StringRef> &stack) { in parseFunctionType()
236 llvm::SetVector<StringRef> &stack) { in parsePointerType()
255 llvm::SetVector<StringRef> &stack) { in parseVectorType()
[all …]
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp103 static void *HwasanAllocate(StackTrace *stack, uptr orig_size, uptr alignment, in HwasanAllocate()
183 static void HwasanDeallocate(StackTrace *stack, void *tagged_ptr) { in HwasanDeallocate()
238 static void *HwasanReallocate(StackTrace *stack, void *tagged_ptr_old, in HwasanReallocate()
257 static void *HwasanCalloc(StackTrace *stack, uptr nmemb, uptr size) { in HwasanCalloc()
290 void *hwasan_malloc(uptr size, StackTrace *stack) { in hwasan_malloc()
294 void *hwasan_calloc(uptr nmemb, uptr size, StackTrace *stack) { in hwasan_calloc()
298 void *hwasan_realloc(void *ptr, uptr size, StackTrace *stack) { in hwasan_realloc()
308 void *hwasan_reallocarray(void *ptr, uptr nmemb, uptr size, StackTrace *stack) { in hwasan_reallocarray()
318 void *hwasan_valloc(uptr size, StackTrace *stack) { in hwasan_valloc()
323 void *hwasan_pvalloc(uptr size, StackTrace *stack) { in hwasan_pvalloc()
[all …]
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stackdepot_test.cc24 StackTrace stack = StackDepotGet(i1); in TEST() local
31 StackTrace stack = StackDepotGet((1 << 30) - 1); in TEST() local
37 StackTrace stack = StackDepotGet(i1); in TEST() local
42 StackTrace stack = StackDepotGet(0); in TEST() local
52 StackTrace stack = StackDepotGet(i1); in TEST() local
86 StackTrace stack = StackDepotGet(ids[i]); in TEST() local
/external/javassist/src/main/javassist/bytecode/
DCodeAnalyzer.java41 int[] stack = new int[length]; in computeMaxStack() local
62 private void initStack(int[] stack, CodeAttribute ca) { in initStack()
72 private void visitBytecode(CodeIterator ci, int[] stack, int index) in visitBytecode()
100 int codeLength, int[] stack, int stackDepth, int[] jsrDepth) in processBranch()
191 int[] stack, int stackDepth) in checkTarget()
212 private int visitInst(int op, CodeIterator ci, int index, int stack) in visitInst()
/external/volley/src/test/java/com/android/volley/toolbox/
DBaseHttpStackTest.java38 BaseHttpStack stack = in legacyRequestWithoutBody() local
57 BaseHttpStack stack = in legacyResponseWithBody() local
78 BaseHttpStack stack = in legacyResponseHeaders() local
/external/speex/libspeexdsp/
Dstack_alloc.h91 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) argument
93 #define PUSH(stack, size, type) (VALGRIND_MAKE_NOACCESS(stack, 1000),ALIGN((stack),sizeof(type)),VA… argument
97 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) argument
99 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)… argument
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stackdepot_test.cpp24 StackTrace stack = StackDepotGet(i1); in TEST() local
31 StackTrace stack = StackDepotGet((1 << 30) - 1); in TEST() local
37 StackTrace stack = StackDepotGet(i1); in TEST() local
42 StackTrace stack = StackDepotGet(0); in TEST() local
52 StackTrace stack = StackDepotGet(i1); in TEST() local
107 StackTrace stack = StackDepotGet(ids[i]); in TEST() local
/external/ltp/lib/
Dcloner.c54 # define clone(fn, stack, flags, arg, ptid, tls, ctid) \ argument
66 size_t stack_size, void *stack, pid_t *ptid, void *tls, pid_t *ctid) in ltp_clone_()
94 size_t stack_size, void *stack) in ltp_clone()
100 size_t stack_size, void *stack, ...) in ltp_clone7()
146 void *stack; in ltp_clone_alloc() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DFrameSnapshot.java30 private final Object[] stack; field in FrameSnapshot
32 private FrameSnapshot(final Object[] locals, final Object[] stack) { in FrameSnapshot()
52 final Object[] stack = reduce(analyzer.stack, popCount); in create() local
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DFrameSnapshotTest.java87 final Object[] stack = arr(Opcodes.INTEGER, Opcodes.LONG, in should_combine_slots_when_doube_or_long_types_are_given() local
100 final Object[] stack = arr(Opcodes.INTEGER, Opcodes.LONG); in should_decrease_stack_when_popCount_is_given() local
118 final Object[] stack = arr(Opcodes.NULL); in after_aaload_stack_should_contain_null_when_input_array_is_null() local

12345678910>>...34