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

1 2 3 4 5 6 7 8

  /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...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
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.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.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/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 94 procedure SetValue(const Value: String);
110 procedure SetValue(const Value: String);
132 procedure SetCapacity(Value: Integer);
134 procedure SetCount(Value: Integer);
136 procedure SetItem(Index: Integer; const Value: T);
138 procedure SetOnNotify(Value: TCollectionNotifyEvent<T>);
143 procedure AddRange(const Values: array of T); overload;
144 procedure AddRange(const Collection: IEnumerable<T>); overload;
145 procedure AddRange(Collection: TEnumerable<T>); overload;
146 procedure AddRange(const List: IList<T>); overload
    [all...]
Antlr.Runtime.pas 70 procedure Consume;
112 procedure Rewind(const Marker: Integer); overload;
125 procedure Rewind; overload;
139 procedure Release(const Marker: Integer);
166 procedure Seek(const Index: Integer);
191 procedure SetLine(const Value: Integer);
193 procedure SetCharPositionInLine(const Value: Integer);
233 procedure SetTokenType(const Value: Integer);
235 procedure SetLine(const Value: Integer);
237 procedure SetCharPositionInLine(const Value: Integer)
    [all...]
Antlr.Runtime.Tree.pas 131 procedure AddChild(const T, Child: IANTLRInterface);
242 procedure SetNodeType(const T: IANTLRInterface; const NodeType: Integer);
247 procedure SetNodeText(const T: IANTLRInterface; const Text: String);
272 procedure SetTokenBoundaries(const T: IANTLRInterface; const StartToken,
291 procedure SetChild(const T: IANTLRInterface; const I: Integer; const Child: IANTLRInterface);
307 procedure SetParent(const T, Parent: IANTLRInterface);
317 procedure SetChildIdex(const T: IANTLRInterface; const Index: Integer);
327 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
338 procedure SetHasUniqueNavigationNodes(const Value: Boolean);
386 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex
    [all...]
Antlr.Runtime.Collections.pas 63 procedure Push(const Item: T);
105 procedure SetItem(const Key: TKey; const Value: TValue);
108 procedure Add(const Key: TKey; const Value: TValue);
109 procedure Remove(const Key: TKey);
110 procedure Clear;
111 procedure TrimExcess;
113 procedure AddOrSetValue(const Key: TKey; const Value: TValue);
127 procedure Push(const Item: T);
168 procedure THashList<TKey, TValue>.Add(const Key: TKey; const Value: TValue);
175 procedure THashList<TKey, TValue>.AddOrSetValue(const Key: TKey
    [all...]
  /external/libunwind/doc/
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.tex 8 \begin{Name}{3}{unw\_get\_proc\_info}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_info}unw\_get\_proc\_info -- get info on current procedure
20 information about the procedure that created the stack frame
27 instruction of the procedure. If this address cannot be determined
31 instruction \emph{beyond} the end of the procedure. If this address
37 the procedure has no such area, this member is cleared to 0. \\
40 routine. If the procedure does not define
43 procedure. On platforms that do not use a global pointer, this
46 procedure or to 0 if the proper global-pointer cannot be
51 procedure may switch the register-backing store.\\
53 procedure. If the unwind-info consists of dynamic procedure info
    [all...]
unw_get_proc_info_by_ip.tex 8 \begin{Name}{3}{unw\_get\_proc\_info\_by\_ip}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_info\_by\_ip}unw\_get\_proc\_info\_by\_ip -- get procedure info by IP
20 kind of auxiliary information about a procedure as
23 because it is possible to look up the info for an arbitrary procedure,
32 Argument \Var{ip} is the instruction-pointer for which the procedure
43 procedure is assumed to occupy a single, contiguous range of
45 extent of a procedure with the \Var{start\_ip} and \Var{end\_ip}
48 separate procedure.
67 unwind-info for the procedure.
68 \item[\Const{UNW\_EBADVERSION}] The unwind-info for the procedure has
_U_dyn_cancel.tex 20 unwind-info for a dynamically generated procedure. Argument \Var{di}
22 describes the procedure's unwind-info.
_U_dyn_register.tex 20 dynamically generated procedure. The procedure's unwind-info is
  /toolchain/binutils/binutils-2.25/
setup.com 2 $! Build procedure
  /external/zlib/src/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...]
  /prebuilts/go/darwin-x86/src/syscall/
dll_windows.go 82 // FindProc searches DLL d for procedure named name and returns *Proc
95 Msg: "Failed to find " + name + " procedure in " + d.Name + ": " + e.Error(),
120 // A Proc implements access to a procedure inside a DLL.
127 // Addr returns the address of the procedure represented by p.
128 // The return value can be passed to Syscall to run the procedure.
135 // Call executes procedure p with arguments a. It will panic, if more than 15 arguments
232 // NewProc returns a LazyProc for accessing the named procedure in the DLL d.
242 // A LazyProc implements access to a procedure inside a LazyDLL.
251 // Find searches DLL for procedure named p.Name. It returns
252 // an error if search fails. Find will not search procedure,
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
dll_windows.go 82 // FindProc searches DLL d for procedure named name and returns *Proc
95 Msg: "Failed to find " + name + " procedure in " + d.Name + ": " + e.Error(),
120 // A Proc implements access to a procedure inside a DLL.
127 // Addr returns the address of the procedure represented by p.
128 // The return value can be passed to Syscall to run the procedure.
135 // Call executes procedure p with arguments a. It will panic, if more than 15 arguments
232 // NewProc returns a LazyProc for accessing the named procedure in the DLL d.
242 // A LazyProc implements access to a procedure inside a LazyDLL.
251 // Find searches DLL for procedure named p.Name. It returns
252 // an error if search fails. Find will not search procedure,
    [all...]
  /external/curl/packages/vms/
curl_startup.com 5 $! Procedure to setup the CURL libraries for use by programs from the
6 $! VMS SYSTARTUP*.COM procedure.
33 $ write sys$output "GNV must be started up before this procedure.
40 $ myproc = f$environment("procedure")
build_gnv_curl.com 5 $! All in one build procedure
build_gnv_curl_pcsi_desc.com 8 $! 1. Duplicate filenames need an alias procedure. (N/A for curl)
9 $! 2. ODS-5 filenames need an alias procedure. (N/A for curl)
11 $! if a lot, then an alias procedure is needed.
17 $! Add Link alias procedure file (N/A for curl)
148 $! 1. Duplicate filenames need an alias procedure. (N/A for curl)
149 $! 2. ODS-5 filenames need an alias procedure. (N/A for curl)
151 $! if a lot, then an alias procedure is needed.
467 $! Add Link alias procedure file (N/A for curl)
  /prebuilts/tools/common/m2/repository/org/jetbrains/trove4j/trove4j/20160824/
trove4j-20160824.jar 
  /prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/
trove4j-1.1.jar 
  /external/zlib/src/contrib/pascal/
example.pas 37 procedure CHECK_ERR(err: Integer; msg: String);
46 procedure EXIT_ERR(const msg: String);
56 procedure test_compress(compr: Pointer; comprLen: LongInt;
82 procedure test_gzio(const fname: PChar; (* compressed file name *)
184 procedure test_deflate(compr: Pointer; comprLen: LongInt);
229 procedure test_inflate(compr: Pointer; comprLen : LongInt;
272 procedure test_large_deflate(compr: Pointer; comprLen: LongInt;
324 procedure test_large_inflate(compr: Pointer; comprLen: LongInt;
368 procedure test_flush(compr: Pointer; var comprLen : LongInt);
407 procedure test_sync(compr: Pointer; comprLen: LongInt
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/Ia32/
MpFuncs.asm 30 ;RendezvousFunnelProc procedure follows. All APs execute their procedure. This
31 ;procedure serializes all the AP processors through an Init sequence. It must be
33 ;ALSO THIS PROCEDURE IS EXECUTED BY APs ONLY ON 16 BIT MODE. HENCE THIS PROC
170 ;AsmExchangeRole procedure follows. This procedure executed by current BSP, that is
232 ; since the other CPU already get the data it want, leave this procedure

Completed in 5122 milliseconds

1 2 3 4 5 6 7 8