HomeSort by relevance Sort by last modified time
    Searched defs:MAX_STACK_SIZE (Results 1 - 6 of 6) sorted by null

  /external/selinux/libselinux/utils/
Makefile 22 MAX_STACK_SIZE=8192
35 -Wno-format-nonliteral -Wframe-larger-than=$(MAX_STACK_SIZE) -Wp,-D_FORTIFY_SOURCE \
  /external/selinux/libselinux/src/
Makefile 56 MAX_STACK_SIZE=32768
81 -Wno-format-nonliteral -Wframe-larger-than=$(MAX_STACK_SIZE) \
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifDecoder.java 78 private static final int MAX_STACK_SIZE = 4096;
537 prefix = new short[MAX_STACK_SIZE];
540 suffix = new byte[MAX_STACK_SIZE];
543 pixelStack = new byte[MAX_STACK_SIZE + 1];
623 if (available < MAX_STACK_SIZE) {
627 if (((available & codeMask) == 0) && (available < MAX_STACK_SIZE)) {
  /frameworks/base/services/core/java/com/android/server/audio/
MediaFocusControl.java 136 private static final int MAX_STACK_SIZE = 100;
714 if (mFocusStack.size() > MAX_STACK_SIZE) {
    [all...]
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/gifdecoder/SNAPSHOT/
gifdecoder-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 98 milliseconds