/external/icu4c/layout/ |
LEInsertionList.h | 86 * @param success set to an error code if the auxillary data cannot be retrieved. 93 LEGlyphID *insert(le_int32 position, le_int32 count, LEErrorCode &success);
|
IndicReordering.cpp | 208 LEErrorCode success = LE_NO_ERROR; local 212 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success); 213 fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success); 220 LEErrorCode success = LE_NO_ERROR; local 222 fGlyphStorage.setAuxData( charIndex, charFeatures, success ); 228 LEErrorCode success = LE_NO_ERROR; local 229 return fGlyphStorage.getAuxData(charIndex,success); 234 LEErrorCode success = LE_NO_ERROR; local 240 le_int32 saveIndex = fGlyphStorage.getCharIndex(i+inv_count,success); 241 le_uint32 saveAuxData = fGlyphStorage.getAuxData(i+inv_count,success); 267 LEErrorCode success = LE_NO_ERROR; local 293 LEErrorCode success = LE_NO_ERROR; local 309 LEErrorCode success = LE_NO_ERROR; local 993 LEErrorCode success = LE_NO_ERROR; local 1005 LEErrorCode success = LE_NO_ERROR; local [all...] |
/external/llvm/include/llvm/Object/ |
Error.h | 26 success = 0, enumerator in enum:llvm::object::object_error::_
|
/external/llvm/lib/Object/ |
Archive.cpp | 104 return object_error::success; 108 return object_error::success; 126 return object_error::success; 131 return object_error::success; 138 return object_error::success; 173 return object_error::success; 199 ec = object_error::success; 220 return object_error::success; 242 return object_error::success;
|
Binary.cpp | 58 return object_error::success; 69 return object_error::success; 85 return object_error::success; 91 return object_error::success;
|
/external/webkit/Source/WebCore/platform/android/ |
ClipboardAndroid.h | 46 String getData(const String&, bool& success) const;
|
/external/webkit/Source/WebCore/platform/brew/ |
ClipboardBrew.h | 44 String getData(const String&, bool& success) const;
|
/external/webkit/Source/WebCore/platform/graphics/ |
ImageBuffer.h | 68 bool success = false; local 69 OwnPtr<ImageBuffer> buf(new ImageBuffer(size, colorSpace, renderingMode, success)); 70 if (success) 127 // This constructor will place its success into the given out-variable 129 ImageBuffer(const IntSize&, ColorSpace colorSpace, RenderingMode renderingMode, bool& success);
|
/frameworks/base/core/tests/coretests/src/android/os/ |
IdleHandlerTest.java | 75 success(); 111 success(); 146 success(); 182 success();
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
NamedNodeMapRemoveNamedItemNS.java | 220 boolean success = false; 224 success = (ex.code == DOMException.NOT_FOUND_ERR); 226 assertTrue("throw_NOT_FOUND_ERR", success); 242 boolean success = false; 246 success = (ex.code == DOMException.NOT_FOUND_ERR); 248 assertTrue("throw_NOT_FOUND_ERR", success); 265 boolean success = false; 269 success = (ex.code == DOMException.NOT_FOUND_ERR); 271 assertTrue("throw_NOT_FOUND_ERR", success);
|
SetAttributeNS.java | 90 boolean success = false; 95 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); 97 assertTrue("throw_INVALID_CHARACTER_ERR", success); 151 // boolean success = false; 156 // success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); 158 // assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR", success); 219 boolean success = false; 224 success = (ex.code == DOMException.NAMESPACE_ERR); 226 assertTrue("throw_NAMESPACE_ERR", success); 240 boolean success = false [all...] |
/packages/apps/Settings/src/com/android/settings/nfc/ |
AndroidBeam.java | 97 boolean success = false; 100 success = mNfcAdapter.enableNdefPush(); 102 success = mNfcAdapter.disableNdefPush(); 104 if (success) {
|
/external/webkit/Source/WebCore/inspector/ |
InspectorStyleSheet.cpp | 228 bool success = replacePropertyInStyleText(property, propertyText); 229 if (!success) { 255 bool success = styleText(&text); local 256 if (!success) { 326 bool success; 328 success = enableProperty(index, allProperties); 330 success = disableProperty(index, allProperties); 332 return success; 359 bool success = m_parentStyleSheet->text(&styleSheetText); local 360 if (!success) 375 bool success = styleText(&oldStyleText); local 407 bool success = replacePropertyInStyleText(disabledProperty, disabledProperty.rawText); local 502 bool success = activeIt->second->getBoolean("parsedOk", &previousParsedOk); local 563 bool success = styleText(&text); local 693 bool success = text(&styleSheetText); local 741 bool success = text(&styleSheetText); local 816 bool success = text(&sheetText); local 845 bool success = inspectorStyle->toggleProperty(errorString, propertyIndex, disable); local 940 bool success = originalStyleSheetText(&text); local 992 bool success = styleSheetTextWithChangedStyle(style, text, &patchedStyleSheetText); local 1058 bool success = inlineStyleSheetText(&text); local 1239 bool success = getStyleAttributeRanges(&sourceData); local [all...] |
/dalvik/vm/mterp/x86/ |
OP_MONITOR_EXIT.S | 23 testl %eax,%eax # success?
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t018llstar.py | 27 success = (output == testOutput) 28 if not success:
|
t020fuzzy.py | 30 success = (output == testOutput) 31 if not success:
|
/external/chromium/chrome/browser/chromeos/login/ |
cookie_fetcher_unittest.cc | 49 net::URLRequestStatus status(net::URLRequestStatus::SUCCESS, 0); 97 net::URLRequestStatus success; local 101 new MockAuthResponseHandler(iat_url_, success, kHttpSuccess, token_); 124 net::URLRequestStatus success; local 127 new MockAuthResponseHandler(iat_url_, success, 403, std::string()); 130 new MockAuthResponseHandler(ta_url_, success, 0, std::string()); 146 net::URLRequestStatus success; local 150 success, 154 new MockAuthResponseHandler(ta_url_, success, 403, std::string());
|
/external/chromium/chrome/browser/extensions/ |
extension_function.cc | 63 void AsyncExtensionFunction::SendResponse(bool success) { 69 dispatcher()->SendResponse(this, success);
|
/external/chromium/chrome/browser/ |
gpu_process_host_ui_shim.cc | 73 bool success = BrowserThread::PostTask( local 79 return success; 85 bool success = gpu_channel_manager->OnMessageReceived(*msg); local 90 DCHECK(success); 158 bool success; local 161 success = BrowserThread::PostTask( 168 success = BrowserThread::PostTask( 174 return success;
|
plugin_download_helper.h | 31 bool success) {} 53 void DownloadCompletedHelper(bool success);
|
/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
js_modal_dialog.h | 30 bool success, 97 void NotifyDelegate(bool success, const std::wstring& prompt_text,
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
ends_with_comment.js | 2 return "PROXY success:80";
|
/external/chromium/third_party/libjingle/source/talk/base/ |
proxydetect.cc | 556 bool success = false; local 561 success = true; 597 return success; 615 BOOL success = FALSE; local 619 success = pWHGPFU(hWinHttp, url, options, info); 626 success = pWHGPFU(hWinHttp, url, options, info); 629 return success; 651 bool success = false; local 657 success = (NULL != strstr(value, L"firefox.exe")); 660 return success; 676 bool success = false; local 715 bool success = true; local 922 bool success = false; local 947 bool success = GetWinHttpProxySettings(url, proxy); local [all...] |
/external/llvm/lib/Support/ |
DataStream.cpp | 70 return error_code::success(); 80 return error_code::success();
|
/external/openssh/ |
audit-linux.c | 44 const char *hostname, const char *ip, const char *ttyn, int success) 58 username == NULL ? uid : -1, hostname, ip, ttyn, success);
|