/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pydoc.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_generators.py | 445 >>> roots = sets[:] 453 ... if len(roots) > 1: 454 ... s1 = gen.choice(roots) 455 ... roots.remove(s1) 456 ... s2 = gen.choice(roots) [all...] |
/art/runtime/gc/collector/ |
mark_sweep.cc | 579 // Visit all runtime roots and clear dirty flags. 878 // Verify roots ensures that all the references inside the image space point [all...] |
/art/runtime/ |
thread.cc | [all...] |
class_linker.h | 492 // For use by ImageWriter to find DexCaches for its roots
|
/dalvik/vm/alloc/ |
Copying.cpp | 80 * from the roots proceeds as usual but all objects on those pages are 105 * Ambiguous Roots. Digital Equipment Corporation. [all...] |
MarkSweep.cpp | 205 * Grays all references in the roots.
|
/external/clang/lib/CodeGen/ |
CGClass.cpp | [all...] |
/external/opencv/cv/src/ |
cvfundam.cpp | 692 CvMat roots = cvMat( 1, 3, CV_64F, r ); local 761 // solve the cubic equation; there can be 1 to 3 roots ... 762 n = cvSolveCubic( &coeffs, &roots ); [all...] |
/external/v8/src/ |
serialize.cc | 721 // This is called on the roots. It is the driver of the deserialization [all...] |
/external/arduino/ |
license.txt | 482 (For example, a function in a library to compute square roots has 487 root function must still compute square roots.) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bntest.c | 1612 BIO_puts(bp, "There are no roots of z^2 + z = "); 1625 fprintf(stderr,"All %i tests of GF(2^m) modular solve quadratic resulted in no roots;\n", num0); [all...] |
/external/chromium_org/v8/src/ia32/ |
macro-assembler-ia32.h | 67 // Operations on roots in the root-array. 71 // These methods can only be used with constant roots (i.e. non-writable [all...] |
/external/openssl/crypto/bn/ |
bntest.c | 1612 BIO_puts(bp, "There are no roots of z^2 + z = "); 1625 fprintf(stderr,"All %i tests of GF(2^m) modular solve quadratic resulted in no roots;\n", num0); [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
TreeToNFAConverter.g | 478 // tree roots point at right edge of DOWN for LOOK computation later
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FileTest.java | 1739 File[] roots = File.listRoots(); local [all...] |
/external/chromium/base/ |
file_path.h | 365 // separators is never stripped, to support alternate roots. This is used to
|
/external/chromium/chrome/browser/sync/glue/ |
bookmark_model_associator.cc | 317 // Match up the roots and recursively do the following:
|
/external/chromium_org/base/files/ |
file_path.h | 418 // separators is never stripped, to support alternate roots. This is used to
|
/external/chromium_org/base/json/ |
json_parser.cc | 206 // If the children of a JSON root can be detached, then hidden roots cannot
|
/external/chromium_org/chrome/browser/resources/file_manager/ |
main.html | 218 <menu id="roots-context-menu" class="chrome-menu" >
|
/external/chromium_org/chrome/browser/sync/glue/ |
bookmark_model_associator.cc | 391 // Match up the roots and recursively do the following:
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
metadata_database.h | 164 // Trackers for |app_root_folders| are not yet registered as app-roots, but
|
/external/chromium_org/courgette/ |
adjustment_method.cc | 131 // roots node (for the empty string) thus contains the simple distribution of
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
JSHeapSnapshot.js | 213 var gcRoots = getChildNodeByName(this.rootNode(), "(GC roots)");
|