OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mError
(Results
1 - 25
of
33
) sorted by null
1
2
/frameworks/base/opengl/java/android/opengl/
GLException.java
27
mError
= error;
32
mError
= error;
44
return
mError
;
47
private final int
mError
;
/external/chromium_org/third_party/angle/src/libGLESv2/
BinaryStream.h
22
mError
= false;
37
if (
mError
)
46
mError
= true;
65
if (
mError
)
72
mError
= true;
84
mError
= true;
98
return
mError
;
108
bool
mError
;
/frameworks/base/core/tests/coretests/src/android/content/
ContentQueryMapTest.java
36
public Throwable
mError
= null;
47
mError
= e;
101
if (thread.
mError
!= null) throw thread.
mError
;
/cts/tests/tests/opengl/src/android/opengl/cts/
RendererBase.java
36
int
mError
;
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
SymbolResolvers.h
36
char *
mError
;
45
{ return (
mError
!= NULL); }
47
{ return
mError
; }
/frameworks/native/services/surfaceflinger/
DispSync.h
121
//
mError
is the computed model error. It is based on the difference
124
nsecs_t
mError
;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandException.java
27
private Error
mError
;
49
mError
= e;
93
return
mError
;
/frameworks/base/core/java/android/speech/tts/
EventLogger.java
43
private volatile boolean
mError
= false;
109
mError
= true;
126
if (
mError
|| mPlaybackStartTime == -1 || mEngineCompleteTime == -1) {
/frameworks/compile/libbcc/include/bcc/Support/
FileBase.h
69
llvm::error_code
mError
;
136
{ return (
mError
.value() != llvm::errc::success); }
139
{ return
mError
; }
144
{ return
mError
.message(); }
/frameworks/native/include/binder/
Parcel.h
234
status_t
mError
;
/frameworks/base/keystore/java/android/security/
KeyStore.java
57
private int
mError
= NO_ERROR;
96
default: throw new AssertionError(
mError
);
190
mError
= mBinder.unlock(password);
191
return
mError
== NO_ERROR;
335
return
mError
;
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingCameraManager.java
57
private final int
mError
;
60
return
mError
== ERROR_DISCONNECTED;
64
return
mError
!= ERROR_DISCONNECTED;
74
return
mError
;
88
mError
= errorCode;
183
private int
mError
= ERROR_UNINITIALIZED;
202
assertEquals(ERROR_UNINITIALIZED,
mError
);
264
mError
= error;
336
} else if (
mError
!= ERROR_UNINITIALIZED) {
338
mError
,
[
all
...]
/packages/apps/Mms/tests/src/com/android/mms/ui/
ComposeMessageActivityTests.java
83
private String
mError
;
88
mError
= null;
126
mError
= error;
131
return
mError
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ProjectCheckPage.java
54
private Image
mError
;
214
if (
mError
== null) {
215
mError
= IconFactory.getInstance().getIcon(IMG_ERROR);
218
new Label(parent, SWT.NONE).setImage(
mError
);
/hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp
106
int
mError
;
111
mError
= 0;
115
mError
= -1;
133
mError
= -1;
169
if (
mError
) {
197
if (
mError
) {
199
return
mError
;
/packages/apps/Settings/src/com/android/settings/
CredentialStorage.java
416
private final TextView
mError
;
436
mError
= (TextView) view.findViewById(R.id.error);
467
mError
.setVisibility(View.VISIBLE);
IccLockSettings.java
85
private String
mError
;
159
mError
= savedInstanceState.getString(DIALOG_ERROR);
227
out.putString(DIALOG_ERROR,
mError
);
283
if (
mError
!= null) {
284
message =
mError
+ "\n" + message;
285
mError
= null;
299
mError
= mRes.getString(R.string.sim_bad_pin);
310
mError
= null;
322
mError
= mRes.getString(R.string.sim_pins_dont_match);
327
mError
= null
[
all
...]
/frameworks/rs/
rsContext.h
266
mutable RsError
mError
;
/cts/tests/tests/media/src/android/media/cts/
AudioEffectTest.java
60
private int
mError
= 0;
277
mError
= 0;
292
assertTrue("error on attachAuxEffect",
mError
== 0);
311
mError
= 0;
313
while (
mError
== 0 && (looperWaitCount-- > 0)) {
326
assertTrue("no error on attachAuxEffect",
mError
!= 0);
[
all
...]
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h
243
int
mError
;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioEffectTest.java
57
private int
mError
= 0;
361
mError
= 0;
376
assertTrue(msg + ": no error on attachAuxEffect",
mError
!= 0);
[
all
...]
/frameworks/base/test-runner/src/android/test/
TestRunner.java
81
boolean
mError
= false;
112
if (!
mError
) {
119
*
mError
while running the test.
124
mError
= true;
129
mError
= true;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java
182
private String
mError
;
549
mError
= "No document";
577
mError
= null;
579
mError
= render.getErrorMessage();
580
if (
mError
== null) {
581
mError
= "";
596
if (
mError
!= null) {
854
if (mThumbnail != null &&
mError
== null) {
864
} else if (
mError
!= null) {
883
String msg =
mError
;
[
all
...]
/packages/apps/Browser/src/com/android/browser/
Tab.java
259
public final int
mError
;
263
mError
= error;
293
if (d.
mError
== err) {
[
all
...]
/frameworks/base/include/androidfw/
ResourceTypes.h
474
status_t
mError
;
740
status_t
mError
;
[
all
...]
Completed in 1028 milliseconds
1
2