HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 1351 - 1375 of 3511) sorted by null

<<51525354555657585960>>

  /external/v8/test/mjsunit/regress/
regress-2249423.js 29 // Regression test for stack corruption issue.
regress-3230771.js 28 // Regression test for missing stack-overflow check in
regress-crbug-100859.js 28 // This used to trigger a crash because of an unhandled stack overflow.
  /external/v8/test/webkit/fast/js/
exception-properties.js 42 shouldBe('enumerableProperties(nativeError)', '["stack", "line", "sourceURL"]');
  /external/v8/test/webkit/
try-catch-try-try-catch-try-finally-return-catch-finally.js 25 "Tests what would happen if you a throwing operation at the beginning of a finally blow that gets inlined inside a complicated catch/finally stack. The correct outcome is for this test to not crash during exception throwing."
  /external/valgrind/drd/scripts/
run-splash2 60 test_output="${1}-drd-with-stack-var-4.out" \
62 "$VG" --tool=drd --first-race-only=yes --check-stack-var=yes \
66 test_output="${1}-drd-without-stack-var-4.out" \
68 "$VG" --tool=drd --first-race-only=yes --check-stack-var=no \
124 # 12. Execution time ratio for --tool=drd --check-stack-var=yes -p4 versus -p4.
125 # 13. Virtual memory size ratio for --tool=drd --check-stack-var=yes -p4 versus -p4.
126 # 14. Execution time ratio for --tool=drd --check-stack-var=no -p4 versus -p4.
127 # 15. Virtual memory size ratio for --tool=drd --check-stack-var=no -p4 versus -p4.
139 # - Helgrind does detect data races on stack variables. DRD only detects
140 # data races on stack variables with --check-stack-var=yes
    [all...]
  /external/valgrind/memcheck/tests/
fprw.stderr.exp 34 Address 0x........ is not stack'd, malloc'd or (recently) free'd
origin2-not-quite.stderr.exp 26 Uninitialised value was created by a stack allocation
  /frameworks/base/tools/aapt2/xml/
XmlPullParser.h 31 #include <stack>
107 * Uses the current stack of namespaces to resolve the package. Eg:
170 std::stack<std::u16string> mNamespaceUris;
  /frameworks/rs/
spec.l 1 %option stack
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
test.cpp 12 #include <stack>
104 std::stack<int> stack1;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 23 currentframe() - get the current stack frame
24 stack(), trace() - get info about frames on the stack or in a traceback
223 co_stacksize virtual machine stack space required
761 stack, remain, count = [], [], []
773 stack.append(names[value])
779 stack[0] = [stack[0]]
786 stack[-size:] = [stack[-size:]
1052 def stack(context=1): function
    [all...]
  /prebuilts/gdb/darwin-x86/share/pretty-printers/stlport/test/
test.cpp 12 #include <stack>
104 std::stack<int> stack1;
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 23 currentframe() - get the current stack frame
24 stack(), trace() - get info about frames on the stack or in a traceback
223 co_stacksize virtual machine stack space required
761 stack, remain, count = [], [], []
773 stack.append(names[value])
779 stack[0] = [stack[0]]
786 stack[-size:] = [stack[-size:]
1052 def stack(context=1): function
    [all...]
  /prebuilts/gdb/linux-x86/share/pretty-printers/stlport/test/
test.cpp 12 #include <stack>
104 std::stack<int> stack1;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 23 currentframe() - get the current stack frame
24 stack(), trace() - get info about frames on the stack or in a traceback
223 co_stacksize virtual machine stack space required
761 stack, remain, count = [], [], []
773 stack.append(names[value])
779 stack[0] = [stack[0]]
786 stack[-size:] = [stack[-size:]
1052 def stack(context=1): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
test.cpp 12 #include <stack>
104 std::stack<int> stack1;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 23 currentframe() - get the current stack frame
24 stack(), trace() - get info about frames on the stack or in a traceback
223 co_stacksize virtual machine stack space required
761 stack, remain, count = [], [], []
773 stack.append(names[value])
779 stack[0] = [stack[0]]
786 stack[-size:] = [stack[-size:]
1052 def stack(context=1): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/
test.cpp 12 #include <stack>
104 std::stack<int> stack1;
  /system/bt/device/
Android.mk 31 $(LOCAL_PATH)/../stack/include \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
cfi-x86_64.s 4 #; - function with a space on the stack
82 #; touch the stack at all.
  /toolchain/binutils/binutils-2.25/gold/
arm-reloc-property.cc 27 #include <stack>
46 std::stack<size_t> size_stack;
58 // Remember the node stack position for start of a new internal node.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
sh.exp 145 exec sed -e s/_main/main/ -e s/_trap/trap/ -e s/_stack/stack/ \
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 55 str \rTemp1, [sp, #0] @ Place Method* at bottom of stack.
82 str \rTemp1, [sp, #0] @ Place Method* at bottom of stack.
112 str \rTemp1, [sp, #0] @ Place Method* at bottom of stack.
172 str \rTemp1, [sp, #0] @ Place Method* at bottom of stack.
178 str r0, [sp, #0] @ Store ArtMethod* to bottom of stack.
316 * that will place a mock Method* at the bottom of the stack. Arg1 holds the exception.
417 mov r11, sp @ save the stack pointer
423 sub r4, sp, r4 @ reserve & align *stack* to 16 bytes: native calling
428 add r0, sp, #4 @ pass stack pointer + method ptr as dest for memcpy
448 mov sp, r11 @ restore the stack pointe
    [all...]
  /external/autotest/tko/parsers/
version_0.py 317 stack = status_lib.status_stack()
355 # START line, just push another layer on to the stack
360 stack.start()
367 # otherwise, update the status on the stack
370 [stack.current_status(),
373 stack.update(line.status)
454 final_status = stack.end()

Completed in 1349 milliseconds

<<51525354555657585960>>