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

  /external/clang/include/clang/AST/
Redeclarable.h 177 decl_type *Starter;
189 : Current(C), Starter(C), PassedFirst(false) { }
208 Current = (Next != Starter) ? Next : nullptr;
DeclBase.h 733 Decl *Starter;
743 explicit redecl_iterator(Decl *C) : Current(C), Starter(C) { }
753 Current = (Next != Starter) ? Next : nullptr;
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPropertyAnimatorCompat.java 292 class Starter implements Runnable {
296 private Starter(ViewPropertyAnimatorCompat vpa, View view) {
308 Runnable starter = null; local
310 starter = mStarterMap.get(view);
311 if (starter != null) {
312 view.removeCallbacks(starter);
318 Runnable starter = null; local
320 starter = mStarterMap.get(view);
322 if (starter == null) {
323 starter = new Starter(vpa, view)
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids 300 1b07 Premium Starter Webcam
    [all...]
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 970 milliseconds