/external/emma/core/java12/com/vladium/util/exception/ |
IThrowableWrapper.java | 31 * Gets the Throwable being wrapped. This method signature is the same as 34 * @return Throwable being wrapped by this object [can be null].
|
/external/guava/guava/src/com/google/common/eventbus/ |
EventHandler.java | 59 * Invokes the wrapped handler method to handle {@code event}. 62 * @throws InvocationTargetException if the wrapped method throws any
|
/external/javassist/src/main/javassist/ |
CtNewMethod.java | 365 * Creates a wrapped method. The wrapped method receives parameters 369 * specified by <code>body</code>. However, it is wrapped in 384 * <p>The method body copied from <code>body</code> is wrapped in 416 * CtMethod m = CtNewMethod.wrapped(CtClass.voidType, "add", argTypes, 443 * <code>CtNewMethod.wrapped()</code>. Thus, it is easy to 459 public static CtMethod wrapped(CtClass returnType, 467 return CtNewWrappedMethod.wrapped(returnType, mname, parameterTypes,
|
/external/llvm/include/llvm/IR/ |
Verifier.h | 53 /// Check a module or function for validity. This is essentially a pass wrapped 65 /// wrapped around the debug-info parts of \a verifyModule(). When the pass
|
/frameworks/base/core/java/android/database/ |
CursorWrapper.java | 40 * Gets the underlying cursor that is wrapped by this instance. 42 * @return The wrapped cursor.
|
/frameworks/base/core/java/android/util/ |
Base64InputStream.java | 40 * from the wrapped stream. 52 * wrapped InputStream.
|
/hardware/ti/omap4-aah/security/tf_sdk/include/ |
wvdrm_protocol.h | 27 * Persistently install the DRM "key box" previously wrapped 67 * #1: MEMREF_OUTPUT: the resulting wrapped key box
|
/libcore/luni/src/main/java/java/text/ |
BreakIterator.java | 233 // the wrapped ICU implementation 234 NativeBreakIterator wrapped; field in class:BreakIterator 246 wrapped = iterator; 342 return wrapped.isBoundary(offset); 357 return wrapped.preceding(offset); 372 wrapped.setText(newText); 470 cloned.wrapped = (NativeBreakIterator) wrapped.clone();
|
/libcore/luni/src/main/java/org/xml/sax/ |
SAXException.java | 67 * @param e The exception to be wrapped in a SAXException. 82 * @param e The exception to be wrapped in a SAXException.
|
/prebuilts/misc/common/swig/include/2.0.11/csharp/ |
enumsimple.swg | 5 * and earlier wrapped global enums with constant integers in the module 6 * class. Enums declared within a C++ class were wrapped by constant integers
|
/prebuilts/misc/common/swig/include/2.0.11/guile/ |
pointer-in-out.i | 15 Scheme wrapper will take one argument, a wrapped C pointer. 32 expected to modify the variable; its value is wrapped and
|
/prebuilts/misc/common/swig/include/2.0.11/java/ |
enumsimple.swg | 5 * and earlier wrapped global enums with constant integers in the module class 6 * or Constants interface. Enums declared within a C++ class were wrapped by
|
enumtypeunsafe.swg | 4 * Include this file in order for C/C++ enums to be wrapped by integers values. 6 * wrapped by constant integers within this class. The enum items are not
|
/developers/build/prebuilts/gradle/DoneBar/Application/src/main/res/layout/ |
sample_dashboard_item.xml | 20 <!-- The CardView needs to be wrapped to ensure spacing is applied correctly. -->
|
/developers/build/prebuilts/gradle/NavigationDrawer/Application/src/main/res/layout/ |
sample_dashboard_item.xml | 20 <!-- The CardView needs to be wrapped to ensure spacing is applied correctly. -->
|
/developers/build/templates/ActivityCards/_MODULE_/src/template/res/layout/ |
sample_dashboard_item.xml | 20 <!-- The CardView needs to be wrapped to ensure spacing is applied correctly. -->
|
/development/samples/browseable/NavigationDrawer/res/layout/ |
sample_dashboard_item.xml | 20 <!-- The CardView needs to be wrapped to ensure spacing is applied correctly. -->
|
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/util/ |
Utils.java | 30 * been wrapped in a Handler to delay the output due to overlaps in lifecycle state
|
/external/bison/lib/ |
fd-safer-flag.c | 36 This function is usefully wrapped around functions that return file
|
fd-safer.c | 33 This function is usefully wrapped around functions that return file
|
/external/bzip2/ |
bzmore | 3 # Bzmore wrapped for bzip2,
|
/external/chromium_org/base/files/ |
scoped_temp_dir.h | 42 // Deletes the temporary directory wrapped by this object.
|
/external/chromium_org/base/strings/ |
string16.cc | 12 // functions like wmemcmp can be wrapped.
|
/external/chromium_org/build/android/pylib/utils/ |
timeout_retry.py | 18 func: the function to be wrapped.
|
/external/chromium_org/chrome/browser/ |
process_singleton_modal_dialog_lock.h | 30 // Otherwise, the notification is forwarded to a wrapped NotificationCallback.
|