HomeSort by relevance Sort by last modified time
    Searched full:descent (Results 226 - 250 of 329) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h 93 void BVIntersect(const BVH1 &tree1, const BVH2 &tree2, Intersector &intersector) //TODO: tandem descent when it makes sense
  /external/freetype/src/pfr/
pfrload.c 814 phy_font->descent = PFR_NEXT_SHORT( q );
  /external/lldb/include/lldb/Breakpoint/
BreakpointResolver.h 38 /// descent do you want your callback to get called?" of the filter. The resolver
  /external/llvm/docs/tutorial/
LangImpl1.rst 47 basic AST construction. This tutorial describes recursive descent
OCamlLangImpl1.rst 47 and basic AST construction. This tutorial describes recursive descent
LangImpl2.rst 18 The parser we will build uses a combination of `Recursive Descent
208 standard way to go for recursive descent parsers. For a better example,
OCamlLangImpl2.rst 19 The parser we will build uses a combination of `Recursive Descent
156 standard way to go for recursive descent parsers. For a better example,
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFontDescriptorDictionary_autogen.h     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 432 * "A note on error recovery in recursive descent parsers":
437 * "Efficient and Comfortable Error Recovery in Recursive Descent
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BaseRecognizer.java 456 * "A note on error recovery in recursive descent parsers":
461 * "Efficient and Comfortable Error Recovery in Recursive Descent
  /external/chromium_org/content/renderer/
dom_serializer_browsertest.cc 613 // Go through all descent nodes.
658 // Go through all descent nodes.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.cpp 147 glyphBounds.bottom() - (glyphOverflow->computeBounds ? 0 : fontMetrics.descent()));
651 return markFontData->fontMetrics().descent();
    [all...]
  /external/clang/www/
features.html 341 parsing technology for this class of languages is a hand-built recursive-descent
342 parser. Because it is plain C++ code, recursive descent makes it very easy for
  /external/chromium_org/v8/src/
preparser.h 27 // descent. PreParser doesn't create a tree. Instead, it passes around minimal
34 // - Miscellaneous other tasks interleaved with the recursive descent. For
459 // Recursive descent functions:
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 227 // The baseline is the top of the following line minus the current line's descent.
634 * Return the descent of the specified line(0…getLineCount() - 1).
675 * Returns the number of extra pixels of descent padding in the
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h 1033 short descent; \/* baseline to bottom edge of raster *\/ member in struct:__anon24851
1062 int descent; \/* log. descent below baseline for spacing *\/ member in struct:__anon24853
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 1033 short descent; \/* baseline to bottom edge of raster *\/ member in struct:__anon26587
1062 int descent; \/* log. descent below baseline for spacing *\/ member in struct:__anon26589
    [all...]
  /external/ceres-solver/docs/source/
solving.rst 67 2. **Line Search** The line search approach first finds a descent
70 that direction. The descent direction can be computed by various
71 methods, such as gradient descent, Newton's method and Quasi-Newton
335 :ref:`section-trust-region-methods` is a descent algorithm in that it
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 483 * "A note on error recovery in recursive descent parsers":
488 * "Efficient and Comfortable Error Recovery in Recursive Descent
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 553 * "A note on error recovery in recursive descent parsers":
558 * "Efficient and Comfortable Error Recovery in Recursive Descent
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
BaseRecognizer.js 504 * <p>"A note on error recovery in recursive descent parsers":
509 * <p>"Efficient and Comfortable Error Recovery in Recursive Descent
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.m 594 * "A note on error recovery in recursive descent parsers":
599 * "Efficient and Comfortable Error Recovery in Recursive Descent
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 612 # "A note on error recovery in recursive descent parsers":
617 # "Efficient and Comfortable Error Recovery in Recursive Descent
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 544 * A note on error recovery in recursive descent parsers:
548 * Efficient and Comfortable Error Recovery in Recursive Descent Parsers:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 1004 int descent = logicalHeight() - baseline; local
    [all...]

Completed in 1099 milliseconds

1 2 3 4 5 6 7 8 91011>>