/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/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/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/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/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/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/typescript_eslint/packages/eslint-plugin/src/util/ |
D | types.ts | 460 const unsafe = isUnsafeAssignment(arg, receiverArg, checker); constant
|
/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/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/jinja2/ |
D | sandbox.py | 181 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
|
/third_party/python/Lib/ |
D | uuid.py | 80 unsafe = -1 variable in SafeUUID
|
/third_party/ffmpeg/libavcodec/ |
D | proresenc_anatoliy.c | 539 int unsafe, int *qp, int is_interlaced, int is_top_field) in encode_slice()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationbuilder.cpp | 1670 USet *unsafe, in ucol_getUnsafeSet()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationbuilder.cpp | 1670 USet *unsafe, in ucol_getUnsafeSet()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationbuilder.cpp | 1671 USet *unsafe, in ucol_getUnsafeSet()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationbuilder.cpp | 1670 USet *unsafe, in ucol_getUnsafeSet()
|