Searched refs:data_arg (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/crypto/test/ |
D | test_util.h | 39 Bytes(const uint8_t *data_arg, size_t len_arg) in Bytes() 40 : span_(data_arg, len_arg) {} in Bytes() 41 Bytes(const char *data_arg, size_t len_arg) in Bytes() 42 : span_(reinterpret_cast<const uint8_t *>(data_arg), len_arg) {} in Bytes()
|
/external/v8/src/builtins/ |
D | builtins-trace.cc | 116 Handle<Object> data_arg = args.atOrUndefined(isolate, 5); in BUILTIN() local 164 if (!data_arg->IsUndefined(isolate)) { in BUILTIN() 173 JsonStringify(isolate, data_arg, isolate->factory()->undefined_value(), in BUILTIN()
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 4151 sock_sendmsg_iovec(PySocketSockObject *s, PyObject *data_arg, in sock_sendmsg_iovec() argument 4162 data_fast = PySequence_Fast(data_arg, in sock_sendmsg_iovec() 4233 PyObject *data_arg, *cmsg_arg = NULL, *addr_arg = NULL, local 4238 &data_arg, &cmsg_arg, &flags, &addr_arg)) { 4254 if (sock_sendmsg_iovec(s, data_arg, &msg, &databufs, &ndatabufs) == -1) { 4419 PyObject *data_arg = NULL; local 4448 &data_arg, 4499 if (data_arg != NULL) { 4500 if (sock_sendmsg_iovec(self, data_arg, &msg, &databufs, &ndatabufs) == -1) {
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_test.cc | 3055 Literal data_arg = LiteralUtil::CreateR1<int32>({1, 2, 3, 4}); in TEST_F() local 3057 TF_ASSERT_OK_AND_ASSIGN(Literal actual, Evaluate({&size_arg, &data_arg})); in TEST_F()
|
/external/v8/include/ |
D | v8.h | 7188 void* data_arg = nullptr) 7189 : callback(function), data(data_arg) {} 7205 void* data_arg = nullptr) 7206 : callback(function), data(data_arg) {}
|