HomeSort by relevance Sort by last modified time
    Searched refs:returnName (Results 1 - 5 of 5) sorted by null

  /frameworks/base/native/android/
asset_manager.cpp 128 const char* returnName = NULL;
143 returnName = assetDir->mCachedFileName.string();
148 return returnName;
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitBaseTest.java 224 Method returnName = _return.getMethod("getTree");
225 CommonTree tree = (CommonTree) returnName.invoke(ruleReturn);
229 Method returnName = _return.getMethod("getTemplate");
230 StringTemplate st = (StringTemplate) returnName.invoke(ruleReturn);
363 Method returnName = _return.getMethod("getTree");
364 CommonTree tree = (CommonTree) returnName.invoke(ruleReturn);
gUnitExecutor.java 362 Method returnName = _return.getMethod("getTree");
363 CommonTree tree = (CommonTree) returnName.invoke(ruleReturn);
367 Method returnName = _return.getMethod("getTemplate");
368 StringTemplate st = (StringTemplate) returnName.invoke(ruleReturn);
497 Method returnName = _return.getMethod("getTree");
498 CommonTree tree = (CommonTree) returnName.invoke(ruleReturn);
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 325 milliseconds