HomeSort by relevance Sort by last modified time
    Searched defs:stepCount (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYStep.java 25 private final float stepCount;
31 public XYStep(float stepCount, float stepPix, double stepVal) {
32 this.stepCount = stepCount;
38 return stepCount;
41 /*public void setStepCount(double stepCount) {
42 this.stepCount = stepCount;
XYStepCalculator.java 55 float stepCount = 0;
60 stepCount = plotPixelSize /stepPix;
64 stepCount = plotPixelSize /stepPix;
68 stepCount = new Double(stepValue).floatValue();
69 stepPix = (plotPixelSize /(stepCount-1));
73 return new XYStep(stepCount, stepPix, stepVal);
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 64 int stepCount = mRecipe.recipeSteps.size();
66 for (int i = 0; i < stepCount; ++i) {
71 getResources().getString(R.string.step_count), i + 1, stepCount));
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeService.java 64 int stepCount = mRecipe.recipeSteps.size();
66 for (int i = 0; i < stepCount; ++i) {
71 getResources().getString(R.string.step_count), i + 1, stepCount));
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
RecipeService.java 64 int stepCount = mRecipe.recipeSteps.size();
66 for (int i = 0; i < stepCount; ++i) {
71 getResources().getString(R.string.step_count), i + 1, stepCount));
  /frameworks/av/media/libaudioclient/
AudioTrackShared.cpp 341 size_t stepCount = buffer->mFrameCount;
342 if (stepCount == 0 || mIsShutdown) {
349 LOG_ALWAYS_FATAL_IF(!(stepCount <= mUnreleased && mUnreleased <= mFrameCount),
351 "!(stepCount:%zu <= mUnreleased:%zu <= mFrameCount:%zu), BufferSizeInFrames:%u",
352 __func__, stepCount, mUnreleased, mFrameCount, getBufferSizeInFrames());
353 mUnreleased -= stepCount;
358 android_atomic_release_store(stepCount + rear, &cblk->u.mStreaming.mRear);
361 android_atomic_release_store(stepCount + front, &cblk->u.mStreaming.mFront);
838 size_t stepCount = buffer->mFrameCount;
839 if (stepCount == 0 || mIsShutdown)
    [all...]
AudioRecord.cpp 949 size_t stepCount = audioBuffer->size / mFrameSize;
950 if (stepCount == 0) {
955 buffer.mFrameCount = stepCount;
    [all...]
AudioTrack.cpp     [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 502 int stepCount = Integer.parseInt(args[4]);
509 if (stepCount > 0) {
510 float xStep = (xEnd - xStart) / stepCount;
511 float yStep = (yEnd - yStart) / stepCount;
518 for (int i = 0; i < stepCount; ++i) {
547 int stepCount = Integer.parseInt(args[8]);
557 if (stepCount > 0) {
558 float pt1xStep = (pt1xEnd - pt1xStart) / stepCount;
559 float pt1yStep = (pt1yEnd - pt1yStart) / stepCount;
561 float pt2xStep = (pt2xEnd - pt2xStart) / stepCount;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 612 int stepCount = countSteps(lpi);
625 head = new MultistepExprHolder(firstOccuranceOwner, stepCount, null);
629 tail.m_next = new MultistepExprHolder(owner2, stepCount, null);
644 head = new MultistepExprHolder(firstOccuranceOwner, stepCount, null);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 562 int stepCount = 0;
576 stepCount++;
577 if(stepCount > 3)
604 if(1 != stepCount)
614 if(3 == stepCount)
619 if(1 != stepCount)
670 int stepCount = 0;
675 stepCount++;
720 if (2 == stepCount && BIT_ROOT == analysisResult)
770 analysisResult |= (stepCount & BITS_COUNT)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
BackgroundScanScheduler.java 200 int stepCount = 0;
230 stepCount = setting.stepCount;
239 bucketSettings.step_count = stepCount;
562 settings.stepCount = originalSettings.stepCount;
    [all...]
  /prebuilts/sdk/28/optional/
android.test.runner.jar 
  /prebuilts/sdk/current/optional/
android.test.runner.jar 
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 146 const Vec4 stepCount = d / prec.colorThreshold;
147 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
164 const Vec4 stepCount = maxD / prec.colorThreshold;
165 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
175 const Vec4 stepCount = 1.0f / prec.colorThreshold;
176 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
186 const Vec4 stepCount = 2.0f / prec.colorThreshold;
187 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 231 * exponentially as per formula: actual_period(N) = period * (2 ^ (N/stepCount))
239 public int stepCount;
266 dest.writeInt(stepCount);
300 settings.stepCount = in.readInt();
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp     [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/jayway/android/robotium/robotium-solo/5.5.3/
robotium-solo-5.5.3.jar 
  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 801 milliseconds

1 2 3