Searched
full:static_cast (Results
1251 -
1275 of
7695) sorted by null
<<51525354555657585960>>
/build/kati/ |
stringprintf.cc | 31 if (static_cast<size_t>(ret) < str.size()) {
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_utilities.cpp | 111 //xd = static_cast<unsigned int>(lut_x[j][i]); 112 //yd = static_cast<unsigned int>(lut_y[j][i]); 132 xd = static_cast<double>(lut_x[j][i]); 133 yd = static_cast<double>(lut_y[j][i]);
|
/external/ImageMagick/Magick++/lib/ |
BlobRef.cpp | 37 delete[] static_cast<unsigned char*>(data);
|
Options.cpp | 28 : _imageInfo(static_cast<ImageInfo*>(AcquireMagickMemory( 30 _quantizeInfo(static_cast<QuantizeInfo*>(AcquireMagickMemory( 32 _drawInfo(static_cast<DrawInfo*>(AcquireMagickMemory(sizeof(DrawInfo)))), 67 _imageInfo->adjoin=static_cast<MagickBooleanType>( 73 return(static_cast<bool>(_imageInfo->adjoin)); 140 return(static_cast<Magick::ColorspaceType>(_imageInfo->colorspace)); 150 return(static_cast<Magick::CompressionType>(_imageInfo->compression)); 260 fillPattern_),0,0,static_cast<MagickBooleanType>(MagickTrue), 382 return(static_cast<Magick::InterlaceType>(_imageInfo->interlace)); 418 return(static_cast<bool>(_imageInfo->monochrome)) [all...] |
/external/autotest/client/site_tests/logging_UserCrash/src/ |
crasher.cc | 26 fprintf(stderr, "pid=%lld\n", static_cast<long long>(getpid()));
|
/external/bsdiff/ |
memory_file.cc | 25 const uint8_t* data = static_cast<const uint8_t*>(buf);
|
/external/ceres-solver/internal/ceres/ |
casts.h | 45 // Use implicit_cast as a safe version of static_cast or const_cast 74 // type Foo to type SubclassOfFoo), static_cast<> isn't safe, because 79 // if it's not). In normal mode, we do the efficient static_cast<> 103 return static_cast<To>(f);
|
/external/clang/lib/ARCMigrate/ |
TransformActions.cpp | 607 delete static_cast<TransformActionsImpl*>(Impl); 611 static_cast<TransformActionsImpl*>(Impl)->startTransaction(); 615 return static_cast<TransformActionsImpl*>(Impl)->commitTransaction(); 619 static_cast<TransformActionsImpl*>(Impl)->abortTransaction(); 624 static_cast<TransformActionsImpl*>(Impl)->insert(loc, text); 629 static_cast<TransformActionsImpl*>(Impl)->insertAfterToken(loc, text); 633 static_cast<TransformActionsImpl*>(Impl)->remove(range); 637 static_cast<TransformActionsImpl*>(Impl)->removeStmt(S); 641 static_cast<TransformActionsImpl*>(Impl)->replace(range, text); 646 static_cast<TransformActionsImpl*>(Impl)->replace(range, replacementRange) [all...] |
/external/clang/lib/Basic/ |
DiagnosticOptions.cpp | 21 return Out << static_cast<UT>(M);
|
/external/clang/test/Analysis/ |
templates.cpp | 23 template<class T> const T MyClass<T>::one = static_cast<T>(1);
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/ |
p1-cxx11.cpp | 38 A &getA() { return static_cast<B&>(*this); }
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
p5.cpp | 96 typedef __typeof__((static_cast<Types>(0))) typeof_expr; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}} 102 typedef decltype((static_cast<Types>(0))) typeof_expr; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}} 154 f(static_cast<Types>(i)); // expected-error{{expression contains unexpanded parameter pack 'Types'}} 172 unsigned bit_field : static_cast<Types>(0); // expected-error{{bit-field size contains unexpanded parameter pack 'Types'}} 173 static_assert(static_cast<Types>(0), "Boom"); // expected-error{{static assertion contains unexpanded parameter pack 'Types'}} 176 EnumValue = static_cast<Types>(0) // expected-error{{enumerator value contains unexpanded parameter pack 'Types'}} 188 T copy_init = static_cast<Types>(0); // expected-error{{initializer contains unexpanded parameter pack 'Types'}} 189 T direct_init(0, static_cast<Types>(0)); // expected-error{{initializer contains unexpanded parameter pack 'Types'}} 190 T list_init = { static_cast<Types>(0) }; // expected-error{{initializer contains unexpanded parameter pack 'Types'}} 193 T in_class_member_init = static_cast<Types>(0); // expected-error{{initializer contains unexpanded parameter pack 'Types'} [all...] |
/external/clang/test/CodeGen/ |
ubsan-type-blacklist.cpp | 19 Foo* foo = static_cast<Foo*>(&bar); // down-casting
|
/external/clang/test/CodeGenCXX/ |
2007-09-10-RecursiveTypeResolution.cpp | 84 callback_t *cb = static_cast < callback_t * >(callback);
|
derived-to-base.cpp | 22 return static_cast<B*>(a);
|
/external/clang/test/PCH/ |
cxx_exprs.h | 5 typedef __typeof__(static_cast<void *>(0)) static_cast_result;
|
/external/clang/test/SemaCXX/ |
cv-unqual-rvalues.cpp | 20 g(static_cast<const int>(1)); // expected-error{{no matching function for call to 'g'}}
|
vtable-instantiation.cpp | 56 static_cast<Type *>(0)->Accept(i); // expected-error{{member reference base}}
|
/external/clang/tools/libclang/ |
ARCMigrate.cpp | 124 return static_cast<Remap *>(map)->Vec.size(); 132 static_cast<Remap *>(map)->Vec[index].first); 135 static_cast<Remap *>(map)->Vec[index].second); 139 delete static_cast<Remap *>(map);
|
/external/deqp/executor/ |
xeTestCaseListParser.cpp | 112 TestNode* node = isGroup ? static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createGroup(name, description)) 113 : static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createCase(getTestCaseType(caseType), name, description));
|
/external/dng_sdk/source/ |
dng_jpeg_memory_source.cpp | 27 ConvertUnsigned(static_cast<unsigned long>(num_bytes),
|
/external/eigen/Eigen/src/Core/ |
EigenBase.h | 34 Derived& derived() { return *static_cast<Derived*>(this); } 36 const Derived& derived() const { return *static_cast<const Derived*>(this); } 39 { return *static_cast<Derived*>(const_cast<EigenBase*>(this)); } 41 { return *static_cast<const Derived*>(this); }
|
/external/eigen/Eigen/src/Eigen2Support/ |
QR.h | 32 *result = static_cast<const Base*>(this)->solve(b);
|
/external/google-benchmark/src/ |
json_reporter.cc | 48 return static_cast<int64_t>(v + 0.5); 67 << FormatKV("num_cpus", static_cast<int64_t>(context.num_cpus)) 127 real_time = real_time / static_cast<double>(run.iterations); 128 cpu_time = cpu_time / static_cast<double>(run.iterations);
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
microdump_writer_unittest.cc | 114 ASSERT_NE(static_cast<char*>(0), strstr( 116 ASSERT_NE(static_cast<char*>(0), strstr( 120 ASSERT_NE(static_cast<char*>(0), strstr( 124 ASSERT_NE(static_cast<char*>(0), strstr(
|
Completed in 1663 milliseconds
<<51525354555657585960>>