Home
last modified time | relevance | path

Searched refs:kReverse (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/plat-mac/Carbon/
DSound.py303 kReverse = (1L << 16) variable
/external/v8/src/
Dcode-stub-assembler.h1154 enum class ForEachDirection { kForward, kReverse }; enumerator
1164 ForEachDirection direction = ForEachDirection::kReverse);
1170 ForEachDirection direction = ForEachDirection::kReverse) {
Dcode-stub-assembler.cc6353 if (direction == ForEachDirection::kReverse) std::swap(start, limit); in BuildFastFixedArrayForEach()
6359 direction == ForEachDirection::kReverse ? -increment : increment, in BuildFastFixedArrayForEach()
6361 direction == ForEachDirection::kReverse ? IndexAdvanceMode::kPre in BuildFastFixedArrayForEach()
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc66 enum StreamDirection { kForward = 0, kReverse }; enumerator
2419 num_reverse_output_channels, kReverse).c_str(), in ProcessFormat()
2522 stream_directions.push_back(kReverse); in TEST_P()