OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subroutines
(Results
1 - 25
of
453
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/Perl5/t/author/
perlcriticrc
5
[-
Subroutines
::ProhibitExplicitReturnUndef]
/dalvik/dx/src/com/android/dx/cf/code/
Frame.java
38
/** {@code null-ok;} stack of labels of
subroutines
that this block is nested in */
39
private final IntList
subroutines
;
field in class:Frame
56
* @param
subroutines
{@code non-null;} list of subroutine start labels for
57
*
subroutines
this frame is nested in
60
ExecutionStack stack, IntList
subroutines
) {
69
subroutines
.throwIfMutable();
73
this.
subroutines
=
subroutines
;
98
return new Frame(locals.copy(), stack.copy(),
subroutines
);
107
// "
subroutines
" is always immutabl
[
all
...]
/external/ImageMagick/PerlMagick/t/jbig/
read.t
12
require 't/
subroutines
.pl';
write.t
13
require 't/
subroutines
.pl';
/external/ImageMagick/PerlMagick/t/rad/
read.t
13
require 't/
subroutines
.pl';
write.t
16
require 't/
subroutines
.pl';
/external/ImageMagick/PerlMagick/t/bzlib/
write.t
13
require 't/
subroutines
.pl';
read.t
13
require 't/
subroutines
.pl';
/external/ImageMagick/PerlMagick/t/cgm/
read.t
15
require 't/
subroutines
.pl';
/external/ImageMagick/PerlMagick/t/hdf/
read.t
13
require 't/
subroutines
.pl';
write.t
13
require 't/
subroutines
.pl';
/external/ImageMagick/PerlMagick/t/hpgl/
read.t
13
require 't/
subroutines
.pl';
/external/ImageMagick/PerlMagick/t/mpeg/
read.t
13
require 't/
subroutines
.pl';
/external/ImageMagick/PerlMagick/t/ps/
write.t
13
require 't/
subroutines
.pl';
/external/ImageMagick/PerlMagick/t/wmf/
read.t
13
require 't/
subroutines
.pl';
/external/ImageMagick/PerlMagick/t/xfig/
read.t
13
require 't/
subroutines
.pl';
/external/ImageMagick/PerlMagick/t/zlib/
write.t
13
require 't/
subroutines
.pl';
read.t
13
require 't/
subroutines
.pl';
/external/ImageMagick/PerlMagick/t/jpeg/
read.t
12
require 't/
subroutines
.pl';
write.t
13
require 't/
subroutines
.pl';
/external/ImageMagick/PerlMagick/t/png/
read-16.t
13
require 't/
subroutines
.pl';
/external/icu/icu4c/source/test/cintltst/
ccaltst.h
78
* test
subroutines
used by TestAddRollExtensive()
87
* test
subroutines
used by TestGetSetDateAPI and TestFieldGetSet
/external/proguard/src/proguard/preverify/
SubroutineInliner.java
29
* This class can inline
subroutines
in methods. This is generally useful (i.e.
56
// Inline all
subroutines
.
/external/javassist/src/main/javassist/bytecode/analysis/
SubroutineScanner.java
30
* Discovers the
subroutines
in a method, and tracks all callers.
36
private Subroutine[]
subroutines
;
field in class:SubroutineScanner
45
subroutines
= new Subroutine[code.getCodeLength()];
56
scan(handler, iter,
subroutines
[exceptions.startPc(i)]);
59
return
subroutines
;
82
subroutines
[pos] = sub;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
grammar1.c
2
/* Grammar
subroutines
needed by parser */
Completed in 1148 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>