Searched refs:getNativeCode (Results 1 – 7 of 7) sorted by relevance
107 if (section.getNativeCode().startsWith(JNI_MANUAL)) { in alignMethodBodies()108 section.setNativeCode(section.getNativeCode().substring(JNI_MANUAL.length())); in alignMethodBodies()111 method.setNativeCode(section.getNativeCode()); in alignMethodBodies()188 if (!section.getNativeCode().startsWith("JNI")) { in getJniSections()191 section.setNativeCode(section.getNativeCode().substring(3)); in getJniSections()202 if (section.getNativeCode().startsWith("JNI")) iter.remove(); in getNativeCodeBodies()203 if (section.getNativeCode().startsWith("-{")) iter.remove(); in getNativeCodeBodies()
41 public String getNativeCode () { in getNativeCode() method in JavaMethodParser.JniSection202 public String getNativeCode () { in getNativeCode() method in JavaMethodParser.JavaMethod
79 int getNativeCode() const { return fError.getNativeCode(); } in getNativeCode() function
43 if (maker.getErrorCode() != SkXMLParserError::kNoError || maker.getNativeCode() != -1) { in onEndElement()
43 …if (movieMaker->getErrorCode() != SkXMLParserError::kNoError || movieMaker->getNativeCode() != -1)… in buildMovie()
316 if (javaMethod.getNativeCode() == null) { in generateCppFile()365 buffer.append(section.getNativeCode().replace("\r", "")); in emitJniSection()382 if (javaMethod.hasDisposableArgument() && javaMethod.getNativeCode().contains("return")) { in emitJavaMethod()437 buffer.append(javaMethod.getNativeCode()); in emitMethodBody()
37 int getNativeCode() const { return fNativeCode; } in getNativeCode() function