/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
app-linux.c | 113 EGLBoolean success; local 126 success = eglInitialize(sEglDisplay, &majorVersion, &minorVersion); 127 if (success != EGL_FALSE) 128 success = eglGetConfigs(sEglDisplay, NULL, 0, &numConfigs); 129 if (success != EGL_FALSE) 130 success = eglChooseConfig(sEglDisplay, configAttribs, 132 if (success != EGL_FALSE) 136 success = EGL_FALSE; 138 if (success != EGL_FALSE) 168 if (success != EGL_FALSE [all...] |
/external/icu4c/layout/ |
GlyphPosnLookupProc.cpp | 41 LEErrorCode& success) 52 success 65 LEErrorCode& success) const 67 if (LE_FAILURE(success)) { 130 delta = subtable->process(this, glyphIterator, fontInstance, success); 138 delta = subtable->process(this, glyphIterator, fontInstance, success); 146 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);
|
LookupProcessor.h | 37 le_bool rightToLeft, const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, const LEFontInstance *fontInstance, LEErrorCode& success) const; 39 le_uint32 applyLookupTable(const LookupTable *lookupTable, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const; 41 le_uint32 applySingleLookup(le_uint16 lookupTableIndex, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const; 44 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const = 0; 58 LEErrorCode& success);
|
/frameworks/base/telephony/java/android/telephony/ |
SmsManager.java | 55 * The result code will be <code>Activity.RESULT_OK<code> for success, 118 * The result code will be <code>Activity.RESULT_OK<code> for success, 181 * The result code will be <code>Activity.RESULT_OK<code> for success, 245 * @return true for success 250 boolean success = false; 255 success = iccISms.copyMessageToIccEf(status, pdu, smsc); 261 return success; 270 * @return true for success 276 boolean success = false; 283 success = iccISms.updateMessageOnIccEf(messageIndex, STATUS_ON_ICC_FREE, pdu) [all...] |
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
DOMImplementationHasFeature.java | 105 boolean success; 118 success = domImpl.hasFeature(featureXML, version); 119 assertTrue("domimplementationhasfeature01_XML_1", success); 120 success = domImpl.hasFeature(featureXML, version1); 121 assertTrue("domimplementationhasfeature01_XML_2", success); 125 success = domImpl.hasFeature(featureCore, version); 126 assertTrue("domimplementationhasfeature01_Core_1", success); 127 success = domImpl.hasFeature(featureCore, version1); 128 success = domImpl.hasFeature(featureCore, version2); 129 assertTrue("domimplementationhasfeature01_Core_3", success); [all...] |
/libcore/luni/src/test/java/tests/api/java/util/concurrent/ |
AbstractQueueTest.java | 60 } catch (IllegalStateException success) {} 71 } catch (NullPointerException success) {} 90 } catch (NoSuchElementException success) {} 110 } catch (NoSuchElementException success) {} 121 } catch (NullPointerException success) {} 132 } catch (IllegalArgumentException success) {} 145 } catch (NullPointerException success) {} 159 } catch (NullPointerException success) {} 172 } catch (IllegalStateException success) {}
|
/frameworks/base/core/java/android/nfc/ |
TransceiveResult.java | 32 public TransceiveResult(final boolean success, final boolean tagIsLost, 34 mSuccess = success; 70 boolean success = (in.readInt() == 1) ? true : false; 74 if (success) { 81 return new TransceiveResult(success, tagLost, responseData);
|
/libcore/support/src/test/java/tests/util/ |
FieldTestFileGenerator.java | 49 boolean success = true; 64 success = false; 79 success = false; 94 success = false; 100 if (success) { 101 System.out.println("Success!");
|
/external/webkit/WebKit/android/ |
RenderSkinAndroid.cpp | 65 bool success = SkImageDecoder::DecodeMemory(asset->getBuffer(false), asset->getLength(), bitmap); local 66 if (!success) { 71 return success;
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
characterdataindexsizeerrdeletedataoffsetgreater.java | 80 boolean success = false; 84 success = (ex.code == DOMException.INDEX_SIZE_ERR); 86 assertTrue("throw_INDEX_SIZE_ERR", success);
|
characterdataindexsizeerrinsertdataoffsetgreater.java | 79 boolean success = false; 83 success = (ex.code == DOMException.INDEX_SIZE_ERR); 85 assertTrue("throw_INDEX_SIZE_ERR", success);
|
characterdataindexsizeerrreplacedataoffsetgreater.java | 80 boolean success = false; 84 success = (ex.code == DOMException.INDEX_SIZE_ERR); 86 assertTrue("throw_INDEX_SIZE_ERR", success);
|
characterdataindexsizeerrsubstringoffsetgreater.java | 80 boolean success = false; 84 success = (ex.code == DOMException.INDEX_SIZE_ERR); 86 assertTrue("throw_INDEX_SIZE_ERR", success);
|
documentinvalidcharacterexceptioncreateattribute.java | 74 boolean success = false; 78 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); 80 assertTrue("throw_INVALID_CHARACTER_ERR", success);
|
documentinvalidcharacterexceptioncreateelement.java | 74 boolean success = false; 78 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); 80 assertTrue("throw_INVALID_CHARACTER_ERR", success);
|
elementinvalidcharacterexception.java | 75 boolean success = false; 79 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); 81 assertTrue("throw_INVALID_CHARACTER_ERR", success);
|
elementnotfounderr.java | 80 boolean success = false; 84 success = (ex.code == DOMException.NOT_FOUND_ERR); 86 assertTrue("throw_NOT_FOUND_ERR", success);
|
hc_characterdataindexsizeerrdeletedataoffsetgreater.java | 79 boolean success = false; 83 success = (ex.code == DOMException.INDEX_SIZE_ERR); 85 assertTrue("throw_INDEX_SIZE_ERR", success);
|
hc_characterdataindexsizeerrinsertdataoffsetgreater.java | 78 boolean success = false; 82 success = (ex.code == DOMException.INDEX_SIZE_ERR); 84 assertTrue("throw_INDEX_SIZE_ERR", success);
|
hc_characterdataindexsizeerrreplacedataoffsetgreater.java | 79 boolean success = false; 83 success = (ex.code == DOMException.INDEX_SIZE_ERR); 85 assertTrue("throw_INDEX_SIZE_ERR", success);
|
hc_characterdataindexsizeerrsubstringoffsetgreater.java | 79 boolean success = false; 83 success = (ex.code == DOMException.INDEX_SIZE_ERR); 85 assertTrue("throw_INDEX_SIZE_ERR", success);
|
hc_documentinvalidcharacterexceptioncreateattribute.java | 73 boolean success = false; 77 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); 79 assertTrue("throw_INVALID_CHARACTER_ERR", success);
|
hc_documentinvalidcharacterexceptioncreateattribute1.java | 66 boolean success = false; 70 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); 72 assertTrue("throw_INVALID_CHARACTER_ERR", success);
|
hc_documentinvalidcharacterexceptioncreateelement.java | 73 boolean success = false; 77 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); 79 assertTrue("throw_INVALID_CHARACTER_ERR", success);
|
hc_documentinvalidcharacterexceptioncreateelement1.java | 66 boolean success = false; 70 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); 72 assertTrue("throw_INVALID_CHARACTER_ERR", success);
|