/external/skia/tests/ |
D | ClipStackTest.cpp | 130 static void assert_count(skiatest::Reporter* reporter, const SkClipStack& stack, in assert_count() 143 SkClipStack stack; in test_iterators() local 245 SkClipStack stack; in test_bounds() local 308 SkClipStack stack; in test_isWideOpen() local 320 SkClipStack stack; in test_isWideOpen() local 328 SkClipStack stack; in test_isWideOpen() local 341 SkClipStack stack; in test_isWideOpen() local 357 static int count(const SkClipStack& stack) { in count() 377 SkClipStack stack; in test_rect_inverse_fill() local 398 SkClipStack stack; in test_rect_replace() local [all …]
|
/external/freetype/src/psaux/ |
D | psstack.c | 58 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 …]
|
/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 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()
|
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
|
D | cil_parser.c | 52 static void push_hll_info(struct cil_stack *stack, uint32_t hll_offset, uint32_t hll_expand) in push_hll_info() 62 static void pop_hll_info(struct cil_stack *stack, uint32_t *hll_offset, uint32_t *hll_expand) in pop_hll_info() 96 …tree_node **current, uint32_t *hll_offset, uint32_t *hll_expand, struct cil_stack *stack, char *pa… in add_hll_linemark() 223 struct cil_stack *stack; in cil_parser() local
|
/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/volley/cronet/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/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/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/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/pcre/src/sljit/ |
D | sljitUtils.c | 177 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()
|
/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/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/core/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/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 | 31 private final Object[] stack; field in FrameSnapshot 33 private FrameSnapshot(final Object[] locals, final Object[] stack) { in FrameSnapshot() 53 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 | 88 final Object[] stack = arr(Opcodes.INTEGER, Opcodes.LONG, in should_combine_slots_when_doube_or_long_types_are_given() local 101 final Object[] stack = arr(Opcodes.INTEGER, Opcodes.LONG); in should_decrease_stack_when_popCount_is_given() local 119 final Object[] stack = arr(Opcodes.NULL); in after_aaload_stack_should_contain_null_when_input_array_is_null() local
|
/external/perfetto/src/trace_processor/importers/common/ |
D | slice_tracker.cc | 102 auto finder = [this, category, name](const SlicesStack& stack) { in End() 116 auto& stack = it->slice_stack; in AddArgs() local 147 auto* stack = &track_info->slice_stack; in StartSlice() local 217 SlicesStack& stack = track_info.slice_stack; in CompleteSlice() local 262 const SlicesStack& stack, in MatchingIncompleteSliceIndex() 305 const auto& stack = iter->slice_stack; in GetTopmostSliceOnTrack() local 313 SlicesStack* stack, in MaybeCloseStack() 370 int64_t SliceTracker::GetStackHash(const SlicesStack& stack) { in GetStackHash()
|
/external/compiler-rt/lib/msan/ |
D | msan_poisoning.cc | 44 StackTrace *stack) { in CopyOrigin() 99 StackTrace *stack) { in MoveShadowAndOrigin() 109 StackTrace *stack) { in CopyShadowAndOrigin() 117 void CopyMemory(void *dst, const void *src, uptr size, StackTrace *stack) { in CopyMemory() 165 void PoisonMemory(const void *dst, uptr size, StackTrace *stack) { in PoisonMemory()
|
/external/toolchain-utils/binary_search_tool/full_bisect_test/ |
D | stack.c | 6 pop (struct stack_struct **stack) in pop() 19 push (struct stack_struct **stack, tree_ptr value) in push()
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
D | ssl_stack.c | 32 OPENSSL_STACK *stack; in OPENSSL_sk_new() local 70 void OPENSSL_sk_free(OPENSSL_STACK *stack) in OPENSSL_sk_free()
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | TearDownStackTest.java | 31 final TearDownStack stack = buildTearDownStack(); in testSingleTearDown() local 44 final TearDownStack stack = buildTearDownStack(); in testMultipleTearDownsHappenInOrder() local 71 final TearDownStack stack = buildTearDownStack(); in testThrowingTearDown() local
|