/external/eigen/blas/ |
zhbmv.f | 52 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 ) 55 * column, with the leading diagonal of the matrix in row 70 * Before entry with UPLO = 'L' or 'l', the leading ( k + 1 ) 73 * column, with the leading diagonal of the matrix in row 1 of
|
/external/icu4c/common/ |
patternprops.h | 65 * @return s except with leading and trailing Pattern_White_Space removed and length adjusted.
|
/external/icu4c/i18n/ |
quant.h | 55 * HIGH SURROGATE (leading code unit) of a pair of surrogates,
|
/external/icu4c/tools/genrb/ |
rbutil.c | 46 /* strip off any leading directory portions */
|
/external/jdiff/src/jdiff/ |
Modifiers.java | 56 * no leading space, but does end in a period.
|
/external/jmonkeyengine/engine/src/android/com/jme3/asset/plugins/ |
AndroidLocator.java | 74 // Remove leading /
|
/external/libogg/doc/libogg/ |
ogg_page_packets.html | 21 leading packet is begun on a previous page, but ends on this page, it's
|
/external/skia/tests/ |
WArrayTest.cpp | 21 // Run with leading and trailing zeros. 60 // Leading don't cares. 81 // Almost run within a range with leading don't cares. 88 // Run within a range with leading don't cares.
|
/external/v8/src/ |
misc-intrinsics.h | 37 // Returns the index of the leading 1 bit, counting the least significant bit at
|
/frameworks/base/tools/aapt/ |
FileFinder.h | 40 * extensions should include leading "."
|
/frameworks/base/tools/aidl/ |
aidl_language.h | 129 // strips off the leading whitespace, the "import" text
|
/frameworks/native/services/surfaceflinger/ |
SurfaceTextureLayer.cpp | 37 // called with the mStateLock held, leading to a dead-lock (it actually
|
/libcore/luni/src/test/java/libcore/java/math/ |
MathContextTest.java | 75 // No leading or trailing space.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
fnmatch.h | 43 #define FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
fnmatch.h | 43 #define FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
fnmatch.h | 43 #define FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
intobject.h | 69 a leading "0" */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
intobject.h | 69 a leading "0" */
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
tokenizer_unittest.cc | 561 "// leading comment\n" 567 " leading comment\n" 586 "// leading comment\n" 592 " leading comment\n" 598 "/* leading block comment\n" 605 " leading block comment\n" 616 "/* leading block comment\n" 625 " leading block comment\n" 640 "// leading comment\n" 651 " leading comment\n [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
default_images_view.cc | 186 views::GridLayout::LEADING, 187 views::GridLayout::LEADING,
|
/external/chromium_org/chrome/browser/ui/views/accessibility/ |
invert_bubble_view.cc | 102 columns->AddColumn(views::GridLayout::LEADING, 103 views::GridLayout::LEADING, 0,
|
/external/chromium_org/chrome/browser/ui/views/ |
network_profile_bubble_view.cc | 80 columns->AddColumn(views::GridLayout::LEADING, views::GridLayout::LEADING, 0,
|
/external/chromium_org/native_client_sdk/src/examples/api/file_io/ |
test.js | 224 // Directory listings are relative, so it will not have the leading 239 // Directory listings are relative, so it will not have the leading
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLDimension.cpp | 45 // HTML5's split removes leading and trailing spaces so we need to skip the leading spaces here.
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLParserIdioms.h | 40 // Strip leading and trailing whitespace as defined by the HTML specification. 53 // Leading or trailing illegal characters cause failure, as does passing an empty string.
|