HomeSort by relevance Sort by last modified time
    Searched defs:check (Results 76 - 100 of 1856) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gold/testsuite/
relro_test.sh 35 check() function
74 check relro_test.stdout
script_test_3.sh 29 check() function
tls_pie_test.sh 30 check() function
ver_matching_test.sh 27 # run readelf on the resulting shared object and check that each
30 check() function
56 check ver_matching_test.stdout "V1 *sizeof_headers$"
57 check ver_matching_test.stdout "Base *globaoeufostuff$"
58 check ver_matching_test.stdout "V1 *globaoeufxstuff$"
59 check ver_matching_test.stdout "V2 *otherns::stuff$"
60 check ver_matching_test.stdout "Base *otherns::biz$"
61 check ver_matching_test.stdout "V1 *foo$"
62 check ver_matching_test.stdout "V1 *bar()$"
63 check ver_matching_test.stdout "Base *bar1()$
    [all...]
justsyms_exec.c 35 void check(void *sym, long v, const char *name);
38 check(void *sym, long v, const char *name) function
52 check(exported_func, 0x1000200, "exported_func");
54 check(&exported_data, 0x2000000, "exported_data");
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.general/
p8.cpp 5 template<typename T> struct check;
6 template<size_t N> struct check<const char[N]> {}; struct
16 check<decltype(__func__)>();
  /external/deqp/scripts/opengl/
gen_func_init.py 32 def check(api, version): function in function:genFuncInit
38 check = check,
  /external/elfutils/tests/
hash.c 27 check (const char *name, unsigned long int expected) function
40 /* Check some names. We know what the expected result is. */
41 status = check ("_DYNAMIC", 165832675);
42 status |= check ("_GLOBAL_OFFSET_TABLE_", 102264335);
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
package-info.java 14 * Rules check implementation.
16 package org.jacoco.report.check
  /external/libcxx/test/std/localization/locales/locale/locale.statics/
classic.pass.cpp 17 void check(const std::locale& loc) function
57 check(loc);
58 check(std::locale("C"));
global.pass.cpp 19 void check(const std::locale& loc) function
58 check(loc);
61 check(loc2);
  /external/libpng/
pngrio.c 52 png_size_t check; local
60 check = fread(data, 1, length, png_voidcast(png_FILE_p, png_ptr->io_ptr));
62 if (check != length)
  /external/pdfium/third_party/lpng_v163/
pngrio.c 51 png_size_t check; local
59 check = fread(data, 1, length, png_voidcast(png_FILE_p, png_ptr->io_ptr));
61 if (check != length)
  /external/toybox/kconfig/lxdialog/
check-lxdialog.sh 2 # Check ncurses compatibility
43 # Check if we can link to ncurses
44 check() { function
57 printf "Usage: $0 [-check compiler options|-header|-library]\n"
67 "-check")
70 check
  /external/v8/test/mjsunit/compiler/
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);
osr-multiple3.js 51 function check(f,a,b,c) { function
55 check(f1, 50000, 5, 6);
56 check(f2, 4, 50000, 6);
57 check(f3, 11, 12, 50000);
  /external/v8/test/mjsunit/es6/
indexed-integer-exotics.js 15 function check() { function
28 check();
35 check();
48 check();
64 check();
  /external/v8/test/mjsunit/regress/
regress-crbug-510738.js 7 function check(f, result) { function
14 check(generic_load, 17);
17 check(generic_store, 13);
  /external/valgrind/coregrind/m_dispatch/
dispatch-mips32-linux.S 203 check: label
229 /* ------ Event check failed ------ */
dispatch-mips64-linux.S 203 check: label
229 /* ------ Event check failed ------ */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.statics/
classic.pass.cpp 17 void check(const std::locale& loc) function
57 check(loc);
58 check(std::locale("C"));
global.pass.cpp 19 void check(const std::locale& loc) function
58 check(loc);
61 check(loc2);

Completed in 404 milliseconds

1 2 34 5 6 7 8 91011>>