/external/ImageMagick/ |
Magickshr.opt | 4 symbol_vector=(AcquireImageInfo=PROCEDURE) 5 symbol_vector=(AddNoiseImage=PROCEDURE) 6 symbol_vector=(AnnotateImage=PROCEDURE) 7 symbol_vector=(AppendImageFormat=PROCEDURE) 8 symbol_vector=(AppendImages=PROCEDURE) 9 symbol_vector=(Ascii85Encode=PROCEDURE) 10 symbol_vector=(Ascii85Flush=PROCEDURE) 11 symbol_vector=(Ascii85Initialize=PROCEDURE) 12 symbol_vector=(BlobToImage=PROCEDURE) 13 symbol_vector=(BlurImage=PROCEDURE) [all...] |
/external/curl/packages/vms/ |
gnv_libcurl_symbols.opt | 60 SYMBOL_VECTOR=(curl_strequal=PROCEDURE) 61 SYMBOL_VECTOR=(CURL_STREQUAL/curl_strequal=PROCEDURE) 62 SYMBOL_VECTOR=(curl_strnequal=PROCEDURE) 63 SYMBOL_VECTOR=(CURL_STRNEQUAL/curl_strnequal=PROCEDURE) 64 SYMBOL_VECTOR=(curl_formadd=PROCEDURE) 65 SYMBOL_VECTOR=(CURL_FORMADD/curl_formadd=PROCEDURE) 66 SYMBOL_VECTOR=(curl_formget=PROCEDURE) 67 SYMBOL_VECTOR=(CURL_FORMGET/curl_formget=PROCEDURE) 68 SYMBOL_VECTOR=(curl_formfree=PROCEDURE) 69 SYMBOL_VECTOR=(CURL_FORMFREE/curl_formfree=PROCEDURE) [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Collections.Tests.pas | 26 procedure SetUp; override; 27 procedure TearDown; override; 29 procedure TestInsertionOrder; 30 procedure TestRemove; 38 procedure SetUp; override; 39 procedure TearDown; override; 41 procedure TestPushPop; 42 procedure TestPeek; 53 procedure TestIHashList.SetUp; 62 procedure TestIHashList.TearDown [all...] |
Antlr.Runtime.Tools.Tests.pas | 27 procedure SetUp; override; 28 procedure TearDown; override; 30 procedure TestGetValue; 31 procedure TestSetValue; 39 procedure SetUp; override; 40 procedure TearDown; override; 42 procedure TestToString; 50 procedure SetUp; override; 51 procedure TearDown; override; 53 procedure TestClone [all...] |
Antlr.Runtime.Tests.pas | 23 procedure SetUp; override; 24 procedure TearDown; override; 26 procedure TestSizeOnEmptyANTLRStringStream; 27 procedure TestSizeOnANTLRStringStream; 28 procedure TestConsumeOnANTLRStringStream; 29 procedure TestResetOnANTLRStringStream; 30 procedure TestSubstringOnANTLRStringStream; 37 procedure TestANTLRStringStream.SetUp; 41 procedure TestANTLRStringStream.TearDown; 45 procedure TestANTLRStringStream.TestConsumeOnANTLRStringStream [all...] |
Antlr.Runtime.Tree.Tests.pas | 27 procedure SetUp; override; 28 procedure TearDown; override; 30 procedure TestSingleNode; 31 procedure Test4Nodes; 32 procedure TestList; 33 procedure TestList2; 34 procedure TestAddListToExistChildren; 35 procedure TestDupTree; 36 procedure TestBecomeRoot; 37 procedure TestBecomeRoot2 [all...] |
/external/ltp/runtest/ |
net.rpc | 1 #DESCRIPTION:Remote Procedure Call
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
unwind-err.l | 2 .*:1: Error: .endp outside of procedure 3 .*:2: Error: .personality outside of procedure 4 .*:3: Error: .unwentry outside of procedure 5 .*:4: Error: .unwabi outside of procedure 6 .*:5: Error: .handlerdata outside of procedure 7 .*:6: Error: .prologue outside of procedure 8 .*:7: Error: .body outside of procedure 9 .*:8: Error: .spillreg outside of procedure 10 .*:9: Error: .spillreg.p outside of procedure 11 .*:10: Error: .spillsp outside of procedure [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
ExtendedSalBootService.h | 90 @param FunctionId The Function ID associated with this Extended SAL Procedure.
91 @param Arg2 Second argument to the Extended SAL procedure.
92 @param Arg3 Third argument to the Extended SAL procedure.
93 @param Arg4 Fourth argument to the Extended SAL procedure.
94 @param Arg5 Fifth argument to the Extended SAL procedure.
95 @param Arg6 Sixth argument to the Extended SAL procedure.
96 @param Arg7 Seventh argument to the Extended SAL procedure.
97 @param Arg8 Eighth argument to the Extended SAL procedure.
98 @param VirtualMode TRUE if the Extended SAL Procedure is being invoked in virtual mode.
99 FALSE if the Extended SAL Procedure is being invoked in physical mode. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/DpcDxe/ |
DpcDxe.uni | 2 // This module produces Deferred Procedure Call Protocol.
4 // This module produces Deferred Procedure Call Protocol.
19 #string STR_MODULE_ABSTRACT #language en-US "Produces Deferred Procedure Call Protocol"
21 #string STR_MODULE_DESCRIPTION #language en-US "This module produces Deferred Procedure Call Protocol."
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
SalLib.h | 21 Makes a SAL procedure call.
23 This is a wrapper function to make a SAL procedure call.
31 or undefined result may occur during the execution of the procedure.
34 @param Index The SAL procedure Index number
35 @param Arg2 The 2nd parameter for SAL procedure calls
36 @param Arg3 The 3rd parameter for SAL procedure calls
37 @param Arg4 The 4th parameter for SAL procedure calls
38 @param Arg5 The 5th parameter for SAL procedure calls
39 @param Arg6 The 6th parameter for SAL procedure calls
40 @param Arg7 The 7th parameter for SAL procedure calls [all...] |
PalLib.h | 29 Makes a PAL procedure call.
31 This is a wrapper function to make a PAL procedure call. Based on the Index value,
33 as required or optional. If a PAL procedure is specified as optional, a unique return
35 This indicates that the procedure is not present in this PAL implementation. It is the
37 procedure. No parameter checking is performed on the 4 input parameters, but there are
42 returned or undefined result may occur during the execution of the procedure.
45 @param Index The PAL procedure Index number.
46 @param Arg2 The 2nd parameter for PAL procedure calls.
47 @param Arg3 The 3rd parameter for PAL procedure calls.
48 @param Arg4 The 4th parameter for PAL procedure calls. [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/BasePalLibNull/ |
PalCall.c | 21 Makes a PAL procedure call.
23 This is a wrapper function to make a PAL procedure call. Based on the Index value,
25 as required or optional. If a PAL procedure is specified as optional, a unique return
27 This indicates that the procedure is not present in this PAL implementation. It is the
29 procedure. No parameter checking is performed on the 4 input parameters, but there are
34 returned or undefined result may occur during the execution of the procedure.
37 @param Index The PAL procedure Index number.
38 @param Arg2 The 2nd parameter for PAL procedure calls.
39 @param Arg3 The 3rd parameter for PAL procedure calls.
40 @param Arg4 The 4th parameter for PAL procedure calls. [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/DxePalLibEsal/ |
DxePalLibEsal.c | 23 Makes a PAL procedure call.
25 This is a wrapper function to make a PAL procedure call. Based on the Index value,
27 as required or optional. If a PAL procedure is specified as optional, a unique return
29 This indicates that the procedure is not present in this PAL implementation. It is the
31 procedure. No parameter checking is performed on the 4 input parameters, but there are
36 returned or undefined result may occur during the execution of the procedure.
39 @param Index - The PAL procedure Index number.
40 @param Arg2 - The 2nd parameter for PAL procedure calls.
41 @param Arg3 - The 3rd parameter for PAL procedure calls.
42 @param Arg4 - The 4th parameter for PAL procedure calls. [all...] |
/external/libunwind/doc/ |
unw_get_proc_name.man | 16 \-\- get name of current procedure 37 procedure that created the stack frame identified by argument 43 the name of the procedure. The offp 48 of the procedure. For example, if procedure foo() 55 the procedure is at least 0x80 bytes long). 58 between procedure names and ordinary labels. Furthermore, if symbol 59 information has been stripped from a program, procedure names may be 62 may return the name of a label or a preceeding (nearby) procedure. 96 the name of the procedure. [all...] |
unw_get_proc_name.tex | 8 \begin{Name}{3}{unw\_get\_proc\_name}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_name}unw\_get\_proc\_name -- get name of current procedure 20 procedure that created the stack frame identified by argument 23 the name of the procedure. The \Var{offp} argument is a pointer to a 26 of the procedure. For example, if procedure \Func{foo}() starts at 30 the procedure is at least 0x80 bytes long). 33 between procedure names and ordinary labels. Furthermore, if symbol 34 information has been stripped from a program, procedure names may be 37 may return the name of a label or a preceeding (nearby) procedure. 60 the name of the procedure [all...] |
unw_get_proc_info.man | 16 \-\- get info on current procedure 34 information about the procedure that created the stack frame 46 instruction of the procedure. If this address cannot be determined 54 the end of the procedure. If this address 64 the procedure has no such area, this member is cleared to 0. 70 routine. If the procedure does not define 77 procedure. On platforms that do not use a global pointer, this 80 procedure or to 0 if the proper global\-pointer cannot be 89 procedure may switch the register\-backing store. 94 procedure. If the unwind\-info consists of dynamic procedure info, [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/Dpc/ |
Dpc.c | 18 EFI Deferred Procedure Call Protocol
27 EFI_GUID_STRING (&gEfiDpcProtocolGuid, "EFI Deferred Procedure Call Protocol", "EFI Deferred Procedure Call Protocol");
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/ |
assertions.xml | 3 Simple remote procedure call using RPC callrpc() API function 6 Remote procedure call using RPC callrpc() API function under stressed environment 12 Remote procedure call using RPC callrpc() API function to test data integrity
|
/frameworks/base/core/java/com/google/android/util/ |
Procedure.java | 20 * A procedure. 22 public interface Procedure<T> { 25 * Applies this procedure to the given parameter.
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeSalLibEsal/ |
DxeSalLibEsal.c | 23 Makes a SAL procedure call.
25 This is a wrapper function to make a SAL procedure call.
33 or undefined result may occur during the execution of the procedure.
36 @param Index The SAL procedure Index number
37 @param Arg2 The 2nd parameter for SAL procedure calls
38 @param Arg3 The 3rd parameter for SAL procedure calls
39 @param Arg4 The 4th parameter for SAL procedure calls
40 @param Arg5 The 5th parameter for SAL procedure calls
41 @param Arg6 The 6th parameter for SAL procedure calls
42 @param Arg7 The 7th parameter for SAL procedure calls [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPalLib/ |
PeiPalLib.c | 27 Makes a PAL procedure call.
29 This is a wrapper function to make a PAL procedure call. Based on the Index value,
31 as required or optional. If a PAL procedure is specified as optional, a unique return
33 This indicates that the procedure is not present in this PAL implementation. It is the
35 procedure. No parameter checking is performed on the 4 input parameters, but there are
40 returned or undefined result may occur during the execution of the procedure.
43 @param Index The PAL procedure Index number.
44 @param Arg2 The 2nd parameter for PAL procedure calls.
45 @param Arg3 The 3rd parameter for PAL procedure calls.
46 @param Arg4 The 4th parameter for PAL procedure calls. [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPalLib/ |
UefiPalLib.c | 29 Makes a PAL procedure call.
31 This is a wrapper function to make a PAL procedure call. Based on the Index value,
33 as required or optional. If a PAL procedure is specified as optional, a unique return
35 This indicates that the procedure is not present in this PAL implementation. It is the
37 procedure. No parameter checking is performed on the 4 input parameters, but there are
42 returned or undefined result may occur during the execution of the procedure.
45 @param Index The PAL procedure Index number.
46 @param Arg2 The 2nd parameter for PAL procedure calls.
47 @param Arg3 The 3rd parameter for PAL procedure calls.
48 @param Arg4 The 4th parameter for PAL procedure calls. [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/UefiSalLib/ |
UefiSalLib.c | 30 Makes a SAL procedure call.
32 This is a wrapper function to make a SAL procedure call.
40 or undefined result may occur during the execution of the procedure.
43 @param Index The SAL procedure Index number.
44 @param Arg2 The 2nd parameter for SAL procedure calls.
45 @param Arg3 The 3rd parameter for SAL procedure calls.
46 @param Arg4 The 4th parameter for SAL procedure calls.
47 @param Arg5 The 5th parameter for SAL procedure calls.
48 @param Arg6 The 6th parameter for SAL procedure calls.
49 @param Arg7 The 7th parameter for SAL procedure calls. [all...] |
/external/pdfium/third_party/libopenjpeg20/ |
function_list.h | 42 /** @defgroup VAL VAL - validation procedure*/ 91 * Adds a new validation procedure. 93 * @param p_validation_list the list of procedure to modify. 94 * @param p_procedure the procedure to add. 96 * @return OPJ_TRUE if the procedure could be added. 103 * @param p_validation_list the list of procedure to modify. 110 * Gets the pointer on the first validation procedure. This function is similar to the C++ 114 * @param p_validation_list the list of procedure to get the first procedure from. 116 * @return a pointer to the first procedure [all...] |