/third_party/rust/crates/rustix/src/io/ |
D | stdio.rs | 41 pub const unsafe fn stdin() -> BorrowedFd<'static> { in stdin() constant 102 pub const unsafe fn stdout() -> BorrowedFd<'static> { in stdout() constant 162 pub const unsafe fn stderr() -> BorrowedFd<'static> { in stderr() constant
|
/third_party/node/deps/npm/node_modules/safe-buffer/ |
D | README.md | 331 ### Remote Memory Disclosure 366 ### Would this ever be a problem in real code? 410 ### Which real-world packages were vulnerable? 464 ### What's the solution? 492 ### How do we fix node.js core? 511 ### What's the real long-term fix? 538 ### Conclusion
|
/third_party/node/deps/npm/node_modules/tar/node_modules/safe-buffer/ |
D | README.md | 331 ### Remote Memory Disclosure 366 ### Would this ever be a problem in real code? 410 ### Which real-world packages were vulnerable? 464 ### What's the solution? 492 ### How do we fix node.js core? 511 ### What's the real long-term fix? 538 ### Conclusion
|
/third_party/node/deps/npm/node_modules/npm-registry-fetch/node_modules/safe-buffer/ |
D | README.md | 331 ### Remote Memory Disclosure 366 ### Would this ever be a problem in real code? 410 ### Which real-world packages were vulnerable? 464 ### What's the solution? 492 ### How do we fix node.js core? 511 ### What's the real long-term fix? 538 ### Conclusion
|
/third_party/node/deps/npm/node_modules/string_decoder/node_modules/safe-buffer/ |
D | README.md | 333 ### Remote Memory Disclosure 368 ### Would this ever be a problem in real code? 412 ### Which real-world packages were vulnerable? 466 ### What's the solution? 494 ### How do we fix node.js core? 513 ### What's the real long-term fix? 540 ### Conclusion
|
/third_party/rust/crates/rustix/src/process/ |
D | id.rs | 61 pub const unsafe fn from_raw(raw: RawUid) -> Self { in from_raw() constant 88 pub const unsafe fn from_raw(raw: RawGid) -> Self { in from_raw() constant 118 pub const unsafe fn from_raw(raw: RawPid) -> Option<Self> { in from_raw() constant 132 pub const unsafe fn from_raw_nonzero(raw: RawNonZeroPid) -> Self { in from_raw_nonzero() constant 175 pub const unsafe fn from_raw(raw: RawCpuid) -> Self { in from_raw() constant
|
/third_party/node/doc/api/ |
D | buffer.md | 3514 [`Buffer.alloc()`]: #buffer_static_method_buffer_alloc_size_fill_encoding 3515 [`Buffer.allocUnsafe()`]: #buffer_static_method_buffer_allocunsafe_size 3516 [`Buffer.allocUnsafeSlow()`]: #buffer_static_method_buffer_allocunsafeslow_size 3517 [`Buffer.concat()`]: #buffer_static_method_buffer_concat_list_totallength 3518 [`Buffer.from(array)`]: #buffer_static_method_buffer_from_array 3519 [`Buffer.from(arrayBuf)`]: #buffer_static_method_buffer_from_arraybuffer_byteoffset_length 3520 [`Buffer.from(buffer)`]: #buffer_static_method_buffer_from_buffer 3521 [`Buffer.from(string)`]: #buffer_static_method_buffer_from_string_encoding 3522 [`Buffer.poolSize`]: #buffer_class_property_buffer_poolsize 3538 [`buf.buffer`]: #buffer_buf_buffer [all …]
|
/third_party/rust/crates/rustix/src/backend/linux_raw/param/ |
D | mustang_auxv.rs | 87 pub const unsafe fn new(ptr: *const T) -> Self { in new() constant
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | CodedOutputStreamTest.java | 152 private final boolean unsafe; field in CodedOutputStreamTest.NioDirectCoder 154 NioDirectCoder(int size, boolean unsafe) { in NioDirectCoder() 158 NioDirectCoder(int size, int initialPosition, boolean unsafe) { in NioDirectCoder()
|
/third_party/rust/crates/rust-openssl/openssl-errors/src/ |
D | lib.rs | 97 pub const unsafe fn __from_raw(raw: FunctionInner) -> Function<T> { in __from_raw() constant
|
/third_party/rust/crates/io-lifetimes/src/ |
D | types.rs | 439 pub const unsafe fn borrow_raw(fd: RawFd) -> Self { in borrow_raw() constant 467 pub const unsafe fn borrow_raw(handle: RawHandle) -> Self { in borrow_raw() constant 485 pub const unsafe fn borrow_raw(socket: RawSocket) -> Self { in borrow_raw() constant
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
D | CsvTableTest.java | 212 Column<String> unsafe = Column.ofString("unsafe"); in testUnsafeString() local 230 Column<Perverse> unsafe = Column.of(Perverse.class, "Unsafe", Perverse.UNSAFE_VALUE); in testPerverseEdgeCase() local
|
/third_party/rust/crates/rustix/src/io/fd/ |
D | owned.rs | 73 pub const unsafe fn borrow_raw(fd: RawFd) -> Self { in borrow_raw() constant
|
/third_party/PyYAML/lib/yaml/ |
D | constructor.py | 525 def find_python_module(self, name, mark, unsafe=False): argument 540 def find_python_name(self, name, mark, unsafe=False): argument 580 args=None, kwds=None, newobj=False, unsafe=False): argument 595 def set_python_instance_state(self, instance, state, unsafe=False): argument
|
/third_party/node/deps/npm/node_modules/npm-lifecycle/ |
D | index.js | 279 const getSpawnArgs = ({ cmd, wd, opts, uid, gid, unsafe, env }) => { property 311 function runCmd_ (cmd, pkg, env, wd, opts, stage, unsafe, uid, gid, cb_) { argument 318 const [sh, args, conf] = getSpawnArgs({ cmd, wd, opts, uid, gid, unsafe, env }) property
|
/third_party/node/deps/npm/node_modules/ini/ |
D | ini.js | 170 function unsafe (val, doUnesc) { function
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | keywords.h | 41 int unsafe; variable
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | UnsafeUtil.java | 291 sun.misc.Unsafe unsafe = null; in getUnsafe() local 539 sun.misc.Unsafe unsafe; field in UnsafeUtil.MemoryAccessor 541 MemoryAccessor(sun.misc.Unsafe unsafe) { in MemoryAccessor() 618 JvmMemoryAccessor(sun.misc.Unsafe unsafe) { in JvmMemoryAccessor() 710 Android64MemoryAccessor(sun.misc.Unsafe unsafe) { in Android64MemoryAccessor() 830 Android32MemoryAccessor(sun.misc.Unsafe unsafe) { in Android32MemoryAccessor()
|
D | MessageSchema.java | 405 final sun.misc.Unsafe unsafe = UNSAFE; in newSchemaForRawMessageInfo() local 1427 final sun.misc.Unsafe unsafe = UNSAFE; in getSerializedSizeProto2() local 1993 final sun.misc.Unsafe unsafe = UNSAFE; in getSerializedSizeProto3() local 2565 final sun.misc.Unsafe unsafe = UNSAFE; in writeFieldsInAscendingOrderProto2() local 4667 final sun.misc.Unsafe unsafe = UNSAFE; in parseMapField() local 4699 final sun.misc.Unsafe unsafe = UNSAFE; in parseOneofField() local 4879 final sun.misc.Unsafe unsafe = UNSAFE; in parseProto2Message() local 5187 final sun.misc.Unsafe unsafe = UNSAFE; in parseProto3Message() local
|
/third_party/node/lib/internal/per_context/ |
D | primordials.js | 299 const makeSafe = (unsafe, safe) => { argument
|
/third_party/jinja2/ |
D | sandbox.py | 112 def unsafe(f: F) -> F: function
|
/third_party/python/Lib/unittest/ |
D | mock.py | 423 _spec_as_instance=False, _eat_self=None, unsafe=False, **kwargs argument 1273 spec_set, autospec, new_callable, kwargs, *, unsafe=False argument 1615 new_callable=None, *, unsafe=False, **kwargs argument 1692 spec_set=None, autospec=None, new_callable=None, *, unsafe=False, **kwargs argument 2618 _name=None, *, unsafe=False, **kwargs): argument
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | sandbox.py | 158 def unsafe(f): function
|
/third_party/skia/third_party/externals/jinja2/ |
D | sandbox.py | 181 def unsafe(f): function
|
/third_party/ffmpeg/libavfilter/ |
D | avf_concat.c | 45 unsigned unsafe; member
|