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

  /external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBufferView.h 82 inline bool setImpl(ArrayBufferView*, unsigned byteOffset);
145 bool ArrayBufferView::setImpl(ArrayBufferView* array, unsigned byteOffset)
  /frameworks/base/core/java/android/app/
AlarmManager.java 208 setImpl(type, triggerAtMillis, legacyExactLength(), 0, operation, null, null);
269 setImpl(type, triggerAtMillis, legacyExactLength(), intervalMillis, operation, null, null);
319 setImpl(type, windowStartMillis, windowLengthMillis, 0, operation, null, null);
357 setImpl(type, triggerAtMillis, WINDOW_EXACT, 0, operation, null, null);
385 setImpl(RTC_WAKEUP, info.getTriggerTime(), WINDOW_EXACT, 0, operation, null, info);
392 setImpl(type, triggerAtMillis, windowMillis, intervalMillis, operation, workSource, null);
395 private void setImpl(int type, long triggerAtMillis, long windowMillis, long intervalMillis,
510 setImpl(type, triggerAtMillis, WINDOW_HEURISTIC, intervalMillis, operation, null, null);
  /external/clang/tools/libclang/
CXCursor.cpp 1045 static inline CXCursorSet packCXCursorSet(CXCursorSet_Impl *setImpl) {
1046 return (CXCursorSet) setImpl;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 689 void setImpl(int type, long triggerAtTime, long windowLength, long interval,
808 setImpl(type, triggerAtTime, windowLength, interval, operation,
    [all...]

Completed in 204 milliseconds