Home
last modified time | relevance | path

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

12345

/external/boringssl/src/util/testresult/
Dtestresult.go27 type Results struct { struct
28 Version int `json:"version"`
29 Interrupted bool `json:"interrupted"`
30 PathDelimiter string `json:"path_delimiter"`
31 SecondsSinceEpoch float64 `json:"seconds_since_epoch"`
32 NumFailuresByType map[string]int `json:"num_failures_by_type"`
33 Tests map[string]Result `json:"tests"`
46 func (t *Results) addResult(name, result, expected string) {
60 func (t *Results) AddResult(name, result string) {
65 func (t *Results) AddSkip(name string) {
[all …]
/external/cronet/third_party/boringssl/src/util/testresult/
Dtestresult.go27 type Results struct { struct
28 Version int `json:"version"`
29 Interrupted bool `json:"interrupted"`
30 PathDelimiter string `json:"path_delimiter"`
31 SecondsSinceEpoch float64 `json:"seconds_since_epoch"`
32 NumFailuresByType map[string]int `json:"num_failures_by_type"`
33 Tests map[string]Result `json:"tests"`
46 func (t *Results) addResult(name, result, expected string) {
60 func (t *Results) AddResult(name, result string) {
65 func (t *Results) AddSkip(name string) {
[all …]
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
Dvalidator.h52 struct Results { struct
54 bool ok = false;
78 MinibenchmarkStatus RunValidation(Results* results_out); argument
/external/pigweed/pw_perf_test/public/pw_perf_test/
Devent_handler.h27 struct Results { struct
28 int64_t mean;
29 int64_t max;
30 int64_t min;
31 int iterations;
/external/google-benchmark/test/
Doutput_test.h92 struct Results { struct
98 Results(const std::string& n) : name(n) {} in Results() argument
104 typedef enum { kCpuTime, kRealTime } BenchmarkTime;
112 double DurationRealTime() const { in DurationRealTime()
116 double DurationCPUTime() const { in DurationCPUTime()
144 T Results::GetAs(const char* entry_name) const { in GetAs() argument
/external/libcxx/utils/google-benchmark/test/
Doutput_test.h92 struct Results { struct
98 Results(const std::string& n) : name(n) {} in Results() argument
104 typedef enum { kCpuTime, kRealTime } BenchmarkTime;
112 double DurationRealTime() const { in DurationRealTime()
116 double DurationCPUTime() const { in DurationCPUTime()
144 T Results::GetAs(const char* entry_name) const { in GetAs() argument
/external/oboe/apps/OboeTester/docs/
DAutomatedTesting.md187 ### Latency Report
213 ### Glitch Report
239 ### Data Paths Report
/external/swiftshader/tests/regres/deqp/
Ddeqp.go78 type Results struct { struct
79 Version int
80 Error string
81 Tests map[string]TestResult
82 Coverage *cov.Tree
83 Duration time.Duration
121 func (r *Results) Save(path string) error {
/external/clang/lib/Sema/
DSemaCodeComplete.cpp54 std::vector<Result> Results; member in __anon3122a6f00111::ResultBuilder
1262 ResultBuilder &Results; member in __anon3122a6f00211::CodeCompletionDeclConsumer
1266 CodeCompletionDeclConsumer(ResultBuilder &Results, DeclContext *CurContext) in CodeCompletionDeclConsumer()
1284 ResultBuilder &Results) { in AddTypeSpecifierResults()
1366 ResultBuilder &Results) { in AddStorageSpecifiers()
1377 ResultBuilder &Results) { in AddFunctionSpecifiers()
1424 static void AddTypedefResult(ResultBuilder &Results) { in AddTypedefResult()
1514 static void addThisCompletion(Sema &S, ResultBuilder &Results) { in addThisCompletion()
1534 ResultBuilder &Results) { in AddOrdinaryNameResults()
3101 static void AddMacroResults(Preprocessor &PP, ResultBuilder &Results, in AddMacroResults()
[all …]
/external/tflite-support/tensorflow_lite_support/examples/task/text/desktop/
DREADME.md38 #### Results subsubsection
85 #### Results subsubsection
121 #### Results subsubsection
/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/
DREADME.md37 #### Results subsubsection
92 #### Results subsubsection
148 #### Results subsubsection
/external/skia/tests/
DBlendTest.cpp32 struct Results { int diffs, diffs_0x00, diffs_0xff, diffs_by_1; }; argument
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp531 AllocatedCXCodeCompleteResults &Results, in CaptureCompletionResults()
540 CodeCompletionResult *Results, in ProcessCodeCompleteResults()
693 AllocatedCXCodeCompleteResults *Results = new AllocatedCXCodeCompleteResults( in clang_codeCompleteAt_Impl() local
845 AllocatedCXCodeCompleteResults *Results in clang_disposeCodeCompleteResults() local
852 AllocatedCXCodeCompleteResults *Results in clang_codeCompleteGetNumDiagnostics() local
863 AllocatedCXCodeCompleteResults *Results in clang_codeCompleteGetDiagnostic() local
877 AllocatedCXCodeCompleteResults *Results in clang_codeCompleteGetContexts() local
888 AllocatedCXCodeCompleteResults *Results = in clang_codeCompleteGetContainerKind() local
901 AllocatedCXCodeCompleteResults *Results = in clang_codeCompleteGetContainerUSR() local
911 AllocatedCXCodeCompleteResults *Results = in clang_codeCompleteGetObjCSelector() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp233 MutableArrayRef<SDValue> Results) { in RecursivelyLegalizeResults()
527 SmallVectorImpl<SDValue> &Results) { in LowerOperationWrapper()
555 void VectorLegalizer::Promote(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Promote()
620 SmallVectorImpl<SDValue> &Results) { in PromoteINT_TO_FP()
661 SmallVectorImpl<SDValue> &Results) { in PromoteFP_TO_INT()
841 void VectorLegalizer::Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results) { in Expand()
1200 SmallVectorImpl<SDValue> &Results) { in ExpandBITREVERSE()
1298 SmallVectorImpl<SDValue> &Results) { in ExpandFP_TO_UINT()
1318 SmallVectorImpl<SDValue> &Results) { in ExpandUINT_TO_FLOAT()
1420 SmallVectorImpl<SDValue> &Results) { in ExpandFSUB()
[all …]
/external/rust/crates/rand_core/src/
Dblock.rs74 type Results: AsRef<[Self::Item]> + AsMut<[Self::Item]> + Default; typedef
77 fn generate(&mut self, results: &mut Self::Results); in generate()
446 type Results = [u32; 16]; typedef
448 fn generate(&mut self, results: &mut Self::Results) { in generate()
496 type Results = [u64; 8]; typedef
498 fn generate(&mut self, results: &mut Self::Results) { in generate()
/external/dagger2/javatests/dagger/producers/internal/
DSetOfProducedProducerTest.java126 static final class Results<T> { class in SetOfProducedProducerTest
130 private Results(ImmutableSet<T> successes, ImmutableSet<ExecutionException> failures) { in Results() method in SetOfProducedProducerTest.Results
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp48 SmallVectorImpl<MVT> &Results) { in computeSignatureVTs()
75 llvm::signatureFromMVTs(const SmallVectorImpl<MVT> &Results, in signatureFromMVTs()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DFixedSampleSizeRechunker.java30 public static final class Results { class in FixedSampleSizeRechunker
39 private Results( in Results() method in FixedSampleSizeRechunker.Results
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DFixedSampleSizeRechunker.java30 public static final class Results { class in FixedSampleSizeRechunker
39 private Results( in Results() method in FixedSampleSizeRechunker.Results
/external/licenseclassifier/v2/
Dclassifier.go42 type Results struct { struct
43 Matches Matches
44 TotalInputLines int
/external/parameter-framework/upstream/parameter/
DResults.h39 typedef std::list<std::string> Results; typedef
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/parser/
Dparser.go770 type Results struct { struct
771 Lines []string
772 Tokens []*Token
773 Diagnostics []Diagnostic
774 Identifiers map[string]*Identifier // identifiers by name
775 Mappings map[*Token]interface{} // tokens to semantic map
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/
Dparser.go770 type Results struct { struct
771 Lines []string
772 Tokens []*Token
773 Diagnostics []Diagnostic
774 Identifiers map[string]*Identifier // identifiers by name
775 Mappings map[*Token]interface{} // tokens to semantic map
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/parser/
Dparser.go770 type Results struct { struct
771 Lines []string
772 Tokens []*Token
773 Diagnostics []Diagnostic
774 Identifiers map[string]*Identifier // identifiers by name
775 Mappings map[*Token]interface{} // tokens to semantic map
/external/parameter-framework/upstream/parameter/include/
DParameterMgrFullConnector.h56 typedef std::list<std::string> Results; typedef

12345