Searched refs:check (Results 26 - 50 of 725) sorted by relevance

1234567891011>>

/external/compiler-rt/BlocksRuntime/tests/
H A Dnullblockisa.c22 void check(void (^b)(void)) { function
39 check(^{ printf("%d\n", ++i); });
/external/icu4c/samples/datefmt/
H A Dutil.h10 void check(UErrorCode& status, const char* msg);
/external/icu4c/samples/msgfmt/
H A Dutil.h10 void check(UErrorCode& status, const char* msg);
/external/icu4c/samples/numfmt/
H A Dutil.h11 void check(UErrorCode& status, const char* msg);
/external/icu4c/samples/translit/
H A Dutil.h10 void check(UErrorCode& status, const char* msg);
/external/chromium/chrome/browser/automation/
H A Dautomation_tab_helper_unittest.cc61 testing::MockFunction<void()> check; local
66 EXPECT_CALL(check, Call());
70 check.Call();
76 testing::MockFunction<void()> check; local
81 EXPECT_CALL(check, Call());
88 check.Call();
105 testing::MockFunction<void()> check; local
110 EXPECT_CALL(check, Call());
116 check.Call();
134 testing::MockFunction<void()> check; local
147 testing::MockFunction<void()> check; local
163 testing::MockFunction<void()> check; local
180 testing::MockFunction<void()> check; local
197 testing::MockFunction<void()> check; local
[all...]
/external/libpng/
H A Dpngrio.c68 png_size_t check; local
76 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
77 check = 0;
79 check = (png_size_t)fread(data, (png_size_t)1, length,
83 if (check != length)
98 int check; local
110 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check,
112 check = 0;
114 check = fread(n_data, 1, length, io_ptr);
121 check
[all...]
H A Dpngwio.c52 png_uint_32 check; local
57 if ( !WriteFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
58 check = 0;
60 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
62 if (check != length)
77 png_uint_32 check; local
89 if ( !WriteFile(io_ptr, near_data, length, &check, NULL) )
90 check = 0;
92 check = fwrite(near_data, 1, length, io_ptr);
99 check
231 png_far_to_near(png_structp png_ptr, png_voidp ptr, int check) argument
245 png_far_to_near(png_structp png_ptr, png_voidp ptr, int check) argument
[all...]
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrio.c47 png_size_t check; local
54 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
55 check = 0;
57 check = (png_size_t)fread(data, (png_size_t)1, length,
61 if (check != length)
76 int check; local
87 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
88 check = 0;
90 check = fread(n_data, 1, length, io_ptr);
97 check
[all...]
H A Dpngwio.c46 png_uint_32 check; local
50 if ( !WriteFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) )
51 check = 0;
53 check = fwrite(data, 1, length, (png_FILE_p)(png_ptr->io_ptr));
55 if (check != length)
70 png_uint_32 check; local
81 if ( !WriteFile(io_ptr, near_data, length, &check, NULL) )
82 check = 0;
84 check = fwrite(near_data, 1, length, io_ptr);
91 check
209 png_far_to_near(png_structp png_ptr,png_voidp ptr, int check) argument
221 png_far_to_near(png_structp png_ptr,png_voidp ptr, int check) argument
[all...]
/external/clang/test/CodeGen/
H A D2007-05-29-UnionCopy.c16 void check(union U *u, union U *v) { function
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
H A DAssertionFailedException.java11 package org.eclipse.wb.internal.core.utils.check;
/external/grub/stage2/
H A Dmd5.h21 /* If CHECK is true, check a password for correctness. Returns 0
26 extern int md5_password (const char *key, char *crypted, int check);
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Daccess-binary-trees.js36 var check = bottomUpTree(0,stretchDepth).itemCheck();
42 check = 0;
44 check += bottomUpTree(i,depth).itemCheck();
45 check += bottomUpTree(-i,depth).itemCheck();
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Daccess-binary-trees.js36 var check = bottomUpTree(0,stretchDepth).itemCheck();
42 check = 0;
44 check += bottomUpTree(i,depth).itemCheck();
45 check += bottomUpTree(-i,depth).itemCheck();
/external/chromium/chrome/browser/printing/
H A Dprint_job_unittest.cc67 explicit TestPrintJob(volatile bool* check) : check_(check) { argument
99 volatile bool check = false; local
100 scoped_refptr<printing::PrintJob> job(new TestPrintJob(&check));
107 EXPECT_TRUE(check);
111 volatile bool check = false; local
113 scoped_refptr<printing::PrintJob> job(new TestPrintJob(&check));
115 EXPECT_TRUE(check);
/external/icu4c/tools/
H A DMakefile.in24 check check-local check-recursive build-local
35 check: all check-recursive
38 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
74 check-local:
/external/valgrind/main/helgrind/tests/
H A Dt2t.c25 #define check if (ret != 0) printf("error %d at line %d\n", ret, __LINE__) macro
55 check;
60 check;
69 check;
74 check;
83 check;
89 check;
98 check;
103 check;
/external/icu4c/samples/
H A DMakefile.in29 check check-recursive check-local
43 check-samples: check-samples-recursive
45 # Note (srl 4/15/2002) do NOT recursively check samples for 2.1, look into testing them in the future.
46 #check: all check-recursive check-local
47 check
[all...]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dcwg1170.cpp16 template<typename U> static yes_type check(unsigned_c<sizeof(U(t))> * = 0);
17 template<typename U> static no_type check(...);
20 static const bool value = (sizeof(check<T>(0)) == sizeof(yes_type));
/external/v8/test/mjsunit/
H A Delements-kind-depends.js38 function check(a) { function
47 check(b); // all OK
51 check(b); // fails
/external/chromium/chrome/browser/prefs/
H A Dpref_value_map_unittest.cc55 PrefValueMap check; local
59 reference.GetDifferingKeys(&check, &differing_paths);
65 EXPECT_TRUE(check.SetValue("a", Value::CreateStringValue("test")));
66 EXPECT_TRUE(check.SetValue("c", Value::CreateStringValue("test")));
67 EXPECT_TRUE(check.SetValue("d", Value::CreateStringValue("test")));
69 reference.GetDifferingKeys(&check, &differing_paths);
/external/clang/test/SemaCXX/
H A Dpragma-pack.cpp15 int check[sizeof(Sub) == 5 ? 1 : -1]; member in namespace:rdar8745206
32 int check[sizeof(Sub) == 13 ? 1 : -1]; member in namespace:check2
/external/clang/test/SemaTemplate/
H A Dattributes.cpp9 template <bool X> struct check { struct in namespace:attribute_aligned
14 typedef check<N == sizeof(X<N>)> t; // expected-note {{in instantiation}}
/external/fsck_msdos/
H A DAndroid.mk5 LOCAL_SRC_FILES := boot.c check.c dir.c fat.c main.c

Completed in 2340 milliseconds

1234567891011>>