Home
last modified time | relevance | path

Searched refs:dereference (Results 1 – 25 of 181) sorted by relevance

12345678

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/testdata/
DREADME.zoneinfo25 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/
Dspirv-ptr-ref.md26 * 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/
Dtest-fs-cp.mjs93 // 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/
Dunique_ptr_as_mut.stderr1 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/
DObject.cpp58 if(dereference() == 0) in release()
64 int Object::dereference() in dereference() function in gl::Object
DObject.hpp48 int dereference();
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/cp/
Dpolyfill.js61 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/
DTexture.hpp39 int refs = dereference(); in release()
/third_party/json/tools/gdb_pretty_printer/
Dnlohmann-json.py26 return gdb.default_visualizer(union_val.dereference())
/third_party/skia/tools/
Dxsan.supp9 # libpng and zlib both dereference under-aligned pointers.
/third_party/node/lib/internal/fs/cp/
Dcp-sync.js120 const statFunc = opts.dereference ?
163 const statSyncFn = opts.dereference ? statSync : lstatSync;
Dcp.js127 const statFunc = opts.dereference ?
195 const statFn = opts.dereference ? stat : lstat;
/third_party/selinux/libsepol/tests/
DMakefile14 -Wnull-dereference \
/third_party/e2fsprogs/
D0029-e2fsck-avoid-theoretical-null-dereference-in-end_pro.patch4 Subject: e2fsck: avoid theoretical null dereference in end_problem_latch()
/third_party/node/lib/internal/fs/
Dutils.js755 dereference: false, property
782 validateBoolean(options.dereference, 'options.dereference');
789 if (options.dereference === true && options.verbatimSymlinks === true) {
/third_party/mesa3d/docs/relnotes/
D11.2.1.rst88 - st/va: avoid dereference after free in vlVaDestroyImage
D10.5.8.rst83 - draw: (trivial) fix NULL pointer dereference
D9.1.3.rst139 - 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/
Dprecise.tesc55 // a's dereference + 2 should be 'noContraction'.
/third_party/libxml2/
Dbackport-CVE-2023-28484.patch6 Fix a null pointer dereference when parsing (invalid) XML schemas.
/third_party/python/Lib/
Dtarfile.py1432 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/
Dtex.rst28 texture in NIR. It can be referenced by a variable dereference, an index, or a
/third_party/python/Tools/gdb/
Dlibpython.py216 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/
Deu.am61 NULL_DEREFERENCE_WARNING=-Wnull-dereference
/third_party/glslang/glslang/Include/
Darrays.h317 void dereference() { sizes.pop_front(); } in dereference() function

12345678