Searched refs:myRead (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/SemaOpenCL/ |
D | access-qualifier.cl | 18 void myRead(read_only image1d_t); // expected-note {{passing argument to parameter here}} 28 …myRead(img); // expected-error {{passing 'img1d_wo' (aka '__write_only image1d_t') to parameter of… 50 myRead(img);
|
/external/libxml2/ |
D | xmllint.c | 817 static int myRead(void *f, char *buf, int len) { in myRead() function 2307 doc = xmlReadIO(myRead, myClose, f, filename, NULL, in parseAndPrintFile() 2310 doc = xmlCtxtReadIO(rectxt, myRead, myClose, f, in parseAndPrintFile()
|