Searched refs:mValue (Results 1 - 18 of 18) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DResolution.java38 private String mValue; field in class:Resolution
50 mValue = value;
66 return mValue;
78 return mVariable + ": " + mValue;
H A DAnnotationValueInfo.java22 private Object mValue; field in class:AnnotationValueInfo
29 mValue = null;
38 mValue = value;
50 return mValue;
58 Object v = mValue;
/external/replicaisland/src/com/replica/replicaisland/
H A DSliderPreference.java32 private int mValue = INITIAL_VALUE; field in class:SliderPreference
78 bar.setProgress(mValue);
84 mValue = progress;
85 persistInt(mValue);
106 mValue = defaultValue != null ? (Integer)defaultValue : INITIAL_VALUE;
109 persistInt(mValue);
111 mValue = getPersistedInt(mValue);
H A DGLSurfaceView.java832 mValue = new int[1];
876 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) {
877 return mValue[0];
882 private int[] mValue; field in class:GLSurfaceView.ComponentSizeChooser
/external/chromium_org/third_party/codesighs/
H A Dcodesighs.c110 const char* mValue; member in struct:__struct_Switch
661 current->mValue = inArgv[loop];
699 outOptions->mInput = fopen(current->mValue, "r");
703 ERROR_REPORT(retval, current->mValue, "Unable to open input file.");
707 outOptions->mInputName = strdup(current->mValue);
711 ERROR_REPORT(retval, current->mValue, "Unable to strdup.");
724 outOptions->mOutput = fopen(current->mValue, "a");
728 ERROR_REPORT(retval, current->mValue, "Unable to open output file.");
732 outOptions->mOutputName = strdup(current->mValue);
736 ERROR_REPORT(retval, current->mValue, "Unabl
[all...]
H A Dnm2tsv.c84 const char* mValue; member in struct:__struct_Switch
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, "Unabl
[all...]
H A Dmsdump2symdb.c84 const char* mValue; member in struct:__struct_Switch
923 current->mValue = inArgv[loop];
961 outOptions->mInput = fopen(current->mValue, "r");
965 ERROR_REPORT(retval, current->mValue, "Unable to open input file.");
969 outOptions->mInputName = strdup(current->mValue);
973 ERROR_REPORT(retval, current->mValue, "Unable to strdup.");
986 outOptions->mOutput = fopen(current->mValue, "a");
990 ERROR_REPORT(retval, current->mValue, "Unable to open output file.");
994 outOptions->mOutputName = strdup(current->mValue);
998 ERROR_REPORT(retval, current->mValue, "Unabl
[all...]
H A Dmsmap2tsv.c204 const char* mValue; member in struct:__struct_Switch
1925 current->mValue = inArgv[loop];
1963 outOptions->mInput = fopen(current->mValue, "r");
1967 ERROR_REPORT(retval, current->mValue, "Unable to open input file.");
1971 outOptions->mInputName = strdup(current->mValue);
1975 ERROR_REPORT(retval, current->mValue, "Unable to strdup.");
1988 outOptions->mOutput = fopen(current->mValue, "a");
1992 ERROR_REPORT(retval, current->mValue, "Unable to open output file.");
1996 outOptions->mOutputName = strdup(current->mValue);
2000 ERROR_REPORT(retval, current->mValue, "Unabl
[all...]
H A Dmaptsvdifftool.c89 const char* mValue; member in struct:__struct_Switch
1132 current->mValue = inArgv[loop];
1170 outOptions->mInput = fopen(current->mValue, "r");
1174 ERROR_REPORT(retval, current->mValue, "Unable to open input file.");
1178 outOptions->mInputName = strdup(current->mValue);
1182 ERROR_REPORT(retval, current->mValue, "Unable to strdup.");
1195 outOptions->mOutput = fopen(current->mValue, "a");
1199 ERROR_REPORT(retval, current->mValue, "Unable to open output file.");
1203 outOptions->mOutputName = strdup(current->mValue);
1207 ERROR_REPORT(retval, current->mValue, "Unabl
[all...]
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DWebViewFindApisTestBase.java136 private int mValue; field in class:WebViewFindApisTestBase.IntegerFuture
150 return mValue;
157 mValue = value;
H A DAwQuotaManagerBridgeTest.java80 private long mValue; field in class:AwQuotaManagerBridgeTest.LongValueCallbackHelper
83 mValue = value;
89 return mValue;
/external/chromium_org/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
H A DSampleForTests.java256 private final String mValue; field in class:SampleForTests.InnerStructB
260 mValue = v;
270 return mValue;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCheckedInt.h559 T mValue; member in class:WebCore::CheckedInt
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, rh
[all...]
/external/clang/test/CodeGenCXX/
H A Danonymous-union-member-initializer.cpp176 unsigned mValue; member in union:PR9683::QueueEntry::__anon16038
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DAndroidConfigChooser.java263 private int[] mValue; field in class:AndroidConfigChooser.ComponentSizeChooser
282 mValue = new int[1];
319 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) {
320 return mValue[0];
/external/srec/srec/cfront/
H A Dnisthdr.h183 } mValue; member in class:Nist1AHeader::FieldDescription
201 mpFields[fieldId].mValue.##unionKey = x;}
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java373 private T mValue; field in class:LittleMock.ArgumentCaptorImpl
385 mValue = value;
386 mAllValues.add(mValue);
391 return mValue;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 708 milliseconds