OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:call_target
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/devil/devil/utils/
mock_calls_test.py
67
self.
call_target
(self.call.adb.Shell))
71
self.
call_target
(mock.call.sys.getcwd)
75
self.
call_target
(self.call.adb.Run)
79
self.
call_target
(self.call.adb.RunShell('cmd').append)
mock_calls.py
75
def
call_target
(self, call):
member in class:TestCase
109
target = self.
call_target
(call.parent)
135
target = self.
call_target
(call)
/external/v8/test/cctest/
test-compiler.cc
337
"
call_target
= function() { return 3; };"
342
"
call_target
();"
Completed in 195 milliseconds