HomeSort by relevance Sort by last modified time
    Searched refs:setImpl (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/app/
AlarmManager.java 252 setImpl(type, triggerAtMillis, legacyExactLength(), 0, 0, operation, null, null);
313 setImpl(type, triggerAtMillis, legacyExactLength(), intervalMillis, 0, operation, null,
364 setImpl(type, windowStartMillis, windowLengthMillis, 0, 0, operation, null, null);
402 setImpl(type, triggerAtMillis, WINDOW_EXACT, 0, 0, operation, null, null);
411 setImpl(type, triggerAtMillis, WINDOW_EXACT, 0, FLAG_IDLE_UNTIL, operation, null, null);
439 setImpl(RTC_WAKEUP, info.getTriggerTime(), WINDOW_EXACT, 0, 0, operation, null, info);
446 setImpl(type, triggerAtMillis, windowMillis, intervalMillis, 0, operation, workSource,
450 private void setImpl(int type, long triggerAtMillis, long windowMillis, long intervalMillis,
565 setImpl(type, triggerAtMillis, WINDOW_HEURISTIC, intervalMillis, 0, operation, null, null);
614 setImpl(type, triggerAtMillis, WINDOW_HEURISTIC, 0, FLAG_ALLOW_WHILE_IDLE, operation
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
MultivariateSummaryStatistics.java 417 private void setImpl(StorelessUnivariateStatistic[] newImpl,
449 setImpl(sumImpl, this.sumImpl);
476 setImpl(sumsqImpl, this.sumSqImpl);
503 setImpl(minImpl, this.minImpl);
530 setImpl(maxImpl, this.maxImpl);
557 setImpl(sumLogImpl, this.sumLogImpl);
584 setImpl(geoMeanImpl, this.geoMeanImpl);
611 setImpl(meanImpl, this.meanImpl);
  /external/clang/tools/libclang/
CXCursor.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 292 milliseconds