Searched defs:Unit (Results 1 - 25 of 41) sorted by relevance

12

/external/llvm/bindings/ocaml/all_backends/
H A Dall_backends_ocaml.c25 CAMLprim value llvm_initialize_all(value Unit) { argument
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
H A Djsunittest.js15 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
[all...]
/external/clang/test/CodeGenCXX/
H A Darray-value-initialize.cpp32 struct Unit struct
34 Unit() {} function in struct:Unit
35 Unit(const Unit& v) {} function in struct:Unit
41 Unit leafPos[1];
/external/chromium_org/ui/base/l10n/
H A Dformatter.h29 enum Unit { enum in class:ui::Formatter
59 void Format(Unit unit, int value, icu::UnicodeString& formatted_string) const;
/external/clang/lib/Frontend/
H A DASTMerge.cpp48 ASTUnit *Unit = ASTUnit::LoadFromASTFile(ASTFiles[I], Diags, local
50 if (!Unit)
55 Unit->getASTContext(),
56 Unit->getFileManager(),
59 TranslationUnitDecl *TU = Unit->getASTContext().getTranslationUnitDecl();
70 delete Unit;
/external/llvm/bindings/ocaml/transforms/passmgr_builder/
H A Dpassmgr_builder_ocaml.c49 CAMLprim value llvm_pmbuilder_create(value Unit) { argument
/external/chromium_org/tools/deep_memory_profiler/lib/
H A Dsorter.py34 class Unit(object): class in inherits:object
54 class VMUnit(Unit):
55 """Represents a Unit for a memory region on virtual memory."""
91 """Represents a Unit for a mmap'ed region."""
107 """Represents a Unit for a non-mmap'ed memory region on virtual memory."""
117 class MallocUnit(Unit):
118 """Represents a Unit for a malloc'ed memory block."""
/external/chromium_org/tools/usb_gadget/
H A Dhid_descriptors.py137 Unit = _DefineItem('Unit', 6, hid_constants.Scope.GLOBAL) variable
/external/clang/lib/CodeGen/
H A DCGDebugInfo.h73 llvm::DIFile Unit; member in struct:clang::CodeGen::CGDebugInfo::ObjCInterfaceCacheEntry
75 llvm::DIFile Unit)
76 : Type(Type), Decl(Decl), Unit(Unit) {}
134 llvm::DIType CreateType(const RValueReferenceType *Ty, llvm::DIFile Unit);
144 QualType ThisPtr, const FunctionProtoType *Func, llvm::DIFile Unit);
174 llvm::DIFile Unit);
176 CollectFunctionTemplateParams(const FunctionDecl *FD, llvm::DIFile Unit);
356 llvm::DIType CreateMemberType(llvm::DIFile Unit, QualType FType,
375 CollectAnonRecordDecls(const RecordDecl *RD, llvm::DIFile Unit, unsigne
74 ObjCInterfaceCacheEntry(const ObjCInterfaceType *Type, llvm::DIType Decl, llvm::DIFile Unit) argument
[all...]
/external/clang/tools/libclang/
H A DCIndexHigh.cpp248 ASTUnit &Unit; member in struct:__anon19520::FindFileMacroRefVisitData
253 FindFileMacroRefVisitData(ASTUnit &Unit, const FileEntry *File, argument
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; member in struct:__anon19521::FindFileIncludesVisitor
346 FindFileIncludesVisitor(ASTUnit &Unit, cons argument
388 ASTUnit *Unit = cxtu::getASTUnit(TU); local
[all...]
H A DCIndexDiagnostic.cpp213 unsigned clang_getNumDiagnostics(CXTranslationUnit Unit) { argument
214 if (cxtu::isNotUsableTU(Unit)) {
215 LOG_BAD_TU(Unit);
218 if (!cxtu::getASTUnit(Unit))
220 return lazyCreateDiags(Unit, /*checkIfChanged=*/true)->getNumDiagnostics();
223 CXDiagnostic clang_getDiagnostic(CXTranslationUnit Unit, unsigned Index) { argument
224 if (cxtu::isNotUsableTU(Unit)) {
225 LOG_BAD_TU(Unit);
229 CXDiagnosticSet D = clang_getDiagnosticSetFromTU(Unit);
240 CXDiagnosticSet clang_getDiagnosticSetFromTU(CXTranslationUnit Unit) { argument
[all...]
H A DIndexing.cpp594 ASTUnit *Unit = ASTUnit::create(CInvok.get(), Diags, local
597 if (!Unit) {
603 new CXTUOwner(MakeCXTranslationUnit(CXXIdx, Unit)));
650 Unit,
660 printDiagsToStderr(Unit);
662 if (isASTReadError(Unit)) {
694 static void indexPreprocessingRecord(ASTUnit &Unit, IndexingContext &IdxCtx) { argument
695 Preprocessor &PP = Unit.getPreprocessor();
702 std::tie(I, E) = Unit.getLocalPreprocessingEntities();
704 bool isModuleFile = Unit
730 indexTranslationUnit(ASTUnit &Unit, IndexingContext &IdxCtx) argument
[all...]
/external/eigen/Eigen/src/Core/
H A DCwiseNullaryOp.h798 * \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 newSize, Index i) function in class:Eigen::MatrixBase
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) function in class:Eigen::MatrixBase
826 * \sa MatrixBase::Unit(Index,Index), MatrixBase::Unit(Index), MatrixBase::UnitY(), MatrixBase::UnitZ(), MatrixBase::UnitW()
830 { return Derived::Unit(0); }
836 * \sa MatrixBase::Unit(Index,Index), MatrixBase::Unit(Index), MatrixBase::UnitY(), MatrixBase::UnitZ(), MatrixBase::UnitW()
840 { return Derived::Unit(
[all...]
/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h379 /// getRegUnit - Return the live range for Unit.
381 LiveRange &getRegUnit(unsigned Unit) { argument
382 LiveRange *LR = RegUnitRanges[Unit];
385 RegUnitRanges[Unit] = LR = new LiveRange();
386 computeRegUnitRange(*LR, Unit);
391 /// getCachedRegUnit - Return the live range for Unit if it has already
393 LiveRange *getCachedRegUnit(unsigned Unit) { argument
394 return RegUnitRanges[Unit];
397 const LiveRange *getCachedRegUnit(unsigned Unit) const {
398 return RegUnitRanges[Unit];
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h94 const DwarfCompileUnit *Unit; member in class:llvm::DebugLocEntry
97 DebugLocEntry() : Begin(nullptr), End(nullptr), Unit(nullptr) {}
100 : Begin(B), End(E), Unit(U) {
117 const DwarfCompileUnit *getCU() const { return Unit; }
H A DDIE.h447 const DwarfTypeUnit &Unit; member in class:llvm::DIETypeSignature
450 explicit DIETypeSignature(const DwarfTypeUnit &Unit) argument
451 : DIEValue(isTypeSignature), Unit(Unit) {}
/external/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp58 OS << "Unit~" << Unit; local
63 if (Unit >= TRI->getNumRegUnits()) {
64 OS << "BadUnit~" << Unit; local
69 MCRegUnitRootIterator Roots(Unit, TRI);
70 assert(Roots.isValid() && "Unit has no roots.");
77 if (TRI && TRI->isVirtualRegister(Unit)) {
78 OS << "%vreg" << TargetRegisterInfo::virtReg2Index(Unit);
H A DLiveDebugVariables.cpp673 unsigned Unit = *MCRegUnitIterator(Loc.getReg(), &TRI); local
674 LiveRange *LR = &LIS.getRegUnit(Unit);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_low_energy_defs_win.h163 BTH_LE_UUID Unit; member in struct:_BTH_LE_GATT_DESCRIPTOR_VALUE::__anon7989::__anon7993
/external/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c34 CAMLprim value llvm_initialize_native_target(value Unit) { argument
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumberLocal.h75 #define Unit decNumberUnit macro
244 /* decNumber struct) safely. Note that one Unit is included in the */
248 ((((SD2U(d)-1)*sizeof(Unit))+sizeof(decNumber)*2-1)/sizeof(decNumber))
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
H A Dandroid_test.cc107 Unit = 3, enumerator in enum:TestType
407 tType = Unit;
/external/icu/icu4c/source/i18n/
H A DdecNumberLocal.h75 #define Unit decNumberUnit macro
244 /* decNumber struct) safely. Note that one Unit is included in the */
248 ((((SD2U(d)-1)*sizeof(Unit))+sizeof(decNumber)*2-1)/sizeof(decNumber))
/external/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c193 CAMLprim value llvm_target_default_triple(value Unit) { argument
202 CAMLprim value llvm_target_first(value Unit) { argument
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h917 /// Usage: OS << PrintRegUnit(Unit, TRI) << '\n';
922 unsigned Unit; member in class:llvm::TargetRegisterInfo::PrintRegUnit
925 : TRI(tri), Unit(unit) {}

Completed in 5594 milliseconds

12