HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 426 - 450 of 2692) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/src/gpu/
GrReducedClip.cpp 17 void reduced_stack_walker(const SkClipStack& stack,
30 void ReduceClipStack(const SkClipStack& stack,
38 if (stack.isWideOpen()) {
44 // We initially look at whether the bounds alone is sufficient. We also use the stack bounds to
50 stack.getBounds(&stackBounds, &stackBoundsType, &iior);
79 SkClipStack::Iter iter(stack, SkClipStack::Iter::kTop_IterStart);
125 // helper that actually walks the stack.
126 reduced_stack_walker(stack, scalarBounds, result, initialState, requiresAA);
129 void reduced_stack_walker(const SkClipStack& stack,
148 SkClipStack::Iter iter(stack, SkClipStack::Iter::kTop_IterStart)
    [all...]
  /external/emma/core/java12/com/vladium/logging/
Logger.java 269 * Logs 'msg' from an unnamed calling method followed by the 'throwable' stack
283 * Logs 'msg' from a given calling method followed by the 'throwable' stack
310 * Returns the current top of the thread-local logger stack or the static
311 * Logger instance scoped to Logger.class if the stack is empty.
317 final LinkedList stack = (LinkedList) THREAD_LOCAL_STACK.get (); local
319 // [assertion: stack != null]
321 if (stack.isEmpty ())
327 return (Logger) stack.getLast ();
340 final LinkedList stack = (LinkedList) THREAD_LOCAL_STACK.get (); local
341 stack.addLast (ctx)
355 final LinkedList stack = (LinkedList) THREAD_LOCAL_STACK.get (); local
    [all...]
  /external/openfst/src/include/fst/
union-find.h 24 #include <stack>
90 stack<T*> exec_stack_; // Used for path compression.
  /external/skia/src/gpu/
GrReducedClip.cpp 17 void reduced_stack_walker(const SkClipStack& stack,
30 void ReduceClipStack(const SkClipStack& stack,
38 if (stack.isWideOpen()) {
44 // We initially look at whether the bounds alone is sufficient. We also use the stack bounds to
50 stack.getBounds(&stackBounds, &stackBoundsType, &iior);
79 SkClipStack::Iter iter(stack, SkClipStack::Iter::kTop_IterStart);
125 // helper that actually walks the stack.
126 reduced_stack_walker(stack, scalarBounds, result, initialState, requiresAA);
129 void reduced_stack_walker(const SkClipStack& stack,
148 SkClipStack::Iter iter(stack, SkClipStack::Iter::kTop_IterStart)
    [all...]
  /external/speex/libspeex/
sb_celp.h 58 char *stack; /**< Temporary allocation stack */ member in struct:SBEncState
111 char *stack; member in struct:SBDecState
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
union-find.h 23 #include <stack>
87 stack<T*> exec_stack_; // Used for path compression.
  /external/valgrind/main/helgrind/tests/
tc14_laog_dinphils.stderr.exp 15 (stack unavailable)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
stdc++.h 87 #include <stack>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
stdc++.h 88 #include <stack>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
stdc++.h 88 #include <stack>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
stdc++.h 87 #include <stack>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
stdc++.h 87 #include <stack>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
stdc++.h 87 #include <stack>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
stdc++.h 87 #include <stack>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
stdc++.h 87 #include <stack>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
stdc++.h 87 #include <stack>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
stdc++.h 87 #include <stack>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
stdc++.h 87 #include <stack>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
stdc++.h 87 #include <stack>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
stdc++.h 87 #include <stack>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
stdc++.h 87 #include <stack>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
stdc++.h 87 #include <stack>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
stdc++.h 88 #include <stack>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
stdc++.h 88 #include <stack>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
stdc++.h 88 #include <stack>

Completed in 1553 milliseconds

<<11121314151617181920>>