HomeSort by relevance Sort by last modified time
    Searched refs:bcc (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /frameworks/compile/libbcc/include/bcc/Support/
Initialization.h 20 namespace bcc { namespace
28 } // end namespace bcc
InputFile.h 20 #include "bcc/Support/File.h"
21 #include "bcc/Support/FileBase.h"
23 namespace bcc { namespace
33 } // end namespace bcc
OutputFile.h 20 #include "bcc/Support/File.h"
21 #include "bcc/Support/FileBase.h"
27 namespace bcc { namespace
45 } // end namespace bcc
Disassembler.h 27 namespace bcc { namespace
50 } // end namespace bcc
FileMutex.h 22 #include "bcc/Support/FileBase.h"
24 namespace bcc { namespace
41 } // namespace bcc
Sha1Util.h 30 namespace bcc { namespace
55 } // end namespace bcc
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSTransforms.h 24 namespace bcc { namespace
31 } // end namespace bcc
RSCompiler.h 20 #include "bcc/Compiler.h"
22 namespace bcc { namespace
31 } // end namespace bcc
  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
CompilerRTSymbolResolver.h 20 #include "bcc/ExecutionEngine/SymbolResolvers.h"
22 namespace bcc { namespace
39 } // end namespace bcc
SymbolResolverProxy.h 20 #include "bcc/ExecutionEngine/SymbolResolverInterface.h"
21 #include "bcc/Support/Log.h"
25 namespace bcc { namespace
39 } // end namespace bcc
SymbolResolverInterface.h 22 namespace bcc { namespace
38 } // end namespace bcc
  /frameworks/compile/libbcc/lib/Core/
BCCContextImpl.cpp 23 #include "bcc/Source.h"
25 using namespace bcc;
BCCContextImpl.h 23 namespace bcc { namespace
43 } // namespace bcc
Script.cpp 17 #include "bcc/Script.h"
19 #include "bcc/Source.h"
21 using namespace bcc;
  /frameworks/compile/libbcc/tools/bcc/
Android.mk 23 LOCAL_MODULE := bcc
47 LOCAL_MODULE := bcc
Main.cpp 32 #include <bcc/BCCContext.h>
33 #include <bcc/Compiler.h>
34 #include <bcc/Config/Config.h>
35 #include <bcc/ExecutionEngine/CompilerRTSymbolResolver.h>
36 #include <bcc/ExecutionEngine/ObjectLoader.h>
37 #include <bcc/ExecutionEngine/SymbolResolverProxy.h>
38 #include <bcc/ExecutionEngine/SymbolResolvers.h>
39 #include <bcc/Renderscript/RSCompilerDriver.h>
40 #include <bcc/Script.h>
41 #include <bcc/Source.h
    [all...]
  /frameworks/compile/libbcc/include/bcc/
BCCContext.h 24 namespace bcc { namespace
50 } // namespace bcc
Script.h 20 namespace bcc { namespace
59 } // end namespace bcc
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SymbolResolverProxy.cpp 17 #include "bcc/ExecutionEngine/SymbolResolverProxy.h"
19 using namespace bcc;
ObjectLoaderImpl.h 22 #include "bcc/ExecutionEngine/ObjectLoader.h"
23 #include "bcc/Support/Log.h"
27 namespace bcc { namespace
51 } // namespace bcc
  /frameworks/rs/cpu_ref/
rsCpuScript.h 24 #include <bcc/ExecutionEngine/CompilerRTSymbolResolver.h>
25 #include <bcc/ExecutionEngine/SymbolResolverProxy.h>
32 namespace bcc { namespace
138 bcc::BCCContext *mCompilerContext;
139 bcc::RSCompilerDriver *mCompilerDriver;
140 bcc::CompilerRTSymbolResolver mCompilerRuntime;
141 bcc::LookupFunctionSymbolResolver<void *> mRSRuntime;
142 bcc::SymbolResolverProxy mResolver;
143 bcc::RSExecutable *mExecutable;
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 30 #include <bcc/BCCContext.h>
31 #include <bcc/Compiler.h>
32 #include <bcc/Config/Config.h>
33 #include <bcc/ExecutionEngine/SymbolResolverProxy.h>
34 #include <bcc/ExecutionEngine/SymbolResolvers.h>
35 #include <bcc/Renderscript/RSCompilerDriver.h>
36 #include <bcc/Script.h>
37 #include <bcc/Source.h>
38 #include <bcc/Support/CompilerConfig.h>
39 #include <bcc/Support/Initialization.h
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-condbr-without-dots.s 8 bcc lbl
  /frameworks/compile/libbcc/lib/Support/
InputFile.cpp 17 #include "bcc/Support/InputFile.h"
19 #include "bcc/Support/Log.h"
21 using namespace bcc;
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
ComposeActivityTest.java 158 String[] bcc = activity.getBccAddresses();
163 assertEquals(0, bcc.length);
193 String[] bcc = activity.getBccAddresses();
198 assertEquals(0, bcc.length);
232 String[] bcc = activity.getBccAddresses();
237 assertEquals(0, bcc.length);
254 String[] bcc = activity.getBccAddresses();
259 assertTrue(bcc.length == 0);
277 String[] bcc = activity.getBccAddresses();
282 assertTrue(bcc.length == 0)
    [all...]

Completed in 291 milliseconds

1 2 3 4 5 6 7