Searched refs:bcc (Results 1 - 25 of 36) sorted by relevance

12

/frameworks/compile/libbcc/include/bcc/
H A DInitialization.h20 namespace bcc { namespace
28 } // end namespace bcc
H A DBCCContext.h24 namespace bcc { namespace
50 } // namespace bcc
H A DScript.h23 #include "bcc/Source.h"
29 namespace bcc { namespace
35 typedef llvm::Module *(*RSLinkRuntimeCallback)(bcc::Script *, llvm::Module *,
118 } // end namespace bcc
H A DRSCompilerDriver.h20 #include "bcc/Compiler.h"
21 #include "bcc/Script.h"
29 namespace bcc { namespace
37 typedef void (*RSCompilerDriverInit_t) (bcc::RSCompilerDriver *);
165 } // end namespace bcc
H A DCompiler.h33 namespace bcc { namespace
120 } // end namespace bcc
H A DSource.h30 namespace bcc { namespace
115 } // namespace bcc
H A DCompilerConfig.h34 namespace bcc { namespace
126 } // end namespace bcc
/frameworks/compile/libbcc/lib/
H A DBCCContextImpl.cpp23 #include "bcc/Source.h"
25 using namespace bcc;
H A DBCCContextImpl.h23 namespace bcc { namespace
43 } // namespace bcc
H A DFileMutex.h24 namespace bcc { namespace
40 } // namespace bcc
H A DRSScriptGroupFusion.h27 namespace bcc { namespace
34 /// @param Context bcc context.
H A DRSTransforms.h25 namespace bcc { namespace
52 } // end namespace bcc
H A DBCCContext.cpp17 #include "bcc/BCCContext.h"
21 #include "bcc/Source.h"
25 using namespace bcc;
H A DScript.cpp17 #include "bcc/Script.h"
22 #include "bcc/CompilerConfig.h"
23 #include "bcc/Source.h"
29 using namespace bcc;
H A DFileBase.h29 namespace bcc { namespace
139 } // end namespace bcc
H A DInitialization.cpp17 #include "bcc/Initialization.h"
20 #include "bcc/Config.h"
33 ALOGE("bcc: Internal Error - %s", pMessage.c_str());
39 void bcc::init::Initialize() {
H A DRSIsThreadablePass.cpp128 namespace bcc { namespace
H A DRSScreenFunctionsPass.cpp103 namespace bcc { namespace
H A DRSEmbedInfo.cpp23 #include "bcc/Config.h"
40 using namespace bcc;
49 * bcc + libRSCpuRef are always paired together for installation).
176 s << "bcc - " << LLVM_VERSION_STRING << "\n";
219 namespace bcc { namespace
226 } // end namespace bcc
H A DRSInvariant.cpp146 namespace bcc { namespace
153 } // end namespace bcc
H A DRSAddDebugInfoPass.cpp57 // Gather information about this bcc module.
117 // Start generating debug information for bcc-generated code.
185 if (allocaInst->getName() == bcc::BCC_INDEX_VAR_NAME) {
238 ExpandedFunc, bcc::BCC_INDEX_VAR_NAME, sourceFileName, 1,
291 namespace bcc { namespace
297 } // end namespace bcc
H A DFileBase.cpp28 using namespace bcc;
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothCodecConfigTest.java171 BluetoothCodecConfig bcc = new BluetoothCodecConfig(codec_type, codec_priority,
177 assertFalse(bcc.isValid());
179 assertFalse(bcc.isValid());
181 assertFalse(bcc.isValid());
183 assertTrue(bcc.isValid());
187 assertTrue(bcc.isMandatoryCodec());
189 assertFalse(bcc.isMandatoryCodec());
193 assertEquals("SBC", bcc.getCodecName());
196 assertEquals("AAC", bcc.getCodecName());
199 assertEquals("aptX", bcc
[all...]
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp30 #include <bcc/BCCContext.h>
31 #include <bcc/CompilerConfig.h>
32 #include <bcc/Config.h>
33 #include <bcc/Initialization.h>
34 #include <bcc/RSCompilerDriver.h>
35 #include <bcc/Source.h>
37 using namespace bcc;
99 // Override "bcc -version" since the LLVM version information is not correct on
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp40 #include <bcc/BCCContext.h>
41 #include <bcc/CompilerConfig.h>
42 #include <bcc/Config.h>
43 #include <bcc/Initialization.h>
44 #include <bcc/RSCompilerDriver.h>
45 #include <bcc/Source.h>
51 using namespace bcc;
156 // Override "bcc -version" since the LLVM version information is not correct on
198 std::vector<bcc::Source*> sources;
200 bcc
[all...]

Completed in 807 milliseconds

12