HomeSort by relevance Sort by last modified time
    Searched full:bcc (Results 76 - 100 of 409) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/compile/libbcc/
README.rst 86 * **bccCreateScript** - Create new bcc script
104 * **bccDisposeScript** - Destroy bcc script and release the resources
138 table, and bcc context. Every section should be aligned to a word size.
174 For furthur information, you may read `bcc_cache.h <include/bcc/bcc_cache.h>`_,
175 `CacheReader.cpp <lib/bcc/CacheReader.cpp>`_, and
176 `CacheWriter.cpp <lib/bcc/CacheWriter.cpp>`_ for details.
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
SendReq.java 92 * Get Bcc value.
97 return mPduHeaders.getEncodedStringValues(PduHeaders.BCC);
101 * Add a "BCC" value.
107 mPduHeaders.appendEncodedStringValue(value, PduHeaders.BCC);
111 * Set "BCC" value.
117 mPduHeaders.setEncodedStringValues(value, PduHeaders.BCC);
  /frameworks/compile/libbcc/include/bcc/ExecutionEngine/
SymbolResolvers.h 25 namespace bcc { namespace
132 } // end namespace bcc
  /frameworks/compile/libbcc/include/bcc/
Source.h 26 namespace bcc { namespace
83 } // namespace bcc
Assert.h 34 #define LOG_TAG "bcc"
  /frameworks/compile/libbcc/lib/ExecutionEngine/
SymbolResolvers.cpp 17 #include "bcc/ExecutionEngine/SymbolResolvers.h"
25 using namespace bcc;
  /external/clang/unittests/AST/
CommentParser.cpp 163 BlockCommandComment *&BCC,
166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC);
170 StringRef ActualName = BCC->getCommandName(Traits);
176 Paragraph = BCC->getParagraph();
664 BlockCommandComment *BCC;
666 ASSERT_TRUE(HasBlockCommandAt(FC, Traits, 1, BCC, "brief", PC));
668 ASSERT_TRUE(HasParagraphCommentAt(BCC, 0, " Aaa"));
681 BlockCommandComment *BCC;
683 ASSERT_TRUE(HasBlockCommandAt(FC, Traits, 1, BCC, "brief", PC));
685 ASSERT_TRUE(HasParagraphCommentAt(BCC, 0, " "))
    [all...]
  /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/Script.h>
40 #include <bcc/Source.h
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_AGET_WIDE.S 19 bcc .L${opcode}_finish @ okay, continue below
OP_APUT_WIDE.S 20 bcc .L${opcode}_finish @ okay, continue below
  /external/e2fsprogs/lib/et/
et_name.c 30 /* num = aa aaa abb bbb bcc ccc cdd ddd d?? ??? ??? */
  /external/expat/win32/
MANIFEST.txt 25 <top>\Source\bcb5\ Project files for Borland C++ Builder 5 and BCC 5.5.
  /external/jpeg/
jconfig.bcc 1 /* jconfig.bcc --- jconfig.h for Borland C (Turbo C) on MS-DOS or OS/2. */
  /external/qemu/distrib/jpeg-6b/
jconfig.bcc 1 /* jconfig.bcc --- jconfig.h for Borland C (Turbo C) on MS-DOS or OS/2. */
  /external/qemu-pc-bios/bochs/bios/
Makefile.in 42 BCC = bcc
76 $(BCC) -o rombiosl.s -C-c -D__i86__ -0 -S _rombiosl_.c
87 $(BCC) -o rombios.s -C-c -D__i86__ -0 -S _rombios_.c
  /frameworks/compile/libbcc/include/bcc/Support/
TargetCompilerConfigs.h 20 #include "bcc/Config/Config.h"
21 #include "bcc/Support/CompilerConfig.h"
23 namespace bcc { namespace
124 } // end namespace bcc
TargetLinkerConfigs.h 22 #include "bcc/Config/Config.h"
23 #include "bcc/Support/LinkerConfig.h"
25 namespace bcc { namespace
94 } // end namespace bcc
  /frameworks/compile/libbcc/lib/Core/
Linker.cpp 17 #include "bcc/Linker.h"
18 #include "bcc/Support/LinkerConfig.h"
19 #include "bcc/Support/Log.h"
31 using namespace bcc;
Compiler.cpp 17 #include "bcc/Compiler.h"
30 #include "bcc/Script.h"
31 #include "bcc/Source.h"
32 #include "bcc/Support/CompilerConfig.h"
33 #include "bcc/Support/Log.h"
34 #include "bcc/Support/OutputFile.h"
36 using namespace bcc;
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
global_struct.c 3 // XFAIL: host-bcc
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 28 #include <bcc/BCCContext.h>
29 #include <bcc/Renderscript/RSCompilerDriver.h>
30 #include <bcc/Renderscript/RSExecutable.h>
31 #include <bcc/Renderscript/RSInfo.h>
115 bcc::RSExecutable *exec;
121 mCompilerContext = new bcc::BCCContext();
123 ALOGE("bcc: FAILS to create compiler context (out of memory)");
128 mCompilerDriver = new bcc::RSCompilerDriver();
130 ALOGE("bcc: FAILS to create compiler driver (out of memory)");
146 core_lib = bcc::RSInfo::LibCLCoreDebugPath
    [all...]
  /frameworks/rs/driver/linkloader/utils/
rsl_assert.cpp 24 #define LOG_TAG "bcc"
  /packages/apps/Email/src/org/apache/james/mime4j/field/
DefaultFieldParser.java 41 setFieldParser(Field.BCC, addressListParser);
  /external/llvm/lib/Target/PowerPC/
PPCBranchSelector.cpp 98 // bCC MBB
115 if (I->getOpcode() != PPC::BCC || I->getOperand(2).isImm()) {
152 if (I->getOpcode() == PPC::BCC) {
153 // The BCC operands are:
161 BuildMI(MBB, I, dl, TII->get(PPC::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...]

Completed in 554 milliseconds

1 2 34 5 6 7 8 91011>>