HomeSort by relevance Sort by last modified time
    Searched full:procedure (Results 1 - 25 of 700) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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.
  /external/chromium/net/base/
host_resolver_proc.h 17 // Interface for a getaddrinfo()-like procedure. This is used by unit-tests
19 // can be chained together; they fallback to the next procedure in the chain
40 // Asks the fallback procedure (if set) to do the resolve.
50 // Sets the previous procedure in the chain. Aborts if this would result in a
54 // Sets the last procedure in the chain, i.e. appends |proc| to the end of the
58 // Returns the last procedure in the chain starting at |proc|. Will return
62 // Sets the default host resolver procedure that is used by HostResolverImpl.
  /sdk/emulator/qtools/
q2g.cpp 15 int procnum; // the procedure number (for gtrace)
65 // This procedure is different from the previous procedure.
80 // If we haven't yet recorded the procedure exit for the previous
81 // procedure, then do it now.
87 // If this is not the terminating record, then record a procedure
98 // If we haven't already recorded a procedure exit, then do so.
  /external/kernel-headers/original/linux/sunrpc/
clnt.h 42 struct rpc_procinfo * cl_procinfo; /* procedure info */
43 u32 cl_maxproc; /* max procedure number */
92 struct rpc_procinfo * procs; /* procedure array */
96 * Procedure information
99 u32 p_proc; /* RPC procedure number */
105 u32 p_statidx; /* Which procedure to account */
106 char * p_name; /* name of procedure */
  /external/zlib/contrib/ada/
zlib-streams.adb 19 procedure Close (Stream : in out Stream_Type) is
20 procedure Free is new Ada.Unchecked_Deallocation
41 procedure Create
57 procedure Init_Filter
65 procedure Init_Filter
101 procedure Flush
130 procedure Read
136 procedure Read
144 procedure Read
151 procedure Read is new ZLib.Rea
    [all...]
test.adb 25 procedure Test is
67 procedure Generate_File;
71 procedure Compare_Streams
73 -- The procedure compearing data in 2 streams.
76 procedure Compare_Files (Left, Right : String);
79 procedure Copy_Streams
85 procedure Data_In
88 -- this procedure is for generic instantiation of
92 procedure Data_Out (Item : in Stream_Element_Array);
93 -- this procedure is for generic instantiation o
    [all...]
mtest.adb 20 procedure MTest is
45 procedure Further (Item : in Stream_Element_Array);
47 procedure Read_Buffer
55 procedure Further (Item : in Stream_Element_Array) is
57 procedure Compare (Item : in Stream_Element_Array);
63 procedure Compare (Item : in Stream_Element_Array) is
73 procedure Compare_Write is new ZLib.Write (Write => Compare);
82 procedure Read_Buffer
104 procedure Translate is new Generic_Translate
read.adb 19 procedure Read is
62 procedure Reset;
64 procedure Read
67 -- this procedure is for generic instantiation of
71 procedure Read is new ZLib.Read
81 procedure Read
104 procedure Reset is
zlib.adb 85 procedure Raise_Error (Stream : in Z_Stream);
88 procedure Raise_Error (Message : in String);
91 procedure Check_Error (Stream : in Z_Stream; Code : in Thin.Int);
93 procedure Free is new Ada.Unchecked_Deallocation
99 procedure Translate_GZip
108 procedure Translate_Auto
121 procedure Check_Error (Stream : in Z_Stream; Code : in Thin.Int) is
135 procedure Close
179 procedure CRC32
190 procedure Deflate_Ini
    [all...]
zlib.ads 134 procedure Deflate_Init
149 procedure Inflate_Init
169 procedure Close
177 with procedure Data_In
180 with procedure Data_Out
182 procedure Generic_Translate
206 procedure CRC32
216 procedure Translate
233 procedure Flush
242 with procedure Writ
    [all...]
zlib-streams.ads 20 procedure Read
25 procedure Write
29 procedure Flush
53 procedure Create
82 procedure Close (Stream : in out Stream_Type);
  /hardware/ti/omap3/dspbridge/inc/
getsection.h 46 * Procedure DLOAD_module_open
68 * Procedure DLOAD_GetSectionInfo
88 * Procedure DLOAD_GetSectionNum
109 * Procedure DLOAD_RoundUpSectionSize
123 * Procedure DLOAD_GetSection
142 * Procedure DLOAD_module_close
  /external/netcat/data/
nfs-0.d 29 000 # procedure number: 0
  /external/zlib/contrib/delphi/
ZLib.pas 20 TFree = procedure (AppData, Block: Pointer); cdecl;
53 procedure Progress(Sender: TObject); dynamic;
133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
151 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
212 procedure adler32; external;
213 procedure compressBound; external;
214 procedure crc32; external;
215 procedure deflateInit2_; external;
216 procedure deflateParams; external
    [all...]
  /external/e2fsprogs/lib/ext2fs/
badblocks.c 60 * This procedure creates an empty u32 list.
68 * This procedure creates an empty badblocks list.
77 * This procedure copies a badblocks list
98 * This procedure frees a badblocks list.
105 * This procedure adds a block to a badblocks list.
159 * This procedure finds a particular block is on a badblocks
194 * This procedure tests to see if a particular block is on a badblocks
  /external/tcpdump/
pmap_prot.h 63 * Calls the procedure on the local machine. If it is not registered,
64 * this procedure is quite; ie it does not return error information!!!
65 * This procedure only is supported on rpc/udp and calls via
69 * The service supports remote procedure calls on udp/ip or tcp/ip socket 111.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
pmap_prot.h 69 * Calls the procedure on the local machine. If it is not registered,
70 * this procedure is quite; ie it does not return error information!!!
71 * This procedure only is supported on rpc/udp and calls via
75 * The service supports remote procedure calls on udp/ip or tcp/ip socket 111.
pmap_clnt.h 56 * clnt_stat = pmap_rmtcall(address, program, version, procedure,
59 * clnt_stat = clnt_broadcast(program, version, procedure,
63 * the procedure eachresult is called. Its form is:
rpc.h 33 * do remote procedure calling.
50 /* Client side (mostly) remote procedure call */
58 /* Server side only remote procedure callee */
  /external/chromium/base/
win_util.h 60 // Useful for subclassing a HWND. Returns the previous window procedure.
63 // Returns true if the existing window procedure is the same as |subclass_proc|.
66 // Subclasses a window, replacing its existing window procedure with the
67 // specified one. Returns true if the current window procedure was replaced,
69 // subclass procedure.
74 // was successfully unsubclassed, false if the window's window procedure is not
  /hardware/msm7k/librpc/rpc/
svc.h 31 * svc.h, Server-side remote procedure call interface.
46 * This interface must manage two items concerning remote procedure calling:
79 rpcproc_t rq_proc; /* the desired procedure */
168 * knows about the procedure; if not, it should call svcerr_noproc
173 * procedure's code and a call to svc_sendreply.
175 * Also, if the service refuses to execute the procedure due to too-
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Format.h 59 * \brief Initiates the card formatting procedure for Remote Smart Card Type.
64 * function handles formatting procedure.This function also handles
73 * \retval NFCSTATUS_FORMAT_ERROR Error occured during the formatting procedure.
  /external/e2fsprogs/lib/et/
com_err.3 42 this defines a procedure which is called with the arguments passed to
44 instead of the default internal procedure which sends the formatted
  /external/libvpx/examples/includes/geshi/geshi/
progress.php 55 'CLOSE STORED-PROCEDURE','COLOR','COMPILE','CONNECT',
69 'DELETE','DELETE ALIAS','DELETE object','DELETE PROCEDURE',
84 'OVERLAY','PAGE','PAUSE','PROCEDURE',
92 'RUN','RUN STORED-PROCEDURE','RUN SUPER',
98 'TRANSACTION-MODE AUTOMATIC','TRIGGER PROCEDURE','UNDERLINE','UNDO',
122 'SELF','SESSION','SOURCE-PROCEDURE','TARGET-PROCEDURE','NO-LOCK','NO-error',
123 'THIS-PROCEDURE','WEB-CONTEXT','FUNCTION','RETURNS','NO-UNDO'
127 'ADD-COLUMNS-FROM','ADD-EVENTS-PROCEDURE','ADD-FIELDS-FROM','ADD-FIRST',
130 'ADD-RELATION','ADD-SCHEMA-LOCATION','ADD-SOURCE-BUFFER','ADD-SUPER-PROCEDURE',
    [all...]
  /external/dbus/test/data/sha-1/
Readme.txt 37 procedure MonteCarlo(string SEED)
56 NOTE: In the above procedure, || denotes concatenation. Also, M || i denotes appending the 32-bit
57 word representing the value ?i?, as defined in section 2 of the SHS. Within the procedure, M is a string
59 during execution of the above procedure, and it ensures that messages will be of a byte length. Each

Completed in 582 milliseconds

1 2 3 4 5 6 7 8 91011>>