HomeSort by relevance Sort by last modified time
    Searched full:casting (Results 201 - 225 of 774) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
cpointer.swg 140 * Generates a pointer casting function.
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
atomicops_internals_pnacl.h 43 // atomicops.h. This requires casting memory locations to the atomic types, and
  /external/clang/lib/Sema/
SemaCast.cpp 145 // The Try functions attempt a specific way of casting. If they succeed, they
146 // return TC_Success. If their way of casting is not appropriate for the given
148 // to emit if no other way succeeds. If their way of casting is appropriate but
497 // Casting away constness is defined in C++ 5.2.11p8 with reference to
749 // When casting from pointer or reference, get pointee type; use original
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
ExpressionTranslator.java 63 * functions for casting to/from various types. Rather than the old style of saying:
73 * appropriate types. The user of the expression is responsible for casting it and the producer of
  /external/libchrome/base/mac/
foundation_util.h 190 // casting problems.
194 // The macro magic below is to enforce safe casting. It could possibly have
  /external/llvm/docs/
HowToSetUpLLVMStyleRTTI.rst 57 "llvm/Support/Casting.h"``, which declares LLVM's RTTI templates. That
62 #include "llvm/Support/Casting.h"
  /external/llvm/include/llvm/IR/
Constants.h 138 /// which reduces the amount of casting needed in parts of the compiler.
378 /// which reduces the amount of casting needed in parts of the compiler.
438 /// getType() specialization - Reduce amount of casting...
487 /// which reduces the amount of casting needed in parts of the compiler.
536 /// which reduces the amount of casting needed in parts of the compiler.
617 /// SequentialType, which reduces the amount of casting needed in parts of the
723 /// which reduces the amount of casting needed in parts of the compiler.
785 /// which reduces the amount of casting needed in parts of the compiler.
    [all...]
  /external/v8/src/
type-feedback-vector.h 128 // Casting.
181 // Casting.
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
byte_io.h 127 // bit-shifting or casting signed integers, read as a signed equivalent
140 // Casting is only safe when unsigned value can be represented in the
  /frameworks/base/docs/html/tv/adt-1/
index.jd 172 <p>As a developer device, the ADT-1 supports casting from only the following apps/websites:</p>
190 <strong>Note:</strong> When casting from a Chrome browser, you must use Chrome V.36 or higher.
  /packages/apps/Contacts/res/values/
dimens.xml 201 <!-- Elevation of an ExpandingEntryCard, for the sake of shadow casting -->
203 <!-- Elevation of the QuickContact's Toolbar, for the sake of shadow casting -->
  /packages/apps/Messaging/src/com/android/messaging/util/
UiUtils.java 404 * Get the activity that's hosting the view, typically casting view.getContext() as an Activity
416 * Get the activity for the supplied context, typically casting context as an Activity
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pointer.h 158 * the casting done during pointer arithmetic.
268 * if you need pointer casting, use the __pointer_cast<> functions
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pointer.h 158 * the casting done during pointer arithmetic.
268 * if you need pointer casting, use the __pointer_cast<> functions
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pointer.h 158 * the casting done during pointer arithmetic.
268 * if you need pointer casting, use the __pointer_cast<> functions
  /prebuilts/misc/common/swig/include/2.0.11/octave/
boost_shared_ptr.i 280 // Note: SWIG_ConvertPtr with void ** parameter set to 0 instead of using SWIG_ConvertPtrAndOwn, so that the casting
281 // function is not called thereby avoiding a possible smart pointer copy constructor call when casting up the inheritance chain.
  /prebuilts/misc/common/swig/include/2.0.11/python/
boost_shared_ptr.i 293 // Note: SWIG_ConvertPtr with void ** parameter set to 0 instead of using SWIG_ConvertPtrAndOwn, so that the casting
294 // function is not called thereby avoiding a possible smart pointer copy constructor call when casting up the inheritance chain.
  /prebuilts/misc/common/swig/include/2.0.11/r/
boost_shared_ptr.i 280 // Note: SWIG_ConvertPtr with void ** parameter set to 0 instead of using SWIG_ConvertPtrAndOwn, so that the casting
281 // function is not called thereby avoiding a possible smart pointer copy constructor call when casting up the inheritance chain.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pointer.h 158 * the casting done during pointer arithmetic.
268 * if you need pointer casting, use the __pointer_cast<> functions
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_field_inl.h 442 // by casting to value for enum while casting to reference for other types.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardDrag.java 114 * Simple shape example that generates a shadow casting outline.
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3intstream.h 10 * for purposes of casting and so on, it may be necesssary to implement a function with
  /external/clang/include/clang/AST/
Mangle.h 22 #include "llvm/Support/Casting.h"
Redeclarable.h 19 #include "llvm/Support/Casting.h"
  /external/clang/test/SemaCXX/
address-space-conversion.cpp 3 // This test checks for the various conversions and casting operations

Completed in 449 milliseconds

1 2 3 4 5 6 7 891011>>