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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.h 404 * @param c The character to narrow.
405 * @param dfault The character to narrow.
413 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
420 narrow(char_type __c, char __dfault) const function in class:basic_ios
421 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
basic_ios.h 404 * @param c The character to narrow.
405 * @param dfault The character to narrow.
413 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
420 narrow(char_type __c, char __dfault) const function in class:basic_ios
421 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 406 * @param c The character to narrow.
407 * @param dfault The character to narrow.
415 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
422 narrow(char_type __c, char __dfault) const function in class:basic_ios
423 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 406 * @param __c The character to narrow.
407 * @param __dfault The character to narrow.
415 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
422 narrow(char_type __c, char __dfault) const function in class:basic_ios
423 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 406 * @param c The character to narrow.
407 * @param dfault The character to narrow.
415 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
422 narrow(char_type __c, char __dfault) const function in class:basic_ios
423 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 406 * @param __c The character to narrow.
407 * @param __dfault The character to narrow.
415 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
422 narrow(char_type __c, char __dfault) const function in class:basic_ios
423 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_ios.h 408 * @param __c The character to narrow.
409 * @param __dfault The character to narrow.
417 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
424 narrow(char_type __c, char __dfault) const function in class:basic_ios
425 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 27 * action bar when running on a device with a narrow display, and show three tabs.
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 27 * action bar when running on a device with a narrow display, and show three tabs.
  /development/samples/browseable/Styled/src/com.example.android.actionbarcompat.styled/
MainActivity.java 27 * action bar when running on a device with a narrow display, and show three tabs.
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_text_field_cell_unittest.mm 29 // A narrow width for tests which test things that don't fit.
  /external/chromium_org/chrome/test/pyautolib/
prefs_info.py 96 for part in path.split('.'): # Narrow down to the requested prefs path.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.h 97 // Returns groups of narrow descendants of a given autosizing cluster. The groups are combined
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRect_opts_SSE2.cpp 101 // Unrolling the loop in the Narrow code is a significant performance
  /external/chromium_org/third_party/sqlite/src/test/
analyze4.test 43 # Verify that the t1b index shows that it does not narrow down the
  /external/kernel-headers/original/asm-mips/
addrspace.h 42 #define _ACAST64_ (_ATYPE64_) /* do _not_ narrow */
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
modula3.php 63 'NARROW','NEW','NUMBER','ORD','ROUND','SUBARRAY','TRUNC','TYPECODE', 'VAL'
  /external/oprofile/events/arm/xscale1/
events 22 event:0x16 counters:1,2 um:zero minimum:500 name:RMW : number of times an RMW cycle occurred due to narrow write on ECC-protected memory
  /external/oprofile/events/arm/xscale2/
events 22 event:0x16 counters:1,2,3,4 um:zero minimum:500 name:RMW : number of times an RMW cycle occurred due to narrow write on ECC-protected memory
  /external/skia/src/opts/
SkBlitRect_opts_SSE2.cpp 101 // Unrolling the loop in the Narrow code is a significant performance
  /external/stlport/stlport/stl/
_iosfwd.h 116 // Typedefs for ordinary (narrow-character) streams.
c_locale.h 101 * For narrow characters, we expose the lookup table interface.
  /frameworks/base/docs/html/training/notepad/
notepad-extra-credit.jd 30 right click in the narrow grey border on the left of the edit window at the
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iosfwd.h 116 // Typedefs for ordinary (narrow-character) streams.
c_locale.h 101 * For narrow characters, we expose the lookup table interface.

Completed in 1185 milliseconds

1 2 3 45 6 7 8 91011>>