HomeSort by relevance Sort by last modified time
    Searched refs:Step (Results 1 - 25 of 332) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/misc/cgo/life/
life.h 5 extern void Step(int, int, int *, int *);
  /prebuilts/go/linux-x86/misc/cgo/life/
life.h 5 extern void Step(int, int, int *, int *);
  /external/pdfium/third_party/agg23/
agg_pixfmt_gray.h 42 template<class Blender, unsigned Step = 1, unsigned Offset = 0>
95 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset;
103 x * Step * sizeof(value_type) +
110 x * Step * sizeof(value_type) +
115 *((value_type*)m_rbuf->row(y) + x * Step + Offset) = c.v;
119 copy_or_blend_pix((value_type*)m_rbuf->row(y) + x * Step + Offset, c, cover);
125 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset;
128 p += Step;
137 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset;
142 p += Step;
    [all...]
  /external/lisa/libs/wlgen/wlgen/
__init__.py 22 from wlgen.rta import RTA, Ramp, Step, Pulse, Periodic
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
Condition.java 4 * A Condition implements part of a multi-step match. We sometimes need to write matchers
5 * that have a sequence of steps, where each step depends on the result of the previous
6 * step and we can stop processing as soon as a step fails. These classes provide
16 public interface Step<I, O> {
23 public abstract <U> Condition<U> and(Step<? super T, U> mapping);
26 public final <U> Condition<U> then(Step<? super T, U> mapping) { return and(mapping); }
57 public <U> Condition<U> and(Step<? super T, U> next) {
65 @Override public <U> Condition<U> and(Step<? super T, U> mapping) {
  /external/v8/tools/release/
push_to_candidates.py 40 class Preparation(Step):
55 class FreshBranch(Step):
63 class PreparePushRevision(Step):
75 class IncrementVersion(Step):
109 class DetectLastRelease(Step):
119 class PrepareChangeLog(Step):
172 class EditChangeLog(Step):
195 class StragglerCommits(Step):
204 class SquashCommits(Step):
237 class NewBranch(Step)
    [all...]
auto_push.py 40 class Preparation(Step):
48 class FetchCandidate(Step):
57 class LastReleaseBailout(Step):
70 class CreateRelease(Step):
create_release.py 14 class Preparation(Step):
23 class PrepareBranchRevision(Step):
33 class IncrementVersion(Step):
70 class DetectLastRelease(Step):
77 class PrepareChangeLog(Step):
130 class EditChangeLog(Step):
153 class PushBranchRef(Step):
164 class MakeBranch(Step):
175 class AddChangeLog(Step):
185 class SetVersion(Step)
    [all...]
roll_merge.py 38 class Preparation(Step):
45 elif self._options.step == 0: # pragma: no cover
59 class CreateBranch(Step):
67 class SearchArchitecturePorts(Step):
99 class CreateCommitMessage(Step):
134 class ApplyPatches(Step):
148 class PrepareVersion(Step):
156 class IncrementVersion(Step):
179 class CommitLocal(Step):
191 class CommitRepository(Step)
    [all...]
auto_tag.py 12 class Preparation(Step):
27 class GetTags(Step):
35 class GetOldestUntaggedVersion(Step):
91 class GetLKGRs(Step):
101 class CalculateTagRevision(Step):
149 class MakeTag(Step):
161 class CleanUp(Step):
merge_to_branch.py 38 class Preparation(Step):
45 elif self._options.step == 0: # pragma: no cover
57 class CreateBranch(Step):
65 class SearchArchitecturePorts(Step):
97 class CreateCommitMessage(Step):
146 class ApplyPatches(Step):
159 class CommitLocal(Step):
169 class AddInformationalComment(Step):
180 class CommitRepository(Step):
189 class CleanUp(Step)
    [all...]
auto_roll.py 25 class Preparation(Step):
35 class DetectLastRoll(Step):
54 class DetectRevisionToRoll(Step):
62 # in the next step.
90 class PrepareRollCandidate(Step):
105 class SwitchChromium(Step):
120 class UpdateChromiumCheckout(Step):
136 class UploadCL(Step):
170 class CleanUp(Step):
  /external/v8/src/heap/
incremental-marking-job.h 18 // step and posts another task until the marking is completed.
25 static void Step(Heap* heap);
incremental-marking-job.cc 33 void IncrementalMarkingJob::Task::Step(Heap* heap) {
57 Step(heap);
  /external/tensorflow/tensorflow/core/lib/db/
sqlite_test.cc 51 TF_ASSERT_OK(stmt.Step(&is_done_));
55 TF_ASSERT_OK(stmt.Step(&is_done_));
59 TF_ASSERT_OK(stmt.Step(&is_done_));
69 TF_ASSERT_OK(stmt.Step(&is_done_));
84 TF_ASSERT_OK(stmt.Step(&is_done_));
102 TF_ASSERT_OK(stmt.Step(&is_done_));
115 TF_ASSERT_OK(stmt.Step(&is_done_));
117 TF_ASSERT_OK(stmt.Step(&is_done_));
129 TF_ASSERT_OK(stmt.Step(&is_done_));
142 TF_ASSERT_OK(stmt.Step(&is_done_))
    [all...]
sqlite.cc 29 case SQLITE_ROW: // Step has another row ready
30 case SQLITE_DONE: // Step has finished executing
96 return stmt.Step(&unused_done);
176 Status SqliteStatement::Step(bool* is_done) {
195 return PrintfStatus(rc, "Step() failed: [%d] %s: %s", rc, db_->errmsg(),
202 TF_CHECK_OK(Step(&is_done));
208 TF_RETURN_IF_ERROR(Step(&is_done));
222 Status s = Step(&is_done);
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
LinearLayoutManagerWrapContentTest.java 59 new Step() {
65 new Step() {
71 new Step() {
83 new Step() {
90 new Step() {
96 new Step() {
  /system/core/libunwindstack/tests/
DwarfSectionTest.cpp 108 ASSERT_FALSE(mock_section.Step(0x1000, nullptr, nullptr, &finished));
123 ASSERT_FALSE(mock_section.Step(0x1000, nullptr, nullptr, &finished));
142 ASSERT_FALSE(mock_section.Step(0x1000, nullptr, nullptr, &finished));
165 ASSERT_TRUE(mock_section.Step(0x1000, nullptr, &process, &finished));
196 ASSERT_TRUE(mock_section.Step(0x1000, nullptr, &process, &finished));
197 ASSERT_TRUE(mock_section.Step(0x1000, nullptr, &process, &finished));
198 ASSERT_TRUE(mock_section.Step(0x1500, nullptr, &process, &finished));
220 ASSERT_TRUE(mock_section.Step(0x1000, nullptr, &process, &finished));
232 ASSERT_TRUE(mock_section.Step(0x600, nullptr, &process, &finished));
233 ASSERT_TRUE(mock_section.Step(0x700, nullptr, &process, &finished))
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
EventMod.java 54 public static final byte Step = 10;
  /external/perfetto/src/traced/probes/filesystem/
file_scanner.h 58 void Step();
file_scanner.cc 60 Step();
105 void FileScanner::Step() {
147 Step();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
KeyChainTest.java 94 private List<Step> mSteps;
131 Step step = mSteps.get(mCurrentStep); local
133 switch (step.task.getStatus()) {
135 step.task.execute();
150 step.task.cancel(false);
179 mSteps.add(new Step(R.string.keychain_setup_desc, false, new SetupTestKeyStoreTask()));
180 mSteps.add(new Step(R.string.keychain_install_desc, true, new InstallCredentialsTask()));
181 mSteps.add(new Step(R.string.keychain_https_desc, false, new TestHttpsRequestTask()));
182 mSteps.add(new Step(R.string.keychain_reset_desc, true, new ClearCredentialsTask()))
198 final Step step = mSteps.get(mCurrentStep); local
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
For.c 111 INTN Step;
422 Info->Step = 0;
543 Info->Step = 1;
545 Info->Step = -1;
565 ASSERT(Info->Step == 1 || Info->Step == -1);
568 Info->Step = 0 - (INTN)ReturnUintn(ArgSetWalker+1);
570 Info->Step = (INTN)ReturnUintn(ArgSetWalker);
637 if (Info->Step != 0) {
645 Info->Current += Info->Step;
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
state_machine.py 28 The correct method will be dynamically located and executed by the step
78 waits for an |Advance| call before each step.
99 self.Step()
106 Advance a step on a state machine running in interactive mode.
150 def Step(self):
156 logging.info('StateMachine: Step')
192 gobject.idle_add(StateMachine.Step, self)
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/
HasXPath.java 27 private static final Condition.Step<Object,String> NODE_EXISTS = nodeExists();
83 private static Condition.Step<Object, String> nodeExists() {
84 return new Condition.Step<Object, String>() {

Completed in 382 milliseconds

1 2 3 4 5 6 7 8 91011>>