HomeSort by relevance Sort by last modified time
    Searched full:narrow (Results 76 - 100 of 379) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.tcc 623 if (__ctype.narrow(__format[__i], 0) == '%')
626 char __c = __ctype.narrow(__format[++__i], 0);
629 __c = __ctype.narrow(__format[++__i], 0);
715 if (__ctype.narrow(*__beg, 0) == '\n')
738 if (__ctype.narrow(*__beg, 0) == '\t')
839 const char __c = __ctype.narrow(*__beg, '*');
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/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);
_bitset.c 197 char __c = __is.narrow(__c2, '*');
  /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);
_bitset.c 197 char __c = __is.narrow(__c2, '*');
  /prebuilts/ndk/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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);
  /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/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 10 char c1 = x; // OK, though it might narrow (in this case, it does narrow)
p7-cxx11-nowarn.cpp 11 char c1 = x; // OK, though it might narrow (in this case, it does narrow)
  /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/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
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
SourceRevealer.java 82 * values should be utilized to narrow down the results.</li>
111 // multiple matches for search by method, narrow down by filename
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
SelfOrientingSashForm.java 23 * tall and narrow and sometimes be short and wide and still lay out its children in a pleasing way.
  /external/libvpx/examples/includes/geshi/geshi/
vbnet.php 59 'MSGBOXRTLREADING', 'MSGBOXSETFOREGROUND', 'NARROW', 'NEWLINE', 'NO', 'NORMAL',
  /external/llvm/utils/
check-each-file 3 # Used to narrow down a miscompilation to one .o file from a list. Please read
findmisopt 12 # uses (in the same order) and will narrow down which optimizations
  /external/webkit/LayoutTests/fast/url/script-tests/
host.js 36 // Mixed UTF-8 and escaped UTF-8 (narrow case) and UTF-16 and escaped
  /frameworks/av/libvideoeditor/vss/common/inc/
M4DA_Types.h 47 M4DA_StreamTypeAudioAmrNarrowBand = 2, /**< Amr narrow band audio */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_QuantInvInter_I_s.s 142 VSHRN dResult0,qResult0,#16 ;// Narrow the clipped Value to Halfword
omxVCM4P2_QuantInvIntra_I_s.s 183 VSHRN dResult0,qResult0,#16 ;// Narrow the clipped Value to Halfword
  /frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java 89 * Sets whether the bar should split if we enter a narrow screen configuration.

Completed in 1488 milliseconds

1 2 34 5 6 7 8 91011>>