/external/chromium-libpac/test/js-unittest/ |
dns_fail.js | 4 // Returns "PROXY success:80" on success. 16 return "PROXY success:80";
|
/external/deqp/framework/delibs/decpp/ |
deThreadSafeRingBuffer.hpp | 108 bool success = m_empty.tryDecrement(); 109 if (success) 115 return success; 135 bool success = m_fill.tryDecrement(); 137 if (success) 145 return success;
|
/external/deqp/scripts/src_util/ |
pre_commit.py | 25 # Returns with 0 exit code on success, 1 otherwise. 49 success = True variable 52 global success 53 success = False 80 global success 81 success = False 103 if not success:
|
/external/google-breakpad/src/tools/linux/symupload/ |
minidump_upload.cc | 55 bool success; member in struct:Options 67 bool success = HTTPUpload::SendRequest(options->uploadURLStr, local 78 if (success) { 85 options->success = success; 150 return options.success ? 0 : 1;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
ModelInterpreter.java | 281 boolean success; 283 success = mSimulatedCallState.triggerRing(number); 285 if (success) { 337 boolean success; 339 success = mSimulatedCallState.triggerHangupForeground(); 341 if (success) { 351 boolean success; 353 success = mSimulatedCallState.triggerHangupBackground(); 355 if (success) { 366 boolean success; [all...] |
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
attrsetvaluenomodificationallowederr.java | 99 boolean success = false; 103 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); 105 assertTrue("setValue_throws_NO_MODIFICATION", success); 109 boolean success = false; 113 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); 115 assertTrue("setNodeValue_throws_NO_MODIFICATION", success);
|
hc_attrinsertbefore7.java | 85 boolean success = false; 89 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); 91 assertTrue("throw_NOT_SUPPORTED_ERR", success); 100 boolean success = false; 104 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); 106 assertTrue("throw_HIERARCHY_REQUEST_ERR", success);
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
namednodemapsetnameditemns05.java | 91 boolean success = false; 95 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); 97 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR_entities", success); 101 boolean success = false; 105 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); 107 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR_notations", success);
|
/system/connectivity/apmanager/dbus/ |
firewalld_dbus_proxy.cc | 58 bool success = false; local 60 if (!proxy_->PunchUdpHole(port, interface, &success, &error)) { 65 if (!success) { 83 bool success; local 84 if (!proxy_->PlugUdpHole(port, interface, &success, &error)) { 89 if (!success) {
|
/external/icu/icu4c/source/layout/ |
GlyphPosnLookupProc.h | 35 LEErrorCode& success); 40 const LEFontInstance *fontInstance, LEErrorCode& success) const;
|
GlyphSubstLookupProc.h | 37 LEErrorCode& success); 42 const LEFontInstance *fontInstance, LEErrorCode& success) const;
|
HanLayoutEngine.h | 42 * @param success - set to an error code if the operation fails 51 le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTablem, LEErrorCode &success); 93 * @param success - set to an error code if the operation fails 100 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
ICUFeatures.h | 39 LEReferenceTo<FeatureTable> getFeatureTable(const LETableReference &base, le_uint16 featureIndex, LETag *featureTag, LEErrorCode &success) const; 42 const LEReferenceTo<FeatureTable> getFeatureTable(const LETableReference &base, LETag featureTag, LEErrorCode &success) const;
|
IndicRearrangementProcessor2.h | 30 virtual le_uint16 processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success); 36 IndicRearrangementProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
|
LigatureSubstProc2.h | 33 EntryTableIndex2 index, LEErrorCode &success); 37 LigatureSubstitutionProcessor2(const LEReferenceTo<MorphSubtableHeader2> &morphSubtableHeader, LEErrorCode &success);
|
MPreFixups.cpp | 43 void MPreFixups::apply(LEGlyphStorage &glyphStorage, LEErrorCode& success) 45 if (LE_FAILURE(success)) { 66 LEErrorCode success = LE_NO_ERROR; local 76 success = LE_MEMORY_ALLOCATION_ERROR; 84 indexSave[i] = glyphStorage.getCharIndex(mpreIndex + i, success); //charIndices[mpreIndex + i]; 89 le_int32 charIndex = glyphStorage.getCharIndex(mpreLimit + i, success); 92 glyphStorage.setCharIndex(mpreIndex + i, charIndex, success); 97 glyphStorage.setCharIndex(mpreDest, indexSave[i], success);
|
HangulLayoutEngine.cpp | 187 le_int32 typoFlags, const LEReferenceTo<GlyphSubstitutionTableHeader> &gsubTable, LEErrorCode &success) 188 : OpenTypeLayoutEngine(fontInstance, scriptCode, korLanguageCode, typoFlags, gsubTable, success) 196 le_int32 typoFlags, LEErrorCode &success) 197 : OpenTypeLayoutEngine(fontInstance, scriptCode, korLanguageCode, typoFlags, success) 210 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) 212 if (LE_FAILURE(success)) { 217 success = LE_ILLEGAL_ARGUMENT_ERROR; 226 success = LE_MEMORY_ALLOCATION_ERROR; 230 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); 231 glyphStorage.allocateAuxData(success); [all...] |
/external/wpa_supplicant_8/src/ap/ |
preauth_auth.h | 17 int success); 35 int success)
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
ExternalDevice.h | 42 static void HdcpLinkStatusListener(bool success, void *userData); 43 void HdcpLinkStatusListener(bool success);
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
Prefix.java | 134 boolean success = false; 138 success = (ex.code == DOMException.NAMESPACE_ERR); 140 assertTrue("throw_NAMESPACE_ERR", success); 152 boolean success = false; 156 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); 158 assertTrue("throw_INVALID_CHARACTER_ERR", success); 170 boolean success = false; 174 success = (ex.code == DOMException.NAMESPACE_ERR); 176 assertTrue("throw_NAMESPACE_ERR", success); 204 // boolean success = false [all...] |
/packages/apps/Camera2/src/com/android/camera/processing/ |
ProcessingTask.java | 37 * @param success whether the processing was successful. 40 public ProcessingResult(boolean success, CaptureSession session) { 41 mSuccess = success;
|
/system/connectivity/shill/test-scripts/ |
connect-service | 25 (success, diagnostics) = flim.ConnectService(service=service) 27 print 'Success:', success
|
/external/valgrind/coregrind/m_demangle/ |
cplus-dem.c | 251 They are all non-zero so that they can be used as `success' 1170 int success = 0; local 1419 int success = 1; local 1734 int success = 1; local 1794 int success; local 1850 int success; local 1987 int success = 1; local 2100 int success = 0; local 2540 int success = 0; local 2592 int success = 0; local 2646 int success = 0; local 2744 int success = 1; local 2953 int success = 1; local 3203 int success = 1; local 3287 int success = 1; local 3546 int success; local 3858 int success = 1; local [all...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
cplus-dem.c | 233 They are all non-zero so that they can be used as `success' 1166 int success = 0; local 1415 int success = 1; local 1730 int success = 1; local 1790 int success; local 1846 int success; local 1983 int success = 1; local 2096 int success = 0; local 2536 int success = 0; local 2588 int success = 0; local 2642 int success = 0; local 2740 int success = 1; local 2949 int success = 1; local 3199 int success = 1; local 3283 int success = 1; local 3542 int success; local 3854 int success = 1; local [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
VMDeath002Test.java | 70 boolean success = true; 136 success = false; 146 success = false; 152 success = false; 161 success = false; 167 success = false; 171 success = false; 177 success = false; 181 success = false; 187 success = false [all...] |