HomeSort by relevance Sort by last modified time
    Searched full:subroutines (Results 26 - 50 of 453) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
grammar1.c 2 /* Grammar subroutines needed by parser */
  /external/ImageMagick/PerlMagick/t/fpx/
read.t 13 require 't/subroutines.pl';
write.t 13 require 't/subroutines.pl';
  /external/ImageMagick/PerlMagick/t/openjp2/
read.t 12 require 't/subroutines.pl';
  /external/ImageMagick/PerlMagick/t/png/
read.t 13 require 't/subroutines.pl';
write-16.t 13 require 't/subroutines.pl';
write.t 13 require 't/subroutines.pl';
  /external/ImageMagick/PerlMagick/t/ttf/
read.t 13 require 't/subroutines.pl';
  /external/ImageMagick/PerlMagick/t/x11/
write.t 13 require 't/subroutines.pl';
read.t 13 require 't/subroutines.pl';
  /external/icu/icu4c/source/test/cintltst/
cdattst.h 45 * test subroutines used by TestSymbols
  /external/icu/icu4c/source/test/intltest/
rbbiapts.h 94 *Internal subroutines
  /external/python/cpython2/Parser/
grammar1.c 2 /* Grammar subroutines needed by parser */
  /external/python/cpython3/Parser/
grammar1.c 2 /* Grammar subroutines needed by parser */
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 134 * {@code non-null;} list of subroutines indexed by label of start
136 private final Subroutine[] subroutines; field in class:Ropper
138 /** true if {@code subroutines} is non-empty */
219 * Keeps track of subroutines that exist in java form and are inlined in
385 this.subroutines = new Subroutine[maxLabel];
584 * @param subroutines {@code non-null;} subroutine label list
587 private void addBlock(BasicBlock block, IntList subroutines) {
593 subroutines.throwIfMutable();
594 resultSubroutines.add(subroutines);
603 * @param subroutines {@code non-null;} subroutine label lis
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
Analyzer.java 65 private Subroutine[] subroutines; field in class:Analyzer
104 subroutines = new Subroutine[n];
158 Subroutine subroutine = subroutines[insn];
210 subroutines[caller],
347 Subroutine oldSubroutine = subroutines[insn];
361 subroutines[insn] = subroutine.copy();
387 Subroutine oldSubroutine = subroutines[insn];
403 subroutines[insn] = subroutineBeforeJSR.copy();
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 37 =head1 SUBROUTINES/METHODS
40 These normally consist of either subroutines that may be exported, or methods
  /external/mesa3d/src/compiler/glsl/
lower_subroutine.cpp 27 * lowers subroutines to an if ladder.
90 ir_function *fn = this->state->subroutines[s];
  /toolchain/binutils/binutils-2.27/libiberty/
README 2 It is a collection of subroutines used by various GNU programs.
11 We expect many of the GNU subroutines that are floating around to
  /external/ImageMagick/PerlMagick/t/jng/
read.t 12 require 't/subroutines.pl';
write.t 13 require 't/subroutines.pl';
  /external/ImageMagick/PerlMagick/t/ps/
read.t 13 require 't/subroutines.pl';
  /external/kotlinc/bin/
kotlinc.bat 43 rem # subroutines
  /external/llvm/test/DebugInfo/Inputs/
gmlt.ll 11 ; subroutines.
19 ; Omitting the subprograms without inlined subroutines is not possible
21 ; (which happens with this optimization if there are no inlined subroutines).
72 ; inlined subroutines are omitted by design to save space)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-pretty-print.h 2 subroutines that are only for use in the compilers proper and not

Completed in 1397 milliseconds

12 3 4 5 6 7 8 91011>>