HomeSort by relevance Sort by last modified time
    Searched defs:OET (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 186 const RSExportType *OET = EF->getOutType();
190 if (OET) {
191 genTypeInstanceFromPointer(OET);
393 const RSExportType *OET = ef->getOutType();
400 if (OET) {
401 genTypeCheck(OET, "aout");
slang_rs_reflection.cpp 398 const RSExportType *OET = EF->getOutType();
399 if (OET) {
400 genTypeInstanceFromPointer(C, OET);
681 const RSExportType *OET = EF->getOutType();
693 if (OET)
744 if (OET) {
745 genTypeCheck(C, OET, "aout");
    [all...]

Completed in 5609 milliseconds