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

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glCreateShaderProgramv.cpp 9 const GLchar** _strings = NULL; local
22 _strings = (const GLchar**) calloc(_count, sizeof(const GLchar*));
23 if (!_strings) {
46 _strings[i] = _env->GetStringUTFChars(_jstrings[i], 0);
49 _returnValue = glCreateShaderProgramv((GLenum)type, _count, _strings);
51 if (_strings && _jstrings) {
53 if (_strings[i] && _jstrings[i]) {
54 _env->ReleaseStringUTFChars(_jstrings[i], _strings[i]);
58 if (_strings) {
59 free(_strings);
    [all...]
  /external/emma/core/java12/com/vladium/util/
Strings.java 55 final Set /* String */ _strings = new HashSet (length);
63 if (_strings.add (s)) _result.add (s);
96 final Set /* String */ _strings = new HashSet (length); local
108 if (_strings.add (ss)) _result.add (ss);
141 final Set /* String */ _strings = new HashSet (length); local
160 if (_strings.add (sss)) _result.add (sss);
163 else if (_strings.add (ss)) _result.add (ss);
  /external/autotest/client/common_lib/
pexpect.py     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES31.cpp 895 const GLchar** _strings = NULL; local
908 _strings = (const GLchar**) calloc(_count, sizeof(const GLchar*));
909 if (!_strings) {
932 _strings[i] = _env->GetStringUTFChars(_jstrings[i], 0);
935 _returnValue = glCreateShaderProgramv((GLenum)type, _count, _strings);
937 if (_strings && _jstrings) {
939 if (_strings[i] && _jstrings[i]) {
940 _env->ReleaseStringUTFChars(_jstrings[i], _strings[i]);
944 if (_strings) {
945 free(_strings);
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 519 milliseconds