HomeSort by relevance Sort by last modified time
    Searched refs:heavy (Results 1 - 21 of 21) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
DecoderTestAacDrc.java 63 // full boost, full cut, target ref level: -23dBFS, heavy compression: no
91 // half boost, half cut, target ref level: -20dBFS, heavy compression: no
106 // no boost, no cut, target ref level: -16dBFS, heavy compression: no
116 * Apply heavy compression gains and normalize to -16dBFS output level.
121 // full boost, full cut, target ref level: -16dBFS, heavy compression: yes
270 int heavy; // en-/disable heavy compression field in class:DecoderTestAacDrc.DrcParams
276 this.heavy = 1; // enabled
279 public DrcParams(int boost, int cut, int decoderTargetLevel, int heavy) {
283 this.heavy = heavy
    [all...]
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
cpuhotplug07.sh 19 Desc: What happens when hotplugging during a heavy workload?
  /prebuilts/go/darwin-x86/src/cmd/vet/
assign.go 41 continue // short-circuit the heavy-weight gofmt check
  /prebuilts/go/darwin-x86/test/
peano.go 7 // Test that heavy recursion works. Simple torture test for
  /prebuilts/go/linux-x86/src/cmd/vet/
assign.go 41 continue // short-circuit the heavy-weight gofmt check
  /prebuilts/go/linux-x86/test/
peano.go 7 // Test that heavy recursion works. Simple torture test for
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 38 #define DRC_DEFAULT_MOBILE_DRC_HEAVY 1 /* switch for heavy compression for mobile conf */
194 unsigned heavy = atoi(value); local
195 ALOGV("AAC decoder using desried DRC heavy compression switch of %d instead of %d", heavy,
197 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, heavy);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStarter.java 766 final ProcessRecord heavy = mService.mHeavyWeightProcess; local
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_linux.go 53 // is not, even timediv is too heavy, and we really need to use just an
malloc.go 511 // returns that object along with a flag indicating that this was a heavy
512 // weight allocation. If it is a heavy weight allocation the caller must
proc.go 440 // Let append do the heavy lifting, but keep the
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
os_linux.go 53 // is not, even timediv is too heavy, and we really need to use just an
malloc.go 511 // returns that object along with a flag indicating that this was a heavy
512 // weight allocation. If it is a heavy weight allocation the caller must
proc.go 440 // Let append do the heavy lifting, but keep the
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 383 // We don't want to store the heavy bits of the notification in the archive,
4943 StatusBarNotification heavy; field in class:NotificationManagerService.TrimCache
    [all...]
  /external/v8/tools/
tickprocessor.js 479 print('\n [Bottom up (heavy) profile]:');
  /prebuilts/go/darwin-x86/src/encoding/gob/
type.go 694 // Under heavy read contention, this is significantly faster than a map
  /prebuilts/go/linux-x86/src/encoding/gob/
type.go 694 // Under heavy read contention, this is significantly faster than a map
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0.jar 

Completed in 1453 milliseconds