Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 25 of 69) sorted by relevance

123

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc102 void Run(const string& command);
293 void CommandLineInterfaceTest::Run(const string& command) { in Run() function in google::protobuf::compiler::__anon182977270111::CommandLineInterfaceTest
356 return_code_ = cli_.Run(args.size(), argv.get()); in Run()
507 Run("protocol_compiler --test_out=$tmpdir " in Run()
521 Run("protocol_compiler --plug_out=$tmpdir " in Run()
535 Run("protocol_compiler --test_out=$tmpdir --plug_out=$tmpdir " in Run()
553 Run("protocol_compiler --test_out=$tmpdir --plug_out=$tmpdir " in Run()
583 Run("protocol_compiler --test_out=$tmpdir --plug_out=$tmpdir " in Run()
606 Run("protocol_compiler --test_out=$tmpdir/out --plug_out=$tmpdir/plugout " in Run()
621 Run("protocol_compiler --test_out=TestParameter:$tmpdir " in Run()
[all …]
Dmain.cc97 return cli.Run(argc, argv); in main()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dcommon_unittest.cc206 closure->Run(); in TEST_F()
214 closure->Run(); in TEST_F()
221 closure->Run(); in TEST_F()
229 closure->Run(); in TEST_F()
236 closure->Run(); in TEST_F()
244 closure->Run(); in TEST_F()
253 closure->Run(); in TEST_F()
264 closure->Run(); in TEST_F()
274 closure->Run(); in TEST_F()
277 closure->Run(); in TEST_F()
[all …]
Dcallback.h75 virtual void Run() = 0;
87 virtual R Run() = 0;
99 virtual R Run(A1) = 0;
111 virtual R Run(A1,A2) = 0;
127 void Run() { in Run() function
147 void Run() { in Run() function
170 void Run() { in Run() function
193 void Run() { in Run() function
217 void Run() { in Run() function
241 void Run() { in Run() function
[all …]
Donce_unittest.cc119 reinterpret_cast<TestThread*>(arg)->Run(); in Start()
123 void Run() { in Start() function in google::protobuf::__anon2aad2dec0111::OnceInitTest::TestThread
124 callback_->Run(); in Start()
Donce.cc83 closure->Run(); in GoogleOnceInitImpl()
/frameworks/minikin/include/minikin/
DMeasuredText.h33 class Run {
35 Run(const Range& range) : mRange(range) {} in Run() function
36 virtual ~Run() {} in ~Run()
84 class StyleRun : public Run {
87 : Run(range), mPaint(std::move(paint)), mIsRtl(isRtl) {} in StyleRun()
118 class ReplacementRun : public Run {
121 : Run(range), mWidth(width), mLocaleListId(localeListId) {} in ReplacementRun()
183 std::vector<std::unique_ptr<Run>> runs;
212 MeasuredText(const U16StringPiece& textBuf, std::vector<std::unique_ptr<Run>>&& runs, in MeasuredText()
247 std::vector<std::unique_ptr<Run>> mRuns;
DFontCollection.h38 struct Run { struct
45 std::vector<Run> itemize(U16StringPiece text, FontStyle style, uint32_t localeListId, argument
49 std::vector<Run> itemize(U16StringPiece text, FontStyle style, uint32_t localeListId, in itemize()
/frameworks/base/media/java/android/media/
DSubtitleTrack.java47 final protected LongSparseArray<Run> mRunsByEndTime = new LongSparseArray<Run>();
49 final protected LongSparseArray<Run> mRunsByID = new LongSparseArray<Run>();
171 Run run = mRunsByEndTime.valueAt(ix); in removeRunsByEndTimeIndex()
181 Run nextRun = run.mNextRunAtEndTimeMs; in removeRunsByEndTimeIndex()
311 Run run = mRunsByID.get(cue.mRunID); in addCue()
313 run = new Run(); in addCue()
597 Run run = mRunsByID.get(runID);
607 Run run = mRunsByID.get(runID);
624 private static class Run {
626 public Run mNextRunAtEndTimeMs;
[all …]
/frameworks/layoutlib/bridge/src/android/graphics/text/
DMeasuredText_Builder_Delegate.java28 import android.graphics.text.LineBreaker_Delegate.Run;
47 protected final ArrayList<Run> mRuns = new ArrayList<>();
114 private static class StyleRun extends Run {
132 private static class ReplacementRun extends Run {
DMeasuredText_Delegate.java24 import android.graphics.text.LineBreaker_Delegate.Run;
89 for (Run run: builder.mRuns) { in computeRuns()
/frameworks/base/cmds/incidentd/
DREADME.md11 Run the test on a device manually
19 Run the test via AndroidTest.xml
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dmessage_differencer_unittest.cc1968 string Run(const Message& msg1, const Message& msg2) { in Run() function in google::protobuf::__anon99ff99d50111::ComparisonTest
1988 string Run() { in Run() function in google::protobuf::__anon99ff99d50111::ComparisonTest
1989 return Run(proto1_, proto2_); in Run()
1993 return Run(orderings_proto1_, orderings_proto2_); in RunOrder()
1997 return Run(proto1ex_, proto2ex_); in RunEx()
2001 return Run(proto1diff_, proto2diff_); in RunDiff()
2005 return Run(empty1_, empty2_); in RunUn()
2061 Run()); in TEST_F()
2075 Run()); in TEST_F()
2090 Run()); in TEST_F()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_plugin_unittest.cc116 EXPECT_EQ(0, cli.Run(5, argv)); in TEST()
147 ASSERT_EQ(0, cli.Run(5, argv)); in TEST()
/frameworks/minikin/libs/minikin/
DLineBreakerUtil.h66 const Run& run, // A run of this region. in populateHyphenationPoints()
150 void updateLocaleIfNecessary(const Run& run) { in updateLocaleIfNecessary()
/frameworks/native/opengl/tests/gl_perfapp/
DAndroid.bp9 // Run on Eclair
/frameworks/opt/gamesdk/src/tuningfork/
Duploadthread.h47 void Run();
Duploadthread.cpp85 thread_ = std::make_unique<std::thread>([&] { return Run(); }); in Start()
98 void UploadThread::Run() { in Run() function in tuningfork::UploadThread
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ruby/
Druby_generator_unittest.cc89 EXPECT_EQ(0, cli.Run(4, argv)); in TEST()
/frameworks/base/libs/hwui/tests/macrobench/
DTestSceneRunner.cpp83 std::vector<BenchmarkReporter::Run> reports; in outputBenchmarkReport()
84 BenchmarkReporter::Run report; in outputBenchmarkReport()
/frameworks/opt/net/wifi/tests/wifitests/
Druntests.sh15 Run just the specified test, and show the raw output.
/frameworks/native/services/nativeperms/
Dnativeperms.cpp86 messageLoop.Run(); in main()
/frameworks/minikin/tests/unittest/
DLineBreakerTestHelper.h42 class ConstantRun : public Run {
46 : Run(range), in ConstantRun()
/frameworks/base/cmds/incident_helper/
DREADME.md13 Run the test on a device
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_plugin_unittest.cc121 EXPECT_EQ(0, cli.Run(5, argv)); in TEST()

123