/external/volley/src/main/java/com/android/volley/ |
D | Header.java | 23 private final String mValue; field in Header 27 mValue = value; in Header() 35 return mValue; in getValue() 45 return TextUtils.equals(mName, header.mName) && TextUtils.equals(mValue, header.mValue); in equals() 51 result = 31 * result + mValue.hashCode(); in hashCode() 57 return "Header[name=" + mName + ",value=" + mValue + "]"; in toString()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | SliderPreference.java | 32 private int mValue = INITIAL_VALUE; field in SliderPreference 78 bar.setProgress(mValue); in onBindView() 84 mValue = progress; in onProgressChanged() 85 persistInt(mValue); in onProgressChanged() 106 mValue = defaultValue != null ? (Integer)defaultValue : INITIAL_VALUE; in onSetInitialValue() 109 persistInt(mValue); in onSetInitialValue() 111 mValue = getPersistedInt(mValue); in onSetInitialValue()
|
D | GLSurfaceView.java | 832 mValue = new int[1]; in ComponentSizeChooser() 876 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) { in findConfigAttrib() 877 return mValue[0]; in findConfigAttrib() 882 private int[] mValue; field in GLSurfaceView.ComponentSizeChooser
|
/external/doclava/src/com/google/doclava/ |
D | Resolution.java | 38 private String mValue; field in Resolution 50 mValue = value; in Resolution() 66 return mValue; in getValue() 78 return mVariable + ": " + mValue; in toString()
|
D | AnnotationValueInfo.java | 22 private Object mValue; field in AnnotationValueInfo 29 mValue = null; in AnnotationValueInfo() 38 mValue = value; in init() 50 return mValue; in value() 58 Object v = mValue; in valueString()
|
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/ |
D | ResultAnd.java | 14 private final A mValue; field in ResultAnd 18 this.mValue = value; in ResultAnd() 32 return mValue; in getValue()
|
/external/libese/apps/weaver/card/src/com/android/weaver/core/ |
D | CoreSlots.java | 94 private byte[] mValue = new byte[Consts.SLOT_VALUE_BYTES]; field in CoreSlots.Slot 110 Util.arrayCopy(valueBuffer, valueOffset, mValue, (short) 0, Consts.SLOT_VALUE_BYTES); in write() 121 Util.arrayFillNonAtomic(mValue, (short) 0, Consts.SLOT_VALUE_BYTES, (byte) 0); in eraseValue() 130 arrayFill(mValue, (short) 0, Consts.SLOT_VALUE_BYTES, (byte) 0); in erase() 180 final byte[] data = (result == Consts.READ_SUCCESS) ? mValue : sRemainingBackoff; in read()
|
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/ |
D | InterfaceControlMessageTest.java | 40 private long mValue = 0; field in InterfaceControlMessageTest.IntegerAccessorImpl 57 response.call(mValue, mEnum); in getInteger() 65 mValue = value; in setInteger() 70 return mValue; in getValue()
|
/external/libchrome/base/android/jni_generator/java/src/org/chromium/example/jni_generator/ |
D | SampleForTests.java | 232 private final String mValue; field in SampleForTests.InnerStructB 236 mValue = v; in InnerStructB() 246 return mValue; in getValue()
|
/external/robolectric-shadows/shadows/framework/src/main/java/android/webkit/ |
D | RoboCookieManager.java | 255 private final String mValue; field in RoboCookieManager.Cookie 268 mValue = cookie.substring(equalsIndex + 1); in Cookie() 271 mValue = null; in Cookie() 280 return mValue; in getValue()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ResourceHelper2.java | 33 private final static TypedValue mValue = new TypedValue(); field in ResourceHelper2 74 if (parseFloatAttribute(attribute, value, mValue, requireUnit)) { in getValue() 75 return mValue; in getValue()
|
D | ResourceHelper.java | 31 private final static TypedValue mValue = new TypedValue(); field in ResourceHelper 166 if (parseFloatAttribute(attribute, value, mValue, requireUnit)) { in getValue() 167 return mValue; in getValue()
|
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/ |
D | ViEAndroidGLES20.java | 188 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) { in findConfigAttrib() 189 return mValue[0]; in findConfigAttrib() 296 private int[] mValue = new int[1]; field in ViEAndroidGLES20.ConfigChooser
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ |
D | FullScreenTask.java | 214 String mValue; field in FullScreenTask.SetProperty 220 mValue = value; in SetProperty() 226 mInflater.setProperty(mView, mProperty, mValue); in run()
|
/external/clang/test/CodeGenCXX/ |
D | anonymous-union-member-initializer.cpp | 176 unsigned mValue; member
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.h | 201 bool SetMeasure(XFA_Attribute eAttr, CXFA_Measurement mValue, bool bNotify);
|
D | cjx_object.cpp | 411 CXFA_Measurement mValue, in SetMeasure() argument 415 SetMapModuleBuffer(pKey, &mValue, sizeof(CXFA_Measurement), nullptr); in SetMeasure()
|
/external/llvm/test/DebugInfo/X86/ |
D | concrete_out_of_line.ll | 113 !39 = !DIDerivedType(tag: DW_TAG_member, name: "mValue", line: 7, size: 32, align: 32, file: !59, s…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | concrete_out_of_line.ll | 92 !8 = !DIDerivedType(tag: DW_TAG_member, name: "mValue", scope: !6, file: !1, line: 7, baseType: !9,…
|