Searched defs:check (Results 101 - 125 of 381) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/samples/datefmt/
H A Dutil.cpp12 void check(UErrorCode& status, const char* msg) { function
/external/icu/icu4c/source/samples/msgfmt/
H A Dutil.cpp12 void check(UErrorCode& status, const char* msg) { function
/external/icu/icu4c/source/samples/translit/
H A Dutil.cpp12 void check(UErrorCode& status, const char* msg) { function
/external/icu/icu4c/source/test/threadtest/
H A Dstringtest.cpp18 virtual void check();
116 void StringThreadTest::check() { function in class:StringThreadTest
/external/libcxx/test/localization/locales/locale/locale.members/
H A Dcombine.pass.cpp32 void check(const std::locale& loc) function
84 check(loc3);
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
H A Ddefault02.pass.cpp38 void check(int i);
57 check(0);
63 check(0);
78 void check(int i) function
H A Dpointer02.pass.cpp38 void check(int i);
57 check(3);
61 check(0);
64 check(3);
69 check(0);
86 void check(int i) function
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
H A Ddefault02.pass.cpp38 void check(int i);
57 check(0);
63 check(0);
78 void check(int i) function
H A Dpointer02.pass.cpp38 void check(int i);
57 check(1);
61 check(0);
64 check(1);
69 check(0);
86 void check(int i) function
/external/proguard/src/proguard/
H A DGPL.java37 public static void check() method in class:GPL
/external/smack/src/org/xbill/DNS/
H A DDClass.java43 check(int val) { method in class:DClass.DClassMnemonic
44 DClass.check(val);
68 check(int i) { method in class:DClass
/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/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFaceSet.h41 // Mac OS X 10.6 SDK defines check() macro that interfares with our check() method
42 #ifdef check
43 #undef check macro
77 bool check(const String& font, const String& text, ExceptionState&);
/external/chromium_org/third_party/closure_compiler/
H A Dchecker.py6 """Runs Closure compiler on a JavaScript file to check for errors."""
157 def check(self, source_file, depends=None, externs=None): member in class:Checker
158 """Closure compile a file and check for errors.
161 source_file: A file to check.
236 exit, _ = checker.check(source, depends=opts.depends, externs=opts.externs)
/external/chromium_org/third_party/icu/source/samples/numfmt/
H A Dutil.cpp23 void check(UErrorCode& status, const char* msg) { function
/external/chromium_org/third_party/libpng/
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/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
H A Dgenerate_builtins.py273 check = 'state->target == vertex_shader && '
275 check = 'state->target == fragment_shader && '
277 check = '' variable
281 check += 'state->language_version == ' + version
283 check += 'state->' + version + '_enable'
285 print ' if (' + check + ') {'
/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_dft.c54 void check(kiss_fft_cpx * in,kiss_fft_cpx * out,int nfft,int isinverse) function
131 check(in,out,nfft,isinverse);
H A Dtest_unit_mdct.c54 void check(kiss_fft_scalar * in,kiss_fft_scalar * out,int nfft,int isinverse) function
160 check(in_copy,out,nfft,isinverse);
/external/chromium_org/v8/src/ic/arm/
H A Dic-compiler-arm.cc39 IcCheckType check) {
42 if (check == PROPERTY &&
45 // check whether the name is unique.
35 CompilePolymorphic(TypeHandleList* types, CodeHandleList* handlers, Handle<Name> name, Code::StubType type, IcCheckType check) argument
/external/chromium_org/v8/src/ic/arm64/
H A Dic-compiler-arm64.cc40 IcCheckType check) {
43 if (check == PROPERTY &&
46 // check whether the name is unique.
36 CompilePolymorphic(TypeHandleList* types, CodeHandleList* handlers, Handle<Name> name, Code::StubType type, IcCheckType check) argument
/external/chromium_org/v8/src/ic/ia32/
H A Dic-compiler-ia32.cc43 IcCheckType check) {
46 if (check == PROPERTY &&
49 // check whether the name is unique.
39 CompilePolymorphic(TypeHandleList* types, CodeHandleList* handlers, Handle<Name> name, Code::StubType type, IcCheckType check) argument
/external/chromium_org/v8/src/ic/mips/
H A Dic-compiler-mips.cc22 IcCheckType check) {
25 if (check == PROPERTY &&
28 // check whether the name is unique.
18 CompilePolymorphic(TypeHandleList* types, CodeHandleList* handlers, Handle<Name> name, Code::StubType type, IcCheckType check) argument
/external/chromium_org/v8/src/ic/mips64/
H A Dic-compiler-mips64.cc22 IcCheckType check) {
25 if (check == PROPERTY &&
28 // check whether the name is unique.
18 CompilePolymorphic(TypeHandleList* types, CodeHandleList* handlers, Handle<Name> name, Code::StubType type, IcCheckType check) argument
/external/chromium_org/v8/src/ic/x87/
H A Dic-compiler-x87.cc43 IcCheckType check) {
46 if (check == PROPERTY &&
49 // check whether the name is unique.
39 CompilePolymorphic(TypeHandleList* types, CodeHandleList* handlers, Handle<Name> name, Code::StubType type, IcCheckType check) argument

Completed in 405 milliseconds

1234567891011>>