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

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
time_members.h 43 : facet(__refs), _M_data(0)
51 : facet(__refs), _M_data(__cache)
60 : facet(__refs), _M_data(0)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
time_members.h 43 : facet(__refs), _M_data(0)
51 : facet(__refs), _M_data(__cache)
60 : facet(__refs), _M_data(0)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
time_members.h 43 : facet(__refs), _M_data(0)
51 : facet(__refs), _M_data(__cache)
60 : facet(__refs), _M_data(0)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
time_members.h 43 : facet(__refs), _M_data(0)
51 : facet(__refs), _M_data(__cache)
60 : facet(__refs), _M_data(0)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_collate.h 43 class _STLP_CLASS_DECLSPEC collate<char> : public locale::facet {
48 explicit collate(size_t __refs = 0) : locale::facet(__refs) {}
79 class _STLP_CLASS_DECLSPEC collate<wchar_t> : public locale::facet {
84 explicit collate(size_t __refs = 0) : locale::facet(__refs) {}
_numpunct.h 48 class _STLP_CLASS_DECLSPEC numpunct<char> : public locale::facet {
54 : locale::facet(__refs) {}
77 class _STLP_CLASS_DECLSPEC numpunct<wchar_t> : public locale::facet {
83 : locale::facet(__refs) {}
_time_facets.h 131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
136 explicit time_get(size_t __refs = 0) : locale::facet(__refs)
160 : locale::facet(__refs), _STLP_PRIV time_init<_Ch>(__name)
221 // time_put facet
248 class time_put : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
253 explicit time_put(size_t __refs = 0) : locale::facet(__refs)
268 : locale::facet(__refs), _STLP_PRIV time_init<_Ch>(__name)
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_collate.h 43 class _STLP_CLASS_DECLSPEC collate<char> : public locale::facet {
48 explicit collate(size_t __refs = 0) : locale::facet(__refs) {}
79 class _STLP_CLASS_DECLSPEC collate<wchar_t> : public locale::facet {
84 explicit collate(size_t __refs = 0) : locale::facet(__refs) {}
_numpunct.h 48 class _STLP_CLASS_DECLSPEC numpunct<char> : public locale::facet {
54 : locale::facet(__refs) {}
77 class _STLP_CLASS_DECLSPEC numpunct<wchar_t> : public locale::facet {
83 : locale::facet(__refs) {}
_time_facets.h 131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
136 explicit time_get(size_t __refs = 0) : locale::facet(__refs)
160 : locale::facet(__refs), _STLP_PRIV time_init<_Ch>(__name)
221 // time_put facet
248 class time_put : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
253 explicit time_put(size_t __refs = 0) : locale::facet(__refs)
268 : locale::facet(__refs), _STLP_PRIV time_init<_Ch>(__name)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch2/
test_search.py 144 facet={'author': "'John Smith','Mark Smith'"})
148 self.assertEqual(args[b'facet.author'],
156 facet={'author': "'John Smith','Mark Smith'",
161 self.assertEqual(args[b'facet.author'],
163 self.assertEqual(args[b'facet.category'],
169 search.search(q='Test', facet={'author': {'sort': 'alpha'}})
175 self.assertEqual(args[b'facet.author'], [b'{"sort": "alpha"}'])
180 search.search(q='Test', facet={'author': {'sort': 'alpha'},
185 self.assertEqual(args[b'facet.author'], [b'{"sort": "alpha"}'])
186 self.assertEqual(args[b'facet.cat'], [b'{"sort": "count"}']
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
CarNavigationBarController.java 50 // Each facet of the navigation bar maps to a set of package names or categories defined in
51 // arrays_car.xml. Package names for a given facet are delimited by ";"
58 // Set of categories each facet will filter on.
60 // Set of package names each facet will filter on.
178 // For each facet, check if the given package name matches one of its categories
200 * Helper method to check if a given facet has multiple packages associated with it.
201 * This can be resource defined package names or package names filtered by facet category.
218 // If there weren't multiple packages defined for the facet, check the categories
301 // The facet is identified by the index in which it was added to the nav bar.
302 // This value can be used to determine which facet was selecte
    [all...]
  /external/androidplot/
DynamicXYPlotExample.iml 4 <facet type="android" name="Android">
23 </facet>
  /external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/
types.pass.cpp 14 // : public locale::facet,
36 static_assert((std::is_base_of<std::locale::facet, std::ctype<char> >::value), "");
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/
types.pass.cpp 14 // : public locale::facet,
36 static_assert((std::is_base_of<std::locale::facet, std::ctype<wchar_t> >::value), "");
  /external/libcxx/test/std/localization/locales/locale.global.templates/
has_facet.pass.cpp 12 // template <class Facet> bool has_facet(const locale& loc) throw();
18 : public std::locale::facet
  /external/llvm/test/Transforms/InstCombine/
2008-05-09-SinkOfInvoke.ll 3 %"struct.std::ctype<char>" = type { %"struct.std::locale::facet", i32*, i8, i32*, i32*, i16*, i8, [256 x i8], [256 x i8], i8 }
4 %"struct.std::locale::facet" = type { i32 (...)**, i32 }
  /external/robolectric/.idea/
misc.xml 8 <facet-type id="android">
12 </facet-type>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/
types.pass.cpp 14 // : public locale::facet,
36 static_assert((std::is_base_of<std::locale::facet, std::ctype<char> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/
types.pass.cpp 14 // : public locale::facet,
36 static_assert((std::is_base_of<std::locale::facet, std::ctype<wchar_t> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.global.templates/
has_facet.pass.cpp 12 // template <class Facet> bool has_facet(const locale& loc) throw();
18 : public std::locale::facet
  /ndk/sources/cxx-stl/stlport/stlport/using/
locale 28 // _lib.category.ctype_ and _lib.facet.ctype.special_, ctype:
36 // _lib.category.numeric_ and _lib.facet.numpunct_, numeric:
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/using/
locale 28 // _lib.category.ctype_ and _lib.facet.ctype.special_, ctype:
36 // _lib.category.numeric_ and _lib.facet.numpunct_, numeric:
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch/
test_search.py 124 search.search(q='Test', facet=["Author"])
128 self.assertEqual(args[b'facet'], [b"Author"])
133 search.search(q='Test', facet=["author", "cat"])
137 self.assertEqual(args[b'facet'], [b"author,cat"])
148 self.assertEqual(args[b'facet-author-constraints'],
161 self.assertEqual(args[b'facet-author-constraints'],
163 self.assertEqual(args[b'facet-category-constraints'],
173 self.assertEqual(args[b'facet-author-sort'], [b'alpha'])
183 self.assertEqual(args[b'facet-author-sort'], [b'alpha'])
184 self.assertEqual(args[b'facet-cat-sort'], [b'count']
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
Presenter.java 64 * In addition to view creation and binding, Presenter allows dynamic interface (facet) to
92 * Sets dynamic implemented facet in addition to basic ViewHolder functions.
93 * @param facetClass Facet classes to query, can be class of {@link ItemAlignmentFacet}.
94 * @param facetImpl Facet implementation.
203 * Sets dynamic implemented facet in addition to basic Presenter functions.
204 * @param facetClass Facet classes to query, can be class of {@link ItemAlignmentFacet}.
205 * @param facetImpl Facet implementation.

Completed in 167 milliseconds

1 2 34 5 6 7 8 91011>>