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

1 2 3 4 56 7 8 91011>>

  /external/boringssl/src/crypto/
thread_win.c 79 /* MSVC does not like casting between data and function pointers. */
86 /* MSVC does not like casting between data and function pointers. */
  /external/clang/test/Parser/
altivec.c 118 // Check some casting between gcc and altivec vectors.
148 // bug 6895 - Vectorl literal casting confusion.
cxx-altivec.cpp 107 // Check some casting between gcc and altivec vectors.
144 // bug 6895 - Vectorl literal casting confusion.
  /external/eigen/test/
basicstuff.cpp 170 void casting() function
213 CALL_SUBTEST_2(casting());
  /external/mockito/src/org/mockito/
ArgumentCaptor.java 43 * This utility class <strong>*don't do any type checks*</strong>, the generic signatures are only there to avoid casting
187 * Note that an <code>ArgumentCaptor</code> <b>*don't do any type checks*</b>, it is only there to avoid casting
  /hardware/intel/common/libmix/mix_audio/src/
mixacp.h 62 * Type casting.
78 * Type casting.
mixacpaac.h 25 * Type casting
41 * Type Casting.
  /external/llvm/include/llvm/Support/
Casting.h 1 //===-- llvm/Support/Casting.h - Allow flexible, checked, casts -*- C++ -*-===//
213 // casting operator asserts that the type is correct, so it does not return null
275 // casting operator returns null if the argument is of the wrong type, so it can
  /external/v8/src/
handles.h 99 // Constructor for handling automatic up casting.
183 // Constructor for handling automatic up casting from Handle.
194 // Constructor for handling automatic up casting.
  /prebuilts/misc/common/swig/include/2.0.11/
swigrun.swg 195 /* Structure to store a type and conversion function used for casting */
211 swig_cast_info **cast_initial; /* Array of initially generated casting structures */
324 Dynamic pointer casting. Down an inheritance hierarchy
  /external/compiler-rt/lib/interception/
interception.h 227 // ISO C++ forbids casting between pointer-to-function and pointer-to-object,
228 // so we use casting via an integral type __interception::uptr,
  /external/guava/guava/src/com/google/common/collect/
Cut.java 104 * casting the type parameter is safe.
175 * type C, so casting the type parameter is safe.
  /external/skia/src/core/
Sk4px.h 63 // These just keep the types as Wide so the user doesn't have to keep casting.
84 // These just keep the types as Sk4px so the user doesn't have to keep casting.
  /external/tlsdate/
CHANGELOG 69 Ensure that tlsdate compiles with g++ by explicit casting rather than
70 implicit casting by whatever compiler is compiling tlsdate.
  /external/v8/src/base/
macros.h 114 // The classical address-casting method is:
120 // The address-casting method actually produces undefined behavior
  /external/v8/src/crankshaft/
unique.h 57 // Constructor for handling automatic up casting.
108 // since we can't concurrently safe-cast. Safe-casting requires looking at
  /frameworks/av/media/libstagefright/
AudioSource.cpp 263 ((int64_t)kAutoRampDurationUs * mSampleRate + 500000LL) / 1000000LL; //Need type casting
266 ((int64_t)kAutoRampStartUs * mSampleRate + 500000LL) / 1000000LL; //Need type casting
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognizerSharedState.cs 108 // LEXER FIELDS (must be in same state object to avoid casting
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognizerSharedState.cs 110 // LEXER FIELDS (must be in same state object to avoid casting
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognizerSharedState.java 83 // LEXER FIELDS (must be in same state object to avoid casting
  /external/autotest/client/site_tests/desktopui_SonicExtension/
desktopui_SonicExtension.py 161 #To cehck encoder acceleration used while casting
  /external/clang/lib/CodeGen/
Address.h 110 // Present a minimal LLVM-like casting interface.
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 415 // If we are casting to void, the 'From' value can be used to represent the
492 // Are we casting from an array to a pointer? If so just pass on
497 // Are we casting from an array to an integer? If so, cast the decayed
548 // Delegate to store manager to get the result of casting a region to a
Store.cpp 83 // Now assume we are casting from pointer to pointer. Other cases should
132 // If we are casting from an ElementRegion to another type, the
164 // check to see if type we are casting to is the same as the base
350 // class. We we must be casting the base to derived, so the cast should

Completed in 1723 milliseconds

1 2 3 4 56 7 8 91011>>