/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_monetary.c | 264 __digits = __c_type.widen('-'); 331 char_type __minus = __c_type.widen('-'); 332 char_type __plus = __c_type.widen('+'); 333 char_type __space = __c_type.widen(' '); 334 char_type __zero = __c_type.widen('0');
|
_istream.h | 135 { return get(__s, __n, this->widen('\n')); } 141 { return get(__buf, this->widen('\n')); } 146 { return getline(__s, __n, this->widen('\n')); }
|
_complex.c | 115 __c_type.widen(__punct, __punct + 3, __wpunct);
|
_ios.c | 107 this->fill(widen(' '));
|
/external/clang/test/CodeGenCXX/ |
bitfield.cpp | 160 // NOTE: We could potentially widen loads based on their alignment if we are 206 // Do widen loads and stores to bitfields when those bitfields have padding 246 // Do widen loads and stores to bitfields through the trailing padding at the 285 // Do NOT widen loads and stores to bitfields into padding at the end of 300 // FIXME: We should widen this load as long as the function isn't being 333 // Widen through padding at the end of a struct even if that struct 382 // FIXME: We currently don't widen loads even without ThreadSanitizer, even 432 // Do NOT widen loads and stores to bitfields into padding at the end of 450 // FIXME: We should widen this load as long as the function isn't being
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_istream.h | 135 { return get(__s, __n, this->widen('\n')); } 141 { return get(__buf, this->widen('\n')); } 146 { return getline(__s, __n, this->widen('\n')); }
|
_complex.c | 115 __c_type.widen(__punct, __punct + 3, __wpunct);
|
_ios.c | 107 this->fill(widen(' '));
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
random.tcc | 362 const _CharT __space = __os.widen(' '); 473 const _CharT __space = __os.widen(' '); 670 const _CharT __space = __os.widen(' '); 755 const _CharT __space = __os.widen(' '); 821 const _CharT __space = __os.widen(' '); 885 const _CharT __space = __os.widen(' '); 980 const _CharT __space = __os.widen(' '); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
random.tcc | 166 __os.fill(__os.widen(' ')); 486 const _CharT __space = __os.widen(' '); 641 const _CharT __space = __os.widen(' '); 711 const _CharT __space = __os.widen(' '); 839 const _CharT __space = __os.widen(' '); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
random.tcc | 166 __os.fill(__os.widen(' ')); 486 const _CharT __space = __os.widen(' '); 641 const _CharT __space = __os.widen(' '); 711 const _CharT __space = __os.widen(' '); 839 const _CharT __space = __os.widen(' '); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
random.tcc | 166 __os.fill(__os.widen(' ')); 486 const _CharT __space = __os.widen(' '); 641 const _CharT __space = __os.widen(' '); 711 const _CharT __space = __os.widen(' '); 839 const _CharT __space = __os.widen(' '); [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
random.tcc | 166 __os.fill(__os.widen(' ')); 486 const _CharT __space = __os.widen(' '); 641 const _CharT __space = __os.widen(' '); 711 const _CharT __space = __os.widen(' '); 839 const _CharT __space = __os.widen(' '); [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/story/ |
story_filter_unittest.py | 17 url='file://your/smile/widen.html', page_set=story_set,
|
/external/llvm/test/CodeGen/AMDGPU/ |
coalescer_remat.ll | 6 ; unnecessarily widen the register class. Without those fixes > 20 VGprs
|
/external/llvm/test/CodeGen/X86/ |
widen_arith-2.ll | 5 ; widen v8i8 to v16i8 (checks even power of 2 widening with add & and)
|
widen_arith-3.ll | 4 ; Widen a v3i16 to v8i16 to do a vector add
|
widen_arith-4.ll | 5 ; Widen a v5i16 to v8i16 to do a vector sub and multiple
|
widen_arith-5.ll | 6 ; widen a v3i32 to v4i32 to do a vector multiple and a subtraction
|
widen_arith-6.ll | 5 ; widen a v3f32 to vfi32 to do a vector multiple and an add
|
/external/llvm/test/Transforms/CodeGenPrepare/AArch64/ |
widen_switch.ll | 35 ; Widen to 32-bit from a smaller, non-native type.
|
/external/llvm/test/Transforms/CodeGenPrepare/X86/ |
widen_switch.ll | 35 ; Widen to 32-bit from a smaller, non-native type.
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
GeneralNameInterface.java | 60 public static final int NAME_SAME_TYPE = 3; /* input name does not match, narrow, or widen, but is same type */
|
/ndk/sources/cxx-stl/stlport/src/ |
complex_io.cpp | 45 // Specialization for narrow characters; lets us avoid widen.
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_ios.i | 239 widen(char __c) const;
|