HomeSort by relevance Sort by last modified time
    Searched full:casted (Results 1 - 25 of 35) sorted by null

1 2

  /development/host/windows/usb/winusb/
AdbWinUsbApi.cpp 42 @return AdbInterfaceObject - casted instance of AdbWinUsbInterfaceObject
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
UiElementTreeEditPart.java 70 * Returns the casted model object represented by this {@link AbstractTreeEditPart}.
UiElementEditPart.java 152 /** @return The object model casted to an {@link UiElementNode} */
  /external/webkit/WebKit/chromium/src/
DOMUtilitiesPrivate.h 48 // If node is an HTML node with a tag name of name it is casted and returned.
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
CollationKey.java 74 * Target is first casted to CollationKey and bitwise compared.
  /external/guava/src/com/google/common/collect/
ConcurrentHashMultiset.java 234 E casted = (E) element; local
236 if (countMap.replace(casted, current, current - occurrences)) {
291 E casted = (E) element; local
292 if (countMap.replace(casted, current, current - occurrences)) {
  /external/v8/src/
bootstrapper.h 62 // The returned value is a global handle casted to V8Environment*.
contexts.h 47 // class is a convenience interface casted on a FixedArray object.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvasViewer.java 70 * have it already casted in the right type.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
codecvt_specializations.h 317 // all to/from arrays must be brutally casted to char*.
382 // all to/from arrays must be brutally casted to char*.
421 // all to/from arrays must be brutally casted to char*.
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 216 \return "The address of the allocated memory casted to int"
221 \param "mem" "Pointer to the memory to be freed casted to int"
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
ExtendedPKIXBuilderParameters.java 183 * safely casted to <code>ExtendedPKIXBuilderParameters</code>.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
memory.sgml 44 Since the returned pointer is already casted to the right type,
61 Since the returned pointer is already casted to the right type,
threads.sgml     [all...]
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
ExecutorsTest.java 89 * A new SingleThreadExecutor cannot be casted to concrete implementation
  /external/bluetooth/glib/gobject/
gtype.h 459 * and issues a warning if this is not the case. Returns @instance casted
483 * Get the class structure of a given @instance, casted
514 * and issues a warning if this is not the case. Returns @g_class casted
    [all...]
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 335 * and the pointer casted to the proper type.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 411 * casted to the requested type.
  /external/libnfc-nxp/src/
phFriNfc_NdefReg.h 155 needs to be casted back to the original C++ class type).
  /frameworks/base/media/libstagefright/codecs/aacdec/
tns_decode_coef.cpp 58 (3) Fixed a problem where a 16-bit value was casted to 32-bits AFTER
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java 589 // however getTextViewer simply returns the SourceViewer casted, so we
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditor.java 321 // and can be casted to the base interface.
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 318 * Returns properly casted first entry of bin for given hash.
    [all...]
  /libcore/luni/src/main/java/java/math/
BigDecimal.java     [all...]
  /external/chromium/third_party/icu/source/common/
putil.c 537 * seen in a program is x001000 and when casted to an int would be 0.
    [all...]

Completed in 595 milliseconds

1 2