HomeSort by relevance Sort by last modified time
    Searched refs:Info (Results 201 - 225 of 2074) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr20253-4b.d 7 +Offset +Info +Type +Sym.* Value +Symbol's Name \+ Addend
pr20253-4c.d 7 +Offset +Info +Type +Sym.* Value +Symbol's Name \+ Addend
pr20253-4d.d 7 +Offset +Info +Type +Sym.* Value +Symbol's Name \+ Addend
pr20253-4e.d 7 +Offset +Info +Type +Sym.* Value +Symbol's Name \+ Addend
pr20253-4f.d 7 +Offset +Info +Type +Sym.* Value +Symbol's Name \+ Addend
pr20253-5a.d 7 +Offset +Info +Type +Sym.* Value +Symbol's Name \+ Addend
pr20253-5b.d 7 +Offset +Info +Type +Sym.* Value +Symbol's Name \+ Addend
  /external/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 113 const Diagnostic &Info) {
115 DiagnosticConsumer::HandleDiagnostic(Level, Info);
118 if (MainFilename.empty() && Info.hasSourceManager()) {
119 const SourceManager &SM = Info.getSourceManager();
130 DE.DiagnosticID = Info.getID();
137 Info.FormatDiagnostic(MessageStr);
143 if (Info.getLocation().isValid() && Info.hasSourceManager()) {
144 const SourceManager &SM = Info.getSourceManager();
145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation())
    [all...]
  /frameworks/av/media/libstagefright/
FrameRenderTracker.cpp 50 FrameRenderTracker::Info *FrameRenderTracker::updateInfoForDequeuedBuffer(
57 std::list<Info>::iterator renderInfo = mRenderQueue.end();
58 for (std::list<Info>::iterator it = mRenderQueue.begin();
111 std::list<FrameRenderTracker::Info> FrameRenderTracker::checkFencesAndGetRenderedFrames(
112 const FrameRenderTracker::Info *until, bool dropIncomplete) {
113 std::list<Info> done;
116 for (std::list<Info>::iterator it = mRenderQueue.begin();
135 bool foundFrame = (Info *)&*it == until;
154 void FrameRenderTracker::untrackFrame(const FrameRenderTracker::Info *info, ssize_t index)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
IDNA.java 151 * If any processing step fails, then info.hasErrors() will be true and
158 * @param info Output container of IDNA processing details.
161 public abstract StringBuilder labelToASCII(CharSequence label, StringBuilder dest, Info info);
165 * If any processing step fails, then info.hasErrors() will be true.
170 * @param info Output container of IDNA processing details.
173 public abstract StringBuilder labelToUnicode(CharSequence label, StringBuilder dest, Info info);
177 * If any processing step fails, then info.hasErrors() will be true and
184 * @param info Output container of IDNA processing details
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
IDNA.java 158 * If any processing step fails, then info.hasErrors() will be true and
165 * @param info Output container of IDNA processing details.
169 public abstract StringBuilder labelToASCII(CharSequence label, StringBuilder dest, Info info);
173 * If any processing step fails, then info.hasErrors() will be true.
178 * @param info Output container of IDNA processing details.
182 public abstract StringBuilder labelToUnicode(CharSequence label, StringBuilder dest, Info info);
186 * If any processing step fails, then info.hasErrors() will be true and
193 * @param info Output container of IDNA processing details
    [all...]
  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 61 const Diagnostic &Info) override {
63 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
65 Primary->HandleDiagnostic(DiagLevel, Info);
66 Secondary->HandleDiagnostic(DiagLevel, Info);
  /external/llvm/include/llvm/DebugInfo/CodeView/
ModuleSubstream.h 63 static Error initialize(StreamRef Stream, ModuleSubstream &Info);
75 ModuleSubstream &Info) const {
76 if (auto EC = ModuleSubstream::initialize(Stream, Info))
78 Length = Info.getRecordLength();
  /external/llvm/include/llvm/Option/
OptTable.h 25 /// \brief Provide access to the Option info table.
35 struct Info {
53 ArrayRef<Info> OptionInfos;
69 const Info &getInfo(OptSpecifier Opt) const {
76 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
  /external/llvm/lib/MC/
MCInstrAnalysis.cpp 16 Info->get(Inst.getOpcode()).OpInfo[0].OperandType != MCOI::OPERAND_PCREL)
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyAsmBackend.cpp 76 const MCFixupKindInfo &Info = getFixupKindInfo(Fixup.getKind());
77 assert(Info.Flags == 0 && "WebAssembly does not use MCFixupKindInfo flags");
79 unsigned NumBytes = (Info.TargetSize + 7) / 8;
84 Value <<= Info.TargetOffset;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCInstrAnalysis.cpp 16 Info->get(Inst.getOpcode()).OpInfo[0].OperandType != MCOI::OPERAND_PCREL)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 61 const Diagnostic &Info) override {
63 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
65 Primary->HandleDiagnostic(DiagLevel, Info);
66 Secondary->HandleDiagnostic(DiagLevel, Info);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
ModuleSubstream.h 63 static Error initialize(BinaryStreamRef Stream, ModuleSubstream &Info);
78 codeview::ModuleSubstream &Info) const {
79 if (auto EC = codeview::ModuleSubstream::initialize(Stream, Info))
81 Length = Info.getRecordLength();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 25 /// \brief Provide access to the Option info table.
35 struct Info {
53 ArrayRef<Info> OptionInfos;
69 const Info &getInfo(OptSpecifier Opt) const {
76 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
ChainedDiagnosticConsumer.h 61 const Diagnostic &Info) override {
63 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
65 Primary->HandleDiagnostic(DiagLevel, Info);
66 Secondary->HandleDiagnostic(DiagLevel, Info);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 37 static Error initialize(BinaryStreamRef Stream, DebugSubsectionRecord &Info,
66 codeview::DebugSubsectionRecord &Info) {
71 Stream, Info, codeview::CodeViewContainer::Pdb))
73 Length = alignTo(Info.getRecordLength(), 4);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Option/
OptTable.h 32 /// \brief Provide access to the Option info table.
42 struct Info {
60 ArrayRef<Info> OptionInfos;
76 const Info &getInfo(OptSpecifier Opt) const {
83 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
ChainedDiagnosticConsumer.h 61 const Diagnostic &Info) override {
63 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
65 Primary->HandleDiagnostic(DiagLevel, Info);
66 Secondary->HandleDiagnostic(DiagLevel, Info);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
DebugSubsectionRecord.h 37 static Error initialize(BinaryStreamRef Stream, DebugSubsectionRecord &Info,
66 codeview::DebugSubsectionRecord &Info) {
71 Stream, Info, codeview::CodeViewContainer::Pdb))
73 Length = alignTo(Info.getRecordLength(), 4);

Completed in 541 milliseconds

1 2 3 4 5 6 7 891011>>