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

1 2 3

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/v850/
branch.s 3 .global bcc
4 bcc: label
5 bgt bcc
6 bge bcc
7 blt bcc
8 ble bcc
9 bh bcc
10 bnl bcc
11 bl bcc
12 bnh bcc
    [all...]
  /frameworks/compile/libbcc/include/bcc/
Initialization.h 20 namespace bcc { namespace
28 } // end namespace bcc
BCCContext.h 24 namespace bcc { namespace
50 } // namespace bcc
Source.h 30 namespace bcc { namespace
115 } // namespace bcc
Compiler.h 33 namespace bcc { namespace
120 } // end namespace bcc
RSCompilerDriver.h 20 #include "bcc/Compiler.h"
21 #include "bcc/Script.h"
29 namespace bcc { namespace
37 typedef void (*RSCompilerDriverInit_t) (bcc::RSCompilerDriver *);
165 } // end namespace bcc
Script.h 23 #include "bcc/Source.h"
29 namespace bcc { namespace
35 typedef llvm::Module *(*RSLinkRuntimeCallback)(bcc::Script *, llvm::Module *,
118 } // end namespace bcc
CompilerConfig.h 34 namespace bcc { namespace
126 } // end namespace bcc
  /frameworks/compile/libbcc/lib/
FileMutex.h 24 namespace bcc { namespace
40 } // namespace bcc
RSScriptGroupFusion.h 27 namespace bcc { namespace
34 /// @param Context bcc context.
RSTransforms.h 25 namespace bcc { namespace
52 } // end namespace bcc
BCCContextImpl.h 23 namespace bcc { namespace
43 } // namespace bcc
RSScreenFunctionsPass.cpp 103 namespace bcc { namespace
RSInvariant.cpp 146 namespace bcc { namespace
153 } // end namespace bcc
RSIsThreadablePass.cpp 128 namespace bcc { namespace
RSX86CallConvPass.cpp 216 namespace bcc { namespace
FileBase.h 29 namespace bcc { namespace
139 } // end namespace bcc
RSX86TranslateGEPPass.cpp 17 #include "bcc/Config.h"
174 namespace bcc { namespace
RSAddDebugInfoPass.cpp 57 // Gather information about this bcc module.
117 // Start generating debug information for bcc-generated code.
185 if (allocaInst->getName() == bcc::BCC_INDEX_VAR_NAME) {
238 ExpandedFunc, bcc::BCC_INDEX_VAR_NAME, sourceFileName, 1,
291 namespace bcc { namespace
297 } // end namespace bcc
RSEmbedInfo.cpp 23 #include "bcc/Config.h"
40 using namespace bcc;
49 * bcc + libRSCpuRef are always paired together for installation).
176 s << "bcc - " << LLVM_VERSION_STRING << "\n";
219 namespace bcc { namespace
226 } // end namespace bcc
RSGlobalInfoPass.cpp 275 namespace bcc { namespace
RSInvokeHelperPass.cpp 23 #include "bcc/Config.h"
40 using namespace bcc;
227 namespace bcc { namespace
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
MessageHeaderViewTest.java 46 String[] bcc = makeRecipientArray("BB", 60); local
48 bcc, new HashMap<String, Address>(), null, BidiFormatter.getInstance()).toString();
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothCodecConfigTest.java 171 BluetoothCodecConfig bcc = new BluetoothCodecConfig(codec_type, codec_priority, local
177 assertFalse(bcc.isValid());
179 assertFalse(bcc.isValid());
181 assertFalse(bcc.isValid());
183 assertTrue(bcc.isValid());
187 assertTrue(bcc.isMandatoryCodec());
189 assertFalse(bcc.isMandatoryCodec());
193 assertEquals("SBC", bcc.getCodecName());
196 assertEquals("AAC", bcc.getCodecName());
199 assertEquals("aptX", bcc.getCodecName())
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/
br_insn.s 26 .global bcc
27 bcc: label
28 bcc *-250 label
29 bcc *+0xfffe label
30 bcc *+0xfffffffe label

Completed in 291 milliseconds

1 2 3