Home
last modified time | relevance | path

Searched defs:dot (Results 1 – 25 of 150) sorted by relevance

123456

/third_party/libabigail/include/
Dabg-viz-dot.h93 struct dot struct
104 dot(const std::string &__title) in dot() argument
110 empty() { return _M_sstream.str().empty(); } in empty()
137 start() in start()
143 finish() in finish()
/third_party/typescript/tests/baselines/reference/
DcontextualSignatureInstantiation2.js3 var dot: <T, S>(f: (_: T) => S) => <U>(g: (_: U) => T) => (_: U) => S; variable
10 var dot; variable
11 dot = function (f) { return function (g) { return function (x) { return f(g(x)); }; }; }; function
DjsDeclarationsFunctionLikeClasses2.js18 dot(other) { method in Vec
97 dot: function (other) { method in Vec
/third_party/node/lib/test/
Dreporters.js5 let dot; variable
12 dot: { property
/third_party/typescript/tests/cases/compiler/
DcontextualSignatureInstantiation2.ts2 var dot: <T, S>(f: (_: T) => S) => <U>(g: (_: U) => T) => (_: U) => S; variable
Des6ClassTest8.ts24 static dot(v1:Vector, v2:Vector):Vector {return null;} method in Vector
/third_party/node/lib/internal/test_runner/reporter/
Ddot.js4 module.exports = async function* dot(source) { generator
/third_party/toybox/toys/lsb/
Dhostname.c43 char *hostname = toybuf, *dot; local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexPipeline.cpp297 Float4 dot; in pipeline() local
348 Float4 dot = Max(dot3(C, normal), Float4(0.0f)); // FIXME: max(dot3(C, normal), 0) in pipeline() local
649 Float4 dot = Float4(2.0f) * dot3(Ec, Nc); in processTextureCoordinate() local
700 Float4 dot = Float4(2.0f) * dot3(Ec, Nc); in processTextureCoordinate() local
/third_party/gn/src/base/files/
Dfile_path.cc359 const StringType::size_type dot = ExtensionSeparatorPosition(base.path_); in Extension() local
368 const StringType::size_type dot = FinalExtensionSeparatorPosition(base.path_); in FinalExtension() local
379 const StringType::size_type dot = ExtensionSeparatorPosition(path_); in RemoveExtension() local
390 const StringType::size_type dot = FinalExtensionSeparatorPosition(path_); in RemoveFinalExtension() local
/third_party/libinput/doc/api/
Dmeson.build7 dot = find_program('dot', required : false) variable
/third_party/skia/src/gpu/
DGrVx.h32 static SK_ALWAYS_INLINE float dot(float2 a, float2 b) { in dot() function
/third_party/rust/crates/bindgen/bindgen/ir/
Dmod.rs12 pub mod dot; module
/third_party/node/deps/npm/node_modules/glob/dist/esm/
Dglob.js20 dot; field in Glob
142 dot: this.dot, property
Dignore.js26 dot: true, property
/third_party/node/deps/npm/node_modules/glob/dist/mjs/
Dglob.js20 dot; field in Glob
138 dot: this.dot, property
Dignore.js26 dot: true, property
/third_party/node/deps/v8/src/inspector/
Dv8-debugger-id.cc39 const UChar dot = '.'; in V8DebuggerId() local
Dremote-object-id.cc27 const UChar dot = '.'; in parseId() local
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/
Dglob.js23 dot; field in Glob
145 dot: this.dot, property
/third_party/node/deps/npm/node_modules/glob/dist/cjs/src/
Dglob.js23 dot; field in Glob
141 dot: this.dot, property
/third_party/python/Modules/_decimal/libmpdec/
Dio.c347 #define EXTRACT_DIGIT(s, x, d, dot) \ argument
350 word_to_string(char *s, mpd_uint_t x, int n, char *dot) in word_to_string()
419 coeff_to_string_dot(char *s, char *dot, const mpd_t *dec) in coeff_to_string_dot()
990 const char *dot, /* location of optional decimal point */ in _mpd_add_sep_dot()
1095 const char *sign = NULL, *intpart = NULL, *dot = NULL; in _mpd_apply_lconv() local
/third_party/libwebsockets/lib/plat/windows/
Dwindows-plugins.c43 char sym[96], *dot; in lws_plat_dlopen() local
/third_party/skia/src/sksl/lex/
DRegexParser.cpp102 void RegexParser::dot() { in dot() function in RegexParser
/third_party/python/Tools/demo/
Dvector.py83 def dot(self, other): member in Vec

123456