Searched refs:mc (Results 1 - 25 of 862) sorted by relevance

1234567891011>>

/external/selinux/sepolgen/tests/
H A Dtest_module.py27 mc = module.ModuleCompiler()
28 mc.create_module_package("module_compile_test.te", refpolicy=True)
32 mc.refpolicy = True
33 mc.create_module_package("module_compile_test.te", refpolicy=False)
/external/valgrind/drd/
H A Ddrd_malloc_wrappers.c91 DRD_Chunk* mc; local
102 mc = VG_(malloc)("drd.malloc_wrappers.cDC.1", sizeof(DRD_Chunk));
103 mc->data = p;
104 mc->size = size;
105 mc->where = VG_(record_ExeContext)(tid, 0);
106 VG_(HT_add_node)(s_malloc_list, mc);
124 DRD_Chunk* mc; local
130 mc = VG_(HT_lookup)(s_malloc_list, (UWord)p);
131 if (mc)
133 tl_assert(p == mc
180 DRD_Chunk* mc; local
284 DRD_Chunk* mc; local
320 DRD_Chunk* mc; local
346 DRD_Chunk* mc; local
[all...]
/external/llvm/test/MC/X86/AlignedBundling/
H A Dbundle-group-too-large-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
2 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - 2>&1 | FileCheck %s
/external/llvm/test/MC/AsmParser/
H A Ddirective_line.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s
2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
H A Ddollars-in-identifiers.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s > %t
H A Dextern.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Dline_with_hash.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_lcomm.s1 # RUN: llvm-mc -triple i386-apple-darwin10 %s | FileCheck %s
2 # RUN: llvm-mc -triple i386-pc-mingw32 %s | FileCheck %s
3 # RUN: not llvm-mc -triple i386-linux-gnu %s 2>&1 | FileCheck %s -check-prefix=ERROR
H A Ddirective_file.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
H A Ddirective_loc.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
H A Ddirective_subsections_via_symbols.s1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
/external/llvm/test/MC/Mips/
H A Dunaligned-nops.s1 # RUN: llvm-mc -filetype=obj -triple=mipsel %s -o %t
/external/libcxx/test/std/re/re.regex/re.regex.construct/
H A Dptr.pass.cpp21 test(const CharT* p, unsigned mc) argument
25 assert(r.mark_count() == mc);
/external/llvm/test/MC/COFF/
H A Dinvalid-endef.s1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
H A Dinvalid-scl.s1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
H A Dinvalid-type.s1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
/external/valgrind/memcheck/
H A Dmc_malloc_wrappers.c81 void delete_MC_Chunk (MC_Chunk* mc);
99 static void add_to_freed_queue ( MC_Chunk* mc )
102 const int l = (mc->szB >= MC_(clo_freelist_big_blocks) ? 0 : 1);
109 mc->next = NULL;
110 freed_list_end[l] = freed_list_start[l] = mc;
113 if (mc->szB >= MC_(clo_freelist_vol)) {
114 mc->next = freed_list_start[l];
115 freed_list_start[l] = mc;
117 mc->next = NULL;
118 freed_list_end[l]->next = mc;
175 MC_Chunk* mc; local
193 MC_Chunk* mc = VG_(allocEltPA)(MC_(chunk_poolalloc)); local
221 delete_MC_Chunk(MC_Chunk* mc) argument
227 in_block_list(const VgHashTable *block_list, MC_Chunk* mc) argument
251 live_block(MC_Chunk* mc) argument
267 allocated_at(MC_Chunk* mc) argument
280 freed_at(MC_Chunk* mc) argument
295 set_allocated_at(ThreadId tid, MC_Chunk* mc) argument
308 set_freed_at(ThreadId tid, MC_Chunk* mc) argument
343 MC_Chunk* mc; local
432 die_and_free_mem( ThreadId tid, MC_Chunk* mc, SizeT rzB ) argument
457 record_freemismatch_error(ThreadId tid, MC_Chunk* mc) argument
477 MC_Chunk* mc; local
628 MC_Chunk* mc = VG_(HT_lookup) ( MC_(malloc_list), (UWord)p ); local
642 MC_Chunk* mc = VG_(HT_lookup) ( MC_(malloc_list), (UWord)p ); local
715 MC_Chunk* mc; local
864 MC_Chunk* mc; local
899 MC_Chunk* mc; local
1035 MC_Chunk* mc; local
1083 MC_Chunk* mc; local
[all...]
/external/llvm/test/MC/ARM/
H A Dthumb2-bxj.s1 @ RUN: llvm-mc -triple=thumbv6t2--none-eabi -show-encoding < %s | FileCheck %s
2 @ RUN: llvm-mc -triple=thumbv7a--none-eabi -show-encoding < %s | FileCheck %s
3 @ RUN: llvm-mc -triple=thumbv7r--none-eabi -show-encoding < %s | FileCheck %s
4 @ RUN: llvm-mc -triple=thumbv8a--none-eabi -show-encoding < %s | FileCheck %s
5 @ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
H A D2013-03-18-Br-to-label-named-like-reg.s1 @ RUN: llvm-mc -triple arm-eabi %s -o - | FileCheck %s
/external/llvm/test/MC/X86/
H A Dx86_nop.s1 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=generic %s | llvm-objdump -d - | FileCheck %s
2 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i386 %s | llvm-objdump -d - | FileCheck %s
3 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i486 %s | llvm-objdump -d - | FileCheck %s
4 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i586 %s | llvm-objdump -d - | FileCheck %s
5 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium %s | llvm-objdump -d - | FileCheck %s
6 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium-mmx %s | llvm-objdump -d - | FileCheck %s
7 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=geode %s | llvm-objdump -d - | FileCheck %s
8 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i686 %s | llvm-objdump -d - | FileCheck %s
9 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6 %s | llvm-objdump -d - | FileCheck %s
10 # RUN: llvm-mc
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DBigReal.java83 * @param mc to used
85 public BigReal(BigInteger unscaledVal, int scale, MathContext mc) { argument
86 d = new BigDecimal(unscaledVal, scale, mc);
91 * @param mc context to use
93 public BigReal(BigInteger val, MathContext mc) { argument
94 d = new BigDecimal(val, mc);
117 * @param mc context to use
119 public BigReal(char[] in, int offset, int len, MathContext mc) { argument
120 d = new BigDecimal(in, offset, len, mc);
125 * @param mc contex
127 BigReal(char[] in, MathContext mc) argument
142 BigReal(double val, MathContext mc) argument
157 BigReal(int val, MathContext mc) argument
172 BigReal(long val, MathContext mc) argument
187 BigReal(String val, MathContext mc) argument
[all...]
/external/clang/unittests/Basic/
H A DMakefile12 LINK_COMPONENTS := support mc
/external/clang/unittests/StaticAnalyzer/
H A DMakefile12 LINK_COMPONENTS := support mc
/external/llvm/test/MC/PowerPC/
H A Dlcomm.s1 # RUN: llvm-mc -triple powerpc-unknown-unknown -filetype=obj %s | \
3 # RUN: llvm-mc -triple powerpc64-unknown-unknown -filetype=obj %s | \
H A Dppc64-abiversion.s2 # RUN: llvm-mc -triple powerpc64-unknown-unknown -filetype=obj %s | \
4 # RUN: llvm-mc -triple powerpc64le-unknown-unknown -filetype=obj %s | \

Completed in 8670 milliseconds

1234567891011>>