/external/webkit/Source/WebCore/platform/haiku/ |
ClipboardHaiku.h | 47 String getData(const String& type, bool& success) const;
|
/external/webkit/Source/WebCore/platform/win/ |
DragDataWin.cpp | 91 bool success; local 92 return (m_platformDragData) ? getURL(m_platformDragData, filenamePolicy, success, title) : getURL(&m_dragDataMap, filenamePolicy, title); 140 bool success; local 141 return (m_platformDragData) ? getPlainText(m_platformDragData, success) : getPlainText(&m_dragDataMap);
|
/external/webkit/Source/WebCore/platform/wx/ |
ClipboardWx.h | 45 String getData(const String& type, bool& success) const;
|
/external/webkit/Source/WebCore/xml/ |
XSLTProcessorQt.cpp | 116 bool success = false; local 131 return success; 168 success = query.evaluateTo(&outputBuffer); 177 return success;
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
link_test.c | 50 int success)
|
/external/wpa_supplicant_8/wpa_supplicant/tests/ |
link_test.c | 50 int success)
|
/frameworks/base/core/tests/coretests/src/android/os/ |
HandlerTester.java | 50 public void success() { method in class:HandlerTester
|
/frameworks/support/volley/src/com/android/volley/ |
Response.java | 42 public static <T> Response<T> success(T result, Cache.Entry cacheEntry) { method in class:Response
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
CertFile.java | 72 boolean success = (resultCode == RESULT_OK 74 onInstallationDone(success); 84 * @param success true if installation is done successfully 86 protected void onInstallationDone(boolean success) { 87 if (success) {
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ums/ |
SDL_umsaudio.c | 233 long success; local 249 success = 0; 261 success = 1; 268 success = 1; 275 success = 1; 282 success = 1; 289 success = 1; 296 success = 1; 305 if ( ! success ) { 309 while ( ! success && test_format ) [all...] |
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
UsimDataDownloadCommands.java | 39 private boolean mExpectingAcknowledgeGsmSmsSuccess; // true if expecting ack SMS success 54 * Expect a call to acknowledgeLastIncomingGsmSms with success flag and failure cause. 55 * @param success true if expecting success; false if expecting failure 56 * @param cause the failure cause, if success is false 58 synchronized void expectAcknowledgeGsmSms(boolean success, int cause) { 61 mExpectingAcknowledgeGsmSmsSuccess = success; 66 * Expect a call to acknowledgeLastIncomingGsmSmsWithPdu with success flag and PDU. 67 * @param success true if expecting success; false if expecting failur [all...] |
/cts/tests/tests/holo/src/android/holo/cts/ |
BitmapDeletionActivity.java | 64 protected void onPostExecute(Boolean success) { 66 showDialog(success ? DIALOG_FINISHED_DELETING_ID : DIALOG_ERROR_DELETING_ID);
|
/dalvik/vm/mterp/armv5te/ |
OP_MONITOR_EXIT.S | 18 bl dvmUnlockObject @ r0<- success for unlock(self, obj)
|
/dalvik/vm/mterp/x86-atom/ |
OP_MONITOR_EXIT.S | 43 cmp $$0, %eax # check for success
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/ |
filter.rb | 50 def memoize( rule, start_index, success ) 51 super( rule, start_index, success ) if @state.backtracking > 1
|
/external/chromium/chrome/browser/ |
crash_upload_list_win.cc | 21 BOOL success = local 29 if (success) {
|
/external/chromium/chrome/browser/extensions/ |
file_reader_unittest.cc | 42 void DidReadFile(bool success, const std::string& data) { 43 succeeded_ = success;
|
/external/chromium/googleurl/src/ |
url_canon_path.cc | 211 bool success = true; local 220 success &= AppendUTF8EscapedChar(spec, &i, end, output); 284 success = false; 307 success = false; 319 return success; 327 bool success = true; local 338 success = DoPartialPath<CHAR, UCHAR>(spec, path, out_path->begin, output); 345 return success;
|
/external/webkit/LayoutTests/dom/html/level2/core/ |
createDocument08.js | 79 var success; 90 success = false; 95 success = (typeof(ex.code) != 'undefined' && ex.code == 5); 97 assertTrue("throw_INVALID_CHARACTER_ERR",success);
|
createDocumentType04.js | 80 var success; 91 success = false; 96 success = (typeof(ex.code) != 'undefined' && ex.code == 5); 98 assertTrue("throw_INVALID_CHARACTER_ERR",success);
|
/external/webkit/LayoutTests/dom/html/level2/events/ |
dispatchEvent01.js | 86 var success; 101 success = false; 106 success = true; 108 assertTrue("throw_ImplException", success);
|
dispatchEvent02.js | 86 var success; 101 success = false; 106 success = (typeof(ex.code) != 'undefined' && ex.code == 0); 108 assertTrue("throw_UNSPECIFIED_EVENT_TYPE_ERR",success);
|
/external/webkit/LayoutTests/dom/xhtml/level2/core/ |
createDocument08.js | 79 var success; 90 success = false; 95 success = (typeof(ex.code) != 'undefined' && ex.code == 5); 97 assertTrue("throw_INVALID_CHARACTER_ERR",success);
|
createDocumentType04.js | 80 var success; 91 success = false; 96 success = (typeof(ex.code) != 'undefined' && ex.code == 5); 98 assertTrue("throw_INVALID_CHARACTER_ERR",success);
|
/external/webkit/LayoutTests/dom/xhtml/level2/events/ |
dispatchEvent01.js | 86 var success; 101 success = false; 106 success = true; 108 assertTrue("throw_ImplException", success);
|