Home
last modified time | relevance | path

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

12

/third_party/boost/boost/units/
Dabsolute.hpp34 class absolute class
40 BOOST_CONSTEXPR absolute() : val_() { } in absolute() function in boost::units::absolute
41 BOOST_CONSTEXPR absolute(const value_type& val) : val_(val) { } in absolute() function in boost::units::absolute
42 BOOST_CONSTEXPR absolute(const this_type& source) : val_(source.val_) { } in absolute() function in boost::units::absolute
/third_party/node/deps/npm/node_modules/tar/lib/
Dpack.js15 constructor (path, absolute) { argument
136 const absolute = normPath(path.resolve(this.cwd, p.path)) constant
152 const absolute = normPath(path.resolve(this.cwd, p)) constant
/third_party/boost/boost/accumulators/
Dstatistics_fwd.hpp405 struct absolute {}; struct
/third_party/skia/src/core/
DSkSpecialImage.cpp128 SkIRect absolute = subset.makeOffset(this->subset().topLeft()); in makeSubset() local
134 SkIRect absolute = subset->makeOffset(this->subset().topLeft()); in asImage() local
/third_party/flutter/skia/src/core/
DSkSpecialImage.cpp174 SkIRect absolute = subset.makeOffset(this->subset().x(), this->subset().y()); in makeSubset() local
180 SkIRect absolute = subset->makeOffset(this->subset().x(), this->subset().y()); in asImage() local
/third_party/boost/boost/filesystem/
Doperations.hpp256 path absolute(const path& p, const path& base=current_path()) {return detail::absolute(p, base);} in absolute() function
258 path absolute(const path& p, system::error_code& ec) in absolute() function
266 path absolute(const path& p, const path& base, system::error_code& ec) {return detail::absolute(p, … in absolute() function
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-fonts.h170 CRNum absolute ; member
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dqttextparse.c42 gboolean absolute; member
/third_party/pulseaudio/src/pulsecore/
Dsource-output.c968 …source_output_set_volume(pa_source_output *o, const pa_cvolume *volume, bool save, bool absolute) { in pa_source_output_set_volume()
1068 pa_cvolume *pa_source_output_get_volume(pa_source_output *o, pa_cvolume *volume, bool absolute) { in pa_source_output_get_volume()
Dsink-input.c1262 void pa_sink_input_set_volume(pa_sink_input *i, const pa_cvolume *volume, bool save, bool absolute)… in pa_sink_input_set_volume()
1416 pa_cvolume *pa_sink_input_get_volume(pa_sink_input *i, pa_cvolume *volume, bool absolute) { in pa_sink_input_get_volume()
/third_party/glib/gio/
Dgmemoryinputstream.c451 goffset absolute; in g_memory_input_stream_seek() local
Dgmemoryoutputstream.c742 goffset absolute; in g_memory_output_stream_seek() local
/third_party/pixman/test/
Dstress-test.c436 absolute (int32_t i) in absolute() function
/third_party/typescript/src/services/
DstringCompletions.ts490 const absolute = normalizePath(combinePaths(projectDir, baseUrl)); constant
/third_party/libxkbcommon/src/xkbcomp/
Daction.c412 const bool absolute = (value->expr.op != EXPR_NEGATE && in HandleMovePtr() local
/third_party/gn/src/gn/
Dfilesystem_utils.cc817 std::string absolute = in ResolveRelative() local
/third_party/pulseaudio/src/pulse/
Dinternal.h140 bool absolute:1; member
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp143 Float4 logarithm2(RValue<Float4> x, bool absolute, bool pp) in logarithm2()
174 Float4 logarithm(RValue<Float4> x, bool absolute, bool pp) in logarithm()
214 Float4 reciprocalSquareRoot(RValue<Float4> x, bool absolute, bool pp) in reciprocalSquareRoot()
/third_party/toybox/toys/pending/
Dfdisk.c741 int absolute = 0; in ask_value() local
/third_party/ffmpeg/libavcodec/
Dilbcdec.c867 int i = 0, absolute = 0, maximum = 0; in max_abs_value_w16() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp230 Float4 reciprocalSquareRoot(RValue<Float4> x, bool absolute, bool pp) in reciprocalSquareRoot()
/third_party/python/Lib/
Dpathlib.py1182 def absolute(self): member in Path
/third_party/boost/libs/filesystem/src/
Doperations.cpp779 path absolute(const path& p, const path& base, system::error_code* ec) in absolute() function
/third_party/tzdata/
Dzic.c1010 bool absolute = *target == '/'; in dolink() local
/third_party/typescript/src/compiler/
Dutilities.ts6698 …const absolute: string = isRootedDiskPath(include) ? include : normalizePath(combinePaths(path, in… constant

12