/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/testdata/ |
D | README.zoneinfo | 25 tar --create --dereference --hard-dereference --file tzfile.tar \ 27 tar --create --dereference --hard-dereference --file zoneinfo.tar \
|
/third_party/skia/third_party/externals/tint/docs/ |
D | spirv-ptr-ref.md | 26 * The dereference (unary `*`) operator converts a pointer to a 39 * The dereference operator (unary `*`) is the identity operation. 51 * Insert dereference (unary-`*`) or address-of (unary-`&`) operators 85 * Map to reference, inserting a dereference operator if needed. 87 * Map to reference, inserting a dereference operator if needed. 93 * Map to reference, inserting a dereference operator if needed. 108 * Map both source and destination to reference, inserting dereference
|
/third_party/node/test/parallel/ |
D | test-fs-cp.mjs | 93 // when dereference is true, and force is false (fails silently). 98 cpSync(src, dest, mustNotMutateObjectDeep({ dereference: true, recursive: true })); property 99 cpSync(src, dest, mustNotMutateObjectDeep({ dereference: true, recursive: true })); property 105 // It copies file itself, rather than symlink, when dereference is true. 116 …cpSync(join(src, 'bar.js'), destFile, mustNotMutateObjectDeep({ dereference: true, recursive: true… property 143 // It throws an error when both dereference and verbatimSymlinks are enabled. 147 () => cpSync(src, src, mustNotMutateObjectDeep({ dereference: true, verbatimSymlinks: true })), property 271 cpSync(srcFile, destFile, mustNotMutateObjectDeep({ dereference: true })); property 343 dereference: true, property 367 dereference: true, property [all …]
|
/third_party/rust/crates/cxx/tests/ui/ |
D | unique_ptr_as_mut.stderr | 1 error[E0596]: cannot borrow data in dereference of `UniquePtr<ffi::Opaque>` as mutable 7 …= help: trait `DerefMut` is required to modify through a dereference, but it is not implemented fo…
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
D | Object.cpp | 58 if(dereference() == 0) in release() 64 int Object::dereference() in dereference() function in gl::Object
|
D | Object.hpp | 48 int dereference();
|
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/cp/ |
D | polyfill.js | 61 dereference: false, property 152 const statFunc = opts.dereference ? 243 const statFn = opts.dereference ? stat : lstat
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | Texture.hpp | 39 int refs = dereference(); in release()
|
/third_party/json/tools/gdb_pretty_printer/ |
D | nlohmann-json.py | 26 return gdb.default_visualizer(union_val.dereference())
|
/third_party/skia/tools/ |
D | xsan.supp | 9 # libpng and zlib both dereference under-aligned pointers.
|
/third_party/node/lib/internal/fs/cp/ |
D | cp-sync.js | 120 const statFunc = opts.dereference ? 163 const statSyncFn = opts.dereference ? statSync : lstatSync;
|
D | cp.js | 127 const statFunc = opts.dereference ? 195 const statFn = opts.dereference ? stat : lstat;
|
/third_party/selinux/libsepol/tests/ |
D | Makefile | 14 -Wnull-dereference \
|
/third_party/e2fsprogs/ |
D | 0029-e2fsck-avoid-theoretical-null-dereference-in-end_pro.patch | 4 Subject: e2fsck: avoid theoretical null dereference in end_problem_latch()
|
/third_party/node/lib/internal/fs/ |
D | utils.js | 755 dereference: false, property 782 validateBoolean(options.dereference, 'options.dereference'); 789 if (options.dereference === true && options.verbatimSymlinks === true) {
|
/third_party/mesa3d/docs/relnotes/ |
D | 11.2.1.rst | 88 - st/va: avoid dereference after free in vlVaDestroyImage
|
D | 10.5.8.rst | 83 - draw: (trivial) fix NULL pointer dereference
|
D | 9.1.3.rst | 139 - mesa: NULL check the pointer before trying to dereference it 145 - intel: Don't dereference a NULL pointer of calloc fails
|
/third_party/glslang/Test/ |
D | precise.tesc | 55 // a's dereference + 2 should be 'noContraction'.
|
/third_party/libxml2/ |
D | backport-CVE-2023-28484.patch | 6 Fix a null pointer dereference when parsing (invalid) XML schemas.
|
/third_party/python/Lib/ |
D | tarfile.py | 1432 dereference = False # If true, add content of linked file to the variable in TarFile 1453 tarinfo=None, dereference=None, ignore_zeros=None, encoding=None, argument 1492 if dereference is not None: 1493 self.dereference = dereference 1845 if not self.dereference: 1856 if not self.dereference and statres.st_nlink > 1 and \
|
/third_party/mesa3d/docs/nir/ |
D | tex.rst | 28 texture in NIR. It can be referenced by a variable dereference, an index, or a
|
/third_party/python/Tools/gdb/ |
D | libpython.py | 216 return pyo_ptr.dereference()[name] 220 return pyo_ptr.dereference()[name] 223 return self._gdbval.dereference()[name] 514 return PyObjectPtr.from_pyobject_ptr(dictptr.dereference())
|
/third_party/elfutils/config/ |
D | eu.am | 61 NULL_DEREFERENCE_WARNING=-Wnull-dereference
|
/third_party/glslang/glslang/Include/ |
D | arrays.h | 317 void dereference() { sizes.pop_front(); } in dereference() function
|