| /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/ |
| ProbeArrayStrategyFactoryTest.java | 203 int nStack, Object[] stack) {
|
| /external/javassist/src/main/javassist/bytecode/ |
| CodeIterator.java | 999 StackMapTable stack; field in class:CodeIterator.Pointers [all...] |
| /external/libchrome/base/ |
| tracked_objects.h | 12 #include <stack> [all...] |
| /external/libdrm/nouveau/ |
| nouveau.c | 105 uint8_t stack[128]; local 111 if (argc > sizeof(stack)) { 115 args = (void *)stack; 125 if (args != (void *)stack)
|
| /external/libhevc/common/arm/ |
| ihevc_inter_pred_luma_copy.s | 85 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
|
| /external/libunwind/src/ia64/ |
| getcontext.S | 175 /* We do not need executable stack. */ 176 .section .note.GNU-stack,"",@progbits
|
| /external/libunwind/tests/ |
| ia64-test-stack-asm.S | 26 #include "ia64-test-stack.h" 46 // first, calculate address of new stack: 58 adds sp = -16, r3 // switch the memory stack 100 // switch back to stack: 181 /* We do not need executable stack. */ 182 .section .note.GNU-stack,"",@progbits
|
| /external/libvpx/libvpx/third_party/libyuv/source/ |
| x86inc.asm | 101 ; into registers at the start, and make no other use of the stack. Luckily that 105 ; %1 = number of arguments. loads them from stack if needed. 115 ; TODO Some functions can use some args directly from the stack. If they're the 130 ; rNm is the original location of arg N (a register or on the stack), dword 548 ; This is needed for ELF, otherwise the GNU linker assumes the stack is 551 SECTION .note.GNU-stack noalloc noexec nowrite progbits 554 section .note.GNU-stack noalloc noexec nowrite progbits 557 section .note.GNU-stack noalloc noexec nowrite progbits
|
| /external/llvm/test/MC/ARM/ |
| eh-directive-vsave.s | 7 @ stack. There are two different opcodes:
|
| /external/llvm/utils/unittest/googletest/src/ |
| gtest-death-test.cc | 215 // death test child process, which operates on a very small stack. Use 967 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, local [all...] |
| /external/mesa3d/src/gtest/src/ |
| gtest-death-test.cc | 215 // death test child process, which operates on a very small stack. Use 964 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, local [all...] |
| /external/mesa3d/src/mesa/x86/ |
| sse_normal.S | 260 .section .note.GNU-stack,"",%progbits
|
| sse_xform4.S | 234 .section .note.GNU-stack,"",%progbits
|
| /external/nist-sip/java/gov/nist/javax/sip/header/ |
| Via.java | 35 import gov.nist.javax.sip.stack.HopImpl; 153 * useful for the stack to avoid duplication of code.
|
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| DefaultRouter.java | 29 package gov.nist.javax.sip.stack;
|
| IOHandler.java | 29 package gov.nist.javax.sip.stack; 198 // note that the IP Address for stack may not be 202 // address (i.e. that of the stack). In version 1.2
|
| 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.
|
| TLSMessageProcessor.java | 41 package gov.nist.javax.sip.stack; 180 * Returns the stack. 182 * @return my sip stack.
|
| /external/opencv/cxcore/src/ |
| cxdatastructs.cpp | 256 /* Moves stack pointer to next block. 2174 stack[48]; local [all...] |
| /external/opencv3/modules/core/src/ |
| datastructs.cpp | 212 /* Moves stack pointer to next block. 1914 stack[48]; local [all...] |
| /external/protobuf/gtest/src/ |
| gtest-death-test.cc | 202 // death test child process, which operates on a very small stack. Use 911 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, local [all...] |
| /external/selinux/sepolgen/src/sepolgen/ |
| refpolicy.py | 180 # how we pop items off of the node stack. 186 stack = [(node, 0)] 187 while len(stack) > 0: 188 cur, depth = stack.pop(index) 195 # be a leaf - so no need to add it to the stack 204 stack.extend(items)
|
| /external/skia/src/gpu/ |
| GrClipMaskManager.cpp | 158 * This method traverses the clip stack to see if the GrSoftwarePathRenderer 290 SkClipStack* stack = new SkClipStack; local 291 *stack = *clip.clipStack(); 292 // The stack is actually in clip space not device space. 299 stack->clipDevRect(clipRect, SkRegion::kIntersect_Op, false); 300 out->setClipStack(stack, &clip.origin()); [all...] |
| /external/skia/tools/ |
| buildbot_spec.py | 32 caller = inspect.stack()[1] # Up one level to our caller.
|
| dm_flags.py | 24 caller = inspect.stack()[1] # Up one level to our caller.
|