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

1 2 3 4 5 6

  /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/Config/
BuildInfo.h 20 namespace bcc { namespace
35 } // 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
ObjectLoader.h 22 #include "bcc/Support/Log.h"
26 namespace bcc { namespace
70 } // namespace bcc
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSTransforms.h 20 #include "bcc/Renderscript/RSInfo.h"
26 namespace bcc { namespace
34 } // end namespace bcc
RSCompiler.h 20 #include "bcc/Compiler.h"
22 namespace bcc { namespace
31 } // 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/
Main.cpp 31 #include <bcc/BCCContext.h>
32 #include <bcc/Compiler.h>
33 #include <bcc/Config/BuildInfo.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
    [all...]
Android.mk 23 LOCAL_MODULE := bcc
47 LOCAL_MODULE := bcc
  /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/compile/libbcc/tools/bcc_compat/
Main.cpp 31 #include <bcc/BCCContext.h>
32 #include <bcc/Compiler.h>
33 #include <bcc/Config/BuildInfo.h>
34 #include <bcc/Config/Config.h>
35 #include <bcc/ExecutionEngine/SymbolResolverProxy.h>
36 #include <bcc/ExecutionEngine/SymbolResolvers.h>
37 #include <bcc/Renderscript/RSCompilerDriver.h>
38 #include <bcc/Script.h>
39 #include <bcc/Source.h>
40 #include <bcc/Support/CompilerConfig.h
    [all...]
  /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 160 String[] bcc = activity.getBccAddresses();
165 assertEquals(0, bcc.length);
194 String[] bcc = activity.getBccAddresses();
199 assertEquals(0, bcc.length);
233 String[] bcc = activity.getBccAddresses();
238 assertEquals(0, bcc.length);
255 String[] bcc = activity.getBccAddresses();
260 assertTrue(bcc.length == 0);
278 String[] bcc = activity.getBccAddresses();
283 assertTrue(bcc.length == 0)
    [all...]

Completed in 304 milliseconds

1 2 3 4 5 6