Home
last modified time | relevance | path

Searched refs:Dot (Results 1 – 25 of 145) sorted by relevance

123456

/third_party/alsa-utils/bat/tests/
Dalsabat_main.sh88 Dot="$Dot".
89 echo "Now doing $TestItem test$Dot"
/third_party/flutter/flutter/examples/layers/rendering/
Dtouch_input.dart22 class Dot {
23 Dot({ Color color }) : _paint = Paint()..color = color;
44 final Map<int, Dot> _dots = <int, Dot>{};
69 _dots[event.pointer] = Dot(color: color)..update(event);
97 for (Dot dot in _dots.values)
/third_party/boost/boost/filesystem/
Dpath.hpp53 template< typename Char, Char Separator, Char PreferredSeparator, Char Dot >
56 typedef path_constants< Char, Separator, PreferredSeparator, Dot > path_constants_base;
60 static BOOST_CONSTEXPR_OR_CONST value_type dot = Dot;
64 template< typename Char, Char Separator, Char PreferredSeparator, Char Dot >
65 …BOOST_CONSTEXPR_OR_CONST typename path_constants< Char, Separator, PreferredSeparator, Dot >::valu…
66 path_constants< Char, Separator, PreferredSeparator, Dot >::separator;
67 template< typename Char, Char Separator, Char PreferredSeparator, Char Dot >
68 …BOOST_CONSTEXPR_OR_CONST typename path_constants< Char, Separator, PreferredSeparator, Dot >::valu…
69 path_constants< Char, Separator, PreferredSeparator, Dot >::preferred_separator;
70 template< typename Char, Char Separator, Char PreferredSeparator, Char Dot >
[all …]
/third_party/python/Lib/lib2to3/fixes/
Dfix_execfile.py11 from ..fixer_util import (Comma, Name, Call, LParen, RParen, Dot, Node,
37 read = [Node(syms.trailer, [Dot(), Name('read')]),
Dfix_dict.py34 from ..fixer_util import Name, Call, Dot
69 [Dot(),
/third_party/flutter/flutter/dev/manual_tests/lib/
Ddrag_and_drop.dart44 class Dot extends StatefulWidget {
45 …const Dot({ Key key, this.color, this.size, this.child, this.tappable = false }) : super(key: key);
55 class DotState extends State<Dot> {
103 child: Dot(
191 child: Dot(
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsFunctionLikeClasses2.types23 …ther.storage.length !== this.storage.length) { throw new Error(`Dot product only applic…
27 …ther.storage.length !== this.storage.length) { throw new Error(`Dot product only applic…
49 throw new Error(`Dot product only applicable for vectors of equal length`);
50 >new Error(`Dot product only applicable for vectors of equal length`) : Error
52 >`Dot product only applicable for vectors of equal length` : "Dot product only applicable for vecto…
DtsxReactEmitEntities.types12 <div>Dot goes here: &middot; &notAnEntity; </div>;
13 ><div>Dot goes here: &middot; &notAnEntity; </div> : JSX.Element
DparserRealSource3.types71 Dot,
72 >Dot : NodeType.Dot
DparserRealSource2.types73 Dot = 1 << 7, // Dot
74 >Dot : ErrorRecoverySet
258 Postfix = Dot | LParen | LBrack,
260 >Dot | LParen | LBrack : number
261 >Dot | LParen : number
262 >Dot : ErrorRecoverySet
DparserRealSource2.errors.txt29 Dot = 1 << 7, // Dot
57 Postfix = Dot | LParen | LBrack,
DtsxReactEmitEntities.js10 <div>Dot goes here: &middot; &notAnEntity; </div>;
DparserRealSource2.symbols49 Dot = 1 << 7, // Dot
50 >Dot : Symbol(ErrorRecoverySet.Dot, Decl(parserRealSource2.ts, 21, 24))
146 Postfix = Dot | LParen | LBrack,
148 >Dot : Symbol(ErrorRecoverySet.Dot, Decl(parserRealSource2.ts, 21, 24))
DparserRealSource3.symbols71 Dot,
72 >Dot : Symbol(NodeType.Dot, Decl(parserRealSource3.ts, 26, 11))
/third_party/skia/include/core/
DSkM44.h21 static SkScalar Dot(SkV2 a, SkV2 b) { return a.x * b.x + a.y * b.y; } in Dot() function
40 SkScalar lengthSquared() const { return Dot(*this, *this); } in lengthSquared()
43 SkScalar dot(SkV2 v) const { return Dot(*this, v); } in dot()
59 static SkScalar Dot(const SkV3& a, const SkV3& b) { return a.x*b.x + a.y*b.y + a.z*b.z; } in Dot() function
82 SkScalar lengthSquared() const { return Dot(*this, *this); } in lengthSquared()
83 SkScalar length() const { return SkScalarSqrt(Dot(*this, *this)); } in length()
85 SkScalar dot(const SkV3& v) const { return Dot(*this, v); } in dot()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource2.ts23 Dot = 1 << 7, // Dot
51 Postfix = Dot | LParen | LBrack,
DparserRealSource3.ts28 Dot, enumerator
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/in-house/tests/
Dmyanmar-zawgyi.tests1 …+103A,U+1004,U+1037,U+1039,U+1041:[Ka=0+2217|Ya-Semivowel=0+286|Nga=2+1247|Dot Below=2+0|Virama-Ki…
/third_party/harfbuzz/test/shaping/data/in-house/tests/
Dmyanmar-zawgyi.tests1 …+103A,U+1004,U+1037,U+1039,U+1041:[Ka=0+2217|Ya-Semivowel=0+286|Nga=2+1247|Dot Below=2+0|Virama-Ki…
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/tests/
Dmyanmar-zawgyi.tests1 …+103A,U+1004,U+1037,U+1039,U+1041;[Ka=0+2217|Ya-Semivowel=0+286|Nga=2+1247|Dot Below=2+0|Virama-Ki…
/third_party/skia/samplecode/
DSamplePath.cpp595 static void Dot(SkCanvas* canvas, SkPoint p, SkScalar radius, SkColor c) { in Dot() function in CubicCurve2
620 Dot(canvas, storage[i], 4, SK_ColorBLUE); in showFrame()
679 Dot(canvas, p0, 4, SK_ColorRED); in showInnerQuads()
682 Dot(canvas, p1, 4, SK_ColorBLUE); in showInnerQuads()
688 Dot(canvas, p2, 4, 0xFF00AA00); in showInnerQuads()
731 Dot(canvas, p, 7, SK_ColorBLACK); in onDrawContent()
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dutil.cc303 float Dot(glm::vec3 u, glm::vec3 v) { in Dot() function
314 float dot = util::Dot(u, v); in AngleRad()
322 float dot = util::Dot(in, normal); in ProjectOntoPlane()
/third_party/skia/third_party/externals/d3d12allocator/src/
DCommon.h127 inline float Dot(const vec3& lhs, const vec3& rhs) in Dot() function
313 -Dot(xAxis, eye), -Dot(yAxis, eye), -Dot(zAxis, eye), 1.0f); in LookAt()
/third_party/typescript/tests/cases/conformance/jsx/
DtsxReactEmitEntities.tsx11 <div>Dot goes here: &middot; &notAnEntity; </div>;
/third_party/wayland_standard/doc/
Dmeson.build17 …error('Dot (Graphviz) 2.26 or later is required for building documentation, found @0@.'.format(ver…

123456