HomeSort by relevance Sort by last modified time
    Searched full:casting (Results 26 - 50 of 758) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaOpenCL/
half.cl 14 b = (half) c; // expected-error{{casting to type 'half' is not allowed}}
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarBackgroundDrawableV21.java 35 // ignore the stacked background for shadow casting
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialMap.java 10 * by simply casting from a codepoint to a character.
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.c 80 * and stores it to the related function pointer. Casting through
82 * could be fixed by casting to the true type for each fetch.
  /external/autotest/client/site_tests/desktopui_SonicExtension/extension_pages/
options.py 120 """The tab casting mode standard radio button."""
126 """The tab casting mode enhanced radio button."""
  /external/boringssl/src/crypto/
thread_test.c 32 /* VC really doesn't like casting between data and function pointers. */
40 /* VC really doesn't like casting between data and function pointers. */
  /external/google-breakpad/src/client/windows/unittests/
dump_analysis.h 52 // This is template to keep type safety in the front, but we end up casting
54 // casting here is considered safe.
  /hardware/intel/common/libmix/mix_audio/src/
mixacpmp3.h 26 * Type casting.
42 * Type casting.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
cast.h 60 * Casting operations for cases where _FromType is not a standard pointer.
91 * Casting operations for cases where _FromType is a standard pointer.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
cast.h 60 * Casting operations for cases where _FromType is not a standard pointer.
91 * Casting operations for cases where _FromType is a standard pointer.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
cast.h 60 * Casting operations for cases where _FromType is not a standard pointer.
91 * Casting operations for cases where _FromType is a standard pointer.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
cast.h 60 * Casting operations for cases where _FromType is not a standard pointer.
91 * Casting operations for cases where _FromType is a standard pointer.
  /external/bison/lib/
sig-handler.h 41 is ignored if sa_sigaction (after casting) equals SIG_IGN. So
  /external/compiler-rt/test/cfi/
nvcall.cpp 20 // call to an object of the wrong class, by casting a pointer to such an object
  /external/eigen/test/eigen2/
eigen2_alignedbox.cpp 44 // casting
  /external/llvm/include/llvm/DebugInfo/PDB/
ConcreteSymbolEnumerator.h 14 #include "llvm/Support/Casting.h"
IPDBSession.h 14 #include "llvm/Support/Casting.h"
  /external/llvm/include/llvm/Support/
CBindingWrapping.h 17 #include "llvm/Support/Casting.h"
  /external/selinux/libsemanage/src/
booleans_policydb.c 43 * in libsemanage. This is incredibly fragile - the casting gets
  /external/webrtc/webrtc/system_wrappers/include/
aligned_malloc.h 37 // Templated versions to facilitate usage of aligned malloc without casting
  /frameworks/support/v7/mediarouter/res/values-ne-rNP/
strings.xml 25 <string name="mr_controller_stop" msgid="4570331844078181931">"casting ??????????"</string>
  /packages/apps/Contacts/src/com/android/contacts/widget/
QuickContactImageView.java 63 // There is no way to avoid all this casting. Blending modes aren't equally
  /prebuilts/sdk/current/support/v7/mediarouter/res/values-ne-rNP/
strings.xml 25 <string name="mr_controller_stop" msgid="4570331844078181931">"casting ??????????"</string>
  /external/clang/include/clang/AST/
OperationKinds.h 124 /// on a "punned" member pointer is casting it back to the original
189 /// CK_FloatingCast - Casting between floating types of different size.
194 /// CK_CPointerToObjCPointerCast - Casting a C pointer kind to an
198 /// CK_BlockPointerToObjCPointerCast - Casting a block pointer to an
202 /// CK_AnyPointerToBlockPointerCast - Casting any non-block pointer
277 /// would not otherwise be guaranteed, such as when casting to a
  /external/clang/test/Analysis/inlining/
ObjCDynTypePopagation.m 56 // Casting to parent should not pessimize the dynamic type.

Completed in 795 milliseconds

12 3 4 5 6 7 8 91011>>