Searched defs:values (Results 151 - 163 of 163) sorted by relevance

1234567

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp149 * returns the number of values glGet returns for a given pname.
151 * The code below is written such that pnames requiring only one values
5598 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
5607 GLfloat *values = (GLfloat *) 0; local
5612 _exceptionMessage = "values == null";
5630 values = values_base + offset;
5634 (GLfloat *)values
5647 /* void glVertexAttrib1fv ( GLuint indx, const GLfloat *values ) */
5657 GLfloat *values = (GLfloat *) 0; local
5659 values
5704 GLfloat *values = (GLfloat *) 0; local
5754 GLfloat *values = (GLfloat *) 0; local
5802 GLfloat *values = (GLfloat *) 0; local
5852 GLfloat *values = (GLfloat *) 0; local
5901 GLfloat *values = (GLfloat *) 0; local
5951 GLfloat *values = (GLfloat *) 0; local
[all...]
H A Dandroid_opengl_GLES30.cpp149 * returns the number of values glGet returns for a given pname.
151 * The code below is written such that pnames requiring only one values
3769 /* void glGetSynciv ( GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values ) */
3781 GLint *values = (GLint *) 0; local
3803 _exceptionMessage = "values == null";
3815 values = values_base + valuesOffset;
3822 (GLint *)values
3839 /* void glGetSynciv ( GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values ) */
3850 GLint *values = (GLint *) 0; local
3853 values
[all...]
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/base/core/java/android/app/
H A DIActivityManager.java194 public void updateConfiguration(Configuration values) throws RemoteException; argument
392 public void updatePersistentConfiguration(Configuration values) throws RemoteException; argument
457 public void setTaskDescription(IBinder token, ActivityManager.TaskDescription values) argument
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1004 public final String[] values; field in class:BatteryStats.BitDescription
1012 this.values = null;
1017 String[] values, String[] shortValues) {
1022 this.values = values;
1668 * These values are in milliseconds.
1690 * These values are in milliseconds.
1850 * Dump a comma-separated line of values for terse checkin mode.
3447 if (bd.values != null && val >= 0 && val < bd.values
1016 BitDescription(int mask, int shift, String name, String shortName, String[] values, String[] shortValues) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1624 // check for sensical values pulled out of the stream so far...
1950 // important, trumping any values in those following them.
2853 ResStringPool values; member in struct:android::ResTable::Header
3386 header->values.setToEmpty();
3479 if (header->values.getError() != NO_ERROR) {
3482 status_t err = header->values.setTo(chunk, csize);
3514 mError = header->values.getError();
3516 ALOGW("No string values found in resource table!");
3690 ? String8(entry.package->header->values.stringAt(
3876 // with its parent's values
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1788 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
1792 float[] values,
1796 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
1800 java.nio.FloatBuffer values
1811 // C function void glVertexAttrib2fv ( GLuint indx, const GLfloat *values )
1815 float[] values,
1819 // C function void glVertexAttrib2fv ( GLuint indx, const GLfloat *values )
1823 java.nio.FloatBuffer values
1835 // C function void glVertexAttrib3fv ( GLuint indx, const GLfloat *values )
1839 float[] values,
1790 glVertexAttrib1fv( int indx, float[] values, int offset ) argument
1813 glVertexAttrib2fv( int indx, float[] values, int offset ) argument
1837 glVertexAttrib3fv( int indx, float[] values, int offset ) argument
1862 glVertexAttrib4fv( int indx, float[] values, int offset ) argument
[all...]
H A DGLES30.java1428 // C function void glGetSynciv ( GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values )
1436 int[] values,
1440 // C function void glGetSynciv ( GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values )
1447 java.nio.IntBuffer values
1430 glGetSynciv( long sync, int pname, int bufSize, int[] length, int lengthOffset, int[] values, int valuesOffset ) argument
/frameworks/multidex/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1091 * Whether we are currently recording reported values.
1828 Iterator<KernelWakelockStats> itr = m.values().iterator();
1858 kwlt = new SamplingTimer(mOnBatteryScreenOffTimeBase, true /* track reported values */);
5774 public void addSpeedStepTimes(long[] values) { argument
5775 for (int i = 0; i < mSpeedBins.length && i < values.length; i++) {
5776 long amt = values[i];
5782 c.addCountAtomic(values[i]);
6746 for (SamplingTimer timer : mKernelWakelockStats.values()) {
6753 for (SamplingTimer timer : mWakeupReasonStats.values()) {
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java743 * sticky Intent, values are an ArrayList of all broadcasted intents with
5701 = mIntentSenderRecords.values().iterator();
7480 for (Iterator<UriPermission> it = perms.values().iterator(); it.hasNext();) {
7512 for (Iterator<UriPermission> it = perms.values().iterator(); it.hasNext();) {
7602 for (Iterator<UriPermission> it = perms.values().iterator(); it.hasNext();) {
7711 for (UriPermission perm : perms.values()) {
7916 for (UriPermission perm : perms.values()) {
7966 for (UriPermission perm : perms.values()) {
7977 for (UriPermission perm : perms.values()) {
13430 Iterator it = mRegisteredReceivers.values()
16620 updatePersistentConfiguration(Configuration values) argument
16636 updateConfiguration(Configuration values) argument
16667 updateConfigurationLocked(Configuration values, ActivityRecord starting, boolean persistent, boolean initLocale) argument
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp9195 void GLTrace_glGetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values) { argument
9225 // copy argument values
9229 arg_values->add_int64value((uintptr_t)values);
9234 glContext->hooks->gl.glGetSynciv(sync, pname, bufSize, length, values);
9241 (void *) values,
16148 void GLTrace_glGetSyncivAPPLE(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values) { argument
16178 // copy argument values
16182 arg_values->add_int64value((uintptr_t)values);
16187 glContext->hooks->gl.glGetSyncivAPPLE(sync, pname, bufSize, length, values);
16194 (void *) values,
[all...]

Completed in 803 milliseconds

1234567