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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Optimize.py 408 step_value = step.constant_result
410 step_value = -step_value
411 neg_step = step_value < 0
413 value=str(abs(step_value)),
414 constant_result=abs(step_value))
633 step_value = 1
642 step_value = step.constant_result
643 if step_value == 0:
646 if reversed and step_value not in (1, -1)
    [all...]
  /system/core/include/system/
audio.h 824 unsigned int step_value; \/* gain step in millibels *\/ member in struct:audio_gain
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 853 nAudioPort->gains[j].step_value,
    [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.cpp     [all...]

Completed in 426 milliseconds