Searched refs:in_base (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeCompletion/
H A Dtemplates.cpp5 void in_base();
25 // CHECK-CC2: in_base
/external/libpng/contrib/libtests/
H A Dpngstest.c2184 png_uint_32 in_base, out_base; local
2211 in_base = in_format & BASE_FORMATS;
2225 result->transform = gpc_fn[in_base][out_base | PNG_FORMAT_FLAG_LINEAR];
2236 result->transform = gpc_fn[in_base][out_base];
2238 result->error_ptr = gpc_error_to_colormap[in_base][out_base];
2250 result->transform = gpc_fn_colormapped[in_base][out_base];
2252 result->transform = gpc_fn[in_base][out_base];
/external/chromium_org/v8/test/cctest/
H A Dtest-regexp.cc1628 bool in_base = InClass(i, base); local
1629 if (in_base) {

Completed in 181 milliseconds