Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java578 String maybeStatic = mUseStaticMethods ? "static " : ""; in emitFunction() local
582 (nativeDecl ? "private " + maybeStatic +"native " : in emitFunction()
583 (interfaceDecl ? "" : "public ") + maybeStatic) + in emitFunction()
590 (nativeDecl ? "public " + maybeStatic +"native " : in emitFunction()
591 (interfaceDecl ? "" : "public ") + maybeStatic) + in emitFunction()