HomeSort by relevance Sort by last modified time
    Searched defs:bcc (Results 26 - 50 of 63) sorted by null

12 3

  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
ObjectLoader.h 22 #include "bcc/Support/Log.h"
26 namespace bcc { namespace
70 } // namespace bcc
SymbolResolvers.h 25 namespace bcc { namespace
132 } // end namespace bcc
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSCompilerDriver.h 20 #include "bcc/ExecutionEngine/BCCRuntimeSymbolResolver.h"
21 #include "bcc/ExecutionEngine/SymbolResolvers.h"
22 #include "bcc/ExecutionEngine/SymbolResolverProxy.h"
23 #include "bcc/Renderscript/RSInfo.h"
24 #include "bcc/Renderscript/RSCompiler.h"
26 namespace bcc { namespace
72 } // end namespace bcc
RSScript.h 20 #include "bcc/Script.h"
21 #include "bcc/Support/Sha1Util.h"
23 namespace bcc { namespace
76 } // end namespace bcc
RSExecutable.h 23 #include "bcc/ExecutionEngine/ObjectLoader.h"
24 #include "bcc/Renderscript/RSInfo.h"
25 #include "bcc/Support/Log.h"
29 namespace bcc { namespace
112 } // end namespace bcc
  /frameworks/compile/libbcc/include/bcc/
Script.h 20 namespace bcc { namespace
59 } // end namespace bcc
Source.h 26 namespace bcc { namespace
81 } // namespace bcc
Linker.h 39 namespace bcc { namespace
107 } // end namespace bcc
Compiler.h 29 namespace bcc { namespace
144 } // end namespace bcc
  /frameworks/compile/libbcc/include/bcc/Support/
File.h 20 #include "bcc/Support/FileBase.h"
22 namespace bcc { namespace
70 } // end namespace bcc
TargetCompilerConfigs.h 20 #include "bcc/Config/Config.h"
21 #include "bcc/Support/CompilerConfig.h"
23 namespace bcc { namespace
101 } // end namespace bcc
TargetLinkerConfigs.h 22 #include "bcc/Config/Config.h"
23 #include "bcc/Support/LinkerConfig.h"
25 namespace bcc { namespace
84 } // end namespace bcc
Disassembler.h 27 namespace bcc { namespace
50 } // end namespace bcc
LinkerConfig.h 27 namespace bcc { namespace
96 } // end namespace bcc
CompilerConfig.h 33 namespace bcc { namespace
115 } // end namespace bcc
FileBase.h 30 namespace bcc { namespace
156 } // end namespace bcc
  /frameworks/compile/libbcc/include/bcc/AndroidBitcode/
ABCCompilerDriver.h 20 #include "bcc/AndroidBitcode/ABCCompiler.h"
21 #include "bcc/BCCContext.h"
22 #include "bcc/Compiler.h"
23 #include "bcc/Linker.h"
27 namespace bcc { namespace
87 } // end namespace bcc
  /frameworks/compile/libbcc/lib/AndroidBitcode/X86/
X86ABCExpandVAArg.cpp 27 #include "bcc/AndroidBitcode/ABCExpandVAArgPass.h"
33 class X86ABCExpandVAArg : public bcc::ABCExpandVAArgPass {
70 namespace bcc { namespace
76 } // end namespace bcc
  /frameworks/compile/libbcc/lib/AndroidBitcode/
ABCCompilerDriver.cpp 17 #include "bcc/AndroidBitcode/ABCCompilerDriver.h"
25 #include "bcc/Config/Config.h"
26 #include "bcc/Script.h"
27 #include "bcc/Source.h"
28 #include "bcc/Support/CompilerConfig.h"
29 #include "bcc/Support/LinkerConfig.h"
30 #include "bcc/Support/Log.h"
31 #include "bcc/Support/OutputFile.h"
32 #include "bcc/Support/TargetLinkerConfigs.h"
33 #include "bcc/Support/TargetCompilerConfigs.h
45 namespace bcc { namespace
    [all...]
  /frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
ARMABCExpandVAArg.cpp 27 #include "bcc/AndroidBitcode/ABCExpandVAArgPass.h"
33 class ARMABCExpandVAArg : public bcc::ABCExpandVAArgPass {
82 namespace bcc { namespace
88 } // end namespace bcc
  /frameworks/compile/libbcc/lib/Core/
Source.cpp 17 #include "bcc/Source.h"
28 #include "bcc/BCCContext.h"
29 #include "bcc/Support/Log.h"
54 namespace bcc { namespace
204 } // namespace bcc
  /frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
MipsABCExpandVAArg.cpp 27 #include "bcc/AndroidBitcode/ABCExpandVAArgPass.h"
33 class MipsABCExpandVAArg : public bcc::ABCExpandVAArgPass {
85 namespace bcc { namespace
91 } // end namespace bcc
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 17 #include "bcc/Support/Disassembler.h"
19 #include "bcc/Config/Config.h"
38 #include "bcc/Support/OutputFile.h"
39 #include "bcc/Support/Log.h"
66 namespace bcc { namespace
210 } // namespace bcc
214 bcc::DisassembleResult Disassemble(llvm::raw_ostream &pOutput,
217 return bcc::kDisassemblerNotAvailable;
220 bcc::DisassembleResult bcc::Disassemble(OutputFile &pOutput
    [all...]
  /frameworks/rs/driver/
rsdBcc.h 23 namespace bcc { namespace
125 bcc::BCCContext *mCompilerContext;
126 bcc::RSCompilerDriver *mCompilerDriver;
127 bcc::RSExecutable *mExecutable;
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 202 Address[] bcc = Address.unpack(message.mBcc); local
212 for (Address address : bcc) {
220 false /* do not send BCC */);

Completed in 812 milliseconds

12 3