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

1 2 3 45 6 7 8 91011>>

  /external/icu4c/common/unicode/
uobject.h 186 * Subclasses need this assignment operator if they use compiler-provided
207 * defined on the service's C++ base class, and all subclasses within that
247 // in a future ICU4C release when all subclasses implement them
260 // (i.e., subclasses would have to return UObject * as well, instead of SubClass *)
270 * Subclasses need this assignment operator if they use compiler-provided
321 * This is a simple macro to express that a class and its subclasses do not offer
  /external/proguard/src/proguard/shrink/
ClassShrinker.java 108 // Compact the extra field pointing to the subclasses of this class.
109 programClass.subClasses =
110 shrinkToNewArray(programClass.subClasses);
118 // Compact the extra field pointing to the subclasses of this class.
119 libraryClass.subClasses =
120 shrinkToNewArray(libraryClass.subClasses);
  /external/webkit/Source/WebCore/inspector/front-end/
SourceFrame.js     [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MemberIdItem.java 86 * this item, in order that it may be written out. Subclasses must
96 * this item, for listing-generating purposes. Subclasses must override
  /dalvik/dx/src/com/android/dx/dex/file/
MemberIdItem.java 84 * this item, in order that it may be written out. Subclasses must
94 * this item, for listing-generating purposes. Subclasses must override
  /development/testrunner/test_defs/
test_suite.py 102 Subclasses must implement this.
132 Subclasses must implement this.
  /external/chromium/base/win/
event_trace_consumer.h 63 // Override in subclasses to handle events.
66 // Override in subclasses to handle buffers.
event_trace_provider.cc 40 // Give subclasses a chance to digest the state change.
47 // Give subclasses a chance to digest the state change.
  /external/dbus/dbus/
dbus-server-protected.h 2 /* dbus-server-protected.h Used by subclasses of DBusServer object (internal to D-Bus implementation)
41 * Virtual table to be implemented by all server "subclasses"
  /external/guava/src/com/google/common/io/
LineBuffer.java 27 * <p>Subclasses must implement {@link #handleLine}, call {@link #add}
95 * Subclasses must call this method after finishing character processing,
  /external/guava/src/com/google/common/util/concurrent/
AbstractIdleService.java 28 * but may need one during startup and shutdown. Subclasses can
77 * Subclasses may override this method to use a custom {@link Executor}, which
  /external/icu4c/i18n/unicode/
measure.h 33 * Subclasses specify a concrete Unit type.
35 * <p>Measure objects are parsed and formatted by subclasses of
  /external/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessageLite.java 59 "This is supposed to be overridden by subclasses.");
62 /** All subclasses implement this. */
75 * Called by subclasses to parse an unknown field.
146 /** Called by subclasses to check if all extensions are initialized. */
152 * Used by subclasses to serialize extensions. Extension ranges may be
201 /** Called by subclasses to compute the size of extensions. */
226 "This is supposed to be overridden by subclasses.");
297 * Called by subclasses to parse an unknown field or an extension.
  /external/webkit/Source/WebCore/html/canvas/
TypedArrayBase.h 57 // because it is accessed via pointers to subclasses.
115 // We do not want to have to access this via a virtual function in subclasses,
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
stepsequence.py 40 raise NotImplementedError, "subclasses must implement"
44 raise NotImplementedError, "subclasses must implement"
  /frameworks/base/core/java/android/content/
Loader.java 33 * the thread the Activity callbacks and other things occur on). Subclasses
38 * <p>Subclasses generally must implement at least {@link #onStartLoading()},
117 * Sends the result of the load to the registered listener. Should only be called by subclasses.
229 * Subclasses must implement this to take care of loading their data,
249 * Subclasses must implement this to take care of requests to {@link #forceLoad()}.
281 * Subclasses must implement this to take care of stopping their loader,
306 * Subclasses implement this to take care of being abandoned. This is
344 * Subclasses must implement this to take care of resetting their loader,
  /libcore/luni/src/main/java/java/io/
OutputStream.java 37 * Subclasses that decorate another output stream should consider subclassing
41 * <p>All output stream subclasses should override <strong>both</strong> {@link
  /libcore/luni/src/main/java/libcore/net/http/
AbstractHttpInputStream.java 29 * responses from the same server, subclasses shouldn't close the socket stream.
59 * read() is implemented using read(byte[], int, int) so subclasses only
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
EffectAction.java 141 * Subclasses should creates a specific filter and binds the filter to necessary UI controls
147 * Subclasses could do specific ending operations here when the action is about to end.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stdexcept 51 * @brief One of two subclasses of exception.
105 * @brief One of two subclasses of exception.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
stdexcept 51 * @brief One of two subclasses of exception.
105 * @brief One of two subclasses of exception.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
stdexcept 51 * @brief One of two subclasses of exception.
105 * @brief One of two subclasses of exception.
  /cts/tools/dasm/src/java_cup/runtime/
symbol.java 11 * is done via fields added in subclasses -- see for example, int_token and
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
Constant.java 61 * to be of the same class. Subclasses must implement this.
  /dalvik/dexgen/src/com/android/dexgen/util/
MutabilityControl.java 22 * and throw the right exception, but it is up to subclasses to place calls

Completed in 454 milliseconds

1 2 3 45 6 7 8 91011>>