/external/llvm/utils/TableGen/ |
RegisterInfoEmitter.cpp | 832 // Emit the table of register unit roots. Each regunit has one or two root 836 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots(); 837 assert(!Roots.empty() && "All regunits must have a root register."); 838 assert(Roots.size() <= 2 && "More than two roots not supported yet."); 839 OS << " { " << getQualifiedName(Roots.front()->TheDef); 840 for (unsigned r = 1; r != Roots.size(); ++r) 841 OS << ", " << getQualifiedName(Roots[r]->TheDef); [all...] |
TableGenBackends.h | 39 // pattern partly has historical roots in the previous TableGen backend API
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ggc.h | 65 /* Structures for the easy way to mark roots. 133 /* When true, identifier nodes are considered as GC roots. When
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ggc.h | 65 /* Structures for the easy way to mark roots. 133 /* When true, identifier nodes are considered as GC roots. When
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ggc.h | 65 /* Structures for the easy way to mark roots. 133 /* When true, identifier nodes are considered as GC roots. When
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ggc.h | 65 /* Structures for the easy way to mark roots. 133 /* When true, identifier nodes are considered as GC roots. When
|
/frameworks/base/core/java/android/widget/ |
RelativeLayout.java | 1667 final ArrayDeque<Node> roots = findRoots(rules); local 1745 final ArrayDeque<Node> roots = mRoots; local [all...] |
/art/runtime/gc/collector/ |
mark_sweep-inl.h | 120 // Clear the class bit since we mark the class as part of marking the classlinker roots.
|
/art/runtime/mirror/ |
object-inl.h | 41 // Proxy classes are held live by the class loader, and other classes are roots of the class
|
/bootable/recovery/ |
roots.cpp | 28 #include "roots.h"
|
/dalvik/vm/hprof/ |
Hprof.cpp | 226 * Walk the roots and heap writing heap information to the specified
|
/developers/build/prebuilts/gradle/StorageProvider/StorageProviderSample/src/main/java/com/example/android/storageprovider/ |
MyCloudProvider.java | 109 // cursor is returned to the Android system picker UI and used to display all roots from 119 // It's possible to have multiple roots (e.g. for multiple accounts in the same app) - 142 // The child MIME types are used to filter the roots and only present to the user roots
|
/developers/samples/android/content/documentsUi/StorageProvider/StorageProviderSample/src/main/java/com/example/android/storageprovider/ |
MyCloudProvider.java | 109 // cursor is returned to the Android system picker UI and used to display all roots from 119 // It's possible to have multiple roots (e.g. for multiple accounts in the same app) - 142 // The child MIME types are used to filter the roots and only present to the user roots
|
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/ |
MyCloudProvider.java | 109 // cursor is returned to the Android system picker UI and used to display all roots from 119 // It's possible to have multiple roots (e.g. for multiple accounts in the same app) - 142 // The child MIME types are used to filter the roots and only present to the user roots
|
/external/chromium_org/chrome/test/chromedriver/js/ |
call_function.js | 211 // all of the shadow roots.
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
ScopedStyleTree.cpp | 124 // Adding scoped resolver for active shadow roots for shadow host styling.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
run-blink-websocketserver | 50 '(overrides layout test roots).')
|
/external/chromium_org/v8/src/ |
hydrogen-dce.cc | 74 // Transitively mark all live instructions, starting from roots.
|
/external/eigen/Eigen/src/Core/ |
NumTraits.h | 29 * such as quotients, square roots, etc. If \a T is a floating-point type, then this typedef just gives
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
MatrixSquareRoot.h | 16 * \brief Class for computing matrix square roots of upper quasi-triangular matrices. 97 // post: the diagonal blocks of sqrtT are the square roots of the diagonal blocks of T 253 * \brief Class for computing matrix square roots of upper triangular matrices. 322 * \brief Class for computing matrix square roots of general matrices.
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
ErlangGCPrinter.cpp | 107 // Emit the number of live roots in the function.
|
OcamlGCPrinter.cpp | 135 AP.OutStreamer.AddComment("live roots for " +
|
/external/valgrind/main/auxprogs/ |
gsl16test | 63 TESTS7="poly/test qrng/test randist/test rng/test roots/test siman/test"
|
gsl19test | 65 TESTS7="poly/test qrng/test randist/test rng/test roots/test siman/test"
|
/external/valgrind/main/memcheck/tests/ |
leak-cases.c | 57 // These are definite roots.
|