HomeSort by relevance Sort by last modified time
    Searched refs:found_stack (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
stack_utils_unittest.py 44 found_stack = stack_utils._find_thread_stack(thread_id)
45 self.assertIsNotNone(found_stack)
48 found_stack = stack_utils._find_thread_stack(0)
49 self.assertIsNone(found_stack)
  /external/chromium_org/base/debug/
proc_maps_linux_unittest.cc 205 bool found_stack = false; local
226 EXPECT_FALSE(found_stack) << "Found duplicate stacks";
227 found_stack = true;
237 EXPECT_TRUE(found_stack);
  /external/chromium_org/tools/valgrind/
suppressions.py 497 found_stack = False
499 if not found_stack and line.startswith('name='):
501 elif not found_stack and line.startswith('instruction='):
505 found_stack = True
    [all...]

Completed in 212 milliseconds