HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 951 - 975 of 2692) sorted by null

<<31323334353637383940>>

  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmametadatapass.py 133 stack = []
136 stack.append(context.type)
138 return 'Context(%s)' % ' > '.join(stack)
208 """Adds a context of the given type to the context stack.
216 """Moves up one level in the context stack.
233 """Pops the context stack until a context of the given type is popped.
482 # In this case the statement ends after the null, when the context stack
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 84 * callbacks. This is a map from unique callback id to the stack at the moment
85 * when the callback was wrapped. This stack identifies the callback.
111 var error = 'Not in instrumented callback: ' + new Error().stack;
202 var filteredStack = error.stack.replace(/.*\n/, '\n');
257 pendingCallbacks[callbackId] = new Error().stack;
287 var message = 'Uncaught exception:\n' + error.stack;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelinePresentationModel.js 159 var stack = [{array: recordsArray, index: 0}];
160 while (stack.length) {
161 var entry = stack[stack.length - 1];
168 stack.push({array: record.children, index: 0, record: record});
175 stack.pop();
505 var stack = [{children: this._rootRecord.children, index: 0, parentIsCollapsed: false}];
506 while (stack.length) {
507 var entry = stack[stack.length - 1]
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
ecmametadatapass.py 133 stack = []
136 stack.append(context.type)
138 return 'Context(%s)' % ' > '.join(stack)
208 """Adds a context of the given type to the context stack.
216 """Moves up one level in the context stack.
233 """Pops the context stack until a context of the given type is popped.
482 # In this case the statement ends after the null, when the context stack
  /external/chromium_org/third_party/freetype/src/base/
ftbbox.c 225 FT_Pos stack[32*3 + 1], *arc;
228 arc = stack;
283 } while ( arc >= stack );
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profiler.cc 225 // Callback to generate a stack trace for an allocation. May be overriden
380 // Take the stack trace outside the critical section.
381 void* stack[HeapProfileTable::kMaxStackDepth]; local
382 int depth = stack_generator_function(skip_count + 1, stack);
385 heap_profile->RecordAlloc(ptr, bytes, depth, stack);
413 // TODO(jandrews): Re-enable stack tracing
503 // call stack traces of at least size kMaxStackDepth:
  /external/libffi/src/pa/
hpux32.S 65 /* Setup the stack for calling prep_args...
66 We want the stack to look like this:
68 [ Previous stack ] <- %r3
72 [ Stack space for actual call, passed as ] <- %arg0
75 [ Stack for calling prep_args ] <- %sp
83 addl %arg2, %r4, %arg0 ; arg stack
87 %arg0(stack) -- set up above
251 copy %r4, %sp ; pop arg stack
253 ldwm -64(%sp), %r3 ; .. and pop stack
282 /* Put arguments onto the stack and call ffi_closure_inner. *
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 173 stwu r1,-32(r1) ;# create space on the stack
240 addi r1, r1, 32 ;# recover stack
258 stwu r1,-32(r1) ;# create space on the stack
326 addi r1, r1, 32 ;# recover stack
344 stwu r1,-32(r1) ;# create space on the stack
434 addi r1, r1, 32 ;# recover stack
  /external/llvm/lib/Analysis/
PathNumbering.cpp 42 #include <stack>
236 std::stack<BallLarusNode*> dfsStack;
416 void BallLarusDag::buildEdge(BLBlockNodeMap& inDag, std::stack<BallLarusNode*>&
  /external/speex/libspeex/
filters_sse.h 134 void filter_mem16(const float *x, const float *_num, const float *_den, float *y, int N, int ord, float *_mem, char *stack)
233 void iir_mem16(const float *x, const float *_den, float *y, int N, int ord, float *_mem, char *stack)
330 void fir_mem16(const float *x, const float *_num, float *y, int N, int ord, float *_mem, char *stack)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py 60 self.stack = []
69 self.stack.append(frame)
73 self.stack.pop()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_setprofile.py 60 self.stack = []
69 self.stack.append(frame)
73 self.stack.pop()
  /development/tools/mkstubs/src/com/android/mkstubs/stubber/
MethodStubber.java 100 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
ErrorManager.java 797 StackTraceElement[] stack = e.getStackTrace(); local
799 for (; i < stack.length; i++) {
800 StackTraceElement t = stack[i];
805 StackTraceElement location = stack[i];
    [all...]
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.cc 7 #include <stack>
  /external/chromium_org/android_webview/native/
android_jar_jni_headers.target.darwin-x86.mk 69 -fno-stack-protector \
151 -fno-stack-protector \
android_jar_jni_headers.target.linux-x86.mk 69 -fno-stack-protector \
151 -fno-stack-protector \
cancellation_signal_android_jar_jni_headers.target.darwin-x86.mk 69 -fno-stack-protector \
151 -fno-stack-protector \
cancellation_signal_android_jar_jni_headers.target.linux-x86.mk 69 -fno-stack-protector \
151 -fno-stack-protector \
  /external/chromium_org/base/allocator/
allocator_extension_thunks.target.darwin-x86.mk 60 -fno-stack-protector \
145 -fno-stack-protector \
allocator_extension_thunks.target.linux-x86.mk 60 -fno-stack-protector \
145 -fno-stack-protector \
  /external/chromium_org/base/
base_i18n.target.darwin-x86.mk 72 -fno-stack-protector \
162 -fno-stack-protector \
base_i18n.target.linux-x86.mk 72 -fno-stack-protector \
162 -fno-stack-protector \
base_java_activity_state.target.darwin-x86.mk 73 -fno-stack-protector \
155 -fno-stack-protector \
base_java_activity_state.target.linux-x86.mk 73 -fno-stack-protector \
155 -fno-stack-protector \

Completed in 1880 milliseconds

<<31323334353637383940>>