/external/parameter-framework/upstream/parameter/ |
D | BaseParameter.cpp | 94 bool CBaseParameter::access(bool & /*bValue*/, bool /*bSet*/, in access() argument 100 bool CBaseParameter::access(std::vector<bool> & /*abValues*/, bool /*bSet*/, in access() argument 107 bool CBaseParameter::access(uint32_t & /*bValue*/, bool /*bSet*/, in access() argument 113 bool CBaseParameter::access(std::vector<uint32_t> & /*abValues*/, bool /*bSet*/, in access() argument 120 bool CBaseParameter::access(int32_t & /*bValue*/, bool /*bSet*/, in access() argument 126 bool CBaseParameter::access(std::vector<int32_t> & /*abValues*/, bool /*bSet*/, in access() argument 133 bool CBaseParameter::access(double & /*bValue*/, bool /*bSet*/, in access() argument 139 bool CBaseParameter::access(std::vector<double> & /*abValues*/, bool /*bSet*/, in access() argument 175 bool CBaseParameter::access(std::vector<string> & /*astrValues*/, bool /*bSet*/, in access() argument
|
/external/opencv3/modules/core/test/ocl/ |
D | test_dft.cpp | 65 PARAM_TEST_CASE(Dft, cv::Size, OCL_FFT_TYPE, MatDepth, bool, bool, bool, bool) in PARAM_TEST_CASE() argument 130 PARAM_TEST_CASE(MulSpectrums, bool, bool) in PARAM_TEST_CASE() argument
|
D | test_gemm.cpp | 58 bool, // GEMM_1_T in PARAM_TEST_CASE() argument
|
D | test_matrix_operation.cpp | 57 PARAM_TEST_CASE(ConvertTo, MatDepth, MatDepth, Channels, bool) in PARAM_TEST_CASE() argument 106 PARAM_TEST_CASE(CopyTo, MatDepth, Channels, bool, bool) in PARAM_TEST_CASE() argument
|
D | test_channels.cpp | 57 PARAM_TEST_CASE(Merge, MatDepth, int, bool) in PARAM_TEST_CASE() argument 148 PARAM_TEST_CASE(Split, MatType, Channels, bool) in PARAM_TEST_CASE() argument 230 PARAM_TEST_CASE(MixChannels, MatType, bool) in PARAM_TEST_CASE() argument 369 PARAM_TEST_CASE(InsertChannel, MatDepth, Channels, bool) in PARAM_TEST_CASE() argument 415 PARAM_TEST_CASE(ExtractChannel, MatDepth, Channels, bool) in PARAM_TEST_CASE() argument
|
/external/webrtc/talk/app/webrtc/test/ |
D | fakeaudiocapturemodule.cc | 201 int32_t FakeAudioCaptureModule::PlayoutIsAvailable(bool* /*available*/) { in PlayoutIsAvailable() argument 215 int32_t FakeAudioCaptureModule::RecordingIsAvailable(bool* /*available*/) { in RecordingIsAvailable() argument 288 int32_t FakeAudioCaptureModule::SetAGC(bool /*enable*/) { in SetAGC() argument 331 int32_t FakeAudioCaptureModule::SpeakerVolumeIsAvailable(bool* /*available*/) { in SpeakerVolumeIsAvailable() argument 365 bool* /*available*/) { in MicrophoneVolumeIsAvailable() argument 400 int32_t FakeAudioCaptureModule::SpeakerMuteIsAvailable(bool* /*available*/) { in SpeakerMuteIsAvailable() argument 405 int32_t FakeAudioCaptureModule::SetSpeakerMute(bool /*enable*/) { in SetSpeakerMute() argument 415 int32_t FakeAudioCaptureModule::MicrophoneMuteIsAvailable(bool* /*available*/) { in MicrophoneMuteIsAvailable() argument 420 int32_t FakeAudioCaptureModule::SetMicrophoneMute(bool /*enable*/) { in SetMicrophoneMute() argument 431 bool* /*available*/) { in MicrophoneBoostIsAvailable() argument [all …]
|
/external/clang/lib/Headers/ |
D | stdbool.h | 31 #define bool _Bool macro 37 #define bool bool macro
|
/external/protobuf/src/google/protobuf/testing/ |
D | file.h | 80 static bool GetContents( in GetContents() argument 85 static bool SetContents( in SetContents() argument
|
/external/bison/lib/ |
D | stdbool.in.h | 71 # define bool bool macro 118 # define bool _Bool macro
|
/external/llvm/bindings/go/llvm/ |
D | transforms_ipo.go | 22 func boolToUnsigned(b bool) C.unsigned { 39 func (pm PassManager) AddInternalizePass(allButMain bool) {
|
/external/libchrome/base/test/data/ |
D | serializer_nested_test.json | 2 "bool": true, boolean 4 "bool": true, boolean
|
/external/webrtc/webrtc/modules/utility/include/ |
D | file_player.h | 90 bool /*loop*/, in StartPlayingVideoFile() argument
|
/external/strace/ |
D | fetch_struct_flock.c | 54 MPERS_PRINTER_DECL(bool, fetch_struct_flock)(struct tcb *tcp, const long addr, void *p) in MPERS_PRINTER_DECL() argument 73 MPERS_PRINTER_DECL(bool, fetch_struct_flock64)(struct tcb *tcp, const long addr, void *p) in MPERS_PRINTER_DECL() argument
|
/external/boringssl/src/ssl/test/runner/poly1305/ |
D | poly1305_test.go | 38 func testSum(t *testing.T, unaligned bool) { 58 func benchmark(b *testing.B, size int, unaligned bool) {
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_vector_relational.inl | 133 GLM_FUNC_QUALIFIER bool any(vecType<bool, P> const & v) 142 GLM_FUNC_QUALIFIER bool all(vecType<bool, P> const & v) 151 GLM_FUNC_QUALIFIER vecType<bool, P> not_(vecType<bool, P> const & v)
|
/external/webrtc/webrtc/modules/audio_processing/intelligibility/ |
D | intelligibility_utils.cc | 132 void VarianceArray::DecayStep(const complex<float>* data, bool /*dummy*/) { in DecayStep() argument 159 void VarianceArray::WindowedStep(const complex<float>* data, bool /*dummy*/) { in WindowedStep() argument 193 void VarianceArray::BlockedStep(const complex<float>* data, bool /*dummy*/) { in BlockedStep() argument 227 bool /*dummy*/) { in BlockBasedMovingAverage() argument
|
/external/webrtc/webrtc/test/testsupport/mac/ |
D | run_threaded_main_mac.mm | 23 - (void)setDone:(bool)done; argument 33 - (void)setDone:(bool)done { argument
|
/external/opencv3/modules/imgproc/test/ocl/ |
D | test_sepfilter2D.cpp | 54 PARAM_TEST_CASE(SepFilter2D, MatDepth, Channels, BorderType, bool, bool) in PARAM_TEST_CASE() argument
|
D | test_filter2d.cpp | 54 PARAM_TEST_CASE(Filter2D, MatDepth, Channels, int, int, BorderType, bool, bool) in PARAM_TEST_CASE() argument
|
D | test_warp.cpp | 70 PARAM_TEST_CASE(WarpTestBase, MatType, Interpolation, bool, bool) in PARAM_TEST_CASE() argument 168 PARAM_TEST_CASE(Resize, MatType, double, double, Interpolation, bool, int) in PARAM_TEST_CASE() argument 239 PARAM_TEST_CASE(Remap, MatDepth, Channels, std::pair<MatType, MatType>, BorderType, bool) in PARAM_TEST_CASE() argument
|
D | test_boxfilter.cpp | 54 PARAM_TEST_CASE(BoxFilterBase, MatDepth, Channels, BorderType, bool, bool) in PARAM_TEST_CASE() argument
|
/external/skia/src/core/ |
D | SkStrokerPriv.cpp | 96 SkScalar radius, SkScalar invMiterLimit, bool, bool) in BluntJoiner() argument 113 SkScalar radius, SkScalar invMiterLimit, bool, bool) in RoundJoiner() argument
|
/external/libchrome/base/threading/ |
D | thread_restrictions.h | 180 static bool SetIOAllowed(bool /* allowed */) { return true; } in SetIOAllowed() argument 182 static bool SetSingletonAllowed(bool /* allowed */) { return true; } in SetSingletonAllowed() argument 242 static bool SetWaitAllowed(bool /* allowed */) { return true; } in SetWaitAllowed() argument
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_mac.cc | 35 TSAN_INTERCEPTOR(bool, OSSpinLockTry, volatile OSSpinLock *lock) { in TSAN_INTERCEPTOR() argument 67 TSAN_INTERCEPTOR(bool, os_lock_trylock, void *lock) { in TSAN_INTERCEPTOR() argument
|
/external/boringssl/src/ssl/test/runner/ |
D | dtls.go | 26 func versionToWire(vers uint16, isDTLS bool) uint16 { 33 func wireToVersion(vers uint16, isDTLS bool) uint16 {
|