Searched refs:check (Results 201 - 225 of 1577) sorted by relevance

1234567891011>>

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/re-export-dylib/
H A DMakefile33 all-check: all check
35 check:
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/read-only-stubs/
H A DMakefile26 all-check: all check
28 check:
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/rpath-DYLD_ROOT_PATH/
H A DMakefile10 all-check: all check
12 check:
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/rpath-LD_LIBRARY_PATH/
H A DMakefile31 all-check: all check
33 check:
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/rpath-dlopen/
H A DMakefile32 all-check: all check
34 check:
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/rpath-loader_path/
H A DMakefile33 all-check: all check
35 check:
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/suid-environ/
H A DMakefile36 all-check: all check
38 check:
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/threaded-flat-lookup/
H A DMakefile26 all-check: all check
28 check:
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/weak-coalesce-inserted/
H A DMakefile26 all-check: all check
28 check:
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/weak-symbol/
H A DMakefile27 all-check: all check
29 check:
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/weak-symbol-flat/
H A DMakefile26 all-check: all check
28 check:
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/weak_import/
H A DMakefile30 all-check: all check
32 check:
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/zero-length-segment/
H A DMakefile29 all-check: all check
31 check:
/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_so_binary_trees.rb36 puts "stretch tree of depth #{stretch_depth}\t check: #{item_check(stretch_tree)}"
44 check = 0
48 check += item_check(temp_tree)
51 check += item_check(temp_tree)
54 puts "#{iterations * 2}\t trees of depth #{depth}\t check: #{check}"
57 puts "long lived tree of depth #{max_depth}\t check: #{item_check(long_lived_tree)}"
H A Dbm_so_fannkuch.rb7 maxFlips, m, r, check = 0, n-1, n, 0
12 if check < 30
14 check += 1
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/toasters/
H A DToaster.tcl50 return [check]
56 return [check]
59 method check {} {
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngwio.c52 png_uint_32 check; local
56 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
57 if (check != length)
72 png_uint_32 check; local
83 check = fwrite(near_data, 1, length, io_ptr);
89 check = 0;
100 check += err;
107 if (check != length)
212 void *png_far_to_near(png_structp png_ptr, png_voidp ptr, int check) argument
219 if (check !
226 png_far_to_near(png_structp png_ptr, png_voidp ptr, int check) argument
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/DYLD_VERSIONED_FRAMEWORK_PATH-basic/
H A DMakefile29 CHECK = check-ios
31 CHECK = check-macosx
35 all-check: all $(CHECK)
37 check: $(CHECK)
39 check-ios:
42 check-macosx:
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_dict.c86 check(dict);
87 check(hash);
88 check(cmp);
119 check(dict);
134 check(iter);
135 check(dict);
146 check(dict);
157 check(dict);
171 check(dict);
172 check(ke
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/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");
/macosx-10.9.5/ICU-511.35/icuSources/samples/msgfmt/
H A Dmain.cpp29 check(status, "MessageFormat::ct");
38 check(status, "MessageFormat::format");
/macosx-10.9.5/ICU-511.35/icuSources/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
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_2/Statements/
H A Dtry-006.js23 * This is the "check" function for test objects that will
32 * This is the "check" function for test objects that do not
59 this.check = fun;
65 * object's "check" function is called. If the test object's exception
73 result = check();
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DGlobals.h30 #ifdef check
31 #undef check macro

Completed in 146 milliseconds

1234567891011>>