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

1 2 3

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
typewrapping.h.pump 102 #define SMART_WRAPPER_(wrapper, toType, fromType, from) \
103 (wrapper<toType, fromType>::Wrap(from))
109 typename unwrapper<fromType>::ToType
122 template <typename ToType, typename FromType> class Wrapper,
158 template <typename ToType, typename FromType> class Wrapper,
200 template<typename ToType, typename FromType> \
218 typedef FromType ToType; \
219 static FORCE_INLINE ToType Unwrap(FromType from) { \
241 typedef unwrappedType ToType; \
265 #define WRAP(ruleSet, toType, fromType, from)
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 71 static bool IsStandardConversion(Sema &S, Expr* From, QualType ToType,
78 QualType &ToType,
83 IsUserDefinedConversion(Sema &S, Expr *From, QualType ToType,
264 QualType ToType = getToType(1);
273 if (const PointerType* ToPtrType = ToType->getAs<PointerType>())
321 QualType ToType = getToType(1);
330 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) {
332 } else if (FromType->isIntegralType(Ctx) && ToType->isRealFloatingType()) {
338 llvm::APFloat Result(Ctx.getFloatTypeSemantics(ToType));
364 if (FromType->isRealFloatingType() && ToType->isRealFloatingType() &
    [all...]
SemaExprCXX.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSRule.h 115 #define DEFINE_CSS_RULE_TYPE_CASTS(ToType, TYPE_NAME) \
116 DEFINE_TYPE_CASTS(ToType, CSSRule, rule, rule->type() == CSSRule::TYPE_NAME, rule.type() == CSSRule::TYPE_NAME)
  /external/clang/lib/AST/
ASTDiagnostic.cpp 252 QualType ToType, bool PrintTree,
277 QualType ToType =
278 QualType::getFromOpaquePtr(reinterpret_cast<void*>(TDT.ToType));
280 if (FormatTemplateTypeDiff(Context, FromType, ToType, TDT.PrintTree,
295 Val = TDT.PrintFromType ? TDT.FromType : TDT.ToType;
423 /// ToType - The type that FromType is compared to. Only in tree printing
425 QualType ToType;
469 /// FromType, ToType - The type arguments.
470 QualType FromType, ToType;
503 FromType(), ToType(), FromExpr(nullptr), ToExpr(nullptr)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.cpp 393 SVGLengthType toType = unitType();
397 || toType == LengthTypeUnknown
398 || (!from->isZero() && fromType != LengthTypePercentage && toType == LengthTypePercentage)
399 || (!isZero() && fromType == LengthTypePercentage && toType != LengthTypePercentage)
400 || (!from->isZero() && !isZero() && (fromType == LengthTypeEMS || fromType == LengthTypeEXS) && fromType != toType))
405 if (fromType == LengthTypePercentage || toType == LengthTypePercentage) {
412 if (fromType == toType || from->isZero() || isZero() || fromType == LengthTypeEMS || fromType == LengthTypeEXS) {
418 length->newValueSpecifiedUnits(toType, blink::blend(fromValue, toValue, progress));
431 float fromValue = nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits, unitMode(), toType, es);
436 length->newValueSpecifiedUnits(toType, blink::blend(fromValue, toValue, progress))
    [all...]
SVGAnimationElement.h 106 void animateDiscreteType(float percentage, const AnimatedType& fromType, const AnimatedType& toType, AnimatedType& animatedType)
109 animatedType = AnimatedType(toType);
SVGPathBlender.cpp 285 static inline bool isSegmentEqual(const SVGPathSegType& fromType, const SVGPathSegType& toType, const PathCoordinateMode& fromMode, const PathCoordinateMode& toMode)
287 if (fromType == toType && (fromType == PathSegUnknown || fromType == PathSegClosePath))
291 unsigned short to = toType;
  /ndk/sources/android/support/src/musl-locale/
iconv.c 172 unsigned char totype = tomap[-1]; local
316 if (totype-0300U > 8) k = 2;
317 else k = "\10\4\4\10\4\4\10\2\4"[totype-0300];
377 switch (totype) {
398 if (c < 128+totype) {
405 for (c=0; c<128-totype; c++) {
420 put_16((void *)*out, c, totype);
427 put_16((void *)*out, (c>>10)|0xd800, totype);
428 put_16((void *)(*out + 2), (c&0x3ff)|0xdc00, totype);
435 put_32((void *)*out, c, totype);
    [all...]
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 325 int toType = hasTo ? tvTo.type : 0;
335 (hasTo && (toType >= TypedValue.TYPE_FIRST_COLOR_INT) &&
336 (toType <= TypedValue.TYPE_LAST_COLOR_INT))) {
341 setupValues(anim, arrayAnimator, getFloats, hasFrom, fromType, hasTo, toType);
474 * @param toType The type of "valueTo".
477 boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) {
490 if (toType == TypedValue.TYPE_DIMENSION) {
500 if (toType == TypedValue.TYPE_DIMENSION) {
520 if (toType == TypedValue.TYPE_DIMENSION) {
522 } else if ((toType >= TypedValue.TYPE_FIRST_COLOR_INT) &
    [all...]
  /external/chromium_org/mojo/system/
memory.h 113 // "Reinterpret casts" to a |UserPointer<ToType>|.
114 template <typename ToType>
115 UserPointer<ToType> ReinterpretCast() const {
116 return UserPointer<ToType>(reinterpret_cast<ToType*>(pointer_));
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /cts/tools/signature-tools/src/signature/compare/
Main.java 94 String toType = args[++at];
143 IApi toApi = getApi(toType, nameTo, toFiles, packages);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 982 #define CONST_CAST2(TOTYPE,FROMTYPE,X) (const_cast<TOTYPE> (X))
987 #define CONST_CAST2(TOTYPE,FROMTYPE,X) ((__extension__(union {FROMTYPE _q; TOTYPE _nq;})(X))._nq)
1000 #define CONST_CAST2(TOTYPE,FROMTYPE,X) \
1001 ((TOTYPE) helper_const_non_const_cast ((const char *) (FROMTYPE) (X)))
1003 #define CONST_CAST2(TOTYPE,FROMTYPE,X) ((TOTYPE)(FROMTYPE)(X))
    [all...]
  /art/runtime/base/
casts.h 38 // implicit_cast<ToType>(expr)
  /external/chromium_org/third_party/skia/src/animator/
SkScript.cpp 343 bool SkScriptEngine::convertTo(SkDisplayTypes toType, SkScriptValue* value ) {
345 if (type == toType)
349 if (ToOpType(toType) == kString) {
364 return convertTo(toType, value);
366 return ConvertTo(this, toType, value);
    [all...]
SkScriptTokenizer.cpp 155 SkOperand2::OpType toType, SkScriptEngine2::TypeOp op) {
156 if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value))
161 value->fType = toType;
346 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) {
348 if (type == toType)
353 return convertTo(toType, value);
355 return ConvertTo(this, toType, value);
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 101 const TypeDescriptor &ToType;
ubsan_handlers.cc 236 << Value(Data->FromType, From) << Data->FromType << Data->ToType;
243 << Value(Data->FromType, From) << Data->FromType << Data->ToType;
  /external/skia/src/animator/
SkScript.cpp 343 bool SkScriptEngine::convertTo(SkDisplayTypes toType, SkScriptValue* value ) {
345 if (type == toType)
349 if (ToOpType(toType) == kString) {
364 return convertTo(toType, value);
366 return ConvertTo(this, toType, value);
    [all...]
SkScriptTokenizer.cpp 155 SkOperand2::OpType toType, SkScriptEngine2::TypeOp op) {
156 if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value))
161 value->fType = toType;
346 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) {
348 if (type == toType)
353 return convertTo(toType, value);
355 return ConvertTo(this, toType, value);
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 202 /// ToType - The types that this conversion is converting to in
513 Expr *FromExpr, QualType ToType) {
515 Bad.init(Failure, FromExpr, ToType);
520 QualType FromType, QualType ToType) {
522 Bad.init(Failure, FromType, ToType);
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 320 Value *ConvertScalar_ExtractValue(Value *NV, Type *ToType,
753 /// ConvertScalar_ExtractValue - Extract a value of type ToType from an integer
755 /// Offset. This returns the value, which is of type ToType.
764 ConvertScalar_ExtractValue(Value *FromVal, Type *ToType,
769 if (FromType == ToType && Offset == 0)
776 unsigned ToTypeSize = DL.getTypeAllocSize(ToType);
778 return Builder.CreateBitCast(FromVal, ToType);
799 if (V->getType() != ToType)
800 V = Builder.CreateBitCast(V, ToType)
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /cts/libs/deviceutil/src/android/cts/util/
ReadElf.java 89 return "Symbol[" + name + "," + toBind() + "," + toType() + "]";
104 private String toType() {

Completed in 1188 milliseconds

1 2 3