/external/clang/test/SemaTemplate/ |
member-access-expr.cpp | 94 // Fun with template instantiation and conversions
|
/external/icu4c/i18n/ |
ucol_sit.cpp | 113 static const AttributeConversion conversions[12] = { variable 132 for(i = 0; i < sizeof(conversions)/sizeof(conversions[0]); i++) { 133 if(conversions[i].value == value) { 134 return conversions[i].letter; 147 for(i = 0; i < sizeof(conversions)/sizeof(conversions[0]); i++) { 148 if(conversions[i].letter == letter) { 149 return conversions[i].value; [all...] |
/external/llvm/test/CodeGen/NVPTX/ |
convert-int-sm20.ll | 5 ;; Integer conversions happen inplicitly by loading/storing the proper types
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_pack.h | 30 * Helper functions for packing/unpacking conversions.
|
/external/v8/src/ |
v8conversions.h | 31 #include "conversions.h"
|
/external/webrtc/src/modules/audio_processing/aecm/ |
Android.mk | 75 -flax-vector-conversions
|
/external/webrtc/src/modules/audio_processing/ns/ |
Android.mk | 77 -flax-vector-conversions
|
/frameworks/native/include/ui/ |
ANativeObjectBase.h | 55 * reference-counted object; with proper type conversions.
|
/libcore/luni/src/main/java/java/nio/charset/ |
Charsets.java | 20 * Various special-case charset conversions (for performance).
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
is_function.hpp | 31 // except that some compilers erroneously allow conversions from
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
string_conversions.h | 1 // String Conversions -*- C++ -*-
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
string_conversions.h | 1 // String Conversions -*- C++ -*-
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
string_conversions.h | 1 // String Conversions -*- C++ -*-
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
string_conversions.h | 1 // String Conversions -*- C++ -*-
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
string_conversions.h | 1 // String Conversions -*- C++ -*-
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
frameobject.h | 76 /* Conversions between "fast locals" and locals in dictionary */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
frameobject.h | 76 /* Conversions between "fast locals" and locals in dictionary */
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
DosUtils.java | 25 * This class contains some methods for date and time conversions between Java
|
/external/ceres-solver/internal/ceres/ |
casts.h | 46 // for implicit conversions. For example: 48 // - Performing arithmetic conversions (int32 to int64, int to double, etc.).
|
/external/chromium_org/media/base/ |
channel_mixer_unittest.cc | 21 // Test all possible layout conversions can be constructed and mixed. 164 // Run through basic sanity tests for some common conversions.
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prprf.h | 119 ** conversions, and stores the converted values in the data objects 135 ** the format control string for the conversions
|
/external/zlib/src/examples/ |
zpipe.c | 11 1.4 11 Dec 2005 Add hack to avoid MSDOS end-of-line conversions 180 /* avoid end-of-line conversions */
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
GLEScontext.cpp | 330 RangeList conversions; local 340 p->getBufferConversions(ranges,conversions); // getting from the buffer the relevant ranges that still needs to be converted 342 if(conversions.size()) { // there are some elements to convert 344 int nIndices = bytesRangesToIndices(conversions,p,indices); //converting bytes ranges by offset to indices in this array 389 RangeList conversions; local 397 p->getBufferConversions(ranges,conversions); // getting from the buffer the relevant ranges that still needs to be converted 398 if(conversions.size()) { // there are some elements to convert 400 int nIndices = bytesRangesToIndices(conversions,p,conversionIndices); //converting bytes ranges by offset to indices in this array
|
/external/clang/lib/AST/ |
DeclCXX.cpp | 557 data().Conversions.replace(FunTmpl->getPreviousDecl(), 560 data().Conversions.addDecl(getASTContext(), FunTmpl, AS); 563 data().Conversions.replace(Conversion->getPreviousDecl(), 566 data().Conversions.addDecl(getASTContext(), Conversion, AS); [all...] |
/external/clang/lib/Analysis/ |
PrintfFormatString.cpp | 587 // The plus prefix only makes sense for signed conversions 611 // Alternate form flag only valid with the oxXaAeEfFgG conversions 636 // Leading zeroes flag only valid with the diouxXaAeEfFgG conversions 666 // The space prefix only makes sense for signed conversions 690 // The left justified flag is valid for all conversions except n 724 // Precision is only valid with the diouxXaAeEfFgGs conversions 754 // The field width is valid for all conversions except n
|