/frameworks/base/core/java/android/provider/ |
DocumentsContract.java | 343 * different roots, this title should be the name of the service. 352 * surfacing multiple accounts as different roots, this summary should 392 * creating content. Roots with this flag will be shown when an 500 * Build URI representing the roots of a document provider. When queried, a [all...] |
/sdk/files/ |
android.el | 10 "history of project roots supplied to `android-jdb'")
|
/external/opencv/cxcore/src/ |
cxpersistence.cpp | 128 CvSeq* roots; member in struct:CvFileStorage 398 //icvFSReleaseCollection( fs->roots ); // delete all the user types recursively 498 if( !fs->roots ) 500 attempts = fs->roots->total; 511 map_node = (CvFileNode*)cvGetSeqElem( fs->roots, k ); 584 if( !fs->roots ) 586 attempts = fs->roots->total; 596 map_node = (CvFileNode*)cvGetSeqElem( fs->roots, k ); 644 if( !fs->roots || (unsigned)stream_index >= (unsigned)fs->roots->total [all...] |
/external/chromium/chrome/browser/resources/ |
filebrowse.html | 762 currentSavedPath = 'roots'; 763 getDataForPath('roots'); 785 currentSavedPath = 'roots'; 930 if (path == 'roots') { 980 if (currentPath == 'roots') { [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
az_lsp.cpp | 359 The roots of F1(z) and F2(z) are found using Chebyshev polynomial evaluation. 364 If less than 10 roots are found, the LSPs from the past frame are used. 382 Word16 old_lsp[] // (i) : old lsp[] (in case not found 10 roots) (M) 524 // Check if M roots found 563 Word16 old_lsp[], /* (i) : old lsp[] (in case not found 10 roots) (M) */ 720 /* Check if M roots found */
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarAST.java | 446 // check roots first. 448 // if roots match, do full list match test on children.
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8GCController.cpp | 54 // FIXME: This should use opaque GC roots. 259 // FIXME: Allow opaqueRootForGC to operate on multiple roots and move this logic into V8MutationObserverCustom.
|
/external/chromium_org/third_party/freetype/src/base/ |
ftbbox.c | 90 /* doesn't need square roots. */ 200 /* don't want to use square roots and extra accuracy. */
|
/external/chromium_org/third_party/skia/include/core/ |
SkGeometry.h | 30 /** Given a quadratic equation Ax^2 + Bx + C = 0, return 0, 1, 2 roots for the 33 int SkFindUnitQuadRoots(SkScalar A, SkScalar B, SkScalar C, SkScalar roots[2]);
|
/external/eigen/unsupported/Eigen/ |
MatrixFunctions | 188 square roots computed by MatrixBase::sqrt(). 340 "Computing real square roots of a real matrix", <em>Linear Algebra
|
/external/freetype/src/base/ |
ftbbox.c | 90 /* doesn't need square roots. */ 200 /* don't want to use square roots and extra accuracy. */
|
/external/skia/include/core/ |
SkGeometry.h | 30 /** Given a quadratic equation Ax^2 + Bx + C = 0, return 0, 1, 2 roots for the 33 int SkFindUnitQuadRoots(SkScalar A, SkScalar B, SkScalar C, SkScalar roots[2]);
|
/art/compiler/ |
image_writer.h | 134 // Remove unwanted classes from various roots.
|
/bootable/recovery/ |
bootloader.cpp | 21 #include "roots.h"
|
install.cpp | 33 #include "roots.h"
|
/dalvik/dx/src/com/android/dx/ssa/ |
Dominators.java | 181 * numbering the dfs tree roots.
|
/dalvik/hit/src/com/android/hit/ |
Queries.java | 56 * the roots.
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
KeyTable.java | 49 * whose Document roots match this key.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
LongDigest.java | 337 * cube roots of the first sixty-four prime numbers)
|
/external/chromium_org/third_party/skia/src/core/ |
SkStrokerPriv.cpp | 192 /* Before we enter the world of square-roots and divides,
|
/external/chromium_org/tools/generate_library_loader/ |
generate_library_loader.py | 162 # to avoid issues caused by different relative path roots.
|
/external/chromium_org/tools/python/google/ |
platform_utils_win.py | 184 root paths to what it thinks the correct roots are. So paths such as
|
/external/chromium_org/v8/src/mips/ |
frames-mips.h | 73 1 << 22 | // s6 (roots in Javascript code)
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
Dominators.java | 181 * numbering the dfs tree roots.
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
Skeleton.java | 266 sb.append("Skeleton - ").append(boneList.length).append(" bones, ").append(rootBones.length).append(" roots\n");
|