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

1 2 3

  /external/v8/test/mjsunit/es6/
debug-step-into-class-extends.js 12 var stepCount = 0;
19 assertTrue(s.indexOf('// ' + stepCount + '.') !== -1);
20 stepCount++;
40 assertEquals(4, stepCount);
  /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/libmedia/
AudioRecord.cpp 845 size_t stepCount = audioBuffer->size / mFrameSize;
846 if (stepCount == 0) {
851 buffer.mFrameCount = stepCount;
    [all...]
AudioTrackShared.cpp 340 size_t stepCount = buffer->mFrameCount;
341 if (stepCount == 0 || mIsShutdown) {
348 LOG_ALWAYS_FATAL_IF(!(stepCount <= mUnreleased && mUnreleased <= mFrameCount));
349 mUnreleased -= stepCount;
354 android_atomic_release_store(stepCount + rear, &cblk->u.mStreaming.mRear);
357 android_atomic_release_store(stepCount + front, &cblk->u.mStreaming.mFront);
739 size_t stepCount = buffer->mFrameCount;
740 if (stepCount == 0 || mIsShutdown) {
747 LOG_ALWAYS_FATAL_IF(!(stepCount <= mUnreleased && mUnreleased <= mFrameCount));
748 mUnreleased -= 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 201 int stepCount = 0;
231 stepCount = setting.stepCount;
240 bucketSettings.step_count = stepCount;
578 settings.stepCount = originalSettings.stepCount;
    [all...]
  /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 196 * exponentially as per formula: actual_period(N) = period * (2 ^ (N/stepCount))
204 public int stepCount;
224 dest.writeInt(stepCount);
250 settings.stepCount = in.readInt();
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp     [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]
  /device/google/marlin/location/loc_api/loc_api_v02/
location_service_v02.h     [all...]
  /device/huawei/angler/location/loc_api/loc_api_v02/
location_service_v02.h     [all...]
  /device/lge/bullhead/location/loc_api/loc_api_v02/
location_service_v02.h     [all...]
  /device/moto/shamu/location/loc_api/loc_api_v02/
location_service_v02.h     [all...]
  /prebuilts/sdk/system_current/
android.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 4577 milliseconds

1 2 3