/development/tutorials/NotepadCodeLab/Notepadv2Solution/ |
AndroidManifest.xml | 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.demo.notepad2">
|
/development/tutorials/NotepadCodeLab/Notepadv2Solution/res/layout/ |
notes_list.xml | 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
/development/tutorials/NotepadCodeLab/Notepadv3/ |
AndroidManifest.xml | 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.demo.notepad3">
|
/development/tutorials/NotepadCodeLab/Notepadv3/res/layout/ |
notes_list.xml | 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
/development/tutorials/NotepadCodeLab/Notepadv3Solution/ |
AndroidManifest.xml | 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.demo.notepad3">
|
/development/tutorials/NotepadCodeLab/Notepadv3Solution/res/layout/ |
notes_list.xml | 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
/external/dropbear/libtommath/ |
bn_mp_div_d.c | 37 int res, ix; local 74 if ((res = mp_init_size(&q, a->used)) != MP_OKAY) { 75 return res; 103 return res;
|
/external/netperf/ |
netcpu.h | 14 extern void get_cpu_idle(uint64_t *res);
|
netcpu_none.c | 40 get_cpu_idle(uint64_t *res)
|
/external/wpa_supplicant/ |
wpa_ctrl.c | 265 int res; local 306 res = select(ctrl->s + 1, &rfds, NULL, NULL, &tv); 308 res = recv(ctrl->s, reply, *reply_len, 0); 309 if (res < 0) 310 return res; 311 if (res > 0 && reply[0] == '<') { 319 if ((size_t) res == *reply_len) 320 res = (*reply_len) - 1; 321 reply[res] = '\0'; 322 msg_cb(reply, res); 369 int res; local [all...] |
/frameworks/base/awt/java/awt/color/ |
ICC_ColorSpace.java | 212 float[] res = new float[3]; local 214 res[0] = ((converted[0] & 0xFFFF)) * INV_MAX_SHORT; 215 res[1] = ((converted[1] & 0xFFFF)) * INV_MAX_SHORT; 216 res[2] = ((converted[2] & 0xFFFF)) * INV_MAX_SHORT; 218 return res; 259 float[] res = new float[3]; local 261 res[0] = ((converted[0] & 0xFFFF)) * SHORT2XYZ_FACTOR; 262 res[1] = ((converted[1] & 0xFFFF)) * SHORT2XYZ_FACTOR; 263 res[2] = ((converted[2] & 0xFFFF)) * SHORT2XYZ_FACTOR; 265 return res; 298 float[] res = new float[getNumComponents()]; local 345 float[] res = new float[getNumComponents()]; local [all...] |
/frameworks/base/core/java/android/content/ |
SyncAdaptersCache.java | 21 import android.content.res.Resources; 22 import android.content.res.TypedArray; 46 public SyncAdapterType parseServiceAttributes(Resources res, 48 TypedArray sa = res.obtainAttributes(attrs,
|
/frameworks/base/core/java/android/content/res/ |
AssetFileDescriptor.java | 17 package android.content.res; 204 int res = super.read(); local 205 if (res >= 0) mRemaining--; 206 return res; 217 int res = super.read(buffer, offset, count); local 218 if (res >= 0) mRemaining -= res; 219 return res; 231 int res = super.read(buffer, 0, count); local 232 if (res >= 0) mRemaining -= res 244 long res = super.skip(count); local [all...] |
/frameworks/base/core/java/android/view/inputmethod/ |
EditorInfo.java | 291 EditorInfo res = new EditorInfo(); 292 res.inputType = source.readInt(); 293 res.imeOptions = source.readInt(); 294 res.privateImeOptions = source.readString(); 295 res.actionLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source); 296 res.actionId = source.readInt(); 297 res.initialSelStart = source.readInt(); 298 res.initialSelEnd = source.readInt(); 299 res.initialCapsMode = source.readInt(); 300 res.hintText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source) [all...] |
/frameworks/base/core/res/res/layout/ |
status_bar_latest_event.xml | 1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
/frameworks/base/core/res/res/values/ |
donottranslate-names.xml | 2 <resources xmlns:android="http://schemas.android.com/apk/res/android"
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
TransitionDrawable.java | 19 import android.content.res.Resources; 89 private TransitionDrawable(TransitionState state, Resources res) { 90 super(state, res); 98 LayerState createConstantState(LayerState state, Resources res) { 99 return new TransitionState((TransitionState) state, this, res); 234 Resources res) { 235 super(orig, owner, res); 244 public Drawable newDrawable(Resources res) { 245 return new TransitionDrawable(this, res);
|
/frameworks/base/libs/rs/java/Film/ |
AndroidManifest.xml | 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
/frameworks/base/libs/rs/java/Fountain/ |
AndroidManifest.xml | 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
/frameworks/base/libs/rs/java/ImageProcessing/ |
AndroidManifest.xml | 3 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
/frameworks/base/media/java/android/drm/mobile1/ |
DrmRights.java | 76 int res = nativeGetConstraintInfo(permission, c); local 78 if (JNI_DRM_FAILURE == res) 94 int res = nativeConsumeRights(permission); local 96 if (JNI_DRM_FAILURE == res)
|
/frameworks/base/packages/SettingsProvider/ |
AndroidManifest.xml | 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
/frameworks/base/packages/VpnServices/res/values-el/ |
strings.xml | 2 <resources xmlns:android="http://schemas.android.com/apk/res/android"
|
/frameworks/base/packages/VpnServices/res/values-es-rUS/ |
strings.xml | 2 <resources xmlns:android="http://schemas.android.com/apk/res/android"
|
/frameworks/base/packages/VpnServices/res/values-it/ |
strings.xml | 2 <resources xmlns:android="http://schemas.android.com/apk/res/android"
|