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

  /external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBufferView.h 81 inline bool setImpl(ArrayBufferView*, unsigned byteOffset);
144 bool ArrayBufferView::setImpl(ArrayBufferView* array, unsigned byteOffset)
  /frameworks/base/core/java/android/app/
AlarmManager.java 191 setImpl(type, triggerAtMillis, legacyExactLength(), 0, operation, null);
252 setImpl(type, triggerAtMillis, legacyExactLength(), intervalMillis, operation, null);
302 setImpl(type, windowStartMillis, windowLengthMillis, 0, operation, null);
340 setImpl(type, triggerAtMillis, WINDOW_EXACT, 0, operation, null);
346 setImpl(type, triggerAtMillis, windowMillis, intervalMillis, operation, workSource);
349 private void setImpl(int type, long triggerAtMillis, long windowMillis, long intervalMillis,
464 setImpl(type, triggerAtMillis, WINDOW_HEURISTIC, intervalMillis, operation, null);
  /external/clang/tools/libclang/
CXCursor.cpp 1013 static inline CXCursorSet packCXCursorSet(CXCursorSet_Impl *setImpl) {
1014 return (CXCursorSet) setImpl;
1050 CXCursorSet_Impl *setImpl = unpackCXCursorSet(set);
1051 if (!setImpl)
1053 return setImpl->find(cursor) != setImpl->end();
1062 CXCursorSet_Impl *setImpl = unpackCXCursorSet(set);
1063 if (!setImpl)
    [all...]

Completed in 111 milliseconds