/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
BordeauxService.java | 63 int mValue = 0;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
AppInterface.java | 70 private int mValue; 73 mValue = value; 77 return mValue; 90 if (e.mValue == value) {
|
ComprehensionTlvTag.java | 51 private int mValue; 54 mValue = value; 63 return mValue; 68 if (e.mValue == value) {
|
Tone.java | 148 private int mValue; 151 mValue = value; 162 if (e.mValue == value) { 170 mValue = in.readInt();
|
/packages/apps/Email/src/com/android/email/view/ |
CertificateSelector.java | 47 private String mValue; 85 mValue = alias; 97 return mValue != null; 104 return mValue; 124 setCertificate(savedState.mValue); 133 final String mValue; 137 mValue = value; 143 out.writeString(mValue); 162 mValue = in.readString();
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
BasicParameterInt.java | 27 protected int mValue; 41 mValue = p.mValue; 46 mValue = value; 51 mValue = value; 68 return mParameterName + mValue; 93 return mValue; 98 mValue = value;
|
ParameterColor.java | 29 int mValue; 52 mValue = Color.HSVToColor((int) (hsvo[3] * 255), mHSVO); 65 mValue = p.mValue; 76 return "(" + Integer.toHexString(mValue) + ")"; 85 return mValue; 89 mValue = value; 90 Color.colorToHSV(mValue, mHSVO); 91 mHSVO[3] = ((mValue >> 24) & 0xFF) / (float) 255;
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
IconLoaderTest.java | 68 private Object mValue; 72 mValue = value; 84 return mValue; 94 mValue = null;
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
OpenGLES20NativeActivityOne.java | 39 int mValue;
|
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
GL2JNIView.java | 215 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) { 216 return mValue[0]; 323 private int[] mValue = new int[1];
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
IsolatedService.java | 52 int mValue = 0;
|
RemoteService.java | 66 int mValue = 0; 156 int value = ++mValue;
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwQuotaManagerBridgeTest.java | 79 private long mValue; 82 mValue = value; 88 return mValue;
|
/external/chromium_org/base/android/jni_generator/java/src/org/chromium/example/jni_generator/ |
SampleForTests.java | 256 private final String mValue; 260 mValue = v; 270 return mValue;
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
CheckedInt.h | 559 T mValue; 563 CheckedInt(U value, bool isValid) : mValue(value), mIsValid(isValid) 583 : mValue(T(value)), 591 CheckedInt() : mValue(0), mIsValid(true) 601 return mValue; 640 T result = detail::OppositeIfSigned(mValue); 644 mValue)); 667 return mIsValid && other.mIsValid && mValue == other.mValue; 722 if (!detail::Is##NAME##Valid(lhs.mValue, rhs.mValue)) [all...] |
/external/chromium_org/third_party/codesighs/ |
nm2tsv.c | 84 const char* mValue; 336 current->mValue = inArgv[loop]; 374 outOptions->mInput = fopen(current->mValue, "r"); 378 ERROR_REPORT(retval, current->mValue, "Unable to open input file."); 382 outOptions->mInputName = strdup(current->mValue); 386 ERROR_REPORT(retval, current->mValue, "Unable to strdup."); 399 outOptions->mOutput = fopen(current->mValue, "a"); 403 ERROR_REPORT(retval, current->mValue, "Unable to open output file."); 407 outOptions->mOutputName = strdup(current->mValue); 411 ERROR_REPORT(retval, current->mValue, "Unable to strdup.") [all...] |
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
AndroidConfigChooser.java | 263 private int[] mValue; 282 mValue = new int[1]; 319 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) { 320 return mValue[0];
|
/frameworks/base/cmds/settings/src/com/android/commands/settings/ |
SettingsCmd.java | 45 String mValue = null; 102 mValue = arg; 137 putForUser(provider, mUser, mTable, mKey, mValue);
|
/frameworks/base/core/java/android/content/res/ |
TypedArray.java | 46 /*package*/ TypedValue mValue = new TypedValue(); 100 TypedValue v = mValue; 128 TypedValue v = mValue; 192 TypedValue v = mValue; 222 TypedValue v = mValue; 252 TypedValue v = mValue; 283 TypedValue v = mValue; 318 final TypedValue value = mValue; 341 final TypedValue value = mValue; 591 final TypedValue value = mValue; [all...] |
/frameworks/base/core/java/android/preference/ |
ListPreference.java | 41 private String mValue; 135 final boolean changed = !TextUtils.equals(mValue, value); 137 mValue = value; 201 return mValue; 232 return findIndexOfValue(mValue); 286 setValue(restoreValue ? getPersistedString(mValue) : (String) defaultValue);
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
ArrayMapTests.java | 86 final int mValue; 89 mValue = value; 97 return mValue == ((ControlledHash)o).mValue; 102 return mValue/100; 107 return Integer.toString(mValue);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
ResourceHelper.java | 60 private final static TypedValue mValue = new TypedValue(); 343 if (parseFloatAttribute(attribute, value, mValue, requireUnit)) { 344 return mValue;
|
/frameworks/native/include/ui/ |
mat4.h | 76 col_type mValue[ROW_SIZE]; 80 inline col_type const& operator [] (size_t i) const { return mValue[i]; } 81 inline col_type& operator [] (size_t i) { return mValue[i]; } 83 T const* asArray() const { return &mValue[0][0]; } 162 mValue[0] = col_type(1,0,0,0); 163 mValue[1] = col_type(0,1,0,0); 164 mValue[2] = col_type(0,0,1,0); 165 mValue[3] = col_type(0,0,0,1); 171 mValue[0] = col_type(v,0,0,0); 172 mValue[1] = col_type(0,v,0,0) [all...] |
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
GL2JNIView.java | 171 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) { 172 return mValue[0]; 279 private int[] mValue = new int[1];
|
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
GLPerfView.java | 171 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) { 172 return mValue[0]; 279 private int[] mValue = new int[1];
|