Home
last modified time | relevance | path

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

12345678910>>...31

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.h44 struct Run { struct
72 size_t GetDisplayPos(const Run* pTxtRun, TextCharPos* pCharPos) const; argument
/external/harfbuzz_ng/
DTESTING.md25 ### Run tests with asan
39 ### Debug with GDB
46 ### Enable Debug Logging
/external/libchrome/base/
Dcallback.h84 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/
Des31cExplicitUniformLocationTest.cpp2135 virtual long Run() in Run() function in glcts::__anond21477560111::UniformLoc
2146 virtual long Run() in Run() function in glcts::__anond21477560111::UniformLocNonDec
2161 virtual long Run() in Run() function in glcts::__anond21477560111::UniformLocMultipleStages
2172 virtual long Run() in Run() function in glcts::__anond21477560111::UniformLocMultipleUniforms
2187 virtual long Run() in Run() function in glcts::__anond21477560111::UniformLocTypesMix
2212 virtual long Run() in Run() function in glcts::__anond21477560111::UniformLocTypesMat
2229 virtual long Run() in Run() function in glcts::__anond21477560111::UniformLocTypesSamplers
2276 virtual long Run() in Run() function in glcts::__anond21477560111::UniformLocTypesStructs
2304 virtual long Run() in Run() function in glcts::__anond21477560111::UniformLocArraysNonSpaced
2321 virtual long Run() in Run() function in glcts::__anond21477560111::UniformLocArraySpaced
[all …]
Des31cVertexAttribBindingTests.cpp332 virtual long Run() in Run() function in glcts::__anon66c14d4d0111::BasicUsage
444 virtual long Run() in Run() function in glcts::__anon66c14d4d0111::BasicInputBase
554 virtual long Run() in Run() function in glcts::__anon66c14d4d0111::BasicInputCase1
600 virtual long Run() in Run() function in glcts::__anon66c14d4d0111::BasicInputCase2
662 virtual long Run() in Run() function in glcts::__anon66c14d4d0111::BasicInputCase3
731 virtual long Run() in Run() function in glcts::__anon66c14d4d0111::BasicInputCase4
834 virtual long Run() in Run() function in glcts::__anon66c14d4d0111::BasicInputCase5
1030 virtual long Run() in Run() function in glcts::__anon66c14d4d0111::BasicInputCase6
1208 virtual long Run() in Run() function in glcts::__anon66c14d4d0111::BasicInputCase8
1289 virtual long Run() in Run() function in glcts::__anon66c14d4d0111::BasicInputCase9
[all …]
Des31cProgramInterfaceQueryTests.cpp330 virtual long Run() in Run() function in glcts::__anon69f2206d0111::NoShaders
396 virtual long Run() in Run() function in glcts::__anon69f2206d0111::SimpleShaders
628 virtual long Run() in Run() function in glcts::__anon69f2206d0111::ComputeShaderTest
682 virtual long Run() in Run() function in glcts::__anon69f2206d0111::InputTypes
786 virtual long Run() in Run() function in glcts::__anon69f2206d0111::InputBuiltIn
858 virtual long Run() in Run() function in glcts::__anon69f2206d0111::InputLayout
952 virtual long Run() in Run() function in glcts::__anon69f2206d0111::OutputLayout
1035 virtual long Run() in Run() function in glcts::__anon69f2206d0111::UniformSimple
1153 virtual long Run() in Run() function in glcts::__anon69f2206d0111::UniformTypes
1337 virtual long Run() in Run() function in glcts::__anon69f2206d0111::UniformBlockTypes
[all …]
Des31cDrawIndirectTests.cpp904 virtual long Run() in Run() function
933 virtual long Run() in Run() function
964 virtual long Run() in Run() function
1008 virtual long Run() in Run() function in glcts::__anonc4608aae0111::CMultiBindingPoint
1058 virtual long Run() in Run() function
1094 virtual long Run() in Run() function
1252 virtual long Run() in Run() function
1320 virtual long Run() in Run() function
1442 virtual long Run() in Run() function
1536 virtual long Run() in Run() function
[all …]
/external/skqp/src/gpu/text/
DGrTextBlob.h402 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/google-benchmark/include/benchmark/
Dbenchmark.h1012 virtual void Run(State& st) { lambda_(st); } in Run() function
1064 virtual void Run(State& st) { in Run() function
1350 struct Run { struct
1352 enum RunType { RT_Iteration, RT_Aggregate }; argument
1354 Run() in Run() function
1375 RunType run_type; argument
1376 std::string aggregate_name;
1377 std::string report_label; // Empty if not set by benchmark.
1378 bool error_occurred;
1379 std::string error_message;
[all …]
/external/gemmlowp/internal/
Dkernel_neon.h42 void Run(std::int32_t* dst_ptr, std::size_t dst_row_stride, in Run() function
305 void Run(std::int32_t* dst_ptr, std::size_t dst_row_stride, in Run() function
679 void Run(std::int32_t* dst_ptr, std::size_t dst_row_stride, in Run() function
953 void Run(std::int32_t* dst_ptr, std::size_t dst_row_stride, in Run() function
1299 void Run(std::int32_t* dst_ptr, std::size_t dst_row_stride, in Run() function
1672 void Run(std::int32_t* dst_ptr, std::size_t dst_row_stride, std::size_t dst_col_stride, in Run() function
Dkernel_sse.h40 void Run(std::int32_t* dst_ptr, std::size_t dst_row_stride, in Run() function
215 void Run(std::int32_t* dst_ptr, std::size_t dst_row_stride, in Run() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttribBindingTests.cpp307 virtual long Run() in Run() function in gl4cts::__anon3c66f01c0111::BasicUsage
401 virtual long Run() in Run() function in gl4cts::__anon3c66f01c0111::BasicInputBase
491 virtual long Run() in Run() function in gl4cts::__anon3c66f01c0111::BasicInputCase1
538 virtual long Run() in Run() function in gl4cts::__anon3c66f01c0111::BasicInputCase2
600 virtual long Run() in Run() function in gl4cts::__anon3c66f01c0111::BasicInputCase3
667 virtual long Run() in Run() function in gl4cts::__anon3c66f01c0111::BasicInputCase4
762 virtual long Run() in Run() function in gl4cts::__anon3c66f01c0111::BasicInputCase5
937 virtual long Run() in Run() function in gl4cts::__anon3c66f01c0111::BasicInputCase6
1094 virtual long Run() in Run() function in gl4cts::__anon3c66f01c0111::BasicInputCase7
1174 virtual long Run() in Run() function in gl4cts::__anon3c66f01c0111::BasicInputCase8
[all …]
Dgl4cProgramInterfaceQueryTests.cpp406 virtual long Run() in Run() function in gl4cts::__anon3f8bb2fc0111::NoShaders
483 virtual long Run() in Run() function in gl4cts::__anon3f8bb2fc0111::SimpleShaders
576 virtual long Run() in Run() function in gl4cts::__anon3f8bb2fc0111::InputTypes
693 virtual long Run() in Run() function in gl4cts::__anon3f8bb2fc0111::OutputTypes
783 virtual long Run() in Run() function in gl4cts::__anon3f8bb2fc0111::OutputLocationIndex
843 virtual long Run() in Run() function in gl4cts::__anon3f8bb2fc0111::InputBuiltIn
914 virtual long Run() in Run() function in gl4cts::__anon3f8bb2fc0111::OutputBuiltIn
998 virtual long Run() in Run() function in gl4cts::__anon3f8bb2fc0111::InputLayout
1108 virtual long Run() in Run() function in gl4cts::__anon3f8bb2fc0111::OutputLayout
1203 virtual long Run() in Run() function in gl4cts::__anon3f8bb2fc0111::OutputLayoutIndex
[all …]
/external/skia/include/core/
DSkTextBlob.h198 struct Run { struct
207 * Returns true for each "run" inside the textblob, setting the Run fields (if not null). argument
/external/tensorflow/tensorflow/compiler/xla/service/
Ddespecializer.cc32 StatusOr<bool> Run(HloModule* module) override { in Run() function in xla::__anonf04817160111::ControlDepRemover
54 StatusOr<bool> Despecializer::Run(HloModule* module) { in Run() function in xla::Despecializer
Dhlo_domain_remover.cc60 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/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1001 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/caliper/caliper/src/main/java/com/google/caliper/model/
DRun.java34 public final class Run { class
41 private Run() { in Run() method in Run
47 private Run(Builder builder) { in Run() method in Run
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc288 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/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropServer.cs55 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/toolchain-utils/binary_search_tool/
Drun_bisect.py117 def Run(self): member in Bisector
156 def Run(self): member in BisectPackage
211 def Run(self): member in BisectObject
271 def Run(self): member in BisectAndroid
286 def Run(bisector): function
/external/libchrome/base/threading/
Dsimple_thread_unittest.cc25 void Run() override { *ptr_ = val_; } in Run() function in base::__anonba4ccc030111::SetIntRunner
56 void Run() override { in Run() function in base::__anonba4ccc030111::ControlledRunner
75 void Run() override { in Run() function in base::__anonba4ccc030111::WaitEventRunner
91 void Run() override { seq_->GetNext(); } in Run() function in base::__anonba4ccc030111::SeqRunner
108 void Run() override { in Run() function in base::__anonba4ccc030111::VerifyPoolRunner
/external/libbrillo/brillo/
Dbind_lambda.h34 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/webrtc/webrtc/base/
Dcallback.h91 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/
Dclient_session.cc74 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
130 Status ClientSession::Run( in Run() function in tensorflow::ClientSession

12345678910>>...31