HomeSort by relevance Sort by last modified time
    Searched refs:Dot (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PagingIndicator.java 57 private static final Property<Dot, Float> DOT_ALPHA =
58 new Property<Dot, Float>(Float.class, "alpha") {
60 public Float get(Dot dot) {
61 return dot.getAlpha();
65 public void set(Dot dot, Float value) {
66 dot.setAlpha(value);
70 private static final Property<Dot, Float> DOT_DIAMETER =
71 new Property<Dot, Float>(Float.class, "diameter")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_execfile.py 11 from ..fixer_util import (Comma, Name, Call, LParen, RParen, Dot, Node,
36 read = [Node(syms.trailer, [Dot(), Name(u'read')]),
fix_dict.py 35 from ..fixer_util import Name, Call, LParen, RParen, ArgList, Dot
70 [Dot(),
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreePatternLexer.cs 45 public const int Dot = 7;
116 return Dot;
TreePatternParser.cs 84 ttype == TreePatternLexer.Dot )
130 if ( ttype == TreePatternLexer.Dot )
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_execfile.py 11 from ..fixer_util import (Comma, Name, Call, LParen, RParen, Dot, Node,
36 read = [Node(syms.trailer, [Dot(), Name(u'read')]),
fix_dict.py 35 from ..fixer_util import Name, Call, LParen, RParen, ArgList, Dot
70 [Dot(),
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_execfile.py 11 from ..fixer_util import (Comma, Name, Call, LParen, RParen, Dot, Node,
36 read = [Node(syms.trailer, [Dot(), Name(u'read')]),
fix_dict.py 35 from ..fixer_util import Name, Call, LParen, RParen, ArgList, Dot
70 [Dot(),
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_execfile.py 11 from ..fixer_util import (Comma, Name, Call, LParen, RParen, Dot, Node,
36 read = [Node(syms.trailer, [Dot(), Name(u'read')]),
fix_dict.py 35 from ..fixer_util import Name, Call, LParen, RParen, ArgList, Dot
70 [Dot(),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_execfile.py 11 from ..fixer_util import (Comma, Name, Call, LParen, RParen, Dot, Node,
36 read = [Node(syms.trailer, [Dot(), Name(u'read')]),
fix_dict.py 35 from ..fixer_util import Name, Call, LParen, RParen, ArgList, Dot
70 [Dot(),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_execfile.py 11 from ..fixer_util import (Comma, Name, Call, LParen, RParen, Dot, Node,
36 read = [Node(syms.trailer, [Dot(), Name(u'read')]),
fix_dict.py 35 from ..fixer_util import Name, Call, LParen, RParen, ArgList, Dot
70 [Dot(),
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/commands/
commands.go 52 "dot": {c, report.Dot, nil, false, "Outputs a graph in DOT format"},
64 // Generate report in DOT format and postprocess with dot
65 "gif": {c, report.Dot, invokeDot(interactive, "gif"), false, "Outputs a graph image in GIF format"},
66 "pdf": {c, report.Dot, invokeDot(interactive, "pdf"), false, "Outputs a graph in PDF format"},
67 "png": {c, report.Dot, invokeDot(interactive, "png"), false, "Outputs a graph image in PNG format"},
68 "ps": {c, report.Dot, invokeDot(interactive, "ps"), false, "Outputs a graph in PS format"},
71 "svg": {c, report.Dot, saveSVGToFile(interactive), false, "Outputs a graph in SVG format"}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/commands/
commands.go 52 "dot": {c, report.Dot, nil, false, "Outputs a graph in DOT format"},
64 // Generate report in DOT format and postprocess with dot
65 "gif": {c, report.Dot, invokeDot(interactive, "gif"), false, "Outputs a graph image in GIF format"},
66 "pdf": {c, report.Dot, invokeDot(interactive, "pdf"), false, "Outputs a graph in PDF format"},
67 "png": {c, report.Dot, invokeDot(interactive, "png"), false, "Outputs a graph image in PNG format"},
68 "ps": {c, report.Dot, invokeDot(interactive, "ps"), false, "Outputs a graph in PS format"},
71 "svg": {c, report.Dot, saveSVGToFile(interactive), false, "Outputs a graph in SVG format"}
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
MCAsmLexer.h 48 Star, Dot, Comma, Dollar, Equal, EqualEqual,
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/svg/
svg.go 20 // Massage enhances the SVG output from DOT to provide better
26 // Work around for dot bug which misses quoting some ampersands,
30 //Dot's SVG output is
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/svg/
svg.go 20 // Massage enhances the SVG output from DOT to provide better
26 // Work around for dot bug which misses quoting some ampersands,
30 //Dot's SVG output is
  /prebuilts/ndk/r11/sources/android/ndk_helper/
tapCamera.cpp 292 float w = vec_from.Dot( vec_to );
306 mag = vec.Dot( vec );
  /prebuilts/ndk/r13/sources/android/ndk_helper/
tapCamera.cpp 292 float w = vec_from.Dot( vec_to );
306 mag = vec.Dot( vec );
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 53 Star, Dot, Comma, Dollar, Equal, EqualEqual,
  /external/pdfium/xfa/fde/css/
fde_css.h 39 Dot,
  /external/skia/include/utils/
SkCamera.h 23 static SkScalar Dot(const SkUnit3D&, const SkUnit3D&);
80 // dot a unit vector with the patch's normal

Completed in 4886 milliseconds

1 2 3 4