/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/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | table_marshal.go | 131 func (a *InternalMessageInfo) Marshal(b []byte, msg Message, deterministic bool) ([]byte, error) { 521 func typeMarshaler(t reflect.Type, tags []string, nozero, oneof bool) (sizer, marshaler) { 1382 func appendFixed32Value(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1388 func appendFixed32ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1397 func appendFixed32Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1406 func appendFixed32Slice(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1414 func appendFixed32PackedSlice(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1426 func appendFixedS32Value(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1432 func appendFixedS32ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { 1441 func appendFixedS32Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { [all …]
|
/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/syzkaller/pkg/compiler/ |
D | gen.go | 244 func (comp *compiler) genStructDesc(res *prog.StructDesc, n *ast.Struct, dir prog.Dir, varlen bool)… 273 func setBitfieldOffset(t0 prog.Type, offset uint64, middle bool) { 290 func (comp *compiler) addAlignment(fields []prog.Type, varlen, packed bool, alignAttr uint64) []pro… 389 func (comp *compiler) genField(f *ast.Field, dir prog.Dir, isArg bool) prog.Type { 393 func (comp *compiler) genFieldArray(fields []*ast.Field, dir prog.Dir, isArg bool) []prog.Type { 401 func (comp *compiler) genType(t *ast.Type, field string, dir prog.Dir, isArg bool) prog.Type { 410 func genCommon(name, field string, size uint64, dir prog.Dir, opt bool) prog.TypeCommon { 420 func genIntCommon(com prog.TypeCommon, bitLen uint64, bigEndian bool) prog.IntTypeCommon {
|
D | check.go | 297 parents []*ast.Struct, checked map[string]bool, isArg bool) { 374 func (comp *compiler) collectUsed(all bool) (structs, flags, strflags map[string]bool) { 395 …nc (comp *compiler) collectUsedType(structs, flags, strflags map[string]bool, t *ast.Type, isArg b… 499 func (comp *compiler) checkTypeCtors(t *ast.Type, dir prog.Dir, isArg bool, 500 ctors map[string]bool, checked map[structDir]bool) { 577 func (comp *compiler) checkStructRecursion(checked map[string]bool, n *ast.Struct, path []pathElem)… 608 func (comp *compiler) recurseField(checked map[string]bool, t *ast.Type, path []pathElem) { 920 func expectedTypeArgs(desc *typeDesc, needBase bool) string {
|
/external/syzkaller/vm/vmimpl/ |
D | util.go | 25 func WaitForSSH(debug bool, timeout time.Duration, addr, sshKey, sshUser, OS string, port int) erro… 50 func SSHArgs(debug bool, sshKey string, port int) []string { 54 func SCPArgs(debug bool, sshKey string, port int) []string { 58 func sshArgs(debug bool, sshKey, portArg string, port int) []string {
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/cmpopts/ |
D | sort_go18.go | 23 func sliceIsSorted(slice interface{}, less func(i, j int) bool) bool { 26 func sortSlice(slice interface{}, less func(i, j int) bool) { 29 func sortSliceStable(slice interface{}, less func(i, j int) bool) {
|
D | sort_go17.go | 20 func sliceIsSorted(slice interface{}, less func(i, j int) bool) bool { 23 func sortSlice(slice interface{}, less func(i, j int) bool) { 26 func sortSliceStable(slice interface{}, less func(i, j int) bool) {
|
/external/syzkaller/prog/ |
D | resources.go | 17 func (target *Target) calcResourceCtors(kind []string, precise bool) []*Syscall { 77 func isCompatibleResourceImpl(dst, src []string, precise bool) bool { 137 func (target *Target) TransitivelyEnabledCalls(enabled map[*Syscall]bool) (map[*Syscall]bool, map[*…
|
/external/syzkaller/vendor/golang.org/x/text/unicode/norm/ |
D | normalize.go | 273 func (f Form) Span(b []byte, atEOF bool) (n int, err error) { 287 func (f Form) SpanString(s string, atEOF bool) (n int, err error) { 303 func (f *formInfo) quickSpan(src input, i, end int, atEOF bool) (n int, ok bool) { 406 func (f Form) NextBoundary(b []byte, atEOF bool) int { 413 func (f Form) NextBoundaryInString(s string, atEOF bool) int { 417 func (f Form) nextBoundary(src input, nsrc int, atEOF bool) int { 503 func decomposeSegment(rb *reorderBuffer, sp int, atEOF bool) int {
|
D | transform.go | 20 func (f Form) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) { 55 func (f Form) transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {
|
/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/syzkaller/vendor/google.golang.org/api/gensupport/ |
D | json.go | 51 …schemaToMap(schema interface{}, mustInclude, useNull map[string]bool, useNullMaps map[string]map[s… 170 func includeField(v reflect.Value, f reflect.StructField, mustInclude map[string]bool) bool {
|
/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/protobuf/src/google/protobuf/testing/ |
D | file.h | 83 static bool GetContents( in GetContents() argument 88 static bool SetContents( in SetContents() argument
|
/external/syzkaller/pkg/vcs/ |
D | vcs_test.go | 74 func testPredicate(t *testing.T, fn func(string) bool, tests map[string]bool) {
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/ |
D | format.go | 29 func Format(v reflect.Value, useStringer bool) string { 40 func formatAny(v reflect.Value, conf formatConfig, visited map[uintptr]bool) string { 209 func insertPointer(m map[uintptr]bool, p uintptr) map[uintptr]bool {
|
/external/syzkaller/vendor/cloud.google.com/go/internal/ |
D | retry.go | 32 func Retry(ctx context.Context, bo gax.Backoff, f func() (stop bool, err error)) error { 36 func retry(ctx context.Context, bo gax.Backoff, f func() (stop bool, err error),
|
/external/syzkaller/dashboard/app/ |
D | admin.go | 84 func dropNamespaceReportingState(c context.Context, w http.ResponseWriter, ns string, dryRun bool) … 107 func dropEntities(c context.Context, keys []*datastore.Key, dryRun bool) error {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiSelectionDAGInfo.cpp | 25 bool /*isVolatile*/, bool /*AlwaysInline*/, in EmitTargetCodeForMemcpy() argument
|
/external/llvm/bindings/go/llvm/ |
D | transforms_ipo.go | 22 func boolToUnsigned(b bool) C.unsigned { 39 func (pm PassManager) AddInternalizePass(allButMain bool) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | transforms_ipo.go | 22 func boolToUnsigned(b bool) C.unsigned { 39 func (pm PassManager) AddInternalizePass(allButMain bool) {
|
/external/strace/ |
D | fetch_struct_statfs.c | 43 MPERS_PRINTER_DECL(bool, fetch_struct_statfs, in MPERS_PRINTER_DECL() argument 82 MPERS_PRINTER_DECL(bool, fetch_struct_statfs64, in MPERS_PRINTER_DECL() argument
|