HomeSort by relevance Sort by last modified time
    Searched refs:Root (Results 126 - 150 of 179) sorted by null

1 2 3 4 56 7 8

  /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...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c 3016 char root[33]; local
    [all...]
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 144 pFind = GetNodeItem(IFDE_XMLNode::Root);
222 case IFDE_XMLNode::Root: {
    [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper.py 841 def Root(self, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES):
842 """Restarts the adbd daemon with root permissions, if possible.
848 output = self._RunDeviceAdbCmd(['root'], timeout, retries)
851 ['root'], output, device_serial=self._device_serial)
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/parameter-framework/upstream/tools/xmlGenerator/
EddParser.py 496 # Do not create a root rule if there is only one fist level Operator rule
640 """return the root configuration group"""
699 class Root(Element):
700 tag = "root"
867 myroot = Root("root")
868 context = [myroot] # root is element of rank 0
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h     [all...]
  /prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/
memoryfilesystem-0.6.4.jar 
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
apiviewer.js     [all...]
  /external/llvm/include/llvm/ADT/
IntervalMap.h 689 // in the root node if it is smaller than the normal nodes.
761 // path to get there from the root.
787 /// path - The path entries, path[0] is the root node, path.back() is a leaf.
842 /// @param Level 0..height. Note that setting the root size won't change
851 /// setRoot - Clear the path and set a new root node.
852 /// @param Node New root node.
853 /// @param Size New root size.
854 /// @param Offset Offset into root node.
860 /// replaceRoot - Replace the current root node with two new entries after the
862 /// @param Root The new root node
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_parser_imp.cpp 217 IFDE_XMLNode* pFakeRoot = pNode->GetNodeItem(IFDE_XMLNode::Root);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 134 /// If oldRoot is a nil root, just copy or move the children to newRoot.
135 /// If not a nil root, make oldRoot a child of newRoot.
143 /// child as the new root node.
154 /// simple node or nil root with a single child node--it must be a root
165 /// Given the root of the subtree created for this rule, post process
168 /// as the setting of start/stop indexes relies on a single non-nil root
178 function RulePostProcessing(const Root: IANTLRInterface): IANTLRInterface;
203 /// Create a node for newRoot make it the root of oldRoot.
204 /// If oldRoot is a nil root, just copy or move the children to newRoot
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils_test.py 285 with self.assertCall(self.call.adb.Shell('ls /root'), 'foo\n'):
289 with self.assertCall(self.call.adb.Shell('ls /root'), self.ShellError()):
298 self.call.adb.Root(),
311 (self.call.adb.Root(), self.CommandError())):
    [all...]
device_utils.py 345 """Checks whether or not adbd has root privileges.
352 True if adbd has root privileges, False otherwise.
359 self.RunShellCommand(['ls', '/root'], check_return=True)
375 already has root privileges).
384 '%s && ! ls /root' % self._Su('ls /root'), check_return=True,
399 """Restarts adbd with root privileges.
406 CommandFailedError if root could not be enabled.
411 'Cannot enable root in user builds.', str(self))
414 self.adb.Root()
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 162 DeclContext Root;
179 DeclContext &getRoot() { return Root; }
337 DIE *CUDie; ///< Root of the linked DIE tree.
399 // The root DIE might be null, meaning that the Unit had nothing to
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 597 // to the root node, preventing it from being deleted.
609 // If the root changed (e.g. it was a dead load, update the root).
647 // Create a dummy node that adds a reference to the root node, preventing
648 // it from being deleted. (This matters if the root is an operand of the
907 Root(getEntryNode()), NewNodesMustHaveLegalTypes(false),
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
layer1.py 427 :param default_root_device_type: The default root device type. This
430 information, see `Storage for the Root Device`_.
704 :param root_device_type: The instance root device type. For more
705 information, see `Storage for the Root Device`_.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile     [all...]

Completed in 1482 milliseconds

1 2 3 4 56 7 8