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

  /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));
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPath.cpp 175 unsigned stepCount = m_steps.size();
176 if (stepCount) {
178 optimizeStepPair(m_steps[stepCount - 1], step, dropSecondStep);
  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 730 unsigned stepCount = static_cast<unsigned>(length / step);
733 // ended. We need to subtract (stepCount - 1) pixels when calculating the
735 float uncoveredLength = length - (stepCount * step - (stepCount - 1));
736 float adjustment = uncoveredLength / stepCount;
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 151 const Vec4 stepCount = d / prec.colorThreshold;
152 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
169 const Vec4 stepCount = maxD / prec.colorThreshold;
170 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
180 const Vec4 stepCount = 1.0f / prec.colorThreshold;
181 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
191 const Vec4 stepCount = 2.0f / prec.colorThreshold;
192 const Vec4 minStep = 1.0f / (stepCount + 1.0f);
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 

Completed in 845 milliseconds