Searched defs:count (Results 151 - 175 of 430) sorted by last modified time

1234567891011>>

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1716 /** Interface for callback invocation on a TX packet count poll action {@hide} */
1720 * @param count TX packet counter
1722 public void onSuccess(int count); argument
2095 * reference count, and the radio will remain locked as long as the reference count is
2126 * reference count, and the radio will be unlocked only when the reference count reaches
2127 * zero. If the reference count goes below zero (that is, if {@code release} is called
2161 * @param refCounted true if this WifiLock should keep a reference count
2318 * {@code acquire} will increment the reference count, an
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java344 // C function void glDrawRangeElements ( GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices )
350 int count,
355 // C function void glDrawRangeElements ( GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, GLsizei offset )
361 int count,
613 // C function void glUniformMatrix2x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
617 int count,
623 // C function void glUniformMatrix2x3fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
627 int count,
632 // C function void glUniformMatrix3x2fv ( GLint location, GLsizei count, GLboolean transpose, const GLfloat *value )
636 int count,
346 glDrawRangeElements( int mode, int start, int end, int count, int type, java.nio.Buffer indices ) argument
357 glDrawRangeElements( int mode, int start, int end, int count, int type, int offset ) argument
615 glUniformMatrix2x3fv( int location, int count, boolean transpose, float[] value, int offset ) argument
625 glUniformMatrix2x3fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
634 glUniformMatrix3x2fv( int location, int count, boolean transpose, float[] value, int offset ) argument
644 glUniformMatrix3x2fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
653 glUniformMatrix2x4fv( int location, int count, boolean transpose, float[] value, int offset ) argument
663 glUniformMatrix2x4fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
672 glUniformMatrix4x2fv( int location, int count, boolean transpose, float[] value, int offset ) argument
682 glUniformMatrix4x2fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
691 glUniformMatrix3x4fv( int location, int count, boolean transpose, float[] value, int offset ) argument
701 glUniformMatrix3x4fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
710 glUniformMatrix4x3fv( int location, int count, boolean transpose, float[] value, int offset ) argument
720 glUniformMatrix4x3fv( int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
1105 glUniform1uiv( int location, int count, int[] value, int offset ) argument
1114 glUniform1uiv( int location, int count, java.nio.IntBuffer value ) argument
1122 glUniform2uiv( int location, int count, int[] value, int offset ) argument
1131 glUniform2uiv( int location, int count, java.nio.IntBuffer value ) argument
1139 glUniform3uiv( int location, int count, int[] value, int offset ) argument
1148 glUniform3uiv( int location, int count, java.nio.IntBuffer value ) argument
1156 glUniform4uiv( int location, int count, int[] value, int offset ) argument
1165 glUniform4uiv( int location, int count, java.nio.IntBuffer value ) argument
1351 glDrawArraysInstanced( int mode, int first, int count, int instanceCount ) argument
1360 glDrawElementsInstanced( int mode, int count, int type, java.nio.Buffer indices, int instanceCount ) argument
1370 glDrawElementsInstanced( int mode, int count, int type, int indicesOffset, int instanceCount ) argument
1486 glGenSamplers( int count, int[] samplers, int offset ) argument
1494 glGenSamplers( int count, java.nio.IntBuffer samplers ) argument
1501 glDeleteSamplers( int count, int[] samplers, int offset ) argument
1509 glDeleteSamplers( int count, java.nio.IntBuffer samplers ) argument
[all...]
H A DGLES31.java334 // C function GLuint glCreateShaderProgramv ( GLenum type, GLsizei count, const GLchar *const *strings )
514 // C function void glProgramUniform1iv ( GLuint program, GLint location, GLsizei count, const GLint *value )
519 int count,
524 // C function void glProgramUniform1iv ( GLuint program, GLint location, GLsizei count, const GLint *value )
529 int count,
533 // C function void glProgramUniform2iv ( GLuint program, GLint location, GLsizei count, const GLint *value )
538 int count,
543 // C function void glProgramUniform2iv ( GLuint program, GLint location, GLsizei count, const GLint *value )
548 int count,
552 // C function void glProgramUniform3iv ( GLuint program, GLint location, GLsizei count, cons
516 glProgramUniform1iv( int program, int location, int count, int[] value, int offset ) argument
526 glProgramUniform1iv( int program, int location, int count, java.nio.IntBuffer value ) argument
535 glProgramUniform2iv( int program, int location, int count, int[] value, int offset ) argument
545 glProgramUniform2iv( int program, int location, int count, java.nio.IntBuffer value ) argument
554 glProgramUniform3iv( int program, int location, int count, int[] value, int offset ) argument
564 glProgramUniform3iv( int program, int location, int count, java.nio.IntBuffer value ) argument
573 glProgramUniform4iv( int program, int location, int count, int[] value, int offset ) argument
583 glProgramUniform4iv( int program, int location, int count, java.nio.IntBuffer value ) argument
592 glProgramUniform1uiv( int program, int location, int count, int[] value, int offset ) argument
602 glProgramUniform1uiv( int program, int location, int count, java.nio.IntBuffer value ) argument
611 glProgramUniform2uiv( int program, int location, int count, int[] value, int offset ) argument
621 glProgramUniform2uiv( int program, int location, int count, java.nio.IntBuffer value ) argument
630 glProgramUniform3uiv( int program, int location, int count, int[] value, int offset ) argument
640 glProgramUniform3uiv( int program, int location, int count, java.nio.IntBuffer value ) argument
649 glProgramUniform4uiv( int program, int location, int count, int[] value, int offset ) argument
659 glProgramUniform4uiv( int program, int location, int count, java.nio.IntBuffer value ) argument
668 glProgramUniform1fv( int program, int location, int count, float[] value, int offset ) argument
678 glProgramUniform1fv( int program, int location, int count, java.nio.FloatBuffer value ) argument
687 glProgramUniform2fv( int program, int location, int count, float[] value, int offset ) argument
697 glProgramUniform2fv( int program, int location, int count, java.nio.FloatBuffer value ) argument
706 glProgramUniform3fv( int program, int location, int count, float[] value, int offset ) argument
716 glProgramUniform3fv( int program, int location, int count, java.nio.FloatBuffer value ) argument
725 glProgramUniform4fv( int program, int location, int count, float[] value, int offset ) argument
735 glProgramUniform4fv( int program, int location, int count, java.nio.FloatBuffer value ) argument
744 glProgramUniformMatrix2fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
755 glProgramUniformMatrix2fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
765 glProgramUniformMatrix3fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
776 glProgramUniformMatrix3fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
786 glProgramUniformMatrix4fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
797 glProgramUniformMatrix4fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
807 glProgramUniformMatrix2x3fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
818 glProgramUniformMatrix2x3fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
828 glProgramUniformMatrix3x2fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
839 glProgramUniformMatrix3x2fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
849 glProgramUniformMatrix2x4fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
860 glProgramUniformMatrix2x4fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
870 glProgramUniformMatrix4x2fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
881 glProgramUniformMatrix4x2fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
891 glProgramUniformMatrix3x4fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
902 glProgramUniformMatrix3x4fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
912 glProgramUniformMatrix4x3fv( int program, int location, int count, boolean transpose, float[] value, int offset ) argument
923 glProgramUniformMatrix4x3fv( int program, int location, int count, boolean transpose, java.nio.FloatBuffer value ) argument
[all...]
H A DGLES31Ext.java262 // C function void glDebugMessageControlKHR ( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled )
268 int count,
274 // C function void glDebugMessageControlKHR ( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled )
280 int count,
303 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
306 int count,
321 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
324 int count,
332 // C function GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
335 int count,
264 glDebugMessageControlKHR( int source, int type, int severity, int count, int[] ids, int offset, boolean enabled ) argument
276 glDebugMessageControlKHR( int source, int type, int severity, int count, java.nio.IntBuffer ids, boolean enabled ) argument
305 glGetDebugMessageLogKHR( int count, int bufSize, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset, int[] lengths, int lengthsOffset, byte[] messageLog, int messageLogOffset) argument
323 glGetDebugMessageLogKHR( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities, java.nio.IntBuffer lengths, java.nio.ByteBuffer messageLog) argument
334 glGetDebugMessageLogKHR( int count, int[] sources, int sourcesOffset, int[] types, int typesOffset, int[] ids, int idsOffset, int[] severities, int severitiesOffset) argument
347 glGetDebugMessageLogKHR( int count, java.nio.IntBuffer sources, java.nio.IntBuffer types, java.nio.IntBuffer ids, java.nio.IntBuffer severities) argument
[all...]
H A DGLErrorWrapper.java255 public void glDrawArrays(int mode, int first, int count) { argument
257 mgl.glDrawArrays(mode, first, count);
261 public void glDrawElements(int mode, int count, int type, Buffer indices) { argument
263 mgl.glDrawElements(mode, count, type, indices);
1003 public void glDrawElements(int mode, int count, int type, int offset) { argument
1005 mgl11.glDrawElements(mode, count, type, offset);
H A DGLLogWrapper.java1026 private char[] toCharIndices(int count, int type, Buffer indices) { argument
1027 char[] result = new char[count];
1030 ByteBuffer byteBuffer = toByteBuffer(count, indices);
1033 for (int i = 0; i < count; i++) {
1043 ByteBuffer byteBuffer = toByteBuffer(count * 2, indices);
1513 public void glDrawArrays(int mode, int first, int count) { argument
1517 arg("count", count);
1519 for (int i = 0; i < count; i++) {
1525 mgl.glDrawArrays(mode, first, count);
1529 glDrawElements(int mode, int count, int type, Buffer indices) argument
3345 glDrawElements(int mode, int count, int type, int offset) argument
[all...]
H A DGLSurfaceView.java1780 @Override public void write(char[] buf, int offset, int count) { argument
1781 for(int i = 0; i < count; i++) {
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java340 // C function void glDrawArrays ( GLenum mode, GLint first, GLsizei count )
345 int count
348 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices )
352 int count,
1254 // C function void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
1258 int count,
350 glDrawElements( int mode, int count, int type, java.nio.Buffer indices ) argument
1256 glDrawElements( int mode, int count, int type, int offset ) argument
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java436 int count
441 int count,
439 glDrawElements( int mode, int count, int type, java.nio.Buffer indices ) argument
H A DGL11.java215 int count,
213 glDrawElements( int mode, int count, int type, int offset ) argument
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardAccountView.java116 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
119 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
H A DKeyguardPasswordView.java142 public void onTextChanged(CharSequence s, int start, int before, int count) {
145 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
283 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
290 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java469 // count we get from the remote document is the pages in the document from
470 // the app perspective but the print job should contain the page count from
1547 // doc we ask for all pages and use the document page count.
2219 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
2224 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
2281 public void onTextChanged(CharSequence s, int start, int before, int count) { argument
2286 public void beforeTextChanged(CharSequence s, int start, int count, int after) { argument
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1700 int count = tag.getComponentCount();
1702 return getTagDefinitionForTag(tag.getTagId(), type, count, ifd);
1705 protected int getTagDefinitionForTag(short tagId, short type, int count, int ifd) { argument
1725 && (count == def_count || def_count == ExifTag.SIZE_UNDEFINED)) {
2077 * component count of this tag.
H A DExifTag.java94 // If tag has defined count
96 // Actual data count in tag (should be number of elements in value array)
201 * Gets the component count of this tag.
210 * Sets the component count of this tag. Call this function before
211 * setValue() if the length of value does not match the component count.
213 protected void forceSetComponentCount(int count) { argument
214 mComponentCountActual = count;
232 * <li>The value.length does NOT match the component count in the definition
267 * <li>The component count in the definition of this tag is not 1.</li>
282 * <li>The value.length does NOT match the component count i
882 checkBadComponentCount(int count) argument
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java491 private void draw(int type, int offset, int count, float x, float y, float width, float height, argument
493 draw(type, offset, count, x, y, width, height, paint.getColor(), paint.getLineWidth());
496 private void draw(int type, int offset, int count, float x, float y, float width, float height, argument
499 draw(mDrawParameters, type, count, x, y, width, height);
554 private void draw(ShaderParameter[] params, int type, int count, float x, float y, float width, argument
560 GLES20.glDrawArrays(type, 0, count);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java944 private void powerPress(long eventTime, boolean interactive, int count) { argument
951 if (count == 2) {
953 } else if (count == 3) {
1973 // There is a separate status bar at the top of the display. We don't count that as part
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java782 int count = data_length / eSize;
783 if ((eSize * count) != data_length) {
787 copy1DRangeFromUnchecked(xoff, count, data);
821 private void data1DChecks(int off, int count, int len, int dataSize) { argument
826 if(count < 1) {
829 if((off + count) > mCurrentCount) {
830 throw new RSIllegalArgumentException("Overflow, Available count " + mCurrentCount +
831 ", got " + count + " at offset " + off + ".");
852 private void copy1DRangeFromUnchecked(int off, int count, Object array, argument
855 final int dataSize = mType.mElement.getBytesSize() * count;
869 copy1DRangeFromUnchecked(int off, int count, Object array) argument
883 copy1DRangeFromUnchecked(int off, int count, int[] d) argument
895 copy1DRangeFromUnchecked(int off, int count, short[] d) argument
907 copy1DRangeFromUnchecked(int off, int count, byte[] d) argument
919 copy1DRangeFromUnchecked(int off, int count, float[] d) argument
933 copy1DRangeFrom(int off, int count, Object array) argument
948 copy1DRangeFrom(int off, int count, int[] d) argument
962 copy1DRangeFrom(int off, int count, short[] d) argument
976 copy1DRangeFrom(int off, int count, byte[] d) argument
990 copy1DRangeFrom(int off, int count, float[] d) argument
1004 copy1DRangeFrom(int off, int count, Allocation data, int dataOff) argument
1438 createSized(RenderScript rs, Element e, int count, int usage) argument
1463 createSized(RenderScript rs, Element e, int count) argument
[all...]
H A DAllocationAdapter.java49 public void subData1D(int off, int count, int[] d) { argument
50 super.copy1DRangeFrom(off, count, d);
55 public void subData1D(int off, int count, short[] d) { argument
56 super.copy1DRangeFrom(off, count, d);
61 public void subData1D(int off, int count, byte[] d) { argument
62 super.copy1DRangeFrom(off, count, d);
67 public void subData1D(int off, int count, float[] d) { argument
68 super.copy1DRangeFrom(off, count, d);
H A DMesh.java607 private void makeSpace(int count) { argument
608 if ((mVtxCount + count) >= mVtxData.length) {
757 throw new IllegalStateException("Index provided greater than vertex count.");
H A DRenderScript.java439 native void rsnAllocationData1D(long con, long id, int off, int mip, int count, Object d, int sizeBytes, int dt); argument
440 synchronized void nAllocationData1D(long id, int off, int mip, int count, Object d, int sizeBytes, Element.DataType dt) { argument
442 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID);
517 native void rsnAllocationRead1D(long con, long id, int off, int mip, int count, Object d, argument
519 synchronized void nAllocationRead1D(long id, int off, int mip, int count, Object d, argument
522 rsnAllocationRead1D(mContext, id, off, mip, count, d, sizeBytes, dt.mID);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp683 jint count, jobject data, jint sizeBytes, jint dataType)
686 LOG_API("nAllocation1DData, con(%p), adapter(%p), offset(%i), count(%i), sizeBytes(%i), dataType(%i)",
687 (RsContext)con, (RsAllocation)alloc, offset, count, sizeBytes, dataType);
688 PER_ARRAY_TYPE(NULL, rsAllocation1DData, true, (RsContext)con, alloc, offset, lod, count, ptr, sizeBytes);
789 jint count, jobject data, int sizeBytes, int dataType)
792 LOG_API("nAllocation1DRead, con(%p), adapter(%p), offset(%i), count(%i), sizeBytes(%i), dataType(%i)",
793 (RsContext)con, alloc, offset, count, sizeBytes, dataType);
794 PER_ARRAY_TYPE(0, rsAllocation1DRead, false, (RsContext)con, alloc, offset, lod, count, ptr, sizeBytes);
682 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType) argument
788 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, int sizeBytes, int dataType) argument
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java562 int count; field in class:AlarmManagerService.FilterStats
578 int count; field in class:AlarmManagerService.BroadcastStats
933 pw.print(" Broadcast ref count: "); pw.println(mBroadcastRefCount);
985 pw.print(" wakeups, "); pw.print(fs.count);
1020 pw.print(" wakes " ); pw.print(fs.count);
1433 alarm.count = 1;
1437 // phone was asleep or off, so pass a trigger count when sending them.
1441 alarm.count += (nowELAPSED - alarm.whenElapsed) / alarm.repeatInterval;
1444 final long delta = alarm.count * alarm.repeatInterval;
1501 public int count; field in class:AlarmManagerService.Alarm
[all...]
H A DAssetAtlasService.java144 final int count = drawables.size();
145 for (int i = 0; i < count; i++) {
235 if (renderAtlas(mBuffer, atlas, config.count)) {
274 final int count = mBitmaps.size();
276 for (int i = 0; i < count; i++) {
431 int delta = r2.count - r1.count;
443 return new Configuration(result.type, result.width, result.height, result.count);
503 writer.write(String.valueOf(config.count));
536 int count
606 final int count; field in class:AssetAtlasService.Configuration
609 Configuration(Atlas.Type type, int width, int height, int count) argument
613 Configuration(Atlas.Type type, int width, int height, int count, int flags) argument
636 int count; field in class:AssetAtlasService.WorkerResult
638 WorkerResult(Atlas.Type type, int width, int height, int count) argument
[all...]
H A DIntentResolver.java515 protected void dumpFilterLabel(PrintWriter out, String prefix, Object label, int count) { argument
516 out.print(prefix); out.print(label); out.print(": "); out.println(count);

Completed in 429 milliseconds

1234567891011>>