| /external/curl/tests/ |
| http_pipe.py | 37 https://dev.chromium.org/developers/design-documents/network-stack/http-pipelining
|
| /external/elfutils/tests/ |
| testfile-macros-0xff.s | 153 .section .note.GNU-stack,"",@progbits
|
| /external/google-breakpad/src/processor/ |
| synth_minidump.h | 102 // cited both from Thread objects (as their stack contents) and by the 240 // STACK and CONTEXT (which you must Add to the dump separately). 243 const Memory &stack,
|
| /external/icu/android_icu4j/runner/src/main/java/android/icu/junit/ |
| TestFmwkUtils.java | 133 // Set a dummy stack to avoid NPE if a test logs a known error. 134 testParams.stack = testParams.new State(null, "DUMMY", false);
|
| /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
| ClassFileVersionsTest.java | 108 Object[] local, int nStack, Object[] stack) {
|
| /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
| ttinterp.h | 159 FT_Long top; /* top of exec. stack */ 161 FT_Long stackSize; /* size of exec. stack */ 162 FT_Long* stack; /* current exec. stack */ member in struct:TT_ExecContextRec_ 205 FT_Int callTop, /* top of call stack during execution */ 206 callSize; /* size of call stack */ 207 TT_CallStack callStack; /* call stack */
|
| /external/libhevc/common/arm/ |
| ihevc_mem_fns.s | 278 .section .note.GNU-stack,"",%progbits
|
| ihevc_padding.s | 100 stmfd sp!, {r4-r11,lr} @stack stores the values of the arguments 219 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments 348 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments 467 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
|
| /external/libhevc/decoder/arm/ |
| ihevcd_fmt_conv_420sp_to_420sp.s | 71 @* Stack Usage : 40 Bytes * 197 .section .note.GNU-stack,"",%progbits
|
| /external/libhevc/decoder/arm64/ |
| ihevcd_fmt_conv_420sp_to_420sp.s | 72 //* Stack Usage : 40 Bytes * 206 .section .note.GNU-stack,"",%progbits
|
| /external/libpcap/msdos/ |
| ndis2.c | 250 BYTE *stack;
local 256 /* Ran out of stack buffers. Return NULL which will start
260 stack = 0;
263 stack = freeStacks[freeStackPtr--];
266 return (stack);
|
| /external/libunwind/src/dwarf/ |
| Gexpr.c | 30 that the stack could at least have a depth of up to 256 elements, 198 unw_word_t stack[MAX_EXPR_STACK_SIZE]; local 208 Debug (1, "Stack underflow\n"); \ 211 stack[--tos]; \ 217 Debug (1, "Stack overflow\n"); \ 220 stack[tos++] = (x); \ 227 Debug (1, "Out-of-stack pick\n"); \ 230 stack[_index]; \
|
| /external/libunwind/tests/ |
| ia64-dyn-asm.S | 100 /* We do not need executable stack. */ 101 .section .note.GNU-stack,"",@progbits
|
| /external/mesa3d/src/mesa/x86/ |
| common_x86_asm.S | 219 .section .note.GNU-stack,"",%progbits
|
| /external/mockito/cglib-and-asm/src/org/mockito/asm/util/ |
| TraceMethodVisitor.java | 172 final Object[] stack)
183 appendFrameTypes(nStack, stack);
199 appendFrameTypes(1, stack);
206 mv.visitFrame(type, nLocal, local, nStack, stack);
|
| /external/nist-sip/java/gov/nist/javax/sip/ |
| ListeningPointImpl.java | 45 import gov.nist.javax.sip.stack.*; 77 * Our stack 85 * Construct a key to refer to this structure from the SIP stack 126 * @param sipStack Our sip stack
|
| SipStackImpl.java | 38 import gov.nist.javax.sip.stack.DefaultMessageLogFactory; 39 import gov.nist.javax.sip.stack.DefaultRouter; 40 import gov.nist.javax.sip.stack.MessageProcessor; 41 import gov.nist.javax.sip.stack.SIPTransactionStack; 74 * The JAIN-SIP stack is initialized by a set of properties (see the JAIN SIP 77 * meaningful properties for the NIST SIP stack (specify these in the property 96 * file (e.g. log4j.properties). The logger name for the stack is specified 98 * logger name for the stack is the same as the stack name. For example, <code> 101 * </code> allows you to now control logging in the stack entirely using log4 [all...] |
| /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.
|
| TCPMessageProcessor.java | 29 package gov.nist.javax.sip.stack; 164 * Returns the stack. 166 * @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/truetype/ |
| ttinterp.h | 159 FT_Long top; /* top of exec. stack */ 161 FT_Long stackSize; /* size of exec. stack */ 162 FT_Long* stack; /* current exec. stack */ member in struct:TT_ExecContextRec_ 205 FT_Int callTop, /* top of call stack during execution */ 206 callSize; /* size of call stack */ 207 TT_CallStack callStack; /* call stack */
|
| /external/protobuf/src/google/protobuf/ |
| test_util.h | 38 #include <stack> 199 // We have to split this into three function otherwise it creates a stack
|
| /external/selinux/sepolgen/src/sepolgen/ |
| interfaces.py | 466 stack = [(interface, None)] 470 while len(stack) > 0: 471 cur, cur_ifcall = stack.pop(-1) 494 stack.append((newif, ifcall))
|
| /external/skia/tools/ |
| nanobench_flags.py | 24 caller = inspect.stack()[1] # Up one level to our caller.
|
| /external/v8/test/mjsunit/compiler/ |
| short-circuit.js | 42 // A value on top of the stack in value/test context. 46 // A value on top of the stack in a test/value context.
|