| /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/rust/crates/syn/1.0.7/tests/common/ |
| D | eq.rs | 36 fn eq(&self, other: &Self) -> bool; in eq() 40 fn eq(&self, other: &Self) -> bool { in eq() 46 fn eq(&self, other: &Self) -> bool { in eq() 52 fn eq(&self, other: &Self) -> bool { in eq() 62 fn eq(&self, other: &Self) -> bool { in eq() 68 fn eq(&self, other: &Self) -> bool { in eq() 78 fn eq(&self, other: &Self) -> bool { in eq() 84 fn eq(&self, other: &Self) -> bool { in eq() 90 fn eq(&self, other: &Self) -> bool { in eq() 382 fn eq(&self, other: &Self) -> bool { in eq() [all …]
|
| /external/rust/crates/syn/0.15.42/tests/common/ |
| D | eq.rs | 36 fn eq(&self, other: &Self) -> bool; in eq() 40 fn eq(&self, other: &Self) -> bool { in eq() 46 fn eq(&self, other: &Self) -> bool { in eq() 52 fn eq(&self, other: &Self) -> bool { in eq() 62 fn eq(&self, other: &Self) -> bool { in eq() 68 fn eq(&self, other: &Self) -> bool { in eq() 78 fn eq(&self, other: &Self) -> bool { in eq() 84 fn eq(&self, other: &Self) -> bool { in eq() 90 fn eq(&self, other: &Self) -> bool { in eq() 382 fn eq(&self, other: &Self) -> bool { in eq() [all …]
|
| /external/mesa3d/bin/ |
| D | commit_in_branch_test.py | 34 def test_canonicalize_commit(commit: str, expected: bool) -> None: 58 def test_validate_branch(commit: str, expected: bool) -> None: 82 def test_is_commit_valid(commit: str, expected: bool) -> None: 98 def test_branch_has_commit(branch: str, commit: str, expected: bool) -> None: 114 def test_branch_has_backport_of_commit(branch: str, commit: str, expected: bool) -> None:
|
| D | gen_release_notes.py | 186 def calculate_next_version(version: str, is_point: bool) -> str: 197 def calculate_previous_version(version: str, is_point: bool) -> str: 218 def get_features(is_point_release: bool) -> typing.Generator[str, None, None]:
|
| D | gen_release_notes_test.py | 33 def test_next_version(current: str, is_point: bool, expected: str) -> None: 43 def test_previous_version(current: str, is_point: bool, expected: str) -> None:
|
| /external/golang-protobuf/proto/ |
| D | table_marshal.go | 132 func (a *InternalMessageInfo) Marshal(b []byte, msg Message, deterministic bool) ([]byte, error) { 535 func typeMarshaler(t reflect.Type, tags []string, nozero, oneof bool) (sizer, marshaler) { 1396 func appendFixed32Value(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1402 func appendFixed32ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1411 func appendFixed32Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1420 func appendFixed32Slice(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1428 func appendFixed32PackedSlice(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1440 func appendFixedS32Value(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1446 func appendFixedS32ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1455 func appendFixedS32Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { [all …]
|
| /external/rust/crates/unicode-xid/src/ |
| D | lib.rs | 70 fn is_xid_start(self) -> bool; in is_xid_start() 78 fn is_xid_continue(self) -> bool; in is_xid_continue() 83 fn is_xid_start(self) -> bool { derived_property::XID_Start(self) } in is_xid_start() 86 fn is_xid_continue(self) -> bool { derived_property::XID_Continue(self) } in is_xid_continue()
|
| D | tables.rs | 19 fn bsearch_range_table(c: char, r: &[(char,char)]) -> bool { in bsearch_range_table() argument 252 pub fn XID_Continue(c: char) -> bool { in XID_Continue() 446 pub fn XID_Start(c: char) -> bool { in XID_Start()
|
| /external/v8/src/objects/ |
| D | objects-inl.h | 69 DEF_GETTER(HeapObject, IsClassBoilerplate, bool) { in DEF_GETTER() argument 152 DEF_GETTER(HeapObject, IsUniqueName, bool) { in DEF_GETTER() argument 156 DEF_GETTER(HeapObject, IsFunction, bool) { in DEF_GETTER() argument 161 DEF_GETTER(HeapObject, IsCallable, bool) { return map(isolate).is_callable(); } in DEF_GETTER() argument 163 DEF_GETTER(HeapObject, IsCallableJSProxy, bool) { in DEF_GETTER() argument 167 DEF_GETTER(HeapObject, IsCallableApiObject, bool) { in DEF_GETTER() argument 173 DEF_GETTER(HeapObject, IsNonNullForeign, bool) { in DEF_GETTER() argument 178 DEF_GETTER(HeapObject, IsConstructor, bool) { in DEF_GETTER() argument 182 DEF_GETTER(HeapObject, IsSourceTextModuleInfo, bool) { in DEF_GETTER() argument 188 DEF_GETTER(HeapObject, IsConsString, bool) { in DEF_GETTER() argument [all …]
|
| D | name-inl.h | 58 DEF_GETTER(Name, IsUniqueName, bool) { in DEF_GETTER() argument 105 DEF_GETTER(Name, IsInterestingSymbol, bool) { in DEF_GETTER() argument 109 DEF_GETTER(Name, IsPrivate, bool) { in DEF_GETTER() argument 113 DEF_GETTER(Name, IsPrivateName, bool) { in DEF_GETTER() argument 120 DEF_GETTER(Name, IsPrivateBrand, bool) { in DEF_GETTER() argument
|
| D | js-objects-inl.h | 528 DEF_GETTER(JSObject, HasObjectElements, bool) { in DEF_GETTER() argument 532 DEF_GETTER(JSObject, HasSmiElements, bool) { in DEF_GETTER() argument 536 DEF_GETTER(JSObject, HasSmiOrObjectElements, bool) { in DEF_GETTER() argument 540 DEF_GETTER(JSObject, HasDoubleElements, bool) { in DEF_GETTER() argument 544 DEF_GETTER(JSObject, HasHoleyElements, bool) { in DEF_GETTER() argument 548 DEF_GETTER(JSObject, HasFastElements, bool) { in DEF_GETTER() argument 552 DEF_GETTER(JSObject, HasFastPackedElements, bool) { in DEF_GETTER() argument 556 DEF_GETTER(JSObject, HasDictionaryElements, bool) { in DEF_GETTER() argument 560 DEF_GETTER(JSObject, HasPackedElements, bool) { in DEF_GETTER() argument 564 DEF_GETTER(JSObject, HasAnyNonextensibleElements, bool) { in DEF_GETTER() argument [all …]
|
| /external/rust/crates/syn/0.15.42/src/ |
| D | ident.rs | 20 fn accept_as_ident(ident: &Ident) -> bool { in accept_as_ident() 53 fn peek(cursor: Cursor) -> bool { in peek() 91 pub fn peek_any_ident(input: ParseStream) -> bool { in peek_any_ident() 97 pub fn peek_any_ident(input: ParseStream) -> bool { in peek_any_ident()
|
| D | token.rs | 134 fn peek(cursor: Cursor) -> bool; in peek() 160 fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { in peek_impl() 215 fn peek(cursor: Cursor) -> bool; in peek() 224 fn peek(cursor: Cursor) -> bool { in peek() 531 fn peek(cursor: Cursor) -> bool { in peek() 551 fn peek(cursor: Cursor) -> bool { in peek() 562 fn peek(cursor: Cursor) -> bool { in peek() 573 fn peek(cursor: Cursor) -> bool { in peek() 584 fn peek(cursor: Cursor) -> bool { in peek() 855 pub fn peek_keyword(cursor: Cursor, token: &str) -> bool { in peek_keyword() [all …]
|
| D | lookahead.rs | 77 peek: fn(Cursor) -> bool, in peek_impl() 102 pub fn peek<T: Peek>(&self, token: T) -> bool { in peek() 164 pub fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { in is_delimiter()
|
| /external/protobuf/src/google/protobuf/testing/ |
| D | file.h | 83 static bool GetContents( in GetContents() argument 88 static bool GetContentsAsText( in GetContentsAsText() argument 93 static bool SetContents( in SetContents() argument
|
| /external/v4l2_codec2/components/ |
| D | V4L2DecodeInterface.cpp | 71 C2R V4L2DecodeInterface::ProfileLevelSetter(bool /* mayBlock */, in ProfileLevelSetter() argument 79 C2R V4L2DecodeInterface::SizeSetter(bool /* mayBlock */, in SizeSetter() argument 88 C2R V4L2DecodeInterface::DefaultColorAspectsSetter(bool /* mayBlock */, C2P<T>& def) { in DefaultColorAspectsSetter() argument 106 bool /* mayBlock */, C2P<C2StreamColorAspectsInfo::output>& merged, in MergedColorAspectsSetter() argument 121 bool /* mayBlock */, C2P<C2StreamMaxBufferSizeInfo::input>& me, in MaxInputBufferSizeCalculator() argument
|
| /external/v8/src/ic/ |
| D | binary-op-assembler.h | 56 bool /* unused */) { in Generate_BitwiseOrWithFeedback() argument 67 bool /* unused */) { in Generate_BitwiseXorWithFeedback() argument 78 bool /* unused */) { in Generate_BitwiseAndWithFeedback() argument 89 bool /* unused */) { in Generate_ShiftLeftWithFeedback() argument 100 bool /* unused */) { in Generate_ShiftRightWithFeedback() argument 111 bool /* unused */) { in Generate_ShiftRightLogicalWithFeedback() argument
|
| /external/rust/crates/syn/1.0.7/src/ |
| D | token.rs | 134 fn peek(cursor: Cursor) -> bool; in peek() 160 fn peek_impl(cursor: Cursor, peek: fn(ParseStream) -> bool) -> bool { in peek_impl() 215 fn peek(cursor: Cursor) -> bool; in peek() 224 fn peek(cursor: Cursor) -> bool { in peek() 531 fn peek(cursor: Cursor) -> bool { in peek() 551 fn peek(cursor: Cursor) -> bool { in peek() 562 fn peek(cursor: Cursor) -> bool { in peek() 573 fn peek(cursor: Cursor) -> bool { in peek() 584 fn peek(cursor: Cursor) -> bool { in peek() 849 pub fn peek_keyword(cursor: Cursor, token: &str) -> bool { in peek_keyword() [all …]
|
| D | ident.rs | 21 fn accept_as_ident(ident: &Ident) -> bool { in accept_as_ident() 54 fn peek(cursor: Cursor) -> bool { in peek() 89 pub fn xid_ok(symbol: &str) -> bool { in xid_ok()
|
| D | lookahead.rs | 77 peek: fn(Cursor) -> bool, in peek_impl() 102 pub fn peek<T: Peek>(&self, token: T) -> bool { in peek() 164 pub fn is_delimiter(cursor: Cursor, delimiter: Delimiter) -> bool { in is_delimiter()
|
| /external/clang/lib/Headers/ |
| D | stdbool.h | 31 #define bool _Bool macro 37 #define bool bool macro
|
| /external/skqp/src/codec/ |
| D | SkIcoCodec.h | 51 bool conversionSupported(const SkImageInfo&, bool, bool) override { in conversionSupported() argument
|
| /external/skia/src/codec/ |
| D | SkIcoCodec.h | 51 bool conversionSupported(const SkImageInfo&, bool, bool) override { in conversionSupported() 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 …]
|