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

1 2 3 4 5 6 7 8 91011>>

  /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/mesa3d/src/glsl/tests/lower_jumps/
lower_returns_sub_false.opt_test 6 # in deciding whether to lower returns in subroutines.
lower_returns_sub_true.opt_test 6 # in deciding whether to lower returns in subroutines.
  /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/
cdattst.h 42 * test subroutines used by TestSymbols
ccaltst.h 74 * test subroutines used by TestAddRollExtensive()
83 * test subroutines used by TestGetSetDateAPI and TestFieldGetSet

Completed in 319 milliseconds

1 2 3 4 5 6 7 8 91011>>