Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_opengles20.cc290 GLint bufLength = 0; in createProgram() local
291 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength); in createProgram()
292 if (bufLength) { in createProgram()
293 char* buf = (char*) malloc(bufLength); in createProgram()
295 glGetProgramInfoLog(program, bufLength, NULL, buf); in createProgram()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DGCMBlockCipher.java133 int bufLength = forEncryption ? BLOCK_SIZE : (BLOCK_SIZE + macSize); in init() local
134 this.bufBlock = new byte[bufLength]; in init()
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...