HomeSort by relevance Sort by last modified time
    Searched full:subclasses (Results 51 - 75 of 1032) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/CodeGen/
MachineFunctionPass.h 30 /// representation. Instead of overriding runOnFunction, subclasses
41 /// getAnalysisUsage - Subclasses that override getAnalysisUsage
  /external/proguard/src/proguard/classfile/visitor/
ClassHierarchyTraveler.java 29 * its subclasses.
51 * @param visitSubclasses specifies whether to visit the subclasses of
  /external/skia/include/effects/
Sk2DPathEffect.h 40 /** New virtual, to be overridden by subclasses.
58 // protected so that subclasses can call this during unflattening
  /external/stlport/stlport/stl/
_streambuf.h 127 // class seekoff does nothing; subclasses are expected to override it.
132 // this class seekpos does nothing; subclasses are expected to override it.
136 // Synchronizes (i.e. flushes) the buffer. All subclasses are expected to
159 // it means that underflow will fail.) Most subclasses should probably
168 // or when gptr() >= egptr(). Subclasses are expected to override
173 // subclasses should probably override this virtual member function.
177 // or when gptr() == eback(). All subclasses are expected to override
192 // Called when there is no write position. All subclasses are expected to
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 127 // class seekoff does nothing; subclasses are expected to override it.
132 // this class seekpos does nothing; subclasses are expected to override it.
136 // Synchronizes (i.e. flushes) the buffer. All subclasses are expected to
159 // it means that underflow will fail.) Most subclasses should probably
168 // or when gptr() >= egptr(). Subclasses are expected to override
173 // subclasses should probably override this virtual member function.
177 // or when gptr() == eback(). All subclasses are expected to override
192 // Called when there is no write position. All subclasses are expected to
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 127 // class seekoff does nothing; subclasses are expected to override it.
132 // this class seekpos does nothing; subclasses are expected to override it.
136 // Synchronizes (i.e. flushes) the buffer. All subclasses are expected to
159 // it means that underflow will fail.) Most subclasses should probably
168 // or when gptr() >= egptr(). Subclasses are expected to override
173 // subclasses should probably override this virtual member function.
177 // or when gptr() == eback(). All subclasses are expected to override
192 // Called when there is no write position. All subclasses are expected to
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 127 // class seekoff does nothing; subclasses are expected to override it.
132 // this class seekpos does nothing; subclasses are expected to override it.
136 // Synchronizes (i.e. flushes) the buffer. All subclasses are expected to
159 // it means that underflow will fail.) Most subclasses should probably
168 // or when gptr() >= egptr(). Subclasses are expected to override
173 // subclasses should probably override this virtual member function.
177 // or when gptr() == eback(). All subclasses are expected to override
192 // Called when there is no write position. All subclasses are expected to
  /system/media/mca/filterfw/java/android/filterfw/core/
GraphRunner.java 60 * Helper function for subclasses to activate the GL environment before running.
74 * Helper function for subclasses to deactivate the GL environment after running.
  /external/llvm/include/llvm/
Pass.h 178 /// getAnalysisIfAvailable<AnalysisType>() - Subclasses use this function to
197 /// getAnalysis<AnalysisType>() - This function is used by subclasses to get
225 /// runOnModule - Virtual method overriden by subclasses to process the module
285 /// doInitialization - Virtual method overridden by subclasses to do
290 /// runOnFunction - Virtual method overriden by subclasses to do the
295 /// doFinalization - Virtual method overriden by subclasses to do any post
326 /// doInitialization - Virtual method overridden by subclasses to do
331 /// doInitialization - Virtual method overridden by BasicBlockPass subclasses
336 /// runOnBasicBlock - Virtual method overriden by subclasses to do the
341 /// doFinalization - Virtual method overriden by BasicBlockPass subclasses t
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
BaseAttribute.java 22 * the attribute name but leaves the rest up to subclasses.
  /dalvik/dx/src/com/android/dx/cf/attrib/
BaseAttribute.java 23 * the attribute name but leaves the rest up to subclasses.
  /external/chromium/chrome/browser/extensions/
external_extension_loader.cc 27 // Subclasses that wish to support them should override this method.
  /external/chromium/chrome/browser/policy/
asynchronous_policy_provider.h 26 // Must be implemented by subclasses of the asynchronous policy provider to
  /external/chromium/chrome/browser/resources/options/
deletable_item_list.js 19 * The element subclasses should populate with content.
59 * Returns the element subclasses should add content to.
60 * @return {HTMLElement} The element subclasses should popuplate.
159 * Called when an item should be deleted; subclasses are responsible for
  /external/chromium/chrome/browser/status_icons/
status_tray.h 44 // Returns the list of active status icons so subclasses can operate on them.
  /external/chromium/chrome/browser/sync/engine/
syncer_command.h 18 // Syncer. SyncerCommand is abstract and all subclasses must implement
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_view.h 44 // Protected methods subclasses can override to alter behavior. Clients should
  /external/chromium/chrome/browser/ui/gtk/
chrome_gtk_frame.h 14 // This file declares two subclasses of GtkWindow for easier gtk+ theme
  /external/collada/include/dae/
daeIOPluginCommon.h 51 // Reading support for subclasses
  /external/dbus/dbus/
dbus-transport-socket.h 2 /* dbus-transport-socket.h Socket subclasses of DBusTransport
dbus-transport-unix.h 2 /* dbus-transport-unix.h UNIX socket subclasses of DBusTransport
dbus-transport-win.h 2 /* dbus-transport-win.h Windows socket subclasses of DBusTransport
  /external/guava/src/com/google/common/collect/
ForwardingIterator.java 25 * Subclasses should override one or more methods to modify the behavior of the
ForwardingListIterator.java 25 * iterator. Subclasses should override one or more methods to modify the
ForwardingQueue.java 24 * A queue which forwards all its method calls to another queue. Subclasses

Completed in 3051 milliseconds

1 23 4 5 6 7 8 91011>>