HomeSort by relevance Sort by last modified time
    Searched defs:stack (Results 251 - 275 of 1394) sorted by null

<<11121314151617181920>>

  /external/freetype/src/cff/
cffgload.h 165 FT_Fixed stack[CFF_MAX_OPERANDS + 1]; member in struct:CFF_Decoder_
cffparse.h 31 /* CFF uses constant parser stack size; */
51 FT_Byte** stack; member in struct:CFF_ParserRec_
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.cc 195 const void* stack; local
198 if (!dumper_->GetStackInfo(&stack, &stack_len, stack_pointer)) {
199 // The stack pointer might not be available. In this case we don't hard
200 // fail, just produce a (almost useless) microdump w/o a stack section.
207 LogAppend(reinterpret_cast<uintptr_t>(stack));
218 dumper_->CopyFromProcess(*stack_copy, thread_id, stack, stack_len);
220 // Dump the content of the stack, splicing it into chunks which size is
226 LogAppend(reinterpret_cast<uintptr_t>(stack) + stack_off);
  /external/google-breakpad/src/processor/
minidump_processor_unittest.cc 31 // corresponding symbol file, and checks the stack frames for correctness.
421 CallStack *stack = state.threads()->at(0); local
422 ASSERT_TRUE(stack);
423 ASSERT_EQ(stack->frames()->size(), 4U);
425 ASSERT_TRUE(stack->frames()->at(0)->module);
426 ASSERT_EQ(stack->frames()->at(0)->module->base_address(), 0x400000U);
427 ASSERT_EQ(stack->frames()->at(0)->module->code_file(), "c:\\test_app.exe");
428 ASSERT_EQ(stack->frames()->at(0)->function_name,
430 ASSERT_EQ(stack->frames()->at(0)->source_file_name, "c:\\test_app.cc");
431 ASSERT_EQ(stack->frames()->at(0)->source_line, 58)
    [all...]
  /external/javassist/src/main/javassist/
CodeConverter.java 515 int stack = 0; local
522 if (s > stack)
523 stack = s;
532 if (stack > 0)
533 codeAttr.setMaxStack(codeAttr.getMaxStack() + stack);
  /external/javassist/src/main/javassist/expr/
Expr.java 84 protected final int stack() { method in class:Expr
229 * After executing this method, the current stack depth might be less than
313 codeAttr.setMaxStack(stack()); method
FieldAccess.java 243 int stack; local
245 stack = 0;
247 stack = -1;
252 stack += ((CtPrimitiveType)fieldType).getDataSize();
254 ++stack;
258 bytecode.growStack(stack);
292 int stack; local
294 stack = 0;
296 stack = -1;
303 stack -= ((CtPrimitiveType)fieldType).getDataSize()
    [all...]
  /external/libchrome/sandbox/linux/services/
credentials.cc 60 // Disable sanitizers that rely on TLS and may write to non-stack memory.
67 // any memory other than the stack or errno. Reads from TLS may be different
100 // The stack grows downward.
101 void* stack = stack_buf + sizeof(stack_buf); local
120 pid = clone(ChrootToSelfFdinfo, stack, clone_flags, nullptr, nullptr, tls,
  /external/libdivsufsort/lib/
sssort.c 314 struct { saidx_t *a, *b, c; saint_t d; } stack[STACK_SIZE]; local
669 struct { saidx_t *a, *b, *c; saint_t d; } stack[STACK_SIZE]; local
trsort.c 331 struct { const saidx_t *a; saidx_t *b, *c; saint_t d, e; }stack[STACK_SIZE]; local
381 a = stack[--ssize].b, b = stack[ssize].c;
382 if(stack[ssize].d == 0) {
385 if(0 <= trlink) { stack[trlink].d = -1; }
415 if(0 <= trlink) { stack[trlink].d = -1; }
514 if((1 < (b - a)) && (0 <= trlink)) { stack[trlink].d = -1; }
539 if(0 <= trlink) { stack[trlink].d = -1; }
  /external/linux-kselftest/tools/testing/selftests/memfd/
memfd_test.c 509 uint8_t *stack; local
512 stack = malloc(STACK_SIZE);
513 if (!stack) {
519 stack + STACK_SIZE,
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.cpp 26 #include <stack>
171 std::stack<const Node *> stack; local
175 stack.push(node);
177 while (!stack.empty()) {
178 pos = stack.top();
179 stack.pop();
190 stack.push(ei.getNode());
286 Stack bb, cross;
  /external/mockito/src/test/java/org/mockito/internal/creation/bytebuddy/
InlineByteBuddyMockMakerTest.java 151 StackTraceElement[] stack = new StackTraceElement[]{ local
160 throwable.setStackTrace(stack);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageProcessor.java 26 package gov.nist.javax.sip.stack;
41 * This is the Stack abstraction for the active object that waits for messages
98 * Our stack (that created us).
273 * Get the SIP Stack.
275 * @return the sip stack.
ServerLog.java 30 package gov.nist.javax.sip.stack;
115 // specified. if not, use the stack name as the default
205 + "Here are the stack configuration properties \n"
223 .logDebug("Here are the stack configuration properties \n"
262 stackLogger.logDebug("Here are the stack configuration properties \n"
398 * Log an exception stack trace.
414 * Set the trace level for the stack.
431 * Get the trace level for the stack.
TCPMessageProcessor.java 29 package gov.nist.javax.sip.stack;
164 * Returns the stack.
166 * @return my sip stack.
TLSMessageProcessor.java 41 package gov.nist.javax.sip.stack;
180 * Returns the stack.
182 * @return my sip stack.
UDPMessageProcessor.java 29 package gov.nist.javax.sip.stack;
54 * stack that were incorporated into this code. Niklas Uhrberg suggested that
95 * pointer to the stack.
298 * Returns the stack.
300 * @return my sip stack.
  /external/pdfium/third_party/freetype/src/cff/
cffgload.h 165 FT_Fixed stack[CFF_MAX_OPERANDS + 1]; member in struct:CFF_Decoder_
  /external/regex-re2/re2/
onepass.cc 399 InstCond *stack = new InstCond[size]; local
417 // Flood graph using manual stack, filling in actions as found.
426 stack[nstack].id = id;
427 stack[nstack++].cond = 0;
429 int id = stack[--nstack].id;
431 uint32 cond = stack[nstack].cond;
441 stack[nstack].id = ip->out1();
442 stack[nstack++].cond = cond;
443 stack[nstack].id = ip->out();
444 stack[nstack++].cond = cond
    [all...]
  /external/skia/gm/
windowrectangles.cpp 43 SkClipStack stack; local
44 stack.clipRect(SkRect::MakeXYWH(370.75, 80.25, 149, 100), SkMatrix::I(),
46 stack.clipRect(SkRect::MakeXYWH(80.25, 420.75, 150, 100), SkMatrix::I(),
48 stack.clipRRect(SkRRect::MakeRectXY(SkRect::MakeXYWH(200, 200, 200, 200), 60, 45),
53 stack.clipRRect(nine, SkMatrix::I(), kDifference_SkClipOp, true);
58 stack.clipRRect(complx, SkMatrix::I(), kDifference_SkClipOp, false);
60 this->onCoverClipStack(stack, canvas);
74 void WindowRectanglesGM::onCoverClipStack(const SkClipStack& stack, SkCanvas* canvas) {
79 SkClipStack::Iter iter(stack, SkClipStack::Iter::kBottom_IterStart);
179 void WindowRectanglesMaskGM::onCoverClipStack(const SkClipStack& stack, SkCanvas* canvas)
    [all...]
  /external/speex/libspeex/
sb_celp.h 58 char *stack; /**< Temporary allocation stack */ member in struct:SBEncState
111 char *stack; member in struct:SBDecState
  /external/swiftshader/src/OpenGL/compiler/
PoolAlloc.h 215 tAllocStack stack; // stack of where to allocate from, to partition pool member in class:TPoolAllocator
  /external/syslinux/diag/mbr/
handoff.S 84 stack = (entry) define
85 e_start = (stack)
  /external/v8/src/profiler/
sampling-heap-profiler.cc 158 std::vector<SharedFunctionInfo*> stack; local
164 stack.push_back(shared);
195 // We need to process the stack in reverse order as the top of the stack is
197 for (auto it = stack.rbegin(); it != stack.rend(); ++it) {

Completed in 2421 milliseconds

<<11121314151617181920>>