Searched refs:vol (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/test/Sema/
H A Dwarn-cast-qual.c15 volatile char *vol = 0; local
16 char *vol2 = (char *)vol; // expected-warning {{cast from 'volatile char *' to 'char *' drops volatile qualifier}}
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Ddtmf_buffer.h37 DtmfEvent(uint32_t ts, int ev, int vol, int dur, bool end) argument
40 volume(vol),
/external/webrtc/webrtc/modules/audio_device/test/
H A Daudio_device_test_api.cc725 uint32_t vol(0);
735 int32_t works = audio_device_->SetWaveOutVolume(vol, vol);
741 for (vol = 0; vol <= maxVol; vol += (maxVol/5))
743 EXPECT_EQ(0, audio_device_->SetWaveOutVolume(vol, vol));
745 EXPECT_TRUE((volL == vol) && (volR == vol));
[all...]
/external/webrtc/webrtc/modules/audio_device/mac/
H A Daudio_mixer_manager_mac.cc232 const Float32 vol = (Float32)(volume / 255.0); local
234 assert(vol <= 1.0 && vol >= 0.0);
244 size = sizeof(vol);
246 _outputDeviceID, &propertyAddress, 0, NULL, size, &vol));
258 size = sizeof(vol);
260 _outputDeviceID, &propertyAddress, 0, NULL, size, &vol));
285 Float32 vol = 0; local
294 size = sizeof(vol);
296 _outputDeviceID, &propertyAddress, 0, NULL, &size, &vol));
853 const Float32 vol = (Float32)(volume / 255.0); local
[all...]
/external/eigen/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h50 bool intersectVolume(const Volume1 &vol) { return intersector.intersectVolumeObject(vol, stored); } argument
62 bool intersectVolume(const Volume2 &vol) { return intersector.intersectObjectVolume(stored, vol); } argument
187 Scalar minimumOnVolume(const Volume1 &vol) { return minimizer.minimumOnVolumeObject(vol, stored); } argument
200 Scalar minimumOnVolume(const Volume2 &vol) { return minimizer.minimumOnObjectVolume(stored, vol); } argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
H A Dvolume.py118 vol = None
123 vol = cls()
124 vol.volume_id = v.id
125 vol.name = name
126 vol.region_name = v.region.name
127 vol.zone_name = v.zone
128 vol.put()
129 return vol
/external/webrtc/webrtc/modules/audio_device/linux/
H A Daudio_mixer_manager_alsa_linux.cc415 long int vol(0);
421 &vol);
430 " AudioMixerManagerLinuxALSA::SpeakerVolume() => vol=%i",
431 vol);
433 volume = static_cast<uint32_t> (vol);
1026 long int vol(0);
1033 &vol);
1042 " AudioMixerManagerLinuxALSA::MicrophoneVolume() => vol=%i",
1043 vol);
1045 volume = static_cast<uint32_t> (vol);
[all...]
/external/webrtc/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc408 unsigned int vol = 999; local
409 res = volume->GetMicVolume(vol);
411 if ((vol > 255) || (vol < 1)) {
535 unsigned vol(0);
536 res = volume->GetSpeakerVolume(vol);
538 printf("\n Speaker Volume is %d \n", vol);
546 unsigned vol(0);
547 res = volume->GetMicVolume(vol);
549 printf("\n Microphone Volume is %d \n", vol);
[all...]
/external/doclava/src/com/google/doclava/apicheck/
H A DApiFile.java362 boolean vol = false;
395 vol = true;
419 trans, vol, false, Converter.obtainTypeFromString(type), "", v, tokenizer.pos(),
/external/kernel-headers/original/uapi/linux/
H A Dsoundcard.h801 #define SOUND_DEVICE_NAMES {"vol", "bass", "treble", "synth", "pcm", "speaker", "line", \
1140 #define SEQ_START_NOTE(dev, chn, note, vol) \
1141 _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol)
1143 #define SEQ_STOP_NOTE(dev, chn, note, vol) \
1144 _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol)
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp2315 for (int vol = 0, i = 0; i < code->tempArrayCount; ++i) {
2320 lData.back().setup(TGSI_FILE_TEMPORARY_ARRAY, i, vol, len, dim, 4,
2323 vol += (len * dim * 4 + 0xf) & ~0xf;
2326 for (int vol = 0, i = 0; i < code->immdArrayCount; ++i) {
2331 lData.back().setup(TGSI_FILE_IMMEDIATE_ARRAY, i, vol, len, dim, 4,
2334 vol += (len * dim * 4 + 0xf) & ~0xf;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp3248 Info.vol = 0;
3260 Info.vol = 0;
3279 Info.vol = 0;
3300 Info.vol = 0;
3368 Info.vol = 0;
3490 Info.vol = 0;
3545 Info.vol = 0;
3600 Info.vol = 0;
3655 Info.vol = 0;
3695 Info.vol
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLowering.h498 bool vol; // is volatile? member in struct:llvm::TargetLoweringBase::IntrinsicInfo
503 vol(false), readMem(false), writeMem(false) {}
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp327 constexpr int vol = --ref<volatile int>(0); // expected-error {{constant}} expected-note {{decrement of volatile-qualified}} member in namespace:incdec
/external/blktrace/doc/
H A Dblktrace.tex231 LVM volume called adb3/vol.
237 % mkfs -t ext3 /dev/adb3/vol
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6754 Info.vol = false; // volatile loads with NEON intrinsics not supported
6781 Info.vol = false; // volatile stores with NEON intrinsics not supported
6794 Info.vol = true;
6807 Info.vol = true;
6819 Info.vol = true;
6831 Info.vol = true;
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11735 Info.vol = false; // volatile loads with NEON intrinsics not supported
11762 Info.vol = false; // volatile stores with NEON intrinsics not supported
11776 Info.vol = true;
11790 Info.vol = true;
11802 Info.vol = true;
11814 Info.vol = true;
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11252 Info.vol = false;
11288 Info.vol = false;
11342 Info.vol = false;
11377 Info.vol = false;
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3666 Info.align, Info.vol,

Completed in 2853 milliseconds

12