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

1 2 3 45 6 7 8 91011>>

  /external/clang/tools/libclang/
CXComment.cpp 220 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC);
221 if (!BCC)
225 return cxstring::createRef(BCC->getCommandName(Traits));
229 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC);
230 if (!BCC)
233 return BCC->getNumArgs();
238 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC);
239 if (!BCC || ArgIdx >= BCC->getNumArgs())
242 return cxstring::createRef(BCC->getArgText(ArgIdx))
    [all...]
  /bionic/libc/arch-arm/cortex-a15/bionic/
memset.S 72 1: bcc 2f
96 bcc 1f
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/
Makefile 41 CC = bcc
42 CPP = bcc
  /frameworks/compile/libbcc/lib/Support/
TargetCompilerConfigs.cpp 17 #include "bcc/Support/TargetCompilerConfigs.h"
24 using namespace bcc;
FileBase.cpp 17 #include "bcc/Support/FileBase.h"
19 #include "bcc/Support/Log.h"
31 using namespace bcc;
  /frameworks/compile/libbcc/tools/build/
gen-build-info.py 131 #include "bcc/Config/BuildInfo.h"
133 using namespace bcc;
  /external/chromium/chrome/browser/chromeos/login/
authenticator_unittest.cc 62 const char multi_plus[] = "user+cc+bcc@what.com";
  /external/openssl/crypto/des/
makefile.bc 5 CC = bcc
  /external/qemu-pc-bios/
README 36 The build requires dev86 rpm or bin86 & bcc debs version >= 0.16.14.
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 17 #include "bcc/Renderscript/RSCompilerDriver.h"
23 #include "bcc/Renderscript/RSExecutable.h"
24 #include "bcc/Renderscript/RSScript.h"
25 #include "bcc/Support/CompilerConfig.h"
26 #include "bcc/Support/TargetCompilerConfigs.h"
27 #include "bcc/Source.h"
28 #include "bcc/Support/FileMutex.h"
29 #include "bcc/Support/Log.h"
30 #include "bcc/Support/InputFile.h"
31 #include "bcc/Support/Initialization.h
    [all...]
RSInfoWriter.cpp 21 #include "bcc/Renderscript/RSInfo.h"
23 #include "bcc/Support/Log.h"
24 #include "bcc/Support/OutputFile.h"
26 using namespace bcc;
  /packages/apps/Email/res/layout-sw600dp/
compose_area_buttons.xml 16 <!-- For add attachments and +cc/bcc -->
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 119 if (Inst.getOpcode() == AArch64::Bcc
126 if (Inst.getOpcode() == AArch64::Bcc
134 unsigned LblOperand = Inst.getOpcode() == AArch64::Bcc ? 1 : 0;
  /external/zlib/src/msdos/
Makefile.bor 29 # replace bcc with tcc for Turbo C++ 1.0, with bcc32 for the 32 bit version
30 CC=bcc
31 LD=bcc
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 240 BCC LoopX
247 BCC LoopX
267 BCC LoopX
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.S 103 BCC L0x38
111 BCC L0x38
142 BCC L0x38
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ELFObjectLoaderImpl.cpp 27 #include "bcc/ExecutionEngine/SymbolResolverInterface.h"
28 #include "bcc/Support/Log.h"
30 using namespace bcc;
  /packages/apps/Email/src/org/apache/james/mime4j/field/
Field.java 36 public static final String BCC = "Bcc";
42 public static final String RESENT_BCC = "Resent-Bcc";
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeMessage.java 229 } else if (type == RecipientType.BCC) {
231 mBcc = Address.parse(MimeUtility.unfold(getFirstHeader("BCC")));
243 final int BCC_LENGTH = 5; // "Bcc: "
260 } else if (type == RecipientType.BCC) {
262 removeHeader("BCC");
265 setHeader("BCC", MimeUtility.fold(Address.toHeader(addresses), BCC_LENGTH));
  /external/stlport/doc/
README.borland 66 configure -c bcc
85 appropriate makefile for your compiler, 'bcc.mak' in our case.
151 disable full source debugging in build\Makefiles\gmake\bcc.mak by deleting
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 258 BCC LoopX
278 BCC LoopX
311 BCC LoopX
  /bionic/libc/arch-arm/krait/bionic/
memset.S 71 bcc 1f
  /dalvik/vm/mterp/armv5te/
OP_APUT_OBJECT.S 18 bcc .L${opcode}_finish @ we're okay, continue on
OP_CMPL_DOUBLE.S 46 bcc .L${opcode}_finish
  /external/dropbear/libtommath/
makefile.bcc 2 # Borland C++Builder Makefile (makefile.bcc)

Completed in 2337 milliseconds

1 2 3 45 6 7 8 91011>>