HomeSort by relevance Sort by last modified time
    Searched refs:mc (Results 226 - 250 of 1286) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
iter_iter.pass.cpp 24 test(Iter first, Iter last, unsigned mc)
28 assert(r.mark_count() == mc);
  /external/clang/tools/diagtool/
Makefile 20 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
  /external/curl/docs/examples/
imap-multi.c 98 CURLMcode mc; /* curl_multi_fdset() return code */ local
121 mc = curl_multi_fdset(mcurl, &fdread, &fdwrite, &fdexcep, &maxfd);
123 if(mc != CURLM_OK) {
124 fprintf(stderr, "curl_multi_fdset() failed, code %d.\n", mc);
multi-post.c 89 CURLMcode mc; /* curl_multi_fdset() return code */ local
116 mc = curl_multi_fdset(multi_handle, &fdread, &fdwrite, &fdexcep, &maxfd);
118 if(mc != CURLM_OK) {
119 fprintf(stderr, "curl_multi_fdset() failed, code %d.\n", mc);
pop3-multi.c 98 CURLMcode mc; /* curl_multi_fdset() return code */ local
121 mc = curl_multi_fdset(mcurl, &fdread, &fdwrite, &fdexcep, &maxfd);
123 if(mc != CURLM_OK) {
124 fprintf(stderr, "curl_multi_fdset() failed, code %d.\n", mc);
  /external/llvm/test/MC/AArch64/
arm64-tls-modifiers-darwin.s 1 ; RUN: llvm-mc -triple=arm64-apple-ios7.0 %s -o - | FileCheck %s
2 ; RUN: llvm-mc -triple=arm64-apple-ios7.0 -filetype=obj %s -o - | llvm-objdump -r - | FileCheck %s --check-prefix=CHECK-OBJ
  /external/llvm/test/MC/ARM/Windows/
invalid-relocation.s 1 # RUN: not llvm-mc -triple thumbv7-windows -incremental-linker-compatible -filetype obj -o /dev/null 2>&1 %s \
  /external/llvm/test/MC/ARM/
arm-it-block.s 1 @ RUN: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s
directive-literals.s 1 @ RUN: llvm-mc -triple arm %s | FileCheck %s
directive-word-diagnostics.s 1 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null 2>&1 %s \
gas-compl-copr-reg.s 1 @ RUN: llvm-mc -triple=armv7-linux-gnueabi -show-encoding < %s | FileCheck %s
8 @ RUN: llvm-mc -triple=armv7-linux-gnueabi -show-encoding < %s | FileCheck %s
idiv.s 1 @ RUN: llvm-mc -triple=armv7 -mcpu=cortex-a15 -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-ARM %s
2 @ RUN: llvm-mc -triple=thumbv7 -mcpu=cortex-a15 -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-THUMB %s
4 @ RUN: llvm-mc -triple=armv7 -mcpu=cortex-a15 -mattr=-hwdiv -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-ARM-NOTHUMBHWDIV %s
5 @ RUN: llvm-mc -triple=thumbv7 -mcpu=cortex-a15 -mattr=-hwdiv-arm -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-THUMB-NOARMHWDIV %s
7 @ RUN: llvm-mc -triple=armv8 -show-encoding < %s 2>&1 | FileCheck -check-prefix ARMV8 %s
8 @ RUN: llvm-mc -triple=thumbv8 -show-encoding < %s 2>&1 | FileCheck -check-prefix THUMBV8 %s
10 @ RUN: llvm-mc -triple=armv8 -mattr=-hwdiv -show-encoding < %s 2>&1 | FileCheck -check-prefix ARMV8-NOTHUMBHWDIV %s
11 @ RUN: llvm-mc -triple=thumbv8 -mattr=-hwdiv-arm -show-encoding < %s 2>&1 | FileCheck -check-prefix THUMBV8-NOTHUMBHWDIV %s
inst-constant-required.s 1 @ RUN: not llvm-mc %s -triple=armv7-linux-gnueabi -filetype asm -o - 2>&1 \
inst-overflow.s 1 @ RUN: not llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - 2>&1 \
inst-thumb-overflow-2.s 1 @ RUN: not llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - 2>&1 \
invalid-barrier.s 1 @ RUN: not llvm-mc -triple=armv7 -show-encoding < %s 2>&1 | FileCheck %s
2 @ RUN: not llvm-mc -triple=thumbv7 -show-encoding < %s 2>&1 | FileCheck %s
invalid-hint-arm.s 1 @ RUN: not llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 < %s 2>&1 | FileCheck %s
invalid-hint-thumb.s 1 @ RUN: not llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 < %s 2>&1 | FileCheck %s
neon-vswp.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s
pool.s 1 @ RUN: llvm-mc -triple thumbv7-linux-gnueabi -o - %s | FileCheck %s
thumb-not-mclass.s 1 @ RUN: not llvm-mc -triple=thumbv7m-apple-darwin -show-encoding < %s 2> %t
3 @ RUN: not llvm-mc -triple=thumbv6m -show-encoding < %s 2> %t
thumb2-strd.s 1 @ RUN: not llvm-mc -triple=armv7-linux-gnueabi %s 2>&1 | FileCheck %s
thumb2be-b.w-encoding.s 1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
thumb2be-beq.w-encoding.s 1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
udf-arm-diagnostics.s 1 @ RUN: not llvm-mc -triple arm-eabi %s 2>&1 | FileCheck %s

Completed in 279 milliseconds

1 2 3 4 5 6 7 8 91011>>