Home
last modified time | relevance | path

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

/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/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/rust/crates/bindgen/bindgen-tests/tests/headers/
Dkeywords.h41 int unsafe; variable
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnsafeUtil.java290 sun.misc.Unsafe unsafe = null; in getUnsafe() local
546 sun.misc.Unsafe unsafe; field in UnsafeUtil.MemoryAccessor
548 MemoryAccessor(sun.misc.Unsafe unsafe) { in MemoryAccessor()
625 JvmMemoryAccessor(sun.misc.Unsafe unsafe) { in JvmMemoryAccessor()
717 Android64MemoryAccessor(sun.misc.Unsafe unsafe) { in Android64MemoryAccessor()
837 Android32MemoryAccessor(sun.misc.Unsafe unsafe) { in Android32MemoryAccessor()
DMessageSchema.java406 final sun.misc.Unsafe unsafe = UNSAFE; in newSchemaForRawMessageInfo() local
1467 final sun.misc.Unsafe unsafe = UNSAFE; in getSerializedSizeProto2() local
2033 final sun.misc.Unsafe unsafe = UNSAFE; in getSerializedSizeProto3() local
2605 final sun.misc.Unsafe unsafe = UNSAFE; in writeFieldsInAscendingOrderProto2() local
4674 final sun.misc.Unsafe unsafe = UNSAFE; in parseMapField() local
4706 final sun.misc.Unsafe unsafe = UNSAFE; in parseOneofField() local
4875 final sun.misc.Unsafe unsafe = UNSAFE; in parseProto2Message() local
5231 final sun.misc.Unsafe unsafe = UNSAFE; in parseProto3Message() local
/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/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/ffmpeg/libavcodec/
Dproresenc_anatoliy.c541 int unsafe, int *qp, int is_interlaced, int is_top_field) in encode_slice()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationbuilder.cpp1670 USet *unsafe, in ucol_getUnsafeSet()
Drulebasedcollator.cpp1124 UBool unsafe = FALSE; in doCompare() local
/third_party/icu/icu4c/source/i18n/
Dcollationbuilder.cpp1676 USet *unsafe, in ucol_getUnsafeSet()
Drulebasedcollator.cpp1125 UBool unsafe = false; in doCompare() local
/third_party/rust/crates/syn/src/
Ditem.rs2135 unsafety: Option<Token![unsafe]>, in parse_rest_of_trait()