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

1 2 3

  /frameworks/base/libs/rs/driver/
rsdRuntime.h 21 #include <bcc/bcc.h>
  /frameworks/compile/libbcc/lib/ExecutionEngine/
bcc_internal.h 20 #include <bcc/bcc.h>
37 namespace bcc { namespace
47 BCC_OPAQUE_TYPE_CONVERSION(bcc::Script *, BCCScriptRef);
50 } // namespace bcc
Sha1Helper.h 24 namespace bcc { namespace
ScriptCached.h 22 #include <bcc/bcc.h>
23 #include <bcc/bcc_cache.h>
24 #include <bcc/bcc_mccache.h>
44 namespace bcc { namespace
152 } // namespace bcc
FileHandle.h 25 namespace bcc { namespace
69 } // namespace bcc
MCCacheWriter.h 20 #include <bcc/bcc_mccache.h>
29 namespace bcc { namespace
96 } // namespace bcc
Compiler.h 20 #include <bcc/bcc.h>
51 namespace bcc { namespace
196 } // namespace bcc
Script.h 20 #include <bcc/bcc.h>
34 namespace bcc { namespace
186 } // namespace bcc
ScriptCompiled.h 23 #include <bcc/bcc.h>
35 namespace bcc { namespace
64 char *mContext; // Context of BCC script (code and data)
164 } // namespace bcc
SourceInfo.cpp 34 #include <bcc/bcc.h>
35 #include <bcc/bcc_cache.h>
45 namespace bcc { namespace
207 } // namespace bcc
SourceInfo.h 27 namespace bcc { namespace
95 } // namespace bcc
bcc.cpp 17 // Bitcode compiler (bcc) for Android:
20 #include <bcc/bcc.h>
33 using namespace bcc;
52 return wrap(new bcc::Script());
140 android::StopWatch compileTimer("bcc: PrepareExecutable time");
ScriptCached.cpp 21 #include <bcc/bcc_cache.h>
31 namespace bcc { namespace
34 // Deallocate the bcc script context
142 } // namespace bcc
  /frameworks/compile/libbcc/helper/
DebugHelper.h 24 #define LOG_TAG "bcc"
53 namespace bcc { namespace
67 } // namespace bcc
69 #define BCC_FUNC_LOGGER() bcc::FuncLogger XX__FuncLogger(__func__)
  /frameworks/compile/libbcc/tests/
Android.mk 23 LOCAL_MODULE := bcc
44 LOCAL_MODULE := bcc
  /frameworks/compile/libbcc/lib/Disassembler/
Disassembler.h 31 namespace bcc { namespace
42 } // namespace bcc
  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
ContextManager.h 28 namespace bcc { namespace
72 } // namespace bcc
CacheWriter.h 20 #include <bcc/bcc_cache.h>
29 namespace bcc { namespace
99 } // namespace bcc
  /external/tcpdump/
print-smb.c 175 u_int bcc; local
227 bcc = EXTRACT_LE_16BITS(dat);
228 printf("smb_bcc=%u\n", bcc);
338 u_int bcc; local
370 bcc = EXTRACT_LE_16BITS(data1);
371 printf("smb_bcc=%u\n", bcc);
372 if (bcc > 0) {
400 u_int wct, bcc; local
423 bcc = EXTRACT_LE_16BITS(data);
424 printf("smb_bcc=%u\n", bcc);
441 u_int wct, bcc; local
485 u_int wct, bcc; local
843 u_int bcc; local
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/
Makefile 41 CC = bcc
42 CPP = bcc
  /frameworks/compile/libbcc/lib/CodeGen/
CodeMemoryManager.h 21 #include <bcc/bcc_assert.h>
37 namespace bcc { namespace
244 } // namespace bcc
CodeEmitter.h 17 #include <bcc/bcc.h>
18 #include <bcc/bcc_assert.h>
19 #include <bcc/bcc_cache.h>
56 namespace bcc { namespace
337 } // namespace bcc
  /dalvik/vm/mterp/armv5te/
OP_APUT_OBJECT.S 18 bcc .L${opcode}_finish @ we're okay, continue on
  /external/qemu-pc-bios/
Makefile 21 BCC := bcc
  /external/qemu-pc-bios/vgabios/
Makefile 8 BCC = bcc
45 $(BCC) -o vgabios.s -C-c -D__i86__ -S -0 _vgabios_.c
55 $(BCC) -o vgabios-debug.s -C-c -D__i86__ -S -0 _vgabios-debug_.c
65 $(BCC) -o vgabios-cirrus.s -C-c -D__i86__ -S -0 _vgabios-cirrus_.c
75 $(BCC) -o vgabios-cirrus-debug.s -C-c -D__i86__ -S -0 _vgabios-cirrus-debug_.c

Completed in 450 milliseconds

1 2 3