Searched refs:PROTO (Results 1 - 10 of 10) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | test_check_spec_links.py | 18 PROTO = 'vkCreateInstance' variable 90 assert(ckr.check('with %s by' % PROTO).numDiagnostics() == 1) 94 assert(not ckr.check('<<%s' % PROTO).messages) 96 assert(not ckr.check('%s>>' % PROTO).messages) 98 '%s asdf>> table' % PROTO).messages) 222 "[open,refpage='%s',desc='',type='']" % PROTO).numDiagnostics() == 0) 244 "[open,refpage='%s',desc='',type='protos']" % PROTO).messages) 248 ckr.check("[open,refpage='%s',desc='',type='structs']" % PROTO).messages) 346 include::{generated}/api/protos/%s.adoc[]""" % (PROTO, PROTO)) [all...] |
/third_party/ffmpeg/libswresample/x86/ |
H A D | audio_convert_init.c | 26 #define PROTO(pre, in, out, cap) void ff ## pre ## in## _to_ ##out## _a_ ##cap(uint8_t **dst, const uint8_t **src, int len); macro 27 #define PROTO2(pre, out, cap) PROTO(pre, int16, out, cap) PROTO(pre, int32, out, cap) PROTO(pre, float, out, cap)
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_callbacks.py | 22 PROTO = self.functype.__func__(typ, typ) 23 result = PROTO(self.callback)(arg) 30 PROTO = self.functype.__func__(typ, c_byte, typ) 31 result = PROTO(self.callback)(-3, arg)
|
/third_party/curl/tests/ |
H A D | test1119.pl | 114 while(s/\W(CURL(AUTH|E|H|MOPT|OPT|SHOPT|UE|M|SSH|SSLBACKEND|HEADER|FORM|FTP|PIPE|MIMEOPT|GSSAPI|ALTSVC|PROTO|PROXY|UPART|USESSL|_READFUNC|_WRITEFUNC|_CSELECT|_FORMADD|_IPRESOLVE|_REDIR|_RTSPREQ|_TIMECOND|_VERSION)_[a-zA-Z0-9_]+)//) {
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | errno.rs | 461 pub const PROTO: Self = Self::from_errno(errno::EPROTO); consts
|
/third_party/python/Lib/ |
H A D | pickle.py | 158 PROTO = b'\x80' # identify pickle protocol variable 484 self.write(PROTO + pack("<B", self.proto)) 1234 dispatch[PROTO[0]] = load_proto
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | errno.rs | 871 pub const PROTO: Self = Self(c::EPROTO); consts
|
/third_party/python/Lib/test/ |
H A D | pickletester.py | 533 0: \x80 PROTO 2 604 0: \x80 PROTO 3 674 0: \x80 PROTO 4 923 0: \x80 PROTO 2 1149 # 0: \x80 PROTO 4 1352 b'\x80', # PROTO 2018 proto_header = pickle.PROTO + bytes([proto]) 2021 self.assertEqual(count_opcode(pickle.PROTO, pickled), 0) 2025 badpickle = pickle.PROTO + bytes([oob]) + build_none 2565 elif frameless_start is None and op.name != 'PROTO' [all...] |
/third_party/python/Modules/ |
H A D | _pickle.c | 93 PROTO = '\x80', enumerator 4518 header[0] = PROTO; in dump() 6800 /* Just raises an error if we don't know the protocol specified. PROTO 6937 OP(PROTO, load_proto) in load()
|
/third_party/nghttp2/src/ |
H A D | shrpx.cc | 2306 parameters are: "proto=<PROTO>", "tls", in print_help() 2321 "proto=<PROTO>". <PROTO> should be one of the following in print_help() 2323 value of <PROTO> is "http/1.1". Note that usually "h2" in print_help()
|
Completed in 30 milliseconds