/external/llvm/tools/bugpoint/ |
CrashDebugger.cpp | 267 Constant *Root = Alias.getAliasee()->stripPointerCasts(); 268 Function *F = dyn_cast<Function>(Root); 273 } else if (Root->isNullValue()) {
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
BaseActivity.java | 43 import android.provider.DocumentsContract.Root; 240 void onRootPicked(RootInfo root) { 241 // Clicking on the current root removes search 244 // Skip refreshing if root nor directory didn't change 245 if (root.equals(getCurrentRoot()) && mState.stack.size() == 1) { 249 mState.derivedMode = LocalPreferences.getViewMode(this, root, MODE_GRID); 251 // Clear entire backstack and start in new root 252 mState.onRootChanged(root); 257 if (mRoots.isRecentsRoot(root)) { 260 new PickRootTask(this, root).executeOnExecutor(getExecutorForCurrentDirectory()) 318 final RootInfo root = getCurrentRoot(); local 350 final RootInfo root = getCurrentRoot(); local 418 RootInfo root = getCurrentRoot(); local 443 final RootInfo root = getCurrentRoot(); local [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | 190 /// The root of the entire DAG. 191 SDValue Root; 335 /// Return the root tag of the SelectionDAG. 336 const SDValue &getRoot() const { return Root; } 343 /// Set the current root tag of the SelectionDAG. 347 "DAG root value is not a chain!"); 350 Root = N; 353 return Root; 513 SDValue getEHLabel(SDLoc dl, SDValue Root, MCSymbol *Label); [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | 181 bool IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const override; 227 bool selectScalarSSELoad(SDNode *Root, SDValue N, 401 X86DAGToDAGISel::IsProfitableToFold(SDValue N, SDNode *U, SDNode *Root) const { 411 if (U == Root) { [all...] |
/external/parameter-framework/upstream/tools/coverage/ |
coverage.py | 69 """Root class for all coverage elements""" 463 """Root of configuration application criterion state""" 876 class Root(Element): [all...] |
/external/pdfium/xfa/src/fgas/include/ |
fx_utl.h | 498 Root = 0,
513 case Root: {
|
/frameworks/base/docs/html/reference/android/support/test/ |
navtree_data.js | 7 , null ], [ "Classes", null, [ [ "AmbiguousViewMatcherException.Builder", "reference/android/support/test/espresso/AmbiguousViewMatcherException.Builder.html", null, null ], [ "DataInteraction", "reference/android/support/test/espresso/DataInteraction.html", null, null ], [ "Espresso", "reference/android/support/test/espresso/Espresso.html", null, null ], [ "GraphHolder", "reference/android/support/test/espresso/GraphHolder.html", null, null ], [ "IdlingPolicies", "reference/android/support/test/espresso/IdlingPolicies.html", null, null ], [ "IdlingPolicy", "reference/android/support/test/espresso/IdlingPolicy.html", null, null ], [ "NoMatchingViewException.Builder", "reference/android/support/test/espresso/NoMatchingViewException.Builder.html", null, null ], [ "PerformException.Builder", "reference/android/support/test/espresso/PerformException.Builder.html", null, null ], [ "Root", "reference/android/support/test/espresso/Root.html", null, null ], [ "Root.Builder", "reference/android/support/test/espresso/Root.Builder.html", null, null ], [ "ViewInteraction", "reference/android/support/test/espresso/ViewInteraction.html", null, null ] ]
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
typelist.h | 59 template<typename Root> 62 typedef Root root; typedef in struct:typelist::node 257 typedef typename append<Hd, node<rest_type> >::type::root type; 356 typedef typename Hd_Tl::root type; 366 typedef typename append_type::type::root type; 405 detail::apply_<Fn, typename Typelist::root> a; 413 detail::apply_generator1_<Fn, typename Typelist::root> a; 421 typedef typename TypelistT::root rootT; 422 typedef typename TypelistV::root rootV [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
typelist.h | 59 template<typename Root> 62 typedef Root root; typedef in struct:typelist::node 257 typedef typename append<Hd, node<rest_type> >::type::root type; 356 typedef typename Hd_Tl::root type; 366 typedef typename append_type::type::root type; 405 detail::apply_<Fn, typename Typelist::root> a; 413 detail::apply_generator1_<Fn, typename Typelist::root> a; 421 typedef typename TypelistT::root rootT; 422 typedef typename TypelistV::root rootV [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
typelist.h | 59 template<typename Root> 62 typedef Root root; typedef in struct:typelist::node 257 typedef typename append<Hd, node<rest_type> >::type::root type; 356 typedef typename Hd_Tl::root type; 366 typedef typename append_type::type::root type; 405 detail::apply_<Fn, typename Typelist::root> a; 413 detail::apply_generator1_<Fn, typename Typelist::root> a; 421 typedef typename TypelistT::root rootT; 422 typedef typename TypelistV::root rootV [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
typelist.h | 59 template<typename Root> 62 typedef Root root; typedef in struct:typelist::node 257 typedef typename append<Hd, node<rest_type> >::type::root type; 356 typedef typename Hd_Tl::root type; 366 typedef typename append_type::type::root type; 405 detail::apply_<Fn, typename Typelist::root> a; 413 detail::apply_generator1_<Fn, typename Typelist::root> a; 421 typedef typename TypelistT::root rootT; 422 typedef typename TypelistV::root rootV [all...] |
/external/llvm/utils/TableGen/ |
AsmMatcherEmitter.cpp | 241 const ClassInfo *Root = this; 242 while (!Root->SuperClasses.empty()) 243 Root = Root->SuperClasses.front(); 249 return Root == RHSRoot; [all...] |
/external/llvm/lib/Support/ |
YAMLParser.cpp | [all...] |
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
adb_wrapper.py | 665 def Root(self, timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES): 666 """Restarts the adbd daemon with root permissions, if possible. 672 output = self._RunDeviceAdbCmd(['root'], timeout, retries) 675 ['root'], output, device_serial=self._device_serial)
|
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 503 SDValue &Root, SelectionDAG &DAG,
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
BaseTreeAdaptor.as | 57 // ensure new subtree root has parent/child index set 82 /** If oldRoot is a nil root, just copy or move the children to newRoot. 83 * If not a nil root, make oldRoot a child of newRoot. 89 * child as the new root node. 100 * simple node or nil root with a single child node--it must be a root 109 // If new Root is token, then create a Tree. 125 throw new Error("more than one node as root (TODO: make exception hierarchy)"); 136 public function rulePostProcessing(root:Object):Object { 137 var r:Tree = Tree(root); [all...] |
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
toy.cpp | 651 std::string GenerateUniqueName(const std::string &Root) { 654 NameStream << Root << ++i; [all...] |
/external/llvm/examples/Kaleidoscope/Orc/initial/ |
toy.cpp | 650 std::string GenerateUniqueName(const std::string &Root) { 653 NameStream << Root << ++i; [all...] |
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
toy.cpp | 650 std::string GenerateUniqueName(const std::string &Root) { 653 NameStream << Root << ++i; [all...] |
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/ |
toy.cpp | 650 std::string GenerateUniqueName(const std::string &Root) { 653 NameStream << Root << ++i; [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelLowering.cpp | [all...] |
/external/llvm/lib/Transforms/Utils/ |
Local.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGObjCMac.cpp | [all...] |
/external/clang/lib/ARCMigrate/ |
ObjCMT.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCInstrInfo.cpp | 232 MachineInstr &Root, 240 if (!Root.getParent()->getParent()->getTarget().Options.UnsafeFPMath) 243 return TargetInstrInfo::getMachineCombinerPatterns(Root, Patterns); [all...] |