Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 232) sorted by relevance

12345678910

/external/parameter-framework/upstream/parameter/
DBaseParameter.cpp94 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/
Dtest_dft.cpp65 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
Dtest_gemm.cpp58 bool, // GEMM_1_T in PARAM_TEST_CASE() argument
Dtest_matrix_operation.cpp57 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
Dtest_channels.cpp57 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/
Dfakeaudiocapturemodule.cc201 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/
Dstdbool.h31 #define bool _Bool macro
37 #define bool bool macro
/external/protobuf/src/google/protobuf/testing/
Dfile.h80 static bool GetContents( in GetContents() argument
85 static bool SetContents( in SetContents() argument
/external/bison/lib/
Dstdbool.in.h71 # define bool bool macro
118 # define bool _Bool macro
/external/llvm/bindings/go/llvm/
Dtransforms_ipo.go22 func boolToUnsigned(b bool) C.unsigned {
39 func (pm PassManager) AddInternalizePass(allButMain bool) {
/external/libchrome/base/test/data/
Dserializer_nested_test.json2 "bool": true, boolean
4 "bool": true, boolean
/external/webrtc/webrtc/modules/utility/include/
Dfile_player.h90 bool /*loop*/, in StartPlayingVideoFile() argument
/external/strace/
Dfetch_struct_flock.c54 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/
Dpoly1305_test.go38 func testSum(t *testing.T, unaligned bool) {
58 func benchmark(b *testing.B, size int, unaligned bool) {
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_vector_relational.inl133 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/
Dintelligibility_utils.cc132 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/
Drun_threaded_main_mac.mm23 - (void)setDone:(bool)done; argument
33 - (void)setDone:(bool)done { argument
/external/opencv3/modules/imgproc/test/ocl/
Dtest_sepfilter2D.cpp54 PARAM_TEST_CASE(SepFilter2D, MatDepth, Channels, BorderType, bool, bool) in PARAM_TEST_CASE() argument
Dtest_filter2d.cpp54 PARAM_TEST_CASE(Filter2D, MatDepth, Channels, int, int, BorderType, bool, bool) in PARAM_TEST_CASE() argument
Dtest_warp.cpp70 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
Dtest_boxfilter.cpp54 PARAM_TEST_CASE(BoxFilterBase, MatDepth, Channels, BorderType, bool, bool) in PARAM_TEST_CASE() argument
/external/skia/src/core/
DSkStrokerPriv.cpp96 SkScalar radius, SkScalar invMiterLimit, bool, bool) in BluntJoiner() argument
113 SkScalar radius, SkScalar invMiterLimit, bool, bool) in RoundJoiner() argument
/external/libchrome/base/threading/
Dthread_restrictions.h180 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/
Dtsan_interceptors_mac.cc35 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/
Ddtls.go26 func versionToWire(vers uint16, isDTLS bool) uint16 {
33 func wireToVersion(vers uint16, isDTLS bool) uint16 {

12345678910