OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
198
bool
found_stack
= false;
local
219
EXPECT_FALSE(
found_stack
) << "Found duplicate stacks";
220
found_stack
= true;
230
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 55 milliseconds