Home
last modified time | relevance | path

Searched defs:unsafe (Results 1 - 25 of 26) sorted by relevance

12

/third_party/rust/crates/rustix/src/io/
H A Dstdio.rs41 pub const unsafe fn stdin() -> BorrowedFd<'static> { consts
102 pub const unsafe fn stdout() -> BorrowedFd<'static> { consts
162 pub const unsafe fn stderr() -> BorrowedFd<'static> { consts
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dmustang_auxv.rs87 pub const unsafe fn new(ptr: *const T) -> Self { consts
[all...]
/third_party/rust/crates/rustix/src/process/
H A Did.rs61 pub const unsafe fn from_raw(raw: RawUid) -> Self { consts
88 pub const unsafe fn from_raw(raw: RawGid) -> Self { consts
118 pub const unsafe fn from_raw(raw: RawPid) -> Option<Self> { consts
132 pub const unsafe fn from_raw_nonzero(raw: RawNonZeroPid) -> Self { consts
175 pub const unsafe fn from_raw(raw: RawCpuid) -> Self { consts
/third_party/rust/crates/rust-openssl/openssl-errors/src/
H A Dlib.rs97 pub const unsafe fn __from_raw(raw: FunctionInner) -> Function<T> { consts
[all...]
/third_party/jinja2/
H A Dsandbox.py112 def unsafe(f: F) -> F: function
[all...]
/third_party/rust/crates/rustix/src/io/fd/
H A Downed.rs73 pub const unsafe fn borrow_raw(fd: RawFd) -> Self { consts
/third_party/node/deps/v8/third_party/jinja2/
H A Dsandbox.py181 def unsafe(f): function
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dsandbox.py158 def unsafe(f): function
[all...]
/third_party/skia/third_party/externals/jinja2/
H A Dsandbox.py181 def unsafe(f): function
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedOutputStreamTest.java152 private final boolean unsafe; field in CodedOutputStreamTest.NioDirectCoder
154 NioDirectCoder(int size, boolean unsafe) { in NioDirectCoder() argument
158 NioDirectCoder(int size, int initialPosition, boolean unsafe) { in NioDirectCoder() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dkeywords.h41 int unsafe; variable
/third_party/ffmpeg/libavfilter/
H A Davf_concat.c44 unsigned unsafe; member
/third_party/python/Lib/test/
H A Dtest_uuid.py38 unsafe = -1 variable in BaseTestUUID.test_safe_uuid_enum.CheckedSafeUUID
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnsafeUtil.java539 sun.misc.Unsafe unsafe; field in UnsafeUtil.MemoryAccessor
541 MemoryAccessor(sun.misc.Unsafe unsafe) { in MemoryAccessor() argument
618 JvmMemoryAccessor(sun.misc.Unsafe unsafe) JvmMemoryAccessor() argument
710 Android64MemoryAccessor(sun.misc.Unsafe unsafe) Android64MemoryAccessor() argument
830 Android32MemoryAccessor(sun.misc.Unsafe unsafe) Android32MemoryAccessor() argument
[all...]
/third_party/python/Lib/
H A Duuid.py81 unsafe = -1 variable in SafeUUID
/third_party/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp1675 ucol_getUnsafeSet( const UCollator *coll, USet *unsafe, UErrorCode *status) ucol_getUnsafeSet() argument
H A Drulebasedcollator.cpp1125 UBool unsafe = false; in doCompare() local
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationbuilder.cpp1696 ucol_getUnsafeSet( const UCollator *coll, USet *unsafe, UErrorCode *status) ucol_getUnsafeSet() argument
H A Drulebasedcollator.cpp1127 UBool unsafe = false; in doCompare() local
/third_party/rust/crates/bitflags/src/
H A Dlib.rs579 pub const unsafe fn from_bits_unchecked(bits: $T) -> Self { consts
[all...]
/third_party/rust/crates/io-lifetimes/src/
H A Dtypes.rs439 pub const unsafe fn borrow_raw(fd: RawFd) -> Self { global() consts
467 pub const unsafe fn borrow_raw(handle: RawHandle) -> Self { global() consts
485 pub const unsafe fn borrow_raw(socket: RawSocket) -> Self { global() consts
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationbuilder.cpp1669 ucol_getUnsafeSet( const UCollator *coll, USet *unsafe, UErrorCode *status) ucol_getUnsafeSet() argument
H A Drulebasedcollator.cpp1124 UBool unsafe = FALSE; in doCompare() local
/third_party/ffmpeg/libavcodec/
H A Dproresenc_anatoliy.c539 encode_slice(AVCodecContext *avctx, const AVFrame *pic, int mb_x, int mb_y, unsigned mb_count, uint8_t *buf, unsigned data_size, int unsafe, int *qp, int is_interlaced, int is_top_field) encode_slice() argument
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc2492 Node* unsafe = __ Int32LessThan(value, __ Int32Constant(0)); in LowerCheckedUint32ToInt32() local

Completed in 41 milliseconds

12