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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
udp.h 21 __u16 check; member in struct:udphdr
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/
FmEscapeXmlTextMethodTest.java 29 private void check(String s, String expected) throws TemplateModelException { method in class:FmEscapeXmlTextMethodTest
36 check("", "");
40 check("foo", "foo");
44 check("<\"'>&", "&lt;\"'>&amp;");
FmExtractLettersMethodTest.java 29 private void check(String s, String expected) throws TemplateModelException { method in class:FmExtractLettersMethodTest
36 check("", "");
40 check("foo", "foo");
44 check("<\"'>&foo ", "foo");
  /toolchain/binutils/binutils-2.25/gold/testsuite/
tls_pie_test.sh 30 check() function
dwp_test_1.sh 25 check() function
54 check $STDOUT "^Contents of the .debug_info.dwo section"
dwp_test_2.sh 25 check() function
54 check $STDOUT "^Contents of the .debug_info.dwo section"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategyTest.java 31 private void check(String before, int replaceStart, int replaceEnd, String formatted, method in class:AndroidXmlFormattingStrategyTest
66 private void check( method in class:AndroidXmlFormattingStrategyTest
78 check(before, replaceStart, replaceEnd, insert, expected, prefs); method
82 check(
108 check(
137 check(
163 check(
209 check(
235 check(
264 check(
    [all...]
  /bionic/tests/
file-check-cxx 8 $CXX "$@" -Wno-error 2>&1 | $FILECHECK -check-prefix=$PREFIX $SOURCE
  /external/icu/icu4c/source/test/
Makefile.in 36 check check-recursive check-local xcheck xcheck-recursive xcheck-local \
37 check-exhaustive check-exhaustive-recursive
57 check: everything check-recursive check-local
58 check-recursive: all-recursive
62 check-exhaustive: everything check-exhaustive-recursive check-loca
    [all...]
  /external/opencv3/3rdparty/libpng/
pngrio.c 53 png_size_t check; local
61 check = fread(data, 1, length, (png_FILE_p)png_ptr->io_ptr);
63 if (check != length)
78 png_size_t check; local
85 /* Check if data really is near. If so, use usual code. */
91 check = fread(n_data, 1, length, io_ptr);
98 check = 0;
111 check += err;
119 if ((png_uint_32)check != (png_uint_32)length)
  /external/v8/test/mjsunit/compiler/
osr-block-scope-id.js 29 function check() { function
38 check();
39 check();
40 check();
osr-manual1.js 26 function check(x,a,b,c) { function
33 check(213, 3,3,3);
34 check(365, 4,5,6);
35 check(6948, 99,98,97);
osr-manual2.js 26 function check(x,a,b,c) { function
33 check(213, 3,3,3);
34 check(365, 4,5,6);
35 check(6948, 99,98,97);
osr-multiple.js 38 function check(f,a,b,c) { function
42 check(f1, 50000, 5, 6);
43 check(f2, 4, 50000, 6);
44 check(f3, 11, 12, 50000);
osr-multiple2.js 45 function check(f,a,b,c) { function
49 check(f1, 50000, 5, 6);
50 check(f2, 4, 50000, 6);
51 check(f3, 11, 12, 50000);
receiver-conversion.js 12 function test(outer, inner, check) {
13 check(outer());
14 check(outer());
16 check(outer());
23 function check(x) {
34 test(outer, inner, check);
41 function check(x) {
53 test(outer, inner, check);
60 function check(x) {
71 test(outer, inner, check);
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
IOStatus.java 54 // assert IOStatus.check(n); // Checks other negative values
64 static boolean check(int n) { method in class:IOStatus
74 static boolean check(long n) { method in class:IOStatus
  /packages/apps/ExactCalculator/tests/src/com/android/calculator2/
BRTest.java 30 private static void check(boolean x, String s) { method in class:BRTest
36 check(x.CRValue().compareTo(y, TEST_PREC) == 0, s);
69 check(x != null, "test data should not be null");
91 check((long_x - 90) % 180 != 0, "missed undefined tan: " + x); method
93 check((long_x - 90) % 180 == 0, "exception on defined tan: " + x); method
130 check(b.toString().equals("4/-6"), "toString(4/-6)");
131 check(b.toNiceString().equals("-2/3"),"toNiceString(4/-6)");
139 check(BR_0.signum() == 0, "signum(0)");
140 check(BR_M1.signum() == -1, "signum(-1)");
141 check(BR_2.signum() == 1, "signum(2)")
187 check(false, "ln(-1)"); method
191 check(false, "log(-2)"); method
195 check(false, "sqrt(-1)"); method
199 check(false, "asin(-2)"); method
203 check(false, "degree acos(2)"); method
    [all...]
  /system/media/camera/docs/
metadata-validate 20 $thisdir/metadata-check-dependencies || exit 1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-sse-check-warn.d 1 #source: ../sse-check.s
2 #stderr: ../sse-check-warn.e
3 #as: -msse-check=warning
5 #name: x86-64 (ILP32) SSE check (warning)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
sse-check-warn.d 1 #source: sse-check.s
2 #as: -msse-check=warning
3 #stderr: sse-check-warn.e
5 #name: i386 SSE check (warning)
x86-64-sse-check-warn.d 1 #source: sse-check.s
2 #as: -msse-check=warning
3 #stderr: sse-check-warn.e
5 #name: x86-64 SSE check (warning)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
tlsgd2.d 1 #name: TLS GD->LE transition check
tlsie3.d 1 #name: TLS IE->LE transition check (R_386_TLS_GOTIE)
tlsie5.d 1 #name: TLS IE->LE transition check (R_386_TLS_IE)

Completed in 5362 milliseconds

1 2 3 4 5 6 7 8 91011>>