Searched defs:Dot (Results 1 - 12 of 12) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
H A DDot.py2 altgraph.Dot - Interface to the dot language
5 The :py:mod:`~altgraph.Dot` module provides a simple interface to the
20 from altgraph import Graph, Dot
27 dot = Dot.Dot(graph)
41 Dot class can use for both directed graph and non-directed graph
47 dot = Dot.Dot(graph, graphtype="digraph")
50 dot = Dot.Dot(grap
111 class Dot(object): class in inherits:object
[all...]
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/
H A Dtest_dot.py4 from altgraph import Dot namespace
24 dot = Dot.Dot(g)
47 dot = Dot.Dot(g, nodes=[1,2],
78 self.assertRaises(GraphError, Dot.Dot, g, nodes=[1,2, 9])
83 dot = Dot.Dot(g)
106 dot = Dot
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreePatternLexer.cs45 public const int Dot = 7; field in class:Antlr.Runtime.Tree.TreePatternLexer
116 return Dot;
/external/skia/src/utils/
H A DSkCamera.cpp48 SkScalar SkUnit3D::Dot(const SkUnit3D& a, const SkUnit3D& b) { function in class:SkUnit3D
220 SkScalar dot = SkUnit3D::Dot(*SkTCast<const SkUnit3D*>(&fZenith), axis);
264 dot = SkUnit3D::Dot(*SkTCast<const SkUnit3D*>(&diff),
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h47 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator in enum:llvm::AsmToken::TokenKind
/external/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1544 case AsmToken::Dot:
1649 size_t Dot = Name.find('.'); local
1650 StringRef Mnemonic = Name.slice(0, Dot);
1656 if (Dot != StringRef::npos) {
1657 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot);
1658 StringRef DotStr = Name.slice(Dot, StringRef::npos);
/external/ImageMagick/coders/
H A Ddds.c735 #define Dot(left, right) (left.x*right.x) + (left.y*right.y) + (left.z*right.z)
1269 min = max = Dot(points[0],principle);
1272 val = Dot(points[i],principle);
1315 d = Dot(dist,dist);
1512 dps[i] = Dot(points[i],axis);
733 #define Dot macro
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp790 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx; local
856 Dot = Name.slice(a-2, a-1);
857 if (Dot == ".")
877 Dot = Lib.slice(Lib.size()-2, Lib.size()-1);
878 if (Dot == ".")
894 Dot = Lib.slice(Lib.size()-2, Lib.size()-1);
895 if (Dot == ".")
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp2893 class Dot : public DerivedFunc<Signature<float, Vector<float, Size>, Vector<float, Size> > > class in namespace:vkt::shaderexecutor::Functions
2896 typedef typename Dot::ArgExprs ArgExprs;
2916 class Dot<1> : public DerivedFunc<Signature<float, float, float> > class in namespace:vkt::shaderexecutor::Functions
2933 return app<Dot<Size> >(x, y);
2938 return app<Dot<1> >(x, y);
5169 funcs->addFactory(SharedPtr<const CaseFactory>(new TemplateFuncCaseFactory<Dot>()));
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp2914 class Dot : public DerivedFunc<Signature<float, Vector<float, Size>, Vector<float, Size> > > class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
2917 typedef typename Dot::ArgExprs ArgExprs;
2937 class Dot<1> : public DerivedFunc<Signature<float, float, float> > class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
2954 return app<Dot<Size> >(x, y);
2959 return app<Dot<1> >(x, y);
5265 funcs->addFactory(SharedPtr<const CaseFactory>(new TemplateFuncCaseFactory<Dot>()));
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5076 case AsmToken::Dot: { // . as a branch target
6728 MCSymbol *Dot = getContext().createTempSymbol(); local
6729 Out.EmitLabel(Dot);
6731 const MCExpr *InstPC = MCSymbolRefExpr::create(Dot,
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...

Completed in 624 milliseconds