Searched refs:isError (Results 1 - 25 of 91) sorted by relevance

1234

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DError.h28 bool isError() const { return (mCode != GL_NO_ERROR); } function in class:gl::Error
H A DBuffer.cpp39 if (error.isError())
54 if (error.isError())
67 if (error.isError())
83 if (error.isError())
107 if (error.isError())
/external/chromium_org/third_party/icu/source/samples/ustring/
H A Dustring.cpp106 UBool isError; local
125 isError=FALSE;
127 U16_APPEND(input, i, LENGTHOF(input), 0x0062, isError);
201 UBool isError; local
216 isError=FALSE;
217 for(i=j=0; j<LENGTHOF(buffer) && !isError; /* U16_NEXT post-increments */) {
223 U16_APPEND(buffer, j, LENGTHOF(buffer), c, isError);
227 isError=FALSE;
228 for(i=j=0; j<LENGTHOF(buffer) && !isError; /* U16_NEXT post-increments */) {
234 U16_APPEND(buffer, j, LENGTHOF(buffer), c, isError);
[all...]
/external/icu/icu4c/source/samples/ustring/
H A Dustring.cpp106 UBool isError; local
125 isError=FALSE;
127 U16_APPEND(input, i, LENGTHOF(input), 0x0062, isError);
201 UBool isError; local
216 isError=FALSE;
217 for(i=j=0; j<LENGTHOF(buffer) && !isError; /* U16_NEXT post-increments */) {
223 U16_APPEND(buffer, j, LENGTHOF(buffer), c, isError);
227 isError=FALSE;
228 for(i=j=0; j<LENGTHOF(buffer) && !isError; /* U16_NEXT post-increments */) {
234 U16_APPEND(buffer, j, LENGTHOF(buffer), c, isError);
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DVertexDataManager.cpp110 if (error.isError())
126 if (error.isError())
141 if (error.isError())
204 if (error.isError())
216 if (error.isError())
252 if (error.isError())
265 if (error.isError())
284 if (error.isError())
290 if (error.isError())
319 if (error.isError())
[all...]
H A DVertexBuffer.cpp99 if (error.isError())
110 if (error.isError())
117 if (error.isError())
141 if (error.isError())
215 if (error.isError())
224 if (error.isError())
290 if (error.isError())
H A DIndexBuffer.cpp78 if (error.isError())
148 if (error.isError())
157 if (error.isError())
H A DIndexDataManager.cpp143 if (error.isError())
174 if (error.isError())
181 if (error.isError())
189 if (error.isError())
225 if (error.isError())
243 if (error.isError())
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_icu.c134 int isError = 0; local
136 U16_APPEND(pCsr->aChar, iOut, nChar, c, isError);
137 if( isError ){
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_icu.c134 int isError = 0; local
136 U16_APPEND(pCsr->aChar, iOut, nChar, c, isError);
137 if( isError ){
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dsource_row.js27 this.isError_ = sourceEntry.isError();
87 this.sourceEntry_.isError() != this.isError_) {
106 this.isError_ = this.sourceEntry_.isError();
H A Dsource_filter_parser.js91 return function(sourceEntry) { return sourceEntry.isError(); };
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DQuery11.cpp68 if (error.isError())
88 if (error.isError())
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DQuery9.cpp75 if (error.isError())
95 if (error.isError())
/external/smack/src/com/kenai/jbosh/
H A DBOSHClientConnEvent.java160 public boolean isError() { method in class:BOSHClientConnEvent
166 * guaranteed to return {@code null} when @{code isError()} returns
168 * non-@{code null} if {@code isError()} returns {@code true}.
/external/chromium_org/v8/test/mjsunit/
H A Dmirror-error.js58 assertTrue(mirror.isError());
/external/srec/portable/include/
H A DPANSIFileImpl.h107 PORTABLE_API ESR_ReturnCode PANSIFileIsErrorSetImpl(PFile* self, ESR_BOOL* isError);
H A DPFile.h186 * @param isError [out] True if the error-flag is set
189 ESR_ReturnCode(*isErrorSet)(struct PFile_t* self, ESR_BOOL* isError);
349 * @param isError [out] True if the error-flag is set
352 PORTABLE_API ESR_ReturnCode PFileIsErrorSet(PFile* self, ESR_BOOL* isError);
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp206 UBool isError = FALSE; local
207 U16_APPEND(fUnion.fStackBuffer, i, US_STACKBUF_SIZE, ch, isError);
208 // We test isError so that the compiler does not complain that we don't.
209 // If isError then i==0 which is what we want anyway.
210 if(!isError) {
1288 UBool isError = FALSE; local
1289 U16_APPEND(buffer, count, U16_MAX_LENGTH, srcChar, isError);
1290 // We test isError so that the compiler does not complain that we don't.
1291 // If isError (srcChar is not a valid code point) then count==0 which means
1293 return doReplace(start, _length, buffer, 0, isError
1300 UBool isError = FALSE; local
1756 UBool isError = FALSE; local
[all...]
H A Ducasemap.cpp145 UBool isError=FALSE; local
146 U8_APPEND(dest, destIndex, destCapacity, c, isError);
147 if(isError) {
/external/icu/icu4c/source/common/
H A Dunistr.cpp206 UBool isError = FALSE; local
207 U16_APPEND(fUnion.fStackBuffer, i, US_STACKBUF_SIZE, ch, isError);
208 // We test isError so that the compiler does not complain that we don't.
209 // If isError then i==0 which is what we want anyway.
210 if(!isError) {
1288 UBool isError = FALSE; local
1289 U16_APPEND(buffer, count, U16_MAX_LENGTH, srcChar, isError);
1290 // We test isError so that the compiler does not complain that we don't.
1291 // If isError (srcChar is not a valid code point) then count==0 which means
1293 return doReplace(start, _length, buffer, 0, isError
1300 UBool isError = FALSE; local
1756 UBool isError = FALSE; local
[all...]
/external/srec/portable/src/
H A DPFileWrap.c185 ESR_ReturnCode PFileIsErrorSet ( PFile *self, ESR_BOOL *isError )
192 *isError = ESR_TRUE;
194 *isError = ESR_FALSE;
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DGenericRequest.java57 private boolean isError; field in class:GenericRequest
133 isError = false;
263 return isError;
380 isError = true;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutf16.h304 * then isError is set to TRUE.
310 * @param isError output UBool set to TRUE if an error occurs, otherwise not modified
314 #define U16_APPEND(s, i, capacity, c, isError) { \
321 (isError)=TRUE; \
/external/icu/icu4c/source/common/unicode/
H A Dutf16.h304 * then isError is set to TRUE.
310 * @param isError output UBool set to TRUE if an error occurs, otherwise not modified
314 #define U16_APPEND(s, i, capacity, c, isError) { \
321 (isError)=TRUE; \

Completed in 492 milliseconds

1234