/external/webkit/Source/WebKit/win/Interfaces/ |
IWebURLAuthenticationChallenge.idl | 56 HRESULT error([out, retval] IWebError** result); 61 HRESULT failureResponse([out, retval] IWebURLResponse** result); 76 HRESULT previousFailureCount([out, retval] UINT* result); 81 HRESULT proposedCredential([out, retval] IWebURLCredential** result); 86 HRESULT protectionSpace([out, retval] IWebURLProtectionSpace** result); 91 HRESULT sender([out, retval] IWebURLAuthenticationChallengeSender** sender); 143 HRESULT authenticationMethod([out, retval] BSTR* result); 148 HRESULT host([out, retval] BSTR* result); 163 HRESULT isProxy([out, retval] BOOL* result); 168 HRESULT port([out, retval] int* result) [all...] |
IWebView.idl | 163 HRESULT canShowMIMEType([in] BSTR mimeType, [out, retval] BOOL* canShow); 172 HRESULT canShowMIMETypeAsHTML([in] BSTR mimeType, [out, retval] BOOL* canShow); 180 HRESULT MIMETypesShownAsHTML([out, retval] IEnumVARIANT** enumVariant); 201 HRESULT URLFromPasteboard([in] IDataObject* pasteboard, [out, retval] BSTR* url); 212 HRESULT URLTitleFromPasteboard([in] IDataObject* pasteboard, [out, retval] BSTR* urlTitle); 243 HRESULT uiDelegate([retval, out] IWebUIDelegate** d); 258 HRESULT resourceLoadDelegate([retval, out] IWebResourceLoadDelegate** d); 275 HRESULT downloadDelegate([retval, out] IWebDownloadDelegate** d); 291 HRESULT frameLoadDelegate([retval, out] IWebFrameLoadDelegate** d); 307 HRESULT policyDelegate([retval, out] IWebPolicyDelegate** d) [all...] |
IWebDesktopNotificationsDelegate.idl | 51 HRESULT isHTML([out, retval] BOOL* result); 52 HRESULT contentsURL([out, retval] BSTR* result); 53 HRESULT iconURL([out, retval] BSTR* result); 54 HRESULT title([out, retval] BSTR* result); 55 HRESULT text([out, retval] BSTR* result); 106 HRESULT checkNotificationPermission([in] BSTR origin, [out, retval] int* result);
|
IWebIconDatabase.idl | 69 HRESULT sharedIconDatabase([out, retval] IWebIconDatabase** result); 94 HRESULT iconForURL([in] BSTR url, [in] LPSIZE size, [in] BOOL cache, [out, retval] OLE_HANDLE* hBitmap); 101 HRESULT defaultIconWithSize([in] LPSIZE size, [out, retval] OLE_HANDLE* hBitmap); 150 HRESULT iconURLForURL([in] BSTR url, [out, retval] BSTR* iconURL); 158 HRESULT isEnabled([out, retval] BOOL* result); 173 HRESULT hasIconForURL([in] BSTR url, [out, retval] BOOL* result);
|
IWebHistoryPrivate.idl | 37 HRESULT allItems([in, out] int* count, [out, retval] IWebHistoryItem** items); 38 HRESULT data([out, retval] IStream**);
|
IWebScriptWorld.idl | 38 HRESULT standardWorld([out, retval] IWebScriptWorld**); 39 [local] HRESULT scriptWorldForGlobalContext([in] JSGlobalContextRef, [out, retval] IWebScriptWorld**);
|
IWebSerializedJSValue.idl | 38 [local] HRESULT serialize([in] JSContextRef context, [in] JSValueRef value, [out, retval] JSValueRef* exception); 39 [local] HRESULT deserialize([in] JSContextRef context, [out, retval] JSValueRef* value);
|
/external/fdlibm/ |
k_standard.c | 102 exc.retval = zero; 116 exc.retval = zero; 132 exc.retval = zero; 147 exc.retval = HUGE; 149 exc.retval = HUGE_VAL; 161 exc.retval = HUGE; 163 exc.retval = HUGE_VAL; 175 exc.retval = HUGE; 177 exc.retval = HUGE_VAL; 188 exc.retval = zero [all...] |
/external/bluetooth/glib/glib/gnulib/ |
printf.c | 40 int retval; local 43 retval = _g_gnulib_vprintf (format, args); 46 return retval; 52 int retval; local 55 retval = _g_gnulib_vfprintf (file, format, args); 58 return retval; 64 int retval; local 67 retval = _g_gnulib_vsprintf (string, format, args); 70 return retval; 76 int retval; local [all...] |
/external/bluetooth/glib/glib/ |
gprintf.c | 54 gint retval; local 57 retval = g_vprintf (format, args); 60 return retval; 83 gint retval; local 86 retval = g_vfprintf (file, format, args); 89 return retval; 114 gint retval; local 117 retval = g_vsprintf (string, format, args); 120 return retval; 160 gint retval; local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
AddressHeaderIms.java | 76 AddressHeaderIms retval = (AddressHeaderIms) super.clone(); local 78 retval.address = (AddressImpl) this.address.clone(); 79 return retval;
|
/external/e2fsprogs/e2fsck/ |
emptydir.c | 44 errcode_t retval; local 52 retval = ext2fs_init_dblist(ctx->fs, &edi->empty_dblist); 53 if (retval) 56 retval = ext2fs_allocate_block_bitmap(ctx->fs, _("empty dirblocks"), 58 if (retval) 61 retval = ext2fs_allocate_inode_bitmap(ctx->fs, _("empty dir map"), 63 if (retval) 124 errcode_t retval; local 130 retval = ext2fs_bmap(fs, edi->ino, &edi->inode, 133 if (retval) 152 errcode_t retval; local [all...] |
pass3.c | 359 errcode_t retval; local 370 retval = ext2fs_lookup(fs, EXT2_ROOT_INO, name, 372 if (retval && !fix) 374 if (!retval) { 396 } else if (retval != EXT2_ET_FILE_NOT_FOUND) { 397 pctx.errcode = retval; 412 retval = ext2fs_new_block(fs, 0, ctx->block_found_map, &blk); 413 if (retval) { 414 pctx.errcode = retval; 424 retval = ext2fs_new_inode(fs, EXT2_ROOT_INO, 040700 503 errcode_t retval; local 554 errcode_t retval; local 607 errcode_t retval; local 642 errcode_t retval; local 697 errcode_t retval; local 754 errcode_t retval; local [all...] |
profile_helpers.c | 144 errcode_t retval; local 149 if ((retval = profile_iterator_create(profile, names, 152 return retval; 154 if ((retval = init_list(&values))) 155 return retval; 158 if ((retval = profile_iterator(&state, 0, &value))) 165 retval = PROF_NO_RELATION; 174 return retval; 185 errcode_t retval; local 190 if ((retval = profile_iterator_create(profile, names 221 errcode_t retval; local 268 errcode_t retval; local [all...] |
profile.c | 246 errcode_t retval; local 266 retval = ENOMEM; 278 retval = ENOMEM; 295 return retval; 304 errcode_t retval = 0; local 317 retval = get_dirlist(*fs, &array); 318 if (retval == 0) { 322 retval = profile_open_file(cp, &new_file); 323 if (retval == EACCES) 325 if (retval) 388 errcode_t retval; local 459 errcode_t retval; local 522 errcode_t retval; local 684 errcode_t retval; local 903 long retval; local 1115 errcode_t retval; local 1146 errcode_t retval; local 1335 errcode_t retval; local 1461 errcode_t retval; local 1495 errcode_t retval; local 1522 errcode_t retval; local 1564 errcode_t retval; local 1639 errcode_t retval; local 1660 errcode_t retval; local 1708 errcode_t retval; local 1828 long retval; local [all...] |
/external/e2fsprogs/misc/ |
e2undo.c | 44 errcode_t retval; local 49 retval = io_channel_read_blk(channel, 1, -SUPERBLOCK_SIZE, &super); 50 if (retval) { 52 retval, _("Failed to read the file system data \n")); 53 return retval; 60 retval = EXT2_ET_TDB_SUCCESS + tdb_error(tdb); 61 com_err(prg_name, retval, 63 return retval; 81 retval = EXT2_ET_TDB_SUCCESS + tdb_error(tdb); 82 com_err(prg_name, retval, 99 errcode_t retval; local 127 errcode_t retval; local [all...] |
ismounted.c | 82 errcode_t retval = 0; local 156 retval = errno; 157 if (retval == ENOENT) { 162 retval = 0; 176 retval = 0; 179 return retval; 187 errcode_t retval; local 191 retval = check_mntent_file("/proc/mounts", file, &mount_flags); 192 if (retval) 197 retval = check_mntent_file("/etc/mtab", file, &mount_flags) [all...] |
/external/e2fsprogs/resize/ |
resize2fs.c | 81 errcode_t retval; local 83 retval = ext2fs_read_bitmaps(fs); 84 if (retval) 85 return retval; 94 retval = ext2fs_get_mem(sizeof(struct ext2_resize_struct), &rfs); 95 if (retval) 96 return retval; 105 retval = ext2fs_dup_handle(fs, &rfs->new_fs); 106 if (retval) 109 retval = adjust_superblock(rfs, *new_size) 297 errcode_t retval; local 572 errcode_t retval; local 780 errcode_t retval; local 1103 errcode_t retval; local 1247 errcode_t retval; local 1286 errcode_t retval; local 1312 errcode_t retval; local 1477 errcode_t retval; local 1518 errcode_t retval; local 1588 errcode_t retval; local 1712 errcode_t retval; local 1883 errcode_t retval; local [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_RETURN_WIDE.S | 9 add r3, rSELF, #offThread_retval @ r3<- &self->retval 11 stmia r3, {r0-r1} @ retval<- r0/r1
|
/dalvik/vm/mterp/x86-atom/ |
OP_MOVE_RESULT.S | 36 movl offGlue_retval(%eax), %edx # %edx<- glue->retval 37 SET_VREG %edx, rINST # vA<- glue->retval
|
OP_MOVE_RESULT_WIDE.S | 35 movq offGlue_retval(%eax), %xmm0 # %xmm0<- glue->retval 36 movq %xmm0, (rFP, rINST, 4) # vA<- glue->retval
|
/external/e2fsprogs/debugfs/ |
unused.c | 32 errcode_t retval; local 42 retval = io_channel_read_blk(current_fs->io, blk, 1, buf); 43 if (retval) { 44 com_err(argv[0], retval, "While reading block\n");
|
/external/e2fsprogs/lib/ext2fs/ |
test_io.c | 183 errcode_t retval; local 188 retval = ext2fs_get_mem(sizeof(struct struct_io_channel), &io); 189 if (retval) 190 return retval; 193 retval = ext2fs_get_mem(sizeof(struct test_private_data), &data); 194 if (retval) { 195 retval = EXT2_ET_NO_MEMORY; 199 retval = ext2fs_get_mem(strlen(name)+1, &io->name); 200 if (retval) 213 retval = test_io_backing_manager->open(name, flags 262 errcode_t retval = 0; local 287 errcode_t retval = 0; local 310 errcode_t retval = 0; local 337 errcode_t retval = 0; local 364 errcode_t retval = 0; local 391 errcode_t retval = 0; local 418 errcode_t retval = 0; local 441 errcode_t retval = 0; local 461 errcode_t retval = 0; local 487 errcode_t retval = 0; local [all...] |
unix_io.c | 139 errcode_t retval = 0; local 150 return retval; 162 errcode_t retval; local 171 retval = errno ? errno : EXT2_ET_LLSEEK_FAILED; 178 retval = EXT2_ET_SHORT_READ; 186 retval = (channel->read_error)(channel, block, count, buf, 187 size, actual, retval); 188 return retval; 199 errcode_t retval; local 214 retval = errno ? errno : EXT2_ET_LLSEEK_FAILED 254 errcode_t retval; local 295 errcode_t retval; local 387 errcode_t retval, retval2; local 416 errcode_t retval; local 531 errcode_t retval = 0; local 558 errcode_t retval; local 584 errcode_t retval; local 655 errcode_t retval = 0; local 712 errcode_t retval = 0; local 743 errcode_t retval = 0; local [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Supported.java | 77 String retval = headerName + COLON; local 79 retval += SP + optionTag; 80 retval += NEWLINE; 81 return retval;
|