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

  /external/libcxx/utils/libcxx/test/
tracing.py 18 call_str = '{}({})'.format(function.func_name, arg_str)
23 print('{}: Calling {}'.format(label, call_str))
26 print('{}: {} -> {}'.format(label, call_str, res))
30 print('{}: {} raised {}'.format(label, call_str, type(ex)))
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
tracing.py 9 call_str = '{}({})'.format(function.func_name, arg_str)
14 print '{}: Calling {}'.format(label, call_str)
17 print '{}: {} -> {}'.format(label, call_str, res)
21 print '{}: {} raised {}'.format(label, call_str, type(ex))
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
tracing.py 18 call_str = '{}({})'.format(function.func_name, arg_str)
23 print('{}: Calling {}'.format(label, call_str))
26 print('{}: {} -> {}'.format(label, call_str, res))
30 print('{}: {} raised {}'.format(label, call_str, type(ex)))
  /art/test/988-method-trace/
gen_srcs.py 298 call_str = format_call_to(i)
299 debug_print(call_str)
301 call_str_list.append(call_str)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 5442 static PyObject *call_str; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 5390 static PyObject *call_str; local
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 5539 static PyObject *call_str; local
    [all...]

Completed in 706 milliseconds