Searched refs:check (Results 76 - 100 of 1226) sorted by relevance

1234567891011>>

/external/fsck_msdos/
H A DAndroid.mk5 LOCAL_SRC_FILES := boot.c check.c dir.c fat.c main.c
/external/icu/icu4c/source/samples/msgfmt/answers/
H A Dmain_2.cpp29 check(status, "MessageFormat::ct");
38 check(status, "MessageFormat::format");
H A Dmain_3.cpp29 check(status, "MessageFormat::ct");
38 check(status, "MessageFormat::format");
/external/icu/icu4c/source/samples/msgfmt/
H A Dmain.cpp29 check(status, "MessageFormat::ct");
38 check(status, "MessageFormat::format");
/external/icu/icu4c/source/test/perf/
H A DMakefile.in30 check check-recursive check-local xperf xperf-recursive
49 check: everything check-recursive check-local
50 check-recursive: all-recursive
58 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
87 check-local: all-local
/external/lldb/test/
H A DMakefile6 all:: check-local
31 check-local::
/external/skia/src/core/
H A DSkDistanceFieldGen.cpp198 DFData* check = curr - width-1; local
199 SkPoint distVec = check->fDistVector;
200 float distSq = check->fDistSq - 2.0f*(distVec.fX + distVec.fY - 1.0f);
209 check = curr - width;
210 distVec = check->fDistVector;
211 distSq = check->fDistSq - 2.0f*distVec.fY + 1.0f;
219 check = curr - width+1;
220 distVec = check->fDistVector;
221 distSq = check->fDistSq + 2.0f*(distVec.fX - distVec.fY + 1.0f);
230 check
244 DFData* check = curr + 1; local
259 DFData* check = curr - 1; local
273 DFData* check = curr + 1; local
[all...]
/external/llvm/test/MC/Mips/
H A Doddspreg.s2 # RUN: FileCheck %s -check-prefix=CHECK-ASM
6 # RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-O32
9 # RUN: FileCheck %s -check-prefix=CHECK-ASM
13 # RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-N32
16 # RUN: FileCheck %s -check-prefix=CHECK-ASM
22 # RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-N64
26 # RUN: FileCheck %s -check
[all...]
H A Delf_eflags_nan2008.s3 # RUN: FileCheck %s -check-prefix=CHECK-OBJ
5 # RUN: FileCheck %s -check-prefix=CHECK-ASM
/external/bison/src/
H A Dtables.h106 useless to check for zero. When those tests indicate that the value
129 extern base_number *check;
/external/clang/test/CodeGen/
H A D2007-05-15-PaddingElement.c17 int check(void) { function
/external/clang/test/SemaCXX/
H A Dwindows-arm-valist.cpp12 void check() { function
/external/conscrypt/src/test/java/org/conscrypt/
H A DChainStrengthAnalyzerTest.java226 assertBad(MD2_RSA_PEM, "Weak hash check did not fail as expected");
230 assertBad(MD4_RSA_PEM, "Weak hash check did not fail as expected");
234 assertBad(MD5_RSA_PEM, "Weak hash check did not fail as expected");
238 assertBad(SHORT_RSA_PEM, "Short RSA modulus check did not fail as expected");
242 assertBad(SHORT_DSA_PEM, "Short DSA key check did not fail as expected");
246 assertBad(SHORT_ECDSA_PEM, "Short EC key check did not fail as expected");
257 check(createCert(pem));
266 check(createCert(pem));
269 private static void check(X509Certificate cert) throws Exception { method in class:ChainStrengthAnalyzerTest
271 ChainStrengthAnalyzer.check(chai
[all...]
/external/crcalc/tests/src/com/hp/creals/
H A DCRTest.java54 private static void check(boolean x, String s) { method in class:CRTest
72 check(one.signum() == 1, "signum(1) failed");
73 check(one.negate().signum() == -1, "signum(-1) failed");
74 check(zero.signum(-100) == 0, "signum(0) failed");
75 check(one.compareTo(two, -10) == -1, "comparison failed");
76 check(two.toString(4).compareTo("2.0000") == 0, "toString failed");
89 check(one.negate().signum() == -1, "signum(-1) failed");
96 check(thirteen.floatValue() == 13.0, "floatValue failed");
97 check(thirteen.intValue() == 13, "intValue failed");
98 check(thirtee
[all...]
/external/deqp/scripts/opengl/
H A Dgen_es_static_library.py32 check = lambda api, version: api == 'gles2' and version in GEN_VERSIONS,
/external/icu/icu4c/source/samples/layout/
H A DMakefile.in40 distclean distclean-local dist dist-local check check-local
51 check: all check-local
53 c-check: c-all c-check-local
70 check-local: all-local
73 c-check-local: c-all-local
/external/icu/icu4c/source/test/intltest/
H A Dreptest.h36 void check( const UnicodeString& transliteratorName,
/external/jetty/src/java/org/eclipse/jetty/io/
H A DAsyncEndPoint.java57 public void setCheckForIdle(boolean check); argument
/external/kernel-headers/original/uapi/linux/
H A Dudp.h26 __sum16 check; member in struct:udphdr
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
H A Ddefault02.pass.cpp38 void check(int i);
57 check(0);
63 check(0);
78 void check(int i) function
/external/llvm/test/MC/AArch64/
H A Delf_osabi_flags.s1 # RUN: llvm-mc -filetype=obj -triple aarch64 %s -o -| llvm-readobj -h | FileCheck --check-prefix=AARCH64-OSABI %s
4 # RUN: llvm-mc -filetype=obj -triple aarch64-linux-gnu %s -o -| llvm-readobj -h | FileCheck --check-prefix=AARCH64-LINUX-OSABI %s
/external/llvm/test/MC/ARM/
H A Dneon-mov-vfp.s1 @ RUN: not llvm-mc -mcpu=cortex-a8 -triple armv7-unknown-unknown -show-encoding -mattr=-neon < %s 2>&1 | FileCheck %s --check-prefix=VFP --check-prefix=CHECK
2 @ RUN: not llvm-mc -mcpu=cortex-a8 -triple thumbv7-unknown-unknown -show-encoding -mattr=-neon < %s 2>&1 | FileCheck %s --check-prefix=VFP --check-prefix=CHECK
3 @ RUN: llvm-mc -mcpu=cortex-a8 -triple armv7-unknown-unknown -show-encoding -mattr=+neon < %s 2>&1 | FileCheck %s --check-prefix=NEON --check-prefix=CHECK
4 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-unknown-unknown -show-encoding -mattr=+neon < %s 2>&1 | FileCheck %s --check-prefix=NEON --check-prefix=CHECK
H A Dthumb2-bxj-v8.s1 @ RUN: not llvm-mc -triple=thumbv6t2--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
2 @ RUN: not llvm-mc -triple=thumbv7a--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
3 @ RUN: not llvm-mc -triple=thumbv7r--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=UNDEF
4 @ RUN: not llvm-mc -triple=thumbv7m--none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=ARM_MODE
H A Dthumb2-ldrb-ldrh.s1 @ RUN: not llvm-mc -triple thumbv7a-none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK
2 @ RUN: not llvm-mc -triple thumbv7m-none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK
6 @ We don't check the actual error messages here as they are currently not very
/external/llvm/test/MC/AsmParser/
H A Dalign_invalid.s1 # RUN: not llvm-mc -triple i386-linux-gnu < %s 2>&1 | FileCheck %s -check-prefix=ELF
2 # RUN: not llvm-mc -triple i386-apple-darwin < %s 2>&1 | FileCheck %s -check-prefix=DARWIN

Completed in 3326 milliseconds

1234567891011>>