Home
last modified time | relevance | path

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

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