/external/fonttools/Lib/fontTools/misc/ |
xmlWriter.py | 25 self.stack = [] 93 self.stack.append(_TAG_) 97 assert self.stack and self.stack[-1] == _TAG_, "nonmatching endtag" 98 del self.stack[-1]
|
/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/ |
ExprEditor.java | 100 context.updateMax(h.locals(), h.stack()); 166 void updateMax(int locals, int stack) { 170 if (maxStack < stack) 171 maxStack = stack; 245 context.updateMax(expr.locals(), expr.stack());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
StackViewer.py | 22 self.stack = self.get_stack(tb) 28 stack = [] 32 stack.append((tb.tb_frame, tb.tb_lineno)) 34 return stack 51 for info in self.stack:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
StackViewer.py | 22 self.stack = self.get_stack(tb) 28 stack = [] 32 stack.append((tb.tb_frame, tb.tb_lineno)) 34 return stack 51 for info in self.stack:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xmllib.py | 144 self.stack = [] 235 for t, d, nst in self.stack: 265 if not self.stack and space.match(data) is None: 364 if not self.stack: 420 if self.stack: 422 while self.stack: 423 self.finish_endtag(self.stack[-1][0]) 502 if not self.stack: 580 self.__use_namespaces = len(self.stack)+1 607 if self.__seen_starttag and not self.stack [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
xmllib.py | 144 self.stack = [] 235 for t, d, nst in self.stack: 265 if not self.stack and space.match(data) is None: 364 if not self.stack: 420 if self.stack: 422 while self.stack: 423 self.finish_endtag(self.stack[-1][0]) 502 if not self.stack: 580 self.__use_namespaces = len(self.stack)+1 607 if self.__seen_starttag and not self.stack [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/ |
dump_reader_multipart.py | 73 stack = self._host.executive.run_command(cmd, return_stderr=False) 76 stack = None 79 return stack
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/ |
recon_altivec.asm | 39 stw r0, -8(r1) ;# save old VRSAVE to stack 51 lwz r12, -8(r1) ;# restore old VRSAVE from stack 88 stw r0, -8(r1) ;# save old VRSAVE to stack 104 lwz r12, -8(r1) ;# restore old VRSAVE from stack 127 stw r0, -8(r1) ;# save old VRSAVE to stack 172 lwz r12, -8(r1) ;# restore old VRSAVE from stack
|
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/ |
harfbuzz-shaper-private.h | 150 Type stack##Name[512]; \ 151 Type *Name = stack##Name; 162 if (stack##Name != Name) \
|
/external/chromium_org/third_party/skia/tools/ |
CrashHandler.cpp | 48 void* stack[kMax]; local 49 const int count = backtrace(stack, kMax); 52 backtrace_symbols_fd(stack, count, 2/*stderr*/); 108 // We need to run SymInitialize before doing any of the stack walking below.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-profile-table.cc | 108 // We strip out different number of stack frames in debug mode 170 dealloc_(b->stack); 191 // Lookup stack trace in table 196 equal(key, key + depth, b->stack)) { 209 b->stack = kcopy; 219 int skip_count, void* stack[kMaxStackDepth]) { 221 stack, kMaxStackDepth, kStripFrames + skip_count + 1); 262 info->call_stack = alloc_value->bucket()->stack; 317 reinterpret_cast<uintptr_t>(b.stack[d])); 406 info.call_stack = list[i]->stack; [all...] |
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test_logging.h | 98 #include <stack> 205 std::stack<State> stack; member in struct:webrtc::testing::bwe::Logging::ThreadState
|
/external/chromium_org/v8/test/mjsunit/ |
error-constructors.js | 39 desc = Object.getOwnPropertyDescriptor(e, 'stack'); 56 ReferenceError.prototype.__defineSetter__('stack', fail); 59 assertTrue(e.hasOwnProperty('stack')); 63 assertTrue(e.hasOwnProperty('stack')); 66 assertTrue(e.hasOwnProperty('stack')); 76 var props = ["name", "message", "stack"];
|
/external/icu/icu4c/source/layout/ |
LigatureSubstProc2.cpp | 77 le_int32 stack[nComponents]; local 110 mm--; // don't overrun the stack. 112 stack[++mm] = componentGlyph; 130 componentStack[m] = stack[mm--];
|
/external/libunwind/doc/ |
unw_resume.tex | 8 \begin{Name}{3}{unw\_resume}{David Mosberger-Tang}{Programming Library}{unw\_resume}unw\_resume -- resume execution in a particular stack frame 19 The \Func{unw\_resume}() routine resumes execution at the stack frame 24 and then directly resumes execution in the target stack frame. Thus 27 (callee-saved) registers. However, if execution in any of the stack 31 \Func{unw\_resume}() on a cursor which identifies the stack frame of 81 \item[\Const{UNW\_BADFRAME}] The stack frame identified by
|
/external/libvpx/libvpx/vp8/common/ppc/ |
recon_altivec.asm | 39 stw r0, -8(r1) ;# save old VRSAVE to stack 51 lwz r12, -8(r1) ;# restore old VRSAVE from stack 88 stw r0, -8(r1) ;# save old VRSAVE to stack 104 lwz r12, -8(r1) ;# restore old VRSAVE from stack 127 stw r0, -8(r1) ;# save old VRSAVE to stack 172 lwz r12, -8(r1) ;# restore old VRSAVE from stack
|
/external/skia/tools/ |
CrashHandler.cpp | 48 void* stack[kMax]; local 49 const int count = backtrace(stack, kMax); 52 backtrace_symbols_fd(stack, count, 2/*stderr*/); 108 // We need to run SymInitialize before doing any of the stack walking below.
|
/external/speex/libspeex/ |
ltp_bfin.h | 66 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack) 157 void open_loop_nbest_pitch(spx_word16_t *sw, int start, int end, int len, int *pitch, spx_word16_t *gain, int N, char *stack) 210 pitch_xcorr(sw, sw-end, corr, len, end-start+1, stack);
|
nb_celp.c | 67 /* Default size for the encoder and decoder stack (can be changed at compile time). 125 st->stack = NULL; 127 st->stack = (char*)speex_alloc_scratch(NB_ENC_STACK); 219 speex_free_scratch(st->stack); 273 char *stack; local 282 stack=st->stack; 322 roots=lpc_to_lsp (lpc, st->lpcSize, lsp, 10, LSP_DELTA1, stack); 349 lsp_to_lpc(interp_lsp, interp_lpc, st->lpcSize,stack); 367 filter_mem16(st->sw, bw_lpc1, bw_lpc2, st->sw, st->frameSize, st->lpcSize, st->mem_sw_whole, stack); 1096 char *stack; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
recon_altivec.asm | 39 stw r0, -8(r1) ;# save old VRSAVE to stack 51 lwz r12, -8(r1) ;# restore old VRSAVE from stack 88 stw r0, -8(r1) ;# save old VRSAVE to stack 104 lwz r12, -8(r1) ;# restore old VRSAVE from stack 127 stw r0, -8(r1) ;# save old VRSAVE to stack 172 lwz r12, -8(r1) ;# restore old VRSAVE from stack
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
StackTest.java | 21 import java.util.Stack; 25 Stack s; 28 * java.util.Stack#Stack() 31 // Test for method java.util.Stack() 32 assertEquals("Stack creation failed", 0, s.size()); 36 * java.util.Stack#empty() 39 // Test for method boolean java.util.Stack.empty() 40 assertTrue("New stack answers non-empty", s.empty()); 42 assertTrue("Stack should not be empty but answers empty", !s.empty()) 133 Stack<Object> stack = new Stack<Object>(); local [all...] |
/external/bison/data/ |
lalr1.cc | 31 m4_include(b4_pkgdatadir/[stack.hh]) 51 #include "stack.hh" 140 /// State stack type. 141 typedef stack<state_type> state_stack_type; 142 /// Semantic value stack type. 143 typedef stack<semantic_type> semantic_stack_type; 144 /// location stack type. 145 typedef stack<location_type> location_stack_type; 147 /// The state stack. 149 /// The semantic value stack [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/ |
ldlinux-sects.asm | 25 [section .stack nobits align=16 start=STACK_START] 27 [section .stack nobits align=16 start=STACK_START] 28 [section .stack nobits align=16 start=STACK_START]
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-117794.js | 42 print(exc2.stack); 50 print(exc3.stack); 56 print(exc1.stack);
|