/third_party/node/deps/v8/src/builtins/ |
D | torque-internal.tq | 42 // Unsafe is a marker that we require to be passed when calling internal APIs 43 // that might lead to unsoundness when used incorrectly. Unsafe markers should 45 struct Unsafe {} 58 unsafeMarker: Unsafe; 67 Reference<T>{object: object, offset: offset, unsafeMarker: Unsafe {}}); 73 unsafeMarker: Unsafe {} 128 unsafeMarker: Unsafe {} 142 unsafeMarker: Unsafe {} 155 unsafeMarker: Unsafe; 167 unsafeMarker: Unsafe {} [all …]
|
D | promise-misc.tq | 18 // Unsafe functions that should be used very carefully.
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | UnsafeUtil.java | 45 private static final sun.misc.Unsafe UNSAFE = getUnsafe(); 290 static sun.misc.Unsafe getUnsafe() { in getUnsafe() 291 sun.misc.Unsafe unsafe = null; in getUnsafe() 295 new PrivilegedExceptionAction<sun.misc.Unsafe>() { in getUnsafe() 297 public sun.misc.Unsafe run() throws Exception { in getUnsafe() 298 Class<sun.misc.Unsafe> k = sun.misc.Unsafe.class; in getUnsafe() 539 sun.misc.Unsafe unsafe; 541 MemoryAccessor(sun.misc.Unsafe unsafe) { in MemoryAccessor() 618 JvmMemoryAccessor(sun.misc.Unsafe unsafe) { in JvmMemoryAccessor() 710 Android64MemoryAccessor(sun.misc.Unsafe unsafe) { in Android64MemoryAccessor() [all …]
|
D | MessageSchema.java | 102 private static final sun.misc.Unsafe UNSAFE = UnsafeUtil.getUnsafe(); 405 final sun.misc.Unsafe unsafe = UNSAFE; in newSchemaForRawMessageInfo() 1427 final sun.misc.Unsafe unsafe = UNSAFE; in getSerializedSizeProto2() 1993 final sun.misc.Unsafe unsafe = UNSAFE; in getSerializedSizeProto3() 2565 final sun.misc.Unsafe unsafe = UNSAFE; in writeFieldsInAscendingOrderProto2() 4667 final sun.misc.Unsafe unsafe = UNSAFE; in parseMapField() 4699 final sun.misc.Unsafe unsafe = UNSAFE; in parseOneofField() 4879 final sun.misc.Unsafe unsafe = UNSAFE; in parseProto2Message() 5187 final sun.misc.Unsafe unsafe = UNSAFE; in parseProto3Message()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | annotations.rs | 17 Unsafe, enumerator 74 "unsafe" => FieldAccessorKind::Unsafe, in parse_accessor()
|
/third_party/icu/icu4c/source/tools/gencolusb/ |
D | README.md | 1 Unsafe-Backward Collator Data
|
/third_party/skia/third_party/externals/icu/source/tools/gencolusb/ |
D | README.md | 1 Unsafe-Backward Collator Data
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | ParsingPrimitives.cs | 389 …double result = Unsafe.ReadUnaligned<double>(ref MemoryMarshal.GetReference(buffer.Slice(state.buf… in ParseDouble() 405 …float result = Unsafe.ReadUnaligned<float>(ref MemoryMarshal.GetReference(buffer.Slice(state.buffe… in ParseFloat() 425 return Unsafe.ReadUnaligned<float>(ref MemoryMarshal.GetReference(tempSpan)); in ParseFloatSlow()
|
D | WritingPrimitives.cs | 71 Unsafe.WriteUnaligned(ref MemoryMarshal.GetReference(floatSpan), value); in WriteFloat() 92 Unsafe.WriteUnaligned(ref MemoryMarshal.GetReference(floatSpan), value); in WriteFloatSlowPath()
|
D | ByteString.cs | 61 internal static class Unsafe class in Google.Protobuf.ByteString
|
/third_party/node/doc/contributing/ |
D | primordials.md | 131 ### Unsafe array iteration 278 // Unsafe code example: 331 // Unsafe code example: 616 #### Unsafe string methods 638 #### Unsafe string iteration 643 #### Unsafe `RegExp` methods
|
/third_party/node/deps/cjs-module-lexer/ |
D | CHANGELOG.md | 21 - Unsafe getter tracking (https://github.com/guybedford/cjs-module-lexer/pull/29)
|
/third_party/icu/icu4c/source/config/ |
D | mh-hpux-acc | 23 # 740 Unsafe cast between pointers/references to incomplete classes...
|
/third_party/skia/third_party/externals/icu/source/config/ |
D | mh-hpux-acc | 23 # 740 Unsafe cast between pointers/references to incomplete classes...
|
/third_party/rust/crates/syn/tests/common/ |
D | eq.rs | 120 use rustc_ast::ast::Unsafe; 479 spanless_eq_enum!(BlockCheckMode; Default Unsafe(0)); 519 spanless_eq_enum!(Unsafe; Yes(0) No);
|
/third_party/rust/crates/minimal-lexical/docs/ |
D | Development.md | 18 2. Unsafe operations/calls in unsafe functions must be marked as unsafe, with their safety guarante…
|
/third_party/rust/crates/syn/src/ |
D | token.rs | 698 "unsafe" pub struct Unsafe /// `unsafe` 820 [unsafe] => { $crate::token::Unsafe };
|
D | expr.rs | 217 Unsafe(ExprUnsafe), 814 | Expr::Unsafe(ExprUnsafe { attrs, .. }) in replace_attrs() 1079 Expr::Unsafe(..) in requires_terminator() 1779 input.parse().map(Expr::Unsafe) in atom_expr() 2033 Expr::Unsafe(input.parse()?) in expr_early()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 109 Unsafe, enumerator
|
/third_party/rust/crates/syn/tests/ |
D | test_precedence.rs | 359 Expr::If(..) | Expr::Unsafe(..) | Expr::Block(..) | Expr::Let(..) => { in syn_brackets()
|
/third_party/protobuf/csharp/ |
D | CHANGES.txt | 47 - Added 'Unsafe' static type in ByteString to allow direct buffer access
|
/third_party/python/Doc/library/ |
D | devmode.rst | 50 * Unsafe usage of the GIL
|
/third_party/rust/crates/syn/tests/debug/ |
D | gen.rs | 1032 syn::Expr::Unsafe(_val) => { in fmt() 2646 struct Print(syn::token::Unsafe); in fmt() 2841 struct Print(syn::token::Unsafe); in fmt() 3058 struct Print(syn::token::Unsafe); in fmt() 3271 struct Print(syn::token::Unsafe); in fmt() 4425 struct Print(syn::token::Unsafe); in fmt() 4857 struct Print(syn::token::Unsafe); in fmt() 5091 struct Print(syn::token::Unsafe); in fmt()
|
/third_party/libcoap/man/ |
D | coap_pdu_access.txt.in | 189 * Critical, Unsafe, and NoCacheKey, respectively.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 1950 bool Unsafe = in legalizeFastUnsafeFDIV() local 1956 if (!Unsafe && ResTy == S32 && in legalizeFastUnsafeFDIV() 1984 if (Unsafe) { in legalizeFastUnsafeFDIV()
|