Home
last modified time | relevance | path

Searched refs:calling (Results 1 – 25 of 205) sorted by relevance

123456789

/external/e2fsprogs/tests/progs/test_data/
Dexpect.irel8 irel_add_ref: No space left on device while calling ext2fs_irel_add_ref
14 irel_put: Invalid argument while calling ext2fs_irel_put
16 irel_get: Invalid argument while calling ext2fs_irel_get
18 irel_delete: Invalid argument while calling ext2fs_irel_delete
37 irel_delete: No such file or directory while calling ext2fs_irel_delete
39 irel_delete: No such file or directory while calling ext2fs_irel_delete
46 irel_delete: No such file or directory while calling ext2fs_irel_delete
48 irel_move: No such file or directory while calling ext2fs_irel_move
60 irel_get_by_orig: No such file or directory while calling ext2fs_irel_get_by_orig
62 irel_get_by_orig: No such file or directory while calling ext2fs_irel_get_by_orig
Dexpect.brel8 brel_put: Invalid argument while calling ext2fs_brel_put
10 brel_get: Invalid argument while calling ext2fs_brel_get
12 brel_delete: Invalid argument while calling ext2fs_brel_delete
14 brel_get: No such file or directory while calling ext2fs_brel_get
30 brel_delete: No such file or directory while calling ext2fs_brel_delete
32 brel_delete: No such file or directory while calling ext2fs_brel_delete
35 brel_delete: No such file or directory while calling ext2fs_brel_delete
37 brel_move: No such file or directory while calling ext2fs_brel_move
Dexpect.icount4 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store
6 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
8 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment
10 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
12 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store
14 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
16 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment
18 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
61 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
93 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
[all …]
/external/libffi/
DREADME13 compilation to work. One such convention is the "calling convention".
14 The "calling convention" is a set of assumptions made by the compiler
16 A "calling convention" also specifies where the return value for a
26 interface to various calling conventions. This allows a programmer to
107 Irix 6.2 and better supports three different calling conventions: o32,
110 configured for whichever calling convention it was built for.
118 With the n32 calling convention, when returning structures smaller
223 Sparc fix for calling functions with < 6 args.
259 all architectures/calling conventions. Expanded tests.
/external/qemu/docs/
DANDROID-TRACING.TXT23 1. calling trace_bb_start()
24 2. for each instruction in the block, calling trace_bb_insn()
25 3. calling trace_bb_end() at the end of the basic block.
DCHAR-DEVICES.TXT138 to a CharDriverState (by calling qemu_chr_write() explicitely) and can also
170 Note also that calling qemu_chr_add_handler() on the CharBuffer will do the
196 iteration by calling the can_read/read functions of the corresponding user,
/external/sonivox/arm-wt-22k/lib_src/
DARM-E_mastergain_gnu.s98 @ Return to calling function
101 LDMFD sp!,{r4-r6, lr} @ return to calling function
/external/sonivox/arm-hybrid-22k/lib_src/
DARM-E_mastergain_gnu.s98 @ Return to calling function
101 LDMFD sp!,{r4-r6, lr} @ return to calling function
/external/bluetooth/bluez/doc/
Dnetwork-api.txt25 released either upon calling Disconnect() or when
88 the calling application terminates.
/external/libffi/doc/
Dlibffi.info54 compilation to work. One such convention is the "calling convention".
55 The calling convention is a set of assumptions made by the compiler
57 calling convention also specifies where the return value for a function
58 is found. The calling convention is also sometimes called the "ABI" or
68 interface to various calling conventions. This allows a programmer to
439 After calling `ffi_prep_closure_loc', you can cast CODELOC to the
455 * There is no support for calling varargs functions. This may work
477 * calling convention: Introduction. (line 13)
Dlibffi.texi68 compilation to work. One such convention is the @dfn{calling
69 convention}. The calling convention is a set of assumptions made by
71 a function. A calling convention also specifies where the return
72 value for a function is found. The calling convention is also
74 @cindex calling convention
85 interface to various calling conventions. This allows a programmer to
499 After calling @code{ffi_prep_closure_loc}, you can cast @var{codeloc}
518 There is no support for calling varargs functions. This may work on
/external/openssl/crypto/conf/
DREADME37 When the application closes down the modules are cleaned up by calling an
67 can be added by calling OPENSSL_load_builtin_modules().
/external/webkit/LayoutTests/storage/
Dopen-database-empty-version-expected.txt1 This tests that calling openDatabase with an empty version string does not cause an exception to be…
Dopen-database-set-empty-version-expected.txt1 This tests that calling openDatabase with an empty version string sets the current version of that …
/external/webkit/WebKit/mac/Misc/
DWebNSObjectExtras.mm65 // Now autorelease it on the calling thread.
97 // -[WebMainThreadInvoker forwardInvocation:] will autorelease it on the calling thread.
/external/dbus/test/data/auth/
Dfallback.auth-script5 ## Will try EXTERNAL by default first without first calling AUTH alone.
/external/webkit/LayoutTests/storage/domstorage/localstorage/
Ddelete-removal-expected.txt8 foo (after calling setItem) is: bar
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/
Ddelete-removal-expected.txt8 foo (after calling setItem) is: bar
/external/expat/
DChanges2 - Fixed bugs #1515266, 1515600: The character data handler's calling
49 - Introduced an XMLCALL macro to control the calling
52 implementations in code compiled with a calling convention
/external/zlib/win32/
DDLL_FAQ.txt29 * The calling convention of functions is "C" (CDECL).
85 - In principle, you can do it by assigning calling convention
89 You have to find out first what kind of calling convention is
134 6. I see that the ZLIB1.DLL functions use the "C" (CDECL) calling
174 The calling convention issues are also important when using
177 initially on Unix, and relying on the C calling convention.
221 are calling standard C functions), must link to the same
/external/wpa_supplicant_6/wpa_supplicant/
DREADME-WPS99 control interface request, e.g., by calling wpa_cli:
112 request, e.g., by calling wpa_cli:
125 over the control interface, e.g., by calling wpa_cli:
/external/libvpx/nestegg/halloc/
DREADME38 of allocator calling free() when neccessary.
/external/jpeg/
Dlibjpeg.doc11 The file example.c provides heavily commented skeleton code for calling the
135 The library emits compressed data by calling a "data destination manager",
157 The decompression library obtains compressed data by calling a data source
163 by calling jpeg_abort(); or, if you do not need to retain the JPEG object,
164 simply release it by calling jpeg_destroy().
256 variable in the calling routine, if a single routine is going to execute the
314 calling jpeg_start_compress() and jpeg_finish_compress().
337 calling jpeg_set_defaults(); then, if there are particular values you want
341 You must set in_color_space correctly before calling jpeg_set_defaults(),
344 jpeg_start_compress(). There's no harm in calling jpeg_set_defaults() more
[all …]
/external/protobuf/m4/
Dstl_hash.m426 # calling find() on a const unordered_map does not compile. So, we
/external/zlib/contrib/vstudio/
Dreadme.txt43 It uses the WINAPI calling convention for the exported functions, and

123456789