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

  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 38 String jniName = "";
44 jniName = "[";
49 jniName += "I";
51 jniName += "F";
53 jniName += "Z";
55 jniName += "S";
57 jniName += "J";
59 jniName += "B";
61 jniName += "Ljava/lang/String;";
67 return jniName;
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 85 milliseconds