Home
last modified time | relevance | path

Searched defs:Targets (Results 1 – 25 of 87) sorted by relevance

1234

/external/AFLplusplus/docs/
Dbest_practices.md5 ### Targets subsection
18 ## Targets section in Best practices
20 ### Fuzzing a target with source code available
25 ### Fuzzing a target with dlopen instrumented libraries
45 ### Fuzzing a binary-only target
50 ### Fuzzing a GUI program
63 ### Fuzzing a network service
DFAQ.md142 ## Targets section in Frequently asked questions (FAQ)
/external/perfetto/src/profiling/memory/
DREADME.md11 ### Factories
22 ### Interceptors
33 ### Shared libraries
/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/
Dtargets.rs173 pub struct Targets(DirectiveSet<StaticDirective>); struct
175 impl Targets { implementation
404 impl<T, L> Extend<(T, L)> for Targets implementation
417 impl<T, L> FromIterator<(T, L)> for Targets implementation
429 impl FromStr for Targets { implementation
439 impl<S> layer::Layer<S> for Targets implementation
458 impl<S> layer::Filter<S> for Targets { implementation
472 impl IntoIterator for Targets { implementation
482 impl<'a> IntoIterator for &'a Targets { implementation
492 impl fmt::Display for Targets { implementation
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TextAPI/
DInterfaceFile.h83 InterfaceFileRef(StringRef InstallName, const TargetList Targets) in InterfaceFileRef()
89 template <typename RangeT> void addTargets(RangeT &&Targets) { in addTargets()
118 TargetList Targets; variable
DSymbol.h64 Symbol(SymbolKind Kind, StringRef Name, TargetList Targets, SymbolFlags Flags) in Symbol()
126 TargetList Targets; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DInterfaceFile.h87 InterfaceFileRef(StringRef InstallName, const TargetList Targets) in InterfaceFileRef()
93 template <typename RangeT> void addTargets(RangeT &&Targets) { in addTargets()
122 TargetList Targets; variable
DSymbol.h59 Symbol(SymbolKind Kind, StringRef Name, TargetList Targets, SymbolFlags Flags) in Symbol()
109 TargetList Targets; variable
/external/llvm/unittests/Transforms/IPO/
DWholeProgramDevirt.cpp30 VirtualCallTarget Targets[] = { in TEST() local
71 VirtualCallTarget Targets[] = { in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTarget.cpp60 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets) { in mapToPlatformSet()
67 ArchitectureSet mapToArchitectureSet(ArrayRef<Target> Targets) { in mapToArchitectureSet()
DTextStub.cpp232 TargetList Targets; member
243 std::vector<Target> Targets; member
248 std::vector<Target> Targets; member
596 TargetList Targets; in synthesizeTargets() local
641 const auto Targets = in denormalize() local
684 const auto Targets = in denormalize() local
853 TargetList Targets(Symbol->targets()); in NormalizedTBD_V4() local
979 TargetList Targets; member
DPlatform.cpp57 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets) { in mapToPlatformSet()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/
DTarget.cpp58 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets) { in mapToPlatformSet()
65 ArchitectureSet mapToArchitectureSet(ArrayRef<Target> Targets) { in mapToArchitectureSet()
DTextStub.cpp232 TargetList Targets; member
243 std::vector<Target> Targets; member
248 std::vector<Target> Targets; member
597 TargetList Targets; in synthesizeTargets() local
641 const auto Targets = in denormalize() local
684 const auto Targets = in denormalize() local
853 TargetList Targets(Symbol->targets()); in NormalizedTBD_V4() local
980 TargetList Targets; member
DPlatform.cpp56 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets) { in mapToPlatformSet()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
DLVSymbol.cpp284 const LVSymbols *Targets) { in markMissingParents()
336 const LVSymbols *Targets) { in parametersMatch()
371 bool LVSymbol::equals(const LVSymbols *References, const LVSymbols *Targets) { in equals()
DLVLine.cpp70 const LVLines *Targets) { in markMissingParents()
124 bool LVLine::equals(const LVLines *References, const LVLines *Targets) { in equals()
DLVType.cpp174 const LVTypes *Targets) { in markMissingParents()
226 const LVTypes *Targets) { in parametersMatch()
275 bool LVType::equals(const LVTypes *References, const LVTypes *Targets) { in equals()
/external/pigweed/pw_unit_test/
Ddocs.rst814 Targets subsection
885 Targets subsection
1112 Targets subsection
1189 Targets subsection
/external/clang/include/clang/Frontend/
DDependencyOutputOptions.h48 std::vector<std::string> Targets; variable
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/api/
Dctp2.pb.go261 Targets []*Targets `protobuf:"bytes,2,rep,name=targets,proto3" json:"targets,omitempty"` member
822 Targets []*Targets `protobuf:"bytes,1,rep,name=targets,proto3" json:"targets,omitempty"` member
864 type Targets struct { struct
865 state protoimpl.MessageState
866 sizeCache protoimpl.SizeCache
867 unknownFields protoimpl.UnknownFields
869 …t *HWTarget `protobuf:"bytes,1,opt,name=hw_target,json=hwTarget,proto3" json:"hw_target,omitempty"`
871 …SWTarget `protobuf:"bytes,2,rep,name=sw_targets,json=swTargets,proto3" json:"sw_targets,omitempty"`
872 …*SWTarget `protobuf:"bytes,3,opt,name=sw_target,json=swTarget,proto3" json:"sw_target,omitempty"`
875 func (x *Targets) Reset() {
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
DDebugCrossImpSubsection.cpp57 std::vector<support::ulittle32_t> Targets = {support::ulittle32_t(ImportId)}; in addImport() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugCrossImpSubsection.cpp57 std::vector<support::ulittle32_t> Targets = {support::ulittle32_t(ImportId)}; in addImport() local
/external/llvm/lib/Support/
DTargetRegistry.cpp119 std::vector<std::pair<StringRef, const Target*> > Targets; in printRegisteredTargetsForVersion() local
/external/python/pyasn1-modules/pyasn1_modules/
Drfc3281.py87 class Targets(univ.SequenceOf): class

1234