| /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/ |
| D | bidi.go | 145 func (o *Ordering) Run(i int) Run { func 157 type Run struct { struct 161 func (r *Run) String() string { 166 func (r *Run) Bytes() []byte { 176 func (r *Run) Direction() Direction { 182 func (r *Run) Pos() (start, end int) {
|
| /external/libchrome/base/ |
| D | callback.h | 84 R Run(Args... args) const & { in Run() function 91 R Run(Args... args) && { in Run() function 126 R Run(Args... args) const & { in Run() function 132 R Run(Args... args) && { in Run() function
|
| /external/deqp/external/openglcts/modules/gles31/ |
| D | es31cExplicitUniformLocationTest.cpp | 2135 virtual long Run() in Run() function in glcts::__anon6abdc1140111::UniformLoc 2146 virtual long Run() in Run() function in glcts::__anon6abdc1140111::UniformLocNonDec 2161 virtual long Run() in Run() function in glcts::__anon6abdc1140111::UniformLocMultipleStages 2172 virtual long Run() in Run() function in glcts::__anon6abdc1140111::UniformLocMultipleUniforms 2187 virtual long Run() in Run() function in glcts::__anon6abdc1140111::UniformLocTypesMix 2212 virtual long Run() in Run() function in glcts::__anon6abdc1140111::UniformLocTypesMat 2229 virtual long Run() in Run() function in glcts::__anon6abdc1140111::UniformLocTypesSamplers 2276 virtual long Run() in Run() function in glcts::__anon6abdc1140111::UniformLocTypesStructs 2304 virtual long Run() in Run() function in glcts::__anon6abdc1140111::UniformLocArraysNonSpaced 2321 virtual long Run() in Run() function in glcts::__anon6abdc1140111::UniformLocArraySpaced [all …]
|
| D | es31cVertexAttribBindingTests.cpp | 332 virtual long Run() in Run() function in glcts::__anon2442bfcb0111::BasicUsage 444 virtual long Run() in Run() function in glcts::__anon2442bfcb0111::BasicInputBase 554 virtual long Run() in Run() function in glcts::__anon2442bfcb0111::BasicInputCase1 600 virtual long Run() in Run() function in glcts::__anon2442bfcb0111::BasicInputCase2 662 virtual long Run() in Run() function in glcts::__anon2442bfcb0111::BasicInputCase3 731 virtual long Run() in Run() function in glcts::__anon2442bfcb0111::BasicInputCase4 834 virtual long Run() in Run() function in glcts::__anon2442bfcb0111::BasicInputCase5 1030 virtual long Run() in Run() function in glcts::__anon2442bfcb0111::BasicInputCase6 1208 virtual long Run() in Run() function in glcts::__anon2442bfcb0111::BasicInputCase8 1289 virtual long Run() in Run() function in glcts::__anon2442bfcb0111::BasicInputCase9 [all …]
|
| D | es31cProgramInterfaceQueryTests.cpp | 330 virtual long Run() in Run() function in glcts::__anon8d9a2a6b0111::NoShaders 396 virtual long Run() in Run() function in glcts::__anon8d9a2a6b0111::SimpleShaders 628 virtual long Run() in Run() function in glcts::__anon8d9a2a6b0111::ComputeShaderTest 682 virtual long Run() in Run() function in glcts::__anon8d9a2a6b0111::InputTypes 786 virtual long Run() in Run() function in glcts::__anon8d9a2a6b0111::InputBuiltIn 858 virtual long Run() in Run() function in glcts::__anon8d9a2a6b0111::InputLayout 952 virtual long Run() in Run() function in glcts::__anon8d9a2a6b0111::OutputLayout 1035 virtual long Run() in Run() function in glcts::__anon8d9a2a6b0111::UniformSimple 1153 virtual long Run() in Run() function in glcts::__anon8d9a2a6b0111::UniformTypes 1337 virtual long Run() in Run() function in glcts::__anon8d9a2a6b0111::UniformBlockTypes [all …]
|
| /external/skia/src/gpu/text/ |
| D | GrTextBlob.h | 402 struct Run { struct 403 explicit Run(GrTextBlob* blob, GrColor color) in Run() function 410 void setSubRunHasW(bool hasWCoord) { in setSubRunHasW() argument 417 SubRun* initARGBFallback() { in initARGBFallback() argument 450 void setRunFontAntiAlias(bool aa) { in setRunFontAntiAlias() argument 455 void setSubRunHasDistanceFields(bool hasLCD, bool isAntiAlias, bool hasWCoord) { in setSubRunHasDistanceFields() argument 463 SubRun* pushBackSubRun(const SkAutoDescriptor& desc, GrColor color) { in pushBackSubRun() argument 492 SkSTArray<1, SubRun> fSubRunInfo; argument 512 }; // Run argument
|
| /external/skqp/src/gpu/text/ |
| D | GrTextBlob.h | 402 struct Run { struct 403 explicit Run(GrTextBlob* blob, GrColor color) in Run() function 410 void setSubRunHasW(bool hasWCoord) { in setSubRunHasW() argument 417 SubRun* initARGBFallback() { in initARGBFallback() argument 452 void setRunFontAntiAlias(bool aa) { in setRunFontAntiAlias() argument 457 void setSubRunHasDistanceFields(bool hasLCD, bool isAntiAlias, bool hasWCoord) { in setSubRunHasDistanceFields() argument 465 SubRun* pushBackSubRun(const SkAutoDescriptor& desc, GrColor color) { in pushBackSubRun() argument 494 SkSTArray<1, SubRun> fSubRunInfo; argument 514 }; // Run argument
|
| /external/v8/tools/clang/base_bind_rewriters/tests/ |
| D | callback.h | 61 R Run(Args... args) const & { in Run() function 65 R Run(Args... args) && { return R(); } in Run() function 79 R Run(Args... args) const & { return R(); } in Run() function 80 R Run(Args... args) && { return R(); } in Run() function
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | despecializer.cc | 32 StatusOr<bool> Run(HloModule* module) override { in Run() function in xla::__anonb7c1a4d40111::ControlDepRemover 54 StatusOr<bool> Despecializer::Run(HloModule* module) { in Run() function in xla::Despecializer
|
| D | hlo_domain_remover.cc | 60 StatusOr<bool> HloDomainRemover::RunContext::Run() { in Run() function in xla::HloDomainRemover::RunContext 101 StatusOr<bool> HloDomainRemover::Run(HloModule* module) { in Run() function in xla::HloDomainRemover
|
| /external/gemmlowp/internal/ |
| D | kernel_neon.h | 42 void Run(std::int32_t* dst_ptr, std::size_t dst_row_stride, in Run() function 304 void Run(std::int32_t* dst_ptr, std::size_t dst_row_stride, in Run() function 677 void Run(std::int32_t* dst_ptr, std::size_t dst_row_stride, in Run() function 939 void Run(std::int32_t* dst_ptr, std::size_t dst_row_stride, in Run() function 1273 void Run(std::int32_t* dst_ptr, std::size_t dst_row_stride, in Run() function
|
| D | kernel_sse.h | 40 void Run(std::int32_t* dst_ptr, std::size_t dst_row_stride, in Run() function 214 void Run(std::int32_t* dst_ptr, std::size_t dst_row_stride, in Run() function
|
| /external/deqp/external/openglcts/modules/gl/ |
| D | gl4cVertexAttribBindingTests.cpp | 307 virtual long Run() in Run() function in gl4cts::__anon6b795bda0111::BasicUsage 401 virtual long Run() in Run() function in gl4cts::__anon6b795bda0111::BasicInputBase 491 virtual long Run() in Run() function in gl4cts::__anon6b795bda0111::BasicInputCase1 538 virtual long Run() in Run() function in gl4cts::__anon6b795bda0111::BasicInputCase2 600 virtual long Run() in Run() function in gl4cts::__anon6b795bda0111::BasicInputCase3 667 virtual long Run() in Run() function in gl4cts::__anon6b795bda0111::BasicInputCase4 762 virtual long Run() in Run() function in gl4cts::__anon6b795bda0111::BasicInputCase5 937 virtual long Run() in Run() function in gl4cts::__anon6b795bda0111::BasicInputCase6 1094 virtual long Run() in Run() function in gl4cts::__anon6b795bda0111::BasicInputCase7 1174 virtual long Run() in Run() function in gl4cts::__anon6b795bda0111::BasicInputCase8 [all …]
|
| D | gl4cProgramInterfaceQueryTests.cpp | 406 virtual long Run() in Run() function in gl4cts::__anon7ce8063a0111::NoShaders 483 virtual long Run() in Run() function in gl4cts::__anon7ce8063a0111::SimpleShaders 576 virtual long Run() in Run() function in gl4cts::__anon7ce8063a0111::InputTypes 693 virtual long Run() in Run() function in gl4cts::__anon7ce8063a0111::OutputTypes 783 virtual long Run() in Run() function in gl4cts::__anon7ce8063a0111::OutputLocationIndex 843 virtual long Run() in Run() function in gl4cts::__anon7ce8063a0111::InputBuiltIn 914 virtual long Run() in Run() function in gl4cts::__anon7ce8063a0111::OutputBuiltIn 998 virtual long Run() in Run() function in gl4cts::__anon7ce8063a0111::InputLayout 1108 virtual long Run() in Run() function in gl4cts::__anon7ce8063a0111::OutputLayout 1203 virtual long Run() in Run() function in gl4cts::__anon7ce8063a0111::OutputLayoutIndex [all …]
|
| /external/caliper/caliper/src/main/java/com/google/caliper/model/ |
| D | Run.java | 34 public final class Run { class 41 private Run() { in Run() method in Run 47 private Run(Builder builder) { in Run() method in Run
|
| /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
| D | InteropServer.cs | 55 public static void Run(string[] args) in Run() method in Grpc.IntegrationTesting.InteropServer 67 private void Run() in Run() method in Grpc.IntegrationTesting.InteropServer
|
| /external/libcxx/utils/google-benchmark/include/benchmark/ |
| D | benchmark.h | 1001 virtual void Run(State& st) { lambda_(st); } in Run() function 1053 virtual void Run(State& st) { in Run() function 1321 struct Run { struct 1322 enum RunType { RT_Iteration, RT_Aggregate }; argument 1324 Run() in Run() function 1344 RunType run_type; // is this a measurement, or an aggregate? argument 1345 std::string aggregate_name; 1346 std::string report_label; // Empty if not set by benchmark. 1347 bool error_occurred; 1348 std::string error_message; [all …]
|
| /external/google-benchmark/include/benchmark/ |
| D | benchmark.h | 1001 virtual void Run(State& st) { lambda_(st); } in Run() function 1053 virtual void Run(State& st) { in Run() function 1321 struct Run { struct 1322 enum RunType { RT_Iteration, RT_Aggregate }; argument 1324 Run() in Run() function 1344 RunType run_type; // is this a measurement, or an aggregate? argument 1345 std::string aggregate_name; 1346 std::string report_label; // Empty if not set by benchmark. 1347 bool error_occurred; 1348 std::string error_message; [all …]
|
| /external/gemmlowp/standalone/ |
| D | neon-gemm-kernel-benchmark.cc | 288 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run() function 477 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run() function 595 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run() function 842 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run() function 927 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run() function 1014 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run() function 1100 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run() function 1186 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run() function 1329 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run() function 1518 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr, in Run() function [all …]
|
| /external/libchrome/base/threading/ |
| D | simple_thread_unittest.cc | 25 void Run() override { *ptr_ = val_; } in Run() function in base::__anona5157c010111::SetIntRunner 56 void Run() override { in Run() function in base::__anona5157c010111::ControlledRunner 75 void Run() override { in Run() function in base::__anona5157c010111::WaitEventRunner 91 void Run() override { seq_->GetNext(); } in Run() function in base::__anona5157c010111::SeqRunner 108 void Run() override { in Run() function in base::__anona5157c010111::VerifyPoolRunner
|
| /external/toolchain-utils/binary_search_tool/ |
| D | bisect.py | 118 def Run(self): member in Bisector 157 def Run(self): member in BisectPackage 212 def Run(self): member in BisectObject 272 def Run(self): member in BisectAndroid 287 def Run(bisector): function
|
| /external/libbrillo/brillo/ |
| D | bind_lambda.h | 34 R Run(Args... args) { return lambda_(std::forward<Args>(args)...); } in Run() function 46 R Run(Args... args) { return lambda_(std::forward<Args>(args)...); } in Run() function
|
| /external/v8/src/compiler/ |
| D | pipeline.cc | 1117 void PipelineImpl::Run() { in Run() function in v8::internal::compiler::PipelineImpl 1124 void PipelineImpl::Run(Arg0 arg_0) { in Run() function in v8::internal::compiler::PipelineImpl 1131 void PipelineImpl::Run(Arg0 arg_0, Arg1 arg_1) { in Run() function in v8::internal::compiler::PipelineImpl 1140 void Run(PipelineData* data, Zone* temp_zone) { in Run() function 1187 void Run(PipelineData* data, Zone* temp_zone) { in Run() function 1242 void Run(PipelineData* data, Zone* temp_zone, Typer* typer) { in Run() function 1255 void Run(PipelineData* data, Zone* temp_zone) { in Run() function 1287 void Run(PipelineData* data, Zone* temp_zone) { in Run() function 1300 void Run(PipelineData* data, Zone* temp_zone) { in Run() function 1337 void Run(PipelineData* data, Zone* temp_zone) { in Run() function [all …]
|
| /external/webrtc/webrtc/base/ |
| D | callback.h | 91 virtual R Run() { in Run() function 121 virtual R Run(P1 p1) { in Run() function 152 virtual R Run(P1 p1, P2 p2) { in Run() function 184 virtual R Run(P1 p1, P2 p2, P3 p3) { in Run() function 217 virtual R Run(P1 p1, P2 p2, P3 p3, P4 p4) { in Run() function 251 virtual R Run(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) { in Run() function
|
| /external/tensorflow/tensorflow/cc/client/ |
| D | client_session.cc | 74 Status ClientSession::Run(const std::vector<Output>& fetch_outputs, in Run() function in tensorflow::ClientSession 79 Status ClientSession::Run(const FeedType& inputs, in Run() function in tensorflow::ClientSession 85 Status ClientSession::Run(const FeedType& inputs, in Run() function in tensorflow::ClientSession 105 Status ClientSession::Run(const RunOptions& run_options, const FeedType& inputs, in Run() function in tensorflow::ClientSession
|