HomeSort by relevance Sort by last modified time
    Searched refs:Info (Results 251 - 275 of 329) sorted by null

<<11121314

  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 324 /// Resolver - This contains info about the currently resolved functions.
331 /// MMI - Machine module info for exception informations
451 virtual void setModuleInfo(MachineModuleInfo* Info) {
452 MMI = Info;
783 // Ensure the constant pool/jump table info is at least 4-byte aligned.
    [all...]
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 45 AArch64Disassembler(const MCSubtargetInfo &STI, const MCRegisterInfo *Info)
46 : MCDisassembler(STI), RegInfo(Info) {
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 342 virtual bool ParseInstruction(ParseInstructionInfo &Info,
615 ParseInstruction(ParseInstructionInfo &Info, StringRef Name, SMLoc NameLoc,
  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 34 XCoreDisassembler(const MCSubtargetInfo &STI, const MCRegisterInfo *Info) :
35 MCDisassembler(STI), RegInfo(Info) {}
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 523 $(RESSRCDIR)/Info.plist
532 $(INSTALL_DATA) $(RESSRCDIR)/Info.plist \
533 $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/Info.plist
987 @for i in $(srcdir)/Lib/*.py `cat pybuilddir.txt`/_sysconfigdata.py $(srcdir)/Lib/*.doc $(srcdir)/Lib/*.egg-info ; \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 524 $(RESSRCDIR)/Info.plist
533 $(INSTALL_DATA) $(RESSRCDIR)/Info.plist \
534 $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/Resources/Info.plist
988 @for i in $(srcdir)/Lib/*.py `cat pybuilddir.txt`/_sysconfigdata.py $(srcdir)/Lib/*.doc $(srcdir)/Lib/*.egg-info ; \
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 542 // same info for the instantiated friend.
629 && "Dependent type without type source info");
    [all...]
SemaTemplateInstantiate.cpp 700 assert(Active->DeductionInfo && "Missing deduction info pointer");
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 517 LambdaDefinitionData(CXXRecordDecl *D, TypeSourceInfo *Info, bool Dependent)
520 MethodTyInfo(Info)
666 TypeSourceInfo *Info, SourceLocation Loc,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 172 PseudoDestructorTypeStorage::PseudoDestructorTypeStorage(TypeSourceInfo *Info)
173 : Type(Info)
175 Location = Info->getTypeLoc().getLocalSourceRange().getBegin();
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 162 const IdentifierInfo &Info = Identifiers.get(Spelling);
165 if (Info.isCPlusPlusOperatorKeyword() && getLangOpts().MicrosoftMode) {
170 if (Info.isCPlusPlusOperatorKeyword())
310 // allows us to avoid looking up the identifier info for #define/#undef and
546 // info about where the current file is.
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 214 /// The encoding info in the .td files does not specify this meta information,
406 /// dumpFilterArray - dumpFilterArray prints out debugging info for the given
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc 581 LOG(INFO) << "Install success, sending response";
601 LOG(INFO) << "Install failed, sending response";
624 GetBrowserLogin::Results::Info info; local
625 info.login = GetProfile()->GetOriginalProfile()->GetPrefs()->GetString(
627 results_ = GetBrowserLogin::Results::Create(info);
  /external/chromium_org/chrome/browser/history/
history_service.h 417 // Begins a history request to create a new row for a download. 'info'
422 const history::DownloadRow& info,
437 // at which point 'info' contains an array of history::DownloadRow, one per
442 // This is a 'fire and forget' query, so just pass the relevant state info to
534 void NotifyVisitDBObserversOnAddVisit(const history::BriefVisitInfo& info);
572 void AddPagesWithDetails(const history::URLRows& info,
618 template<typename Info, typename Callback> friend class DownloadRequest;
    [all...]
  /external/chromium_org/cloud_print/gcp20/prototype/
privet_http_server.cc 21 const char kPrivetInfo[] = "/privet/info";
129 const net::HttpServerRequestInfo& info) {
130 VLOG(1) << "Processing HTTP request: " << info.path;
131 GURL url("http://host" + info.path);
133 if (!ValidateRequestMethod(connection_id, url.path(), info.method))
138 info.headers.find("x-privet-token");
139 if (iter == info.headers.end()) {
157 net::HttpStatusCode status_code = ProcessHttpRequest(url, info, &response);
164 const net::HttpServerRequestInfo& info) {
203 const net::HttpServerRequestInfo& info,
240 DeviceInfo info; local
398 LocalPrintJob::Info info; local
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 186 /// \brief Map from file SLocEntries to info about the file-level declarations
564 /// \brief Emits a reference to a declarator info.
570 /// \brief Emits a template argument location info.
597 void AddQualifierInfo(const QualifierInfo &Info, RecordDataImpl &Record);
  /external/clang/lib/Analysis/
ThreadSafety.cpp 739 /// \brief This is a helper class that stores info about the most recent
    [all...]
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 84 void expandToLongBranch(MBBInfo &Info);
  /frameworks/compile/slang/
llvm-rs-cc.cpp 93 static const OptTable::Info RSCCInfoTable[] = {
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 273 * @param {!MessageSender} sender Info about the script context that sent
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.cc 100 const InterfaceProxy::Info* PPB_Instance_Proxy::GetInfoPrivate() {
101 static const Info info = { local
108 return &info;
    [all...]
  /sdk/adtproductbuild/
Android.mk 114 sed -i -e 's/Eclipse.icns/adt.icns/g' $(4)/eclipse/Eclipse.app/Contents/Info.plist ; \

Completed in 1157 milliseconds

<<11121314