Home
last modified time | relevance | path

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

12345678910>>...19

/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/syzkaller/vendor/github.com/golang/protobuf/proto/
Dtable_marshal.go131 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/
Dtable_marshal.go132 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/
Dgen.go244 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 {
Dcheck.go297 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/
Dutil.go25 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/
Dsort_go18.go23 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) {
Dsort_go17.go20 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/
Dresources.go17 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/
Dnormalize.go273 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 {
Dtransform.go20 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/
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/syzkaller/vendor/google.golang.org/api/gensupport/
Djson.go51 …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/
DSkIcoCodec.h51 bool conversionSupported(const SkImageInfo&, bool, bool) override { in conversionSupported() argument
/external/skia/src/codec/
DSkIcoCodec.h51 bool conversionSupported(const SkImageInfo&, bool, bool) override { in conversionSupported() argument
/external/protobuf/src/google/protobuf/testing/
Dfile.h83 static bool GetContents( in GetContents() argument
88 static bool SetContents( in SetContents() argument
/external/syzkaller/pkg/vcs/
Dvcs_test.go74 func testPredicate(t *testing.T, fn func(string) bool, tests map[string]bool) {
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/
Dformat.go29 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/
Dretry.go32 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/
Dadmin.go84 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/
DLanaiSelectionDAGInfo.cpp25 bool /*isVolatile*/, bool /*AlwaysInline*/, in EmitTargetCodeForMemcpy() argument
/external/llvm/bindings/go/llvm/
Dtransforms_ipo.go22 func boolToUnsigned(b bool) C.unsigned {
39 func (pm PassManager) AddInternalizePass(allButMain bool) {
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dtransforms_ipo.go22 func boolToUnsigned(b bool) C.unsigned {
39 func (pm PassManager) AddInternalizePass(allButMain bool) {
/external/strace/
Dfetch_struct_statfs.c43 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

12345678910>>...19