Home
last modified time | relevance | path

Searched refs:intVal (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dandroid_util_EventLog.cpp120 jint intVal = env->GetIntField(item, gIntegerValueID); in android_util_EventLog_writeEvent_Array() local
121 if (pos + 1 + sizeof(intVal) > max) break; in android_util_EventLog_writeEvent_Array()
123 memcpy(&buf[pos], &intVal, sizeof(intVal)); in android_util_EventLog_writeEvent_Array()
124 pos += sizeof(intVal); in android_util_EventLog_writeEvent_Array()
Dandroid_util_AssetManager.cpp1898 int intVal = value.data; in android_content_AssetManager_getArrayIntResource() local
1899 env->SetIntArrayRegion(array, i, 1, &intVal); in android_content_AssetManager_getArrayIntResource()
/frameworks/base/docs/html/training/articles/
Dperf-tips.jd124 static int intVal = 42;
130 The method stores the value 42 into <code>intVal</code>, and extracts a
138 static final int intVal = 42;
144 Code that refers to <code>intVal</code> will use