OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rsignature
(Results
1 - 1
of
1
) sorted by null
/frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java
822
String
rsignature
= getJniName(jfunc.getType());
local
842
rsignature
=
rsignature
.replace('.', '/');
845
if (
rsignature
.length() == 0) {
846
rsignature
= "V";
853
rsignature
+
[
all
...]
Completed in 735 milliseconds