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

<<11121314

  /external/protobuf/src/google/protobuf/compiler/
parser.cc 35 // Recursive descent FTW.
    [all...]
  /external/replicaisland/res/values/
strings.xml 370 I will venture into the forest once more before entering the cave. At the adventurers? base camp I spied batteries and other useful electronic equipment, which I can surely modify. Once I have procured those items I shall return and make my descent.\n
  /external/skia/src/utils/
SkLua.cpp 850 setfield_scalar(L, "descent", fm.fDescent);
    [all...]
  /frameworks/base/core/java/android/util/
JsonReader.java 36 * To create a recursive descent parser for your own JSON streams, first create
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlibint.h 676 (cs)->ascent|(cs)->descent) == 0))
    [all...]
Xproto.h 371 descent B16;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlibint.h 676 (cs)->ascent|(cs)->descent) == 0))
    [all...]
Xproto.h 371 descent B16;
    [all...]
  /external/ceres-solver/docs/source/
version_history.rst 420 gradient descent, non-linear conjugate gradient and LBFGS search
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc 35 // Recursive descent FTW.
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp     [all...]
  /external/opencv/ml/src/
mlcnn.cpp 297 // 3) Update weights by the gradient descent
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h 447 /// Descent value of the font face in font design units.
448 /// Descent is the distance from the bottom of font character alignment box to English baseline.
450 UINT16 descent; member in struct:DWRITE_FONT_METRICS
455 /// (baseline-to-baseline distance) is thus the sum of ascent, descent, and lineGap. The line gap is usually
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 717 + (paint.getTextSize() - paint.descent()) / 2 + padding.top,
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 430 // Helper function for ValidateType(). We do a recursive descent on the
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion32.txt 133 android:includeFontPadding : Leave enough room for ascenders and descenders instead of using the font ascent and descent strictly. [boolean]
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js 340 * @param {boolean=} opt_allowHidden Allows hidden nodes during descent.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp 379 int rootDescent = includeRootLine ? font.fontMetrics().descent() : 0;
382 int boxDescent = font.fontMetrics().descent() + baselineShift;
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateSchema.xsd     [all...]
  /external/skia/src/animator/
SkAnimateSchema.xsd     [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 864 // Begin descent into diffing template tree.
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 610 // out of stack space in our recursive descent parser. As a special case,
    [all...]
  /external/llvm/docs/tutorial/
LangImpl6.rst 42 Thus far, the parser we have been implementing uses recursive descent

Completed in 735 milliseconds

<<11121314