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

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/
package.html 3 ProGuard can read jar files, shrink and obfuscate them, and write out the
  /external/valgrind/main/none/tests/linux/
mremap.stderr.exp-glibc27 3 grow, nomove: p=0x........ np=0x........: shrink moved?!
4 grow, maymove: p=0x........ np=0x........: shrink moved?!
mremap.c 35 np = mremap(p, 1024*1024, 256*1024, 0); /* shrink, fixed */
37 perror("mremap(shrink, fixed)");
39 fprintf(stderr, "shrink, nomove: p=%p np=%p: shrink moved?!\n",
45 np = mremap(p, 1024*1024, 256*1024, MREMAP_MAYMOVE); /* shrink, maymove */
47 perror("mremap(shrink, maymove)");
49 fprintf(stderr, "shrink, maymove: p=%p np=%p: shrink moved?!\n",
59 fprintf(stderr, "grow, nomove: p=%p np=%p: shrink moved?!\n",
69 fprintf(stderr, "grow, maymove: p=%p np=%p: shrink moved?!\n"
    [all...]
  /external/llvm/test/Transforms/InstCombine/
cos-1.ll 3 ; RUN: opt < %s -instcombine -S | FileCheck %s -check-prefix=NO-FLOAT-SHRINK
4 ; RUN: opt < %s -instcombine -enable-double-float-shrink -S | FileCheck %s -check-prefix=DO-FLOAT-SHRINK
13 ; NO-FLOAT-SHRINK: @test_simplify1
16 ; NO-FLOAT-SHRINK: call double @cos(double %d)
21 ; DO-FLOAT-SHRINK: @test_simplify2
26 ; DO-FLOAT-SHRINK: call float @cosf(float %f)
31 ; NO-FLOAT-SHRINK: @test_simplify3
35 ; NO-FLOAT-SHRINK: call double @cos(double %conv1)
  /external/valgrind/main/memcheck/tests/linux/
brk.c 19 vals[2] = ds - 0x1; // small shrink
23 vals[6] = ds + 0x500; // shrink a little, but still above start size
24 vals[7] = ds - 0x1; // shrink below start size
25 // vals[8] = ds - 0x1000; // shrink a lot below start size (into text)
  /development/samples/training/NsdChat/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /development/samples/training/basic/FragmentBasics/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /development/samples/training/bitmapfun/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /external/proguard/src/proguard/shrink/
ClassShrinker.java 21 package proguard.shrink;
71 // Shrink the arrays for constant pool, interfaces, fields, methods,
128 // Shrink the attributes array.
133 // Shrink any attributes.
145 // Shrink the array of InnerClassesInfo objects.
172 // Shrink the attributes array.
181 // Shrink the annotations array.
186 // Shrink the annotations themselves.
196 // Shrink the parameter annotations array.
202 // Shrink the annotations themselves
    [all...]
  /frameworks/opt/calendar/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /frameworks/opt/colorpicker/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /frameworks/opt/datetimepicker/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /frameworks/opt/timezonepicker/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /frameworks/support/v7/appcompat/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /frameworks/support/v7/gridlayout/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /frameworks/support/v7/mediarouter/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /pdk/apps/TestingCamera/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/apps/NotificationStudio/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/apps/SdkController/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/buildConfigTest/lib1/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/customPropAnimTest/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/gridlayoutTest/v7-gridlayout/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/javaProjectTest/lib1/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/javaProjectTest/lib2/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
  /sdk/testapps/legacyTest/
project.properties 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):

Completed in 1800 milliseconds

1 2 3 4 5 6 7 8 91011>>