HomeSort by relevance Sort by last modified time
    Searched defs:Unit (Results 1 - 25 of 25) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 15 Unit: {},
312 DrNicTest.Unit.Logger = function(element) {
317 DrNicTest.Unit.Logger.prototype.start = function(testName) {
323 DrNicTest.Unit.Logger.prototype.setStatus = function(status) {
330 DrNicTest.Unit.Logger.prototype.finish = function(status, summary) {
336 DrNicTest.Unit.Logger.prototype.message = function(message) {
342 DrNicTest.Unit.Logger.prototype.summary = function(summary) {
348 DrNicTest.Unit.Logger.prototype.getLastLogLine = function() {
354 DrNicTest.Unit.Logger.prototype.getMessageCell = function() {
359 DrNicTest.Unit.Logger.prototype._createLogTable = function()
    [all...]
  /external/clang/lib/Frontend/
ASTMerge.cpp 47 ASTUnit *Unit = ASTUnit::LoadFromASTFile(ASTFiles[I], Diags,
49 if (!Unit)
54 Unit->getASTContext(),
55 Unit->getFileManager(),
58 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl();
71 delete Unit;
ASTUnit.cpp 843 /// of all macros that have been defined by the translation unit.
880 ASTUnit &Unit;
885 : Unit(_Unit), Hash(Hash) {
901 Unit.addTopLevelDecl(D);
907 Unit.addFileLevelDecl(D);
    [all...]
  /external/clang/test/CodeGenCXX/
array-value-initialize.cpp 32 struct Unit
34 Unit() {}
35 Unit(const Unit& v) {}
41 Unit leafPos[1];
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 56 OS << "Unit~" << Unit;
61 if (Unit >= TRI->getNumRegUnits()) {
62 OS << "BadUnit~" << Unit;
67 MCRegUnitRootIterator Roots(Unit, TRI);
68 assert(Roots.isValid() && "Unit has no roots.");
LiveDebugVariables.cpp 663 unsigned Unit = *MCRegUnitIterator(Loc.getReg(), &TRI);
664 LiveInterval *LI = &LIS.getRegUnit(Unit);
    [all...]
LiveIntervalAnalysis.cpp 207 // Register Unit Liveness
217 /// computeRegUnitInterval - Compute the live interval of a register unit, based
221 unsigned Unit = LI->reg;
226 // The physregs aliasing Unit are the roots and their super-registers.
229 // idempotent. It is very rare for a register unit to have multiple roots, so
231 for (MCRegUnitRootIterator Roots(Unit, TRI); Roots.isValid(); ++Roots) {
243 for (MCRegUnitRootIterator Roots(Unit, TRI); Roots.isValid(); ++Roots) {
282 unsigned Unit = *Units;
283 LiveInterval *Intv = RegUnitIntervals[Unit];
285 Intv = RegUnitIntervals[Unit] = new LiveInterval(Unit, HUGE_VALF)
    [all...]
  /external/clang/tools/libclang/
CIndexHigh.cpp 248 ASTUnit &Unit;
253 FindFileMacroRefVisitData(ASTUnit &Unit, const FileEntry *File,
256 : Unit(Unit), File(File), Macro(Macro), visitor(visitor) { }
259 return Unit.getASTContext();
316 ASTUnit *Unit = cxtu::getASTUnit(TU);
317 SourceManager &SM = Unit->getSourceManager();
328 FindFileMacroRefVisitData data(*Unit, File, Macro, Visitor);
342 ASTUnit &Unit;
346 FindFileIncludesVisitor(ASTUnit &Unit, const FileEntry *File
    [all...]
Indexing.cpp 611 ASTUnit *Unit = ASTUnit::create(CInvok.getPtr(), Diags,
614 OwningPtr<CXTUOwner> CXTU(new CXTUOwner(MakeCXTranslationUnit(CXXIdx, Unit)));
661 Unit,
671 printDiagsToStderr(Unit);
700 static void indexPreprocessingRecord(ASTUnit &Unit, IndexingContext &IdxCtx) {
701 Preprocessor &PP = Unit.getPreprocessor();
708 llvm::tie(I, E) = Unit.getLocalPreprocessingEntities();
710 bool isModuleFile = Unit.isModuleFile();
718 if (isModuleFile && Unit.isInMainFileID(Loc))
736 static void indexTranslationUnit(ASTUnit &Unit, IndexingContext &IdxCtx)
    [all...]
CIndex.cpp 82 /// the translation unit.
230 ASTUnit *Unit = cxtu::getASTUnit(TU);
231 SourceManager &SM = Unit->getSourceManager();
279 ASTUnit *Unit = cxtu::getASTUnit(TU);
280 SourceManager &SM = Unit->getSourceManager();
284 Unit->findFileRegionDecls(File, Offset, Length, Decls);
304 Unit->findFileRegionDecls(File, Offset, Length, Decls);
350 // is a context that contains the range or we reach the translation unit
    [all...]
  /external/eigen/Eigen/src/Core/
CwiseNullaryOp.h 794 /** \returns an expression of the i-th unit (basis) vector.
798 * \sa MatrixBase::Unit(Index), MatrixBase::UnitX(), MatrixBase::UnitY(), MatrixBase::UnitZ(), MatrixBase::UnitW()
801 EIGEN_STRONG_INLINE const typename MatrixBase<Derived>::BasisReturnType MatrixBase<Derived>::Unit(Index size, Index i)
807 /** \returns an expression of the i-th unit (basis) vector.
813 * \sa MatrixBase::Unit(Index,Index), MatrixBase::UnitX(), MatrixBase::UnitY(), MatrixBase::UnitZ(), MatrixBase::UnitW()
816 EIGEN_STRONG_INLINE const typename MatrixBase<Derived>::BasisReturnType MatrixBase<Derived>::Unit(Index i)
822 /** \returns an expression of the X axis unit vector (1{,0}^*)
826 * \sa MatrixBase::Unit(Index,Index), MatrixBase::Unit(Index), MatrixBase::UnitY(), MatrixBase::UnitZ(), MatrixBase::UnitW()
830 { return Derived::Unit(0);
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 372 // Regunits are numerically ordered. Find a common unit.
587 /// Get the weight in units of pressure for this register unit.
593 /// Get the name of this register unit pressure set.
596 /// Get the register unit pressure limit for this dimension.
605 /// Get the dimensions of register pressure impacted by this register unit.
    [all...]
  /external/icu4c/i18n/
decNumberLocal.h 75 #define Unit decNumberUnit
244 /* decNumber struct) safely. Note that one Unit is included in the */
248 ((((SD2U(d)-1)*sizeof(Unit))+sizeof(decNumber)*2-1)/sizeof(decNumber))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 169 /// Preincrement. Move to the next unit.
198 // Return true of this unit appears in RegUnits.
199 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) {
200 return std::count(RegUnits.begin(), RegUnits.end(), Unit);
363 // Absent any ad hoc aliasing, we create one register unit per leaf register.
367 // When there is ad hoc aliasing, we simply create one unit per edge in the
379 unsigned Unit = RegBank.newRegUnit(this, AR);
380 RegUnits.push_back(Unit);
381 AR->RegUnits.push_back(Unit);
385 // a leaf register with ad hoc aliases doesn't get its own unit - it isn'
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 249 /// getOrCreateMainFile - Get the file info for main compile unit.
291 /// CreateCompileUnit - Create new compile unit.
344 // Create new compile unit.
507 llvm::DIType CGDebugInfo::CreateQualifiedType(QualType Ty, llvm::DIFile Unit) {
530 return getOrCreateType(QualType(T, 0), Unit);
533 llvm::DIType FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit);
543 llvm::DIFile Unit) {
549 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit);
553 Ty->getPointeeType(), Unit);
558 llvm::DIFile Unit) {
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
sdklib.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 382 milliseconds