HomeSort by relevance Sort by last modified time
    Searched full:narrow (Results 151 - 175 of 613) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets_nonio.tcc 641 if (__ctype.narrow(__format[__i], 0) == '%')
644 char __c = __ctype.narrow(__format[++__i], 0);
647 __c = __ctype.narrow(__format[++__i], 0);
733 if (__ctype.narrow(*__beg, 0) == '\n')
756 if (__ctype.narrow(*__beg, 0) == '\t')
857 const char __c = __ctype.narrow(*__beg, '*');
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets_nonio.tcc 641 if (__ctype.narrow(__format[__i], 0) == '%')
644 char __c = __ctype.narrow(__format[++__i], 0);
647 __c = __ctype.narrow(__format[++__i], 0);
733 if (__ctype.narrow(*__beg, 0) == '\n')
756 if (__ctype.narrow(*__beg, 0) == '\t')
857 const char __c = __ctype.narrow(*__beg, '*');
    [all...]
  /external/chromium_org/third_party/icu/source/test/testdata/
structLocale.txt     [all...]
  /external/llvm/docs/
HowToSubmitABug.rst 18 section to narrow down the bug so that the person who fixes it will be able
158 bugpoint will try to narrow down your list of passes to the one pass that
169 narrow the code down to a function that is miscompiled by one or the other
  /external/stlport/stlport/stl/
_time_facets.c 407 char __c = _Ct.narrow(*__pat, 0);
411 __c = _Ct.narrow(*__pat++, 0);
414 __c = _Ct.narrow(*__pat++, 0);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
isacfix.h 141 * This function encodes 10ms narrow band (8 kHz sampling) frame(s) and inserts
265 * This function decodes a ISAC frame in narrow-band (8 kHz sampling).
295 * This function conducts PLC for ISAC frame(s) in narrow-band (8kHz sampling).
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 407 char __c = _Ct.narrow(*__pat, 0);
411 __c = _Ct.narrow(*__pat++, 0);
414 __c = _Ct.narrow(*__pat++, 0);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 407 char __c = _Ct.narrow(*__pat, 0);
411 __c = _Ct.narrow(*__pat++, 0);
414 __c = _Ct.narrow(*__pat++, 0);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 407 char __c = _Ct.narrow(*__pat, 0);
411 __c = _Ct.narrow(*__pat++, 0);
414 __c = _Ct.narrow(*__pat++, 0);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 407 char __c = _Ct.narrow(*__pat, 0);
411 __c = _Ct.narrow(*__pat++, 0);
414 __c = _Ct.narrow(*__pat++, 0);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 407 char __c = _Ct.narrow(*__pat, 0);
411 __c = _Ct.narrow(*__pat++, 0);
414 __c = _Ct.narrow(*__pat++, 0);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_time_facets.c 407 char __c = _Ct.narrow(*__pat, 0);
411 __c = _Ct.narrow(*__pat++, 0);
414 __c = _Ct.narrow(*__pat++, 0);
  /external/pixman/pixman/
pixman-arm-simd-asm.h 51 * this is the "narrow" case, and there is no attempt to align writes to
52 * 16-byte boundaries. In the "medium" and "narrow" cases, all the
264 /* "narrow_case" - just means that the macro was invoked from the "narrow"
265 * code path rather than the "medium" one - because in the narrow case,
477 /* In narrow case, it's relatively unlikely to be aligned, so let's do without a branch here */
804 170: /* Narrow case, less than 31 bytes, so no guarantee of at least one 16-byte block */
  /external/chromium/testing/gtest/src/
gtest-printers.cc 145 // Prints a wide or narrow char c as a character literal without the
215 // Prints a wide or narrow character c and its code. '\0' is printed
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-printers.cc 145 // Prints a wide or narrow char c as a character literal without the
215 // Prints a wide or narrow character c and its code. '\0' is printed
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 11 char c1 = x; // OK, though it might narrow (in this case, it does narrow)
  /external/clang/test/CodeGen/
bitfield-2.c 292 // This is a case where we narrow the access width immediately.
327 // This is another case where we narrow the access width immediately.
  /external/gtest/src/
gtest-printers.cc 145 // Prints a wide or narrow char c as a character literal without the
215 // Prints a wide or narrow character c and its code. '\0' is printed
  /external/llvm/test/Transforms/LoopUnroll/
scevunroll.ll 25 %iv.narrow = trunc i64 %iv.next to i32
26 %cmp.i65 = icmp sgt i32 %iv.narrow, 0
  /external/llvm/utils/unittest/googletest/
gtest-printers.cc 145 // Prints a wide or narrow char c as a character literal without the
215 // Prints a wide or narrow character c and its code. '\0' is printed
  /external/mesa3d/src/gtest/src/
gtest-printers.cc 145 // Prints a wide or narrow char c as a character literal without the
215 // Prints a wide or narrow character c and its code. '\0' is printed
  /development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
LaunchSettings.java 59 // uiautomatorview from the SDK/tools and see if we can further narrow the
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/
math_whitespace.json 230 "default": "narrow no break space",
  /external/chromium_org/content/browser/speech/endpointer/
endpointer_unittest.cc 91 // the narrow band AMR codec.
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtrasTest.cpp 94 // due to the narrow mantissa. However it will properly checks within

Completed in 1368 milliseconds

1 2 3 4 5 67 8 91011>>