/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
TestUScriptRun.java | 107 errln("new UScriptRun(nullString, 0, 100) did not produce an IllegalArgumentException!"); 114 errln("new UScriptRun(nullString, 100, 0) did not produce an IllegalArgumentException!"); 121 errln("new UScriptRun(nullString, 0, -100) did not produce an IllegalArgumentException!"); 128 errln("new UScriptRun(nullString, -100, 0) did not produce an IllegalArgumentException!"); 135 errln("new UScriptRun(nullChars, 0, 100) did not produce an IllegalArgumentException!"); 142 errln("new UScriptRun(nullChars, 100, 0) did not produce an IllegalArgumentException!"); 149 errln("new UScriptRun(nullChars, 0, -100) did not produce an IllegalArgumentException!"); 156 errln("new UScriptRun(nullChars, -100, 0) did not produce an IllegalArgumentException!"); 163 errln("new UScriptRun(dummyString, 0, 6) did not produce an IllegalArgumentException!"); 170 errln("new UScriptRun(dummy, 6, 0) did not produce an IllegalArgumentException!") [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
TestUScriptRun.java | 103 errln("new UScriptRun(nullString, 0, 100) did not produce an IllegalArgumentException!"); 110 errln("new UScriptRun(nullString, 100, 0) did not produce an IllegalArgumentException!"); 117 errln("new UScriptRun(nullString, 0, -100) did not produce an IllegalArgumentException!"); 124 errln("new UScriptRun(nullString, -100, 0) did not produce an IllegalArgumentException!"); 131 errln("new UScriptRun(nullChars, 0, 100) did not produce an IllegalArgumentException!"); 138 errln("new UScriptRun(nullChars, 100, 0) did not produce an IllegalArgumentException!"); 145 errln("new UScriptRun(nullChars, 0, -100) did not produce an IllegalArgumentException!"); 152 errln("new UScriptRun(nullChars, -100, 0) did not produce an IllegalArgumentException!"); 159 errln("new UScriptRun(dummyString, 0, 6) did not produce an IllegalArgumentException!"); 166 errln("new UScriptRun(dummy, 6, 0) did not produce an IllegalArgumentException!") [all...] |
/external/llvm/lib/Analysis/ |
TargetTransformInfo.cpp | 52 assert(Cost >= 0 && "TTI should not produce negative costs!"); 58 assert(Cost >= 0 && "TTI should not produce negative costs!"); 65 assert(Cost >= 0 && "TTI should not produce negative costs!"); 72 assert(Cost >= 0 && "TTI should not produce negative costs!"); 78 assert(Cost >= 0 && "TTI should not produce negative costs!"); 139 assert(Cost >= 0 && "TTI should not produce negative costs!"); 186 assert(Cost >= 0 && "TTI should not produce negative costs!"); 192 assert(Cost >= 0 && "TTI should not produce negative costs!"); 199 assert(Cost >= 0 && "TTI should not produce negative costs!"); 206 assert(Cost >= 0 && "TTI should not produce negative costs!") [all...] |
/external/llvm/test/MC/MachO/AArch64/ |
classrefs.s | 3 ; Test that we produce an external relocation with Lbar. We could also produce
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.grammar/ |
p6.cpp | 8 // FIXME: Produce a better diagnostic for this case.
|
/external/clang/test/CodeGenObjC/ |
undefined-protocol2.m | 3 // Test that we produce a declaration for the protocol. It must be matched
|
/external/clang/test/SemaCXX/ |
ms_struct.cpp | 14 // expected-error@-2 {{ms_struct may not produce Microsoft-compatible layouts for classes with base classes or virtual functions}} 16 // expected-warning@-4 {{ms_struct may not produce Microsoft-compatible layouts for classes with base classes or virtual functions}} 29 // expected-error@-2 {{ms_struct may not produce Microsoft-compatible layouts for classes with base classes or virtual functions}} 31 // expected-warning@-4 {{ms_struct may not produce Microsoft-compatible layouts for classes with base classes or virtual functions}}
|
/external/libvorbis/doc/vorbisenc/ |
Makefile.am | 1 ## Process this file with automake to produce Makefile.in
|
/external/libvorbis/lib/modes/ |
Makefile.am | 1 ## Process this file with automake to produce Makefile.in
|
/external/llvm/test/CodeGen/X86/ |
movntdq-no-avx.ll | 3 ; Test that we produce a movntdq, not a vmovntdq
|
/external/llvm/test/MC/COFF/ |
secidx.s | 3 // check that we produce the correct relocation for .secidx
|
/external/llvm/test/MC/ELF/ |
weak-relocation.s | 3 // Test that weak symbols always produce relocations
|
/external/llvm/test/MC/MachO/ |
eh_symbol.s | 3 // test that we don't produce foo.eh symbols in a debug_frame section.
|
/external/vboot_reference/tests/bitmaps/ |
case_nobmp.yaml | 5 # These are the individual images which are layered to produce a screen layout.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
README | 2 setting some variables to substitute in, to produce
|
/frameworks/compile/mclinker/unittests/ |
FactoriesTest.cpp | 40 NodeAlloc::NodeType* node = m_pNodeAlloc->produce(); 43 node = m_pNodeAlloc->produce(); 46 node = m_pNodeAlloc->produce(); 54 node = m_pNodeAlloc->produce(); 73 node = m_pNodeAlloc->produce(); 96 node = delegatee->produce(); 120 // produce agent 122 node = m_pNodeAlloc->produce(); 128 // produce delegatee 130 node = delegatee->produce(); [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
ThreadLocalRandomTest.java | 32 * calls, up to NCALLS tries, produce at least one different 60 * Repeated calls to nextInt produce at least two distinct results 71 * Repeated calls to nextLong produce at least two distinct results 82 * Repeated calls to nextBoolean produce at least two distinct results 93 * Repeated calls to nextFloat produce at least two distinct results 104 * Repeated calls to nextDouble produce at least two distinct results 115 * Repeated calls to nextGaussian produce at least two distinct results 158 * repeated calls produce at least two distinct results 178 * repeated calls produce at least two distinct results 230 * repeated calls produce at least two distinct result [all...] |
/frameworks/compile/mclinker/include/mcld/Support/ |
MemoryAreaFactory.h | 44 // produce - create a MemoryArea and open its file. 45 MemoryArea* produce(const sys::fs::Path& pPath, FileHandle::OpenMode pMode); 47 // produce - create a MemoryArea and open its file. 48 MemoryArea* produce(const sys::fs::Path& pPath, 54 MemoryArea* produce(void* pMemBuffer, size_t pSize); 58 MemoryArea* produce(int pFD, FileHandle::OpenMode pMode);
|
/external/protobuf/more_tests/ |
Makefile | 9 # since different compilers produce wildly different warnings we cannot assume 32 # Verify that headers produce no warnings even under strict settings. 39 # produce tons of extra warnings so we'll need to do some work first.
|
/frameworks/compile/mclinker/include/mcld/MC/ |
ContextFactory.h | 36 LDContext* produce(); 37 LDContext* produce(const sys::fs::Path& pPath); 38 LDContext* produce(const char* pPath);
|
/art/test/800-smali/smali/ |
b_22777307.smali | 10 # ensure we won't produce a VerifyError.
|
/external/autotest/utils/named_semaphore/ |
README | 6 This will produce a namedsem.so file; put this file somewhere on your python
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
InputDecryptor.java | 8 * General interface for an operator that is able to produce
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/ |
ECPointEncoder.java | 7 * By default BC keys produce encodings without point compression,
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
AbstractECMultiplier.java | 19 * Although the various multipliers ought not to produce invalid output under normal
|