Home
last modified time | relevance | path

Searched defs:unsafe (Results 1 – 25 of 35) sorted by relevance

12

/third_party/rust/crates/rustix/src/io/
Dstdio.rs41 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/rust/crates/rustix/src/process/
Did.rs61 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/
Dbuffer.md5475 [`Buffer.alloc()`]: #static-method-bufferallocsize-fill-encoding
5476 [`Buffer.allocUnsafe()`]: #static-method-bufferallocunsafesize
5477 [`Buffer.allocUnsafeSlow()`]: #static-method-bufferallocunsafeslowsize
5478 [`Buffer.concat()`]: #static-method-bufferconcatlist-totallength
5479 [`Buffer.copyBytesFrom()`]: #static-method-buffercopybytesfromview-offset-length
5480 [`Buffer.from(array)`]: #static-method-bufferfromarray
5481 [`Buffer.from(arrayBuf)`]: #static-method-bufferfromarraybuffer-byteoffset-length
5482 [`Buffer.from(buffer)`]: #static-method-bufferfrombuffer
5483 [`Buffer.from(string)`]: #static-method-bufferfromstring-encoding
5484 [`Buffer.poolSize`]: #class-property-bufferpoolsize
[all …]
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
Dmustang_auxv.rs87 pub const unsafe fn new(ptr: *const T) -> Self { in new() constant
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedOutputStreamTest.java152 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/
Dlib.rs97 pub const unsafe fn __from_raw(raw: FunctionInner) -> Function<T> { in __from_raw() constant
/third_party/rust/crates/io-lifetimes/src/
Dtypes.rs439 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/
DCsvTableTest.java212 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/
Downed.rs73 pub const unsafe fn borrow_raw(fd: RawFd) -> Self { in borrow_raw() constant
/third_party/PyYAML/lib/yaml/
Dconstructor.py525 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/ini/lib/
Dini.js228 const unsafe = (val, doUnesc) => { function
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dkeywords.h41 int unsafe; variable
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnsafeUtil.java291 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()
DMessageSchema.java405 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/deps/npm/node_modules/@pkgjs/parseargs/internal/
Dprimordials.js326 const makeSafe = (unsafe, safe) => { argument
/third_party/jinja2/
Dsandbox.py112 def unsafe(f: F) -> F: function
/third_party/python/Lib/unittest/
Dmock.py439 _spec_as_instance=False, _eat_self=None, unsafe=False, **kwargs argument
1279 spec_set, autospec, new_callable, kwargs, *, unsafe=False argument
1620 new_callable=None, *, unsafe=False, **kwargs argument
1697 spec_set=None, autospec=None, new_callable=None, *, unsafe=False, **kwargs argument
2653 _name=None, *, unsafe=False, **kwargs): argument
/third_party/python/Lib/test/
Dtest_uuid.py38 unsafe = -1 variable in BaseTestUUID.test_safe_uuid_enum.CheckedSafeUUID
/third_party/node/deps/v8/third_party/jinja2/
Dsandbox.py181 def unsafe(f): function
/third_party/node/tools/inspector_protocol/jinja2/
Dsandbox.py158 def unsafe(f): function
/third_party/skia/third_party/externals/jinja2/
Dsandbox.py181 def unsafe(f): function
/third_party/ffmpeg/libavfilter/
Davf_concat.c44 unsigned unsafe; member
/third_party/python/Lib/
Duuid.py81 unsafe = -1 variable in SafeUUID
/third_party/rust/crates/bitflags/src/
Dlib.rs579 pub const unsafe fn from_bits_unchecked(bits: $T) -> Self { constant
/third_party/node/lib/internal/per_context/
Dprimordials.js371 const makeSafe = (unsafe, safe) => { argument

12