Home
last modified time | relevance | path

Searched defs:Function (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/external/llvm/tools/llvm-cov/
DCoverageFilters.cpp20 bool NameCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches()
26 NameRegexCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches()
30 bool RegionCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches()
35 bool LineCoverageFilter::matches(const coverage::FunctionRecord &Function) { in matches()
44 bool CoverageFilters::matches(const coverage::FunctionRecord &Function) { in matches()
53 CoverageFiltersMatchAll::matches(const coverage::FunctionRecord &Function) { in matches()
/external/google-breakpad/src/processor/
Dsource_line_resolver_base_types.h83 struct SourceLineResolverBase::Function { struct
84 Function() { } in Function() argument
85 Function(const string &function_name, in Function() argument
92 string name;
93 MemAddr address;
94 MemAddr size;
97 int32_t parameter_size;
Dbasic_source_line_resolver_types.h59 BasicSourceLineResolver::Function : public SourceLineResolverBase::Function { struct
60 Function(const string &function_name, in Function() argument
70 typedef SourceLineResolverBase::Function Base; argument
Dfast_source_line_resolver_types.h73 struct FastSourceLineResolver::Function : struct
75 void CopyFrom(const Function *func_ptr) { in CopyFrom() argument
81 void CopyFrom(const char *raw) { in CopyFrom()
93 StaticRangeMap<MemAddr, Line> lines;
/external/google-breakpad/src/common/
Dmodule.h89 struct Function { struct
90 Function(const string &name_input, const Address &address_input) : in Function() function
95 static bool CompareByAddress(const Function *x, const Function *y) { in CompareByAddress() argument
100 const string name;
103 const Address address;
104 Address size;
107 Address parameter_size;
111 vector<Line> lines;
/external/tensorflow/tensorflow/docs_src/programmers_guide/
Dusing_tpu.md170 ### Static shapes
184 ### Summaries
195 ### Metrics
237 ### Use `TPUEstimatorSpec`
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h201 struct Function struct
203Function(int label, const char *name, TIntermSequence *arg, TIntermTyped *ret) : label(label), nam… in Function() argument
207Function(int label, const TString &name, TIntermSequence *arg, TIntermTyped *ret) : label(label), … in Function() function
211 int label;
212 TString name;
213 TIntermSequence *arg;
214 TIntermTyped *ret;
/external/llvm/include/llvm/IR/
DAssemblyAnnotationWriter.h22 class Function; variable
34 virtual void emitFunctionAnnot(const Function *, in emitFunctionAnnot()
/external/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp216 FunctionRecord Function(OrigFuncName, Record.Filenames); in load() local
265 void insert(const FunctionRecord &Function, unsigned FileID) { in insert()
415 for (const auto &Function : getCoveredFunctions()) in getUniqueSourceFiles() local
425 const FunctionRecord &Function) { in gatherFileIDs()
434 static Optional<unsigned> findMainViewFileID(const FunctionRecord &Function) { in findMainViewFileID()
448 const FunctionRecord &Function) { in findMainViewFileID()
463 for (const auto &Function : Functions) { in getCoverageForFile() local
483 for (const auto &Function : Functions) { in getInstantiations() local
501 CoverageMapping::getCoverageForFunction(const FunctionRecord &Function) { in getCoverageForFunction()
/external/v8/src/runtime/
Druntime.h737 struct Function { in FOR_EACH_INTRINSIC_RETURN_OBJECT() struct
738 FunctionId function_id; in FOR_EACH_INTRINSIC_RETURN_OBJECT()
739 IntrinsicType intrinsic_type; in FOR_EACH_INTRINSIC_RETURN_OBJECT()
741 const char* name; in FOR_EACH_INTRINSIC_RETURN_OBJECT()
745 Address entry; in FOR_EACH_INTRINSIC_RETURN_OBJECT()
749 int8_t nargs; in FOR_EACH_INTRINSIC_RETURN_OBJECT()
751 int8_t result_size; in FOR_EACH_INTRINSIC_RETURN_OBJECT()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DBasicInliner.h22 class Function; variable
DFunctionUtils.h23 class Function; variable
/external/llvm/include/llvm/Transforms/Scalar/
DGuardWidening.h24 class Function; variable
/external/llvm/include/llvm/Transforms/Utils/
DCtorUtils.h22 class Function; variable
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLint.h27 class Function; variable
/external/llvm/include/llvm/Analysis/
DLint.h27 class Function; variable
DRegionPrinter.h20 class Function; variable
/external/libcxxabi/test/
Dcatch_function_02.pass.cpp19 typedef void Function(); in main() typedef
/external/llvm/include/llvm/Target/
DTargetIntrinsicInfo.h22 class Function; variable
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetIntrinsicInfo.h21 class Function; variable
/external/jsilver/src/com/google/clearsilver/jsilver/functions/
DFunction.java24 public interface Function { interface
/external/swiftshader/third_party/LLVM/include/llvm/
DAutoUpgrade.h20 class Function; variable
/external/guava/guava/src/com/google/common/base/
DFunction.java36 public interface Function<F, T> { interface
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.h22 class Function; variable
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/util/
DFunction.java6 public interface Function<R, T> { interface

12345678910>>...17