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

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/javax/net/ssl/
SSLSocket.java 32 * Only to be used by subclasses.
40 * Only to be used by subclasses.
59 * Only to be used by subclasses.
76 * Only to be used by subclasses.
100 * Only to be used by subclasses.
  /external/doclava/res/assets/templates/
class.cs 29 <?cs if:inhattrs || inhconstants || inhfields || inhmethods || (!class.subclasses.hidden &&
30 (subcount(class.subclasses.direct) || subcount(class.subclasses.indirect))) ?>
142 <?cs if:subcount(class.subclasses.direct) && !class.subclasses.hidden ?>
143 <table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;">
144 <?cs call:expando_trigger("subclasses-direct", "closed") ?>Known Direct Subclasses
145 <?cs call:expandable_class_list("subclasses-direct", class.subclasses.direct, "list") ?
    [all...]
  /external/icu4c/common/
servloc.h 224 * Constructor used by subclasses.
229 * Constructor used by subclasses.
236 * kind off to handleCreate (which subclasses must implement).
258 * Utility method used by create(ICUServiceKey, ICUService). Subclasses can implement
362 * This is a base class for most ICU factories. Subclasses instantiate it
364 * IDs. Subclasses then override handleCreate to create the actual service
  /frameworks/support/v4/java/android/support/v4/content/
Loader.java 95 * Sends the result of the load to the registered listener. Should only be called by subclasses.
201 * Subclasses must implement this to take care of loading their data,
221 * Subclasses must implement this to take care of requests to {@link #forceLoad()}.
247 * Subclasses must implement this to take care of stopping their loader,
266 * Subclasses implement this to take care of being abandoned. This is
298 * Subclasses must implement this to take care of resetting their loader,
  /dalvik/dexgen/src/com/android/dexgen/util/
FixedSizeList.java 169 * protected so that subclasses may offer a safe type-checked
192 * returned. This method is protected so that subclasses may
206 * subclasses may offer a safe type-checked public interface to
  /dalvik/dx/src/com/android/dx/util/
FixedSizeList.java 169 * protected so that subclasses may offer a safe type-checked
192 * returned. This method is protected so that subclasses may
206 * subclasses may offer a safe type-checked public interface to
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.mm 288 // Subclasses should implement this, but it's not necessary.
321 // Subclasses should implement this.
327 // Subclasses should implement this.
  /external/webkit/Source/WebKit/qt/Api/
qwebpluginfactory.cpp 57 The plugins themselves are subclasses of QObject, but currently only plugins
146 This function is reimplemented in subclasses to return a list of
165 Implemented in subclasses to create a new plugin that can display content of
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselViewHelper.java 172 * the given card. Most subclasses will implement this. Note: this will generally
184 * the given card. Most subclasses will implement this. Note: this will generally
195 * Implement this method if you want to load geometry for the given card. Most subclasses
  /cts/tools/dx-tests/src/dxc/junit/
DxUtil.java 35 // the dalvik vm only throws a VerifyError, whereas other vm can throw all subclasses of
  /cts/tools/vm-tests/src/dot/junit/
DxUtil.java 36 // the dalvik vm only throws a VerifyError, whereas other vm can throw all subclasses of
  /cts/tools/vm-tests-tf/src/dot/junit/
DxUtil.java 36 // the dalvik vm only throws a VerifyError, whereas other vm can throw all subclasses of
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
Item.java 62 * <p><b>Note:</b> Subclasses must override this to do something
  /dalvik/dx/src/com/android/dx/dex/file/
Item.java 62 * <p><b>Note:</b> Subclasses must override this to do something
  /dalvik/hit/src/com/android/hit/
Main.java 95 + " instances of Drawables and its subclasses.");
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
_index.html 30 <dd>Demonstrates the use of {@link android.graphics.Path} and various {@link android.graphics.PathEffect} subclasses. </dd>
  /external/chromium/base/memory/
ref_counted_memory.h 18 // of its two subclasses own the data they carry, and we need to have
  /external/chromium/base/
message_loop_proxy.h 70 // Called when the proxy is about to be deleted. Subclasses can override this
  /external/chromium/chrome/browser/
background_page_tracker.h 45 // Constructor marked as protected so we can create mock subclasses.
blocked_content_container.h 7 // subclasses of TabContents should use the appropriate methods on TabContents
  /external/chromium/chrome/browser/download/
download_shelf.h 45 // Logic for the download shelf context menu. Platform specific subclasses are
  /external/chromium/chrome/browser/sync/engine/
model_changing_syncer_command.h 47 // Abstract method to be implemented by subclasses to handle logic that
  /external/chromium/chrome/browser/sync/glue/
change_processor.h 33 // Subclasses can extract their associated chrome model from |profile| in
  /external/chromium/chrome/browser/ui/cocoa/
base_bubble_controller.h 60 // For subclasses that do not load from a XIB, this will simply set the instance
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_decoration.h 16 // |LocationBarDecoration| and subclasses should approximately

Completed in 518 milliseconds

1 2 3 4 5 6 78 91011>>