Home
last modified time | relevance | path

Searched defs:Naive (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/base64/src/engine/
Dnaive.rs13 pub struct Naive { struct
16 config: NaiveConfig, argument
19 impl Naive { argument
42 impl Engine for Naive { implementation
/external/python/cpython3/Doc/library/
Ddatetime.rst185 .. _datetime-timedelta:
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md605 #### Naive subsubsection
/external/python/cpython2/Lib/test/
Dtest_datetime.py2506 class Naive(tzinfo): class
/external/python/cpython3/Lib/test/
Ddatetimetester.py4095 class Naive(tzinfo): class