Home
last modified time | relevance | path

Searched defs:data_arg (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-trace.cc116 Handle<Object> data_arg = args.atOrUndefined(isolate, 5); in BUILTIN() local
/external/python/cpython3/Modules/
Dsocketmodule.c4151 sock_sendmsg_iovec(PySocketSockObject *s, PyObject *data_arg, in sock_sendmsg_iovec()
4233 PyObject *data_arg, *cmsg_arg = NULL, *addr_arg = NULL, local
4419 PyObject *data_arg = NULL; local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc3055 Literal data_arg = LiteralUtil::CreateR1<int32>({1, 2, 3, 4}); in TEST_F() local