/external/freetype/src/psaux/ |
D | psstack.c | 59 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/ |
D | cil_stack.c | 40 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()
|
D | cil_stack.h | 34 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/ |
D | ClipStackTest.cpp | 146 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/ |
D | ClipStackTest.cpp | 148 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/ |
D | LastControl.java | 48 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/ |
D | StackExtensions.cs | 45 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/ |
D | sanitizer_allocator_report.cpp | 39 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/ |
D | CronetHttpStackTest.java | 67 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/ |
D | stack_walking.md | 60 ### Finding the Module 66 ### Locating Symbols 76 ### Loading Symbols 86 ### Getting source line information 107 ### Finding the caller frame
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | stack.c | 17 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/ |
D | lsan_allocator.cpp | 60 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/ |
D | matrix.c | 102 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/ |
D | scheduler_worker_stack_unittest.cc | 76 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/ |
D | sljitUtils.c | 170 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/ |
D | LLVMTypeSyntax.cpp | 54 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/ |
D | hwasan_allocator.cpp | 103 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/ |
D | sanitizer_stackdepot_test.cc | 24 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/ |
D | CodeAnalyzer.java | 41 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/ |
D | BaseHttpStackTest.java | 38 BaseHttpStack stack = in legacyRequestWithoutBody() local 57 BaseHttpStack stack = in legacyResponseWithBody() local 78 BaseHttpStack stack = in legacyResponseHeaders() local
|
/external/speex/libspeexdsp/ |
D | stack_alloc.h | 91 #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/ |
D | sanitizer_stackdepot_test.cpp | 24 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/ |
D | cloner.c | 54 # 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/ |
D | FrameSnapshot.java | 30 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/ |
D | FrameSnapshotTest.java | 87 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
|