HomeSort by relevance Sort by last modified time
    Searched full:subroutines (Results 1 - 25 of 337) 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...]
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
383 this.subroutines = new Subroutine[maxLabel];
582 * @param subroutines {@code non-null;} subroutine label list
585 private void addBlock(BasicBlock block, IntList subroutines) {
591 subroutines.throwIfMutable();
592 resultSubroutines.add(subroutines);
601 * @param subroutines {@code non-null;} subroutine label lis
    [all...]
  /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/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
  /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.
CodeSubroutineInliner.java 34 * This AttributeVisitor inlines local subroutines (jsr/ret) in the code
80 System.err.println("Unexpected error while inlining subroutines:");
99 // Don't bother if there aren't any subroutines anyway.
  /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;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Analyzer.java 68 private Subroutine[] subroutines; field in class:Analyzer
109 subroutines = new Subroutine[n];
146 if (subroutines[i] != null && subroutines[i].start == null) {
147 subroutines[i] = null;
175 Subroutine subroutine = subroutines[insn];
241 subroutines[call],
307 if (subroutines[insn] != null) {
310 subroutines[insn] = sub.copy();
453 Subroutine oldSubroutine = subroutines[insn];
    [all...]
  /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/gallium/drivers/radeon/
AMDGPURegisterInfo.cpp 41 assert(!"Subroutines not supported yet");
45 assert(!"Subroutines not supported yet");
  /external/bison/src/
closure.h 0 /* Subroutines for bison
  /external/icu/icu4c/source/test/intltest/
rbbiapts.h 93 *Internal subroutines
  /external/llvm/test/DebugInfo/Inputs/
gmlt.ll 12 ; subroutines.
20 ; Omitting the subprograms without inlined subroutines is not possible
22 ; (which happens with this optimization if there are no inlined subroutines).
73 ; 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
  /external/e2fsprogs/lib/ss/
ss_internal.h 53 /* to be extracted by subroutines */
  /external/valgrind/coregrind/m_gdbserver/
utils.c 25 /* Generally useful subroutines used throughout the program. */
  /external/libpcap/
pcap-enet.c 2 * Stanford Enetfilter subroutines for tcpdump
5 * subroutines.
  /system/bt/stack/smp/
aes.h 117 The encryption subroutines take a key in an array of bytes in
127 In the same way, the decryption subroutines output keys that
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 95 sub or : method { ## no critic (Subroutines::ProhibitBuiltinHomonyms)
270 =head1 SUBROUTINES/METHODS
306 These normally consist of either subroutines that may be exported, or methods
  /external/cblas/testing/
c_xerbla.c 17 * This is done to fool the linker into loading these subroutines first
  /external/eigen/lapack/
cladiv.f 81 * .. External Subroutines ..
zladiv.f 81 * .. External Subroutines ..

Completed in 1539 milliseconds

1 2 3 4 5 6 7 8 91011>>