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

  /art/test/526-checker-caller-callee-regs/src/
Main.java 29 public static int $opt$noinline$function_call(int arg) {
81 int t2 = $opt$noinline$function_call(arg);
  /external/tensorflow/tensorflow/contrib/py2tf/converters/
builtin_functions.py 69 function_call = templates.replace(template, fname='print', args=args)[0]
70 return self.visit(function_call)
  /external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp 71 void function_call() { function in namespace:integral
cxx0x-initializer-aggregates.cpp 52 void function_call() { function in namespace:aggregate
cxx0x-initializer-constructor.cpp 107 C function_call() { function in namespace:objects
cxx0x-initializer-stdinitializerlist.cpp 64 void function_call() { function
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 265 #define expect_assert_failure(function_call) \
273 function_call ; \
275 print_error("Expected assert in %s\n", #function_call); \
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerMutator.cpp 141 const FuncSpec &rand_api = exec_spec->function_call(idx).api();
ProtoFuzzerRunner.cpp 180 for (const auto &func_call : exec_spec.function_call()) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
funcobject.c 488 function_call(PyObject *func, PyObject *arg, PyObject *kw) function
562 function_call, /* tp_call */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
funcobject.c 488 function_call(PyObject *func, PyObject *arg, PyObject *kw) function
562 function_call, /* tp_call */
  /external/python/cpython2/Objects/
funcobject.c 485 function_call(PyObject *func, PyObject *arg, PyObject *kw) function
559 function_call, /* tp_call */
  /external/python/cpython3/Objects/
funcobject.c 566 function_call(PyObject *func, PyObject *arg, PyObject *kw) function
643 function_call, /* tp_call */
  /external/swiftshader/src/OpenGL/compiler/
glslang.y 194 %type <interm.intermTypedNode> function_call initializer condition conditionopt
284 | function_call {
306 function_call
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang.y 216 %type <interm.intermTypedNode> function_call initializer initializer_list condition conditionopt
319 | function_call {
344 function_call
    [all...]

Completed in 1429 milliseconds