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

1 2 3 4 5 6 7 8 910

  /art/runtime/
process_state.h 22 // The process state passed in from the activity manager, used to determine when to do trimming
  /external/v8/src/compiler/
dead-code-elimination.h 19 // Note that this does not include trimming dead uses from the graph, and it
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TrimVideo.java 178 // If the video position is smaller than the starting point of trimming,
184 // If the position is bigger than the end point of trimming, show the
249 // After trimming is done, trigger the UI changed.
257 // TODO: change trimming into a service to avoid
279 mProgress.setTitle(getString(R.string.trimming));
  /external/v8/test/mjsunit/regress/
regress-1708.js 28 // Regression test of a very rare corner case where left-trimming an
52 // the array to trigger left-trimming operations.
  /art/runtime/gc/
collector_type.h 39 // Heap trimming collector, doesn't do any actual collecting.
  /development/ndk/platforms/android-21/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
malloc.h 46 size_t usmblks; /* Maximum total allocated space; greater than total if trimming has occurred. */
  /external/llvm/tools/bugpoint/
ListReducer.h 154 // Probability of backjumping from the trimming loop back to the binary
166 while (Changed) { // Trimming loop.
170 // splits, the trimming loop might be left off with a huge number of

Completed in 1226 milliseconds

1 2 3 4 5 6 7 8 910