OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:facet
(Results
201 - 225
of
381
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/tests/device/test-libc++-static-full/jni/
Android.mk
[
all
...]
/external/libcxx/include/
locale
24
class
facet
;
45
template <class
Facet
> locale(const locale& other,
Facet
* f);
52
template <class
Facet
> locale combine(const locale& other) const;
67
template <class
Facet
> const
Facet
& use_facet(const locale&);
68
template <class
Facet
> bool has_facet(const locale&) noexcept;
707
: public locale::
facet
,
716
: locale::
facet
(__refs) {}
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
locale
24
class
facet
;
45
template <class
Facet
> locale(const locale& other,
Facet
* f);
52
template <class
Facet
> locale combine(const locale& other) const;
67
template <class
Facet
> const
Facet
& use_facet(const locale&);
68
template <class
Facet
> bool has_facet(const locale&) noexcept;
700
: public locale::
facet
,
709
: locale::
facet
(__refs) {}
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
locale
24
class
facet
;
45
template <class
Facet
> locale(const locale& other,
Facet
* f);
52
template <class
Facet
> locale combine(const locale& other) const;
67
template <class
Facet
> const
Facet
& use_facet(const locale&);
68
template <class
Facet
> bool has_facet(const locale&) noexcept;
700
: public locale::
facet
,
709
: locale::
facet
(__refs) {}
[
all
...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DetailsFragment.java
245
ItemAlignmentFacet
facet
= new ItemAlignmentFacet();
local
261
facet
.setAlignmentDefs(defs);
262
presenter.setFacet(ItemAlignmentFacet.class,
facet
);
DetailsSupportFragment.java
247
ItemAlignmentFacet
facet
= new ItemAlignmentFacet();
local
263
facet
.setAlignmentDefs(defs);
264
presenter.setFacet(ItemAlignmentFacet.class,
facet
);
/ndk/tests/device/test-gnustl-full/unit/
collate_facets_test.cpp
136
CPPUNIT_MESSAGE("No french locale to check collate
facet
");
198
// On platform without real localization support we should rely on the "C"
facet
.
time_facets_test.cpp
323
// On platform without real localization support we should rely on the "C"
facet
.
346
// On platform without real localization support we should rely on the "C" locale
facet
.
/ndk/tests/device/test-stlport/unit/
collate_facets_test.cpp
136
CPPUNIT_MESSAGE("No french locale to check collate
facet
");
198
// On platform without real localization support we should rely on the "C"
facet
.
time_facets_test.cpp
323
// On platform without real localization support we should rely on the "C"
facet
.
346
// On platform without real localization support we should rely on the "C" locale
facet
.
/external/opencv/cvaux/src/
cvsubdiv2.cpp
114
// count number of edges in
facet
/external/opencv3/3rdparty/lib/armeabi/
libnative_camera_r2.2.0.so
libnative_camera_r2.3.3.so
libnative_camera_r3.0.1.so
libnative_camera_r4.0.0.so
libnative_camera_r4.0.3.so
libnative_camera_r4.1.1.so
libnative_camera_r4.2.0.so
libnative_camera_r4.3.0.so
libnative_camera_r4.4.0.so
/external/opencv3/3rdparty/lib/armeabi-v7a/
libnative_camera_r2.2.0.so
libnative_camera_r2.3.3.so
libnative_camera_r3.0.1.so
libnative_camera_r4.0.0.so
libnative_camera_r4.0.3.so
Completed in 269 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>