/external/strace/ |
file_handle.c | 79 unsigned char f_handle[MAX_HANDLE_SZ]; local 88 f_handle)) { 89 tprints(", f_handle=0x"); 91 tprintf("%02x", f_handle[i]); 118 unsigned char f_handle[MAX_HANDLE_SZ]; local 124 if (!umoven(tcp, addr + sizeof(h), h.handle_bytes, &f_handle)) { 127 tprints(", f_handle=0x"); 129 tprintf("%02x", f_handle[i]);
|
/external/python/cpython2/Modules/_multiprocessing/ |
win32_functions.c | 25 if (!PyArg_ParseTuple(args, F_HANDLE, &hObject)) 45 if (!PyArg_ParseTuple(args, F_HANDLE F_POINTER, 72 F_DWORD F_DWORD F_HANDLE, 88 return Py_BuildValue(F_HANDLE, handle); 122 return Py_BuildValue(F_HANDLE, handle); 166 return Py_BuildValue(F_HANDLE, handle); 177 if (!PyArg_ParseTuple(args, F_HANDLE "OOO",
|
multiprocessing.h | 95 # define F_HANDLE F_POINTER 97 # define F_SEM_HANDLE F_HANDLE 102 # define F_HANDLE "i"
|
connection.h | 45 if (!PyArg_ParseTupleAndKeywords(args, kwds, F_HANDLE "|ii", kwlist,
|
/external/python/cpython3/Modules/_multiprocessing/ |
multiprocessing.h | 71 # define F_HANDLE F_POINTER 73 # define F_SEM_HANDLE F_HANDLE 78 # define F_HANDLE "i"
|
multiprocessing.c | 59 if (!PyArg_ParseTuple(args, F_HANDLE ":closesocket" , &handle)) 78 if (!PyArg_ParseTuple(args, F_HANDLE "i:recv" , &handle, &size)) 104 if (!PyArg_ParseTuple(args, F_HANDLE "y*:send" , &handle, &buf))
|
/external/syslinux/win/ |
syslinux.c | 292 HANDLE f_handle, d_handle; local 407 f_handle = CreateFile(ldlinux_name, GENERIC_READ | GENERIC_WRITE, 413 if (f_handle == INVALID_HANDLE_VALUE) { 419 if (!WriteFile(f_handle, (const char _force *)syslinux_ldlinux, 425 if (!WriteFile(f_handle, syslinux_adv, 2 * ADV_SIZE, 433 if (!FlushFileBuffers(f_handle)) { 456 NtfsSectGetFileVcnExtent(f_handle, &vcn, &extent) == ERROR_SUCCESS; 495 if (SetFilePointer(f_handle, 0, NULL, FILE_BEGIN) != 0 || 496 !WriteFile(f_handle, syslinux_ldlinux, syslinux_ldlinux_len, 518 CloseHandle(f_handle); [all...] |
/external/python/cpython3/Modules/ |
overlapped.c | 32 #define F_HANDLE F_POINTER 150 if (!PyArg_ParseTuple(args, F_HANDLE F_HANDLE F_ULONG_PTR F_DWORD, 162 return Py_BuildValue(F_HANDLE, ret); 181 if (!PyArg_ParseTuple(args, F_HANDLE F_DWORD, 215 if (!PyArg_ParseTuple(args, F_HANDLE F_DWORD F_ULONG_PTR F_POINTER, 264 if (!PyArg_ParseTuple(args, F_HANDLE F_HANDLE F_POINTER F_DWORD, 289 return Py_BuildValue(F_HANDLE, NewWaitObject); 303 if (!PyArg_ParseTuple(args, F_HANDLE, &WaitHandle) [all...] |
_winapi.c | 59 #define F_HANDLE F_POINTER 161 create_converter('HANDLE', '" F_HANDLE "') 162 create_converter('HMODULE', '" F_HANDLE "') [all...] |
/external/python/cpython3/Modules/clinic/ |
_winapi.c.h | 83 if (!PyArg_Parse(arg, "" F_HANDLE ":CloseHandle", &handle)) { 109 static _PyArg_Parser _parser = {"" F_HANDLE "|i:ConnectNamedPipe", _keywords, 0}; 153 if (!PyArg_ParseTuple(args, "skk" F_POINTER "kk" F_HANDLE ":CreateFile", 366 if (!PyArg_ParseTuple(args, "" F_HANDLE "" F_HANDLE "" F_HANDLE "ki|k:DuplicateHandle", 459 if (!PyArg_Parse(arg, "" F_HANDLE ":GetExitCodeProcess", &process)) { 524 if (!PyArg_Parse(arg, "" F_HANDLE ":GetModuleFileName", &module_handle)) { 657 if (!PyArg_ParseTuple(args, "" F_HANDLE "|i:PeekNamedPipe", 684 static _PyArg_Parser _parser = {"" F_HANDLE "i|i:ReadFile", _keywords, 0} [all...] |
/external/libmojo/mojo/public/interfaces/bindings/tests/ |
struct_with_traits.mojom | 44 handle f_handle;
|
test_unions.mojom | 46 handle f_handle;
|
/external/syslinux/com32/gfxboot/ |
realmode_callback.asm | 66 mov [f_handle],si 88 mov si,[f_handle] 96 mov [f_handle],si 184 f_handle dw 0 define
|
/external/strace/tests/ |
file_handle.c | 58 unsigned char f_handle[0]; member in struct:file_handle 104 printf(" => %u, handle_type=%d, f_handle=", 136 printf(", f_handle="); 299 ", handle_type=%d, f_handle=0x", 302 printf("%02x", handle->f_handle[i]); 306 ", f_handle=0x", handle->handle_bytes, handle->handle_type); 308 printf("%02x", handle->f_handle[i]);
|
/external/strace/tests-m32/ |
file_handle.c | 58 unsigned char f_handle[0]; member in struct:file_handle 104 printf(" => %u, handle_type=%d, f_handle=", 136 printf(", f_handle="); 299 ", handle_type=%d, f_handle=0x", 302 printf("%02x", handle->f_handle[i]); 306 ", f_handle=0x", handle->handle_bytes, handle->handle_type); 308 printf("%02x", handle->f_handle[i]);
|
/external/strace/tests-mx32/ |
file_handle.c | 58 unsigned char f_handle[0]; member in struct:file_handle 104 printf(" => %u, handle_type=%d, f_handle=", 136 printf(", f_handle="); 299 ", handle_type=%d, f_handle=0x", 302 printf("%02x", handle->f_handle[i]); 306 ", f_handle=0x", handle->handle_bytes, handle->handle_type); 308 printf("%02x", handle->f_handle[i]);
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
struct_with_traits_impl_traits.h | 104 static ScopedHandle f_handle(test::PassByValueStructWithTraitsImpl& value) { function in struct:mojo::StructTraits
|
/external/tensorflow/tensorflow/core/kernels/data/ |
iterator_ops.cc | 764 FunctionLibraryRuntime::Handle f_handle; local 767 &f_handle)); 784 ctx->function_library()->Run(opts, f_handle, {}, &return_values, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
fcntl.h | 244 unsigned char f_handle[0]; member in struct:file_handle
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
fcntl.h | 259 unsigned char f_handle[0]; member in struct:file_handle
|
/external/tensorflow/tensorflow/core/common_runtime/ |
function.cc | 451 Handle f_handle; local 453 Instantiate(func.name(), AttrSlice(&func.attr()), options, &f_handle)); 454 const FunctionBody* f_body = GetFunctionBody(f_handle); [all...] |
/external/valgrind/include/vki/ |
vki-linux.h | 3385 unsigned char f_handle[0]; member in struct:vki_file_handle [all...] |