Home
last modified time | relevance | path

Searched refs:aware (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiAwareManagerFacade.java28 import android.net.wifi.aware.AttachCallback;
29 import android.net.wifi.aware.ConfigRequest;
30 import android.net.wifi.aware.DiscoverySession;
31 import android.net.wifi.aware.DiscoverySessionCallback;
32 import android.net.wifi.aware.IdentityChangedListener;
33 import android.net.wifi.aware.PeerHandle;
34 import android.net.wifi.aware.PublishConfig;
35 import android.net.wifi.aware.PublishDiscoverySession;
36 import android.net.wifi.aware.SubscribeConfig;
37 import android.net.wifi.aware.SubscribeDiscoverySession;
[all …]
/external/parameter-framework/upstream/test/functional-tests-legacy/xml/XML_Test/
DReference_dumpDomains2 - ConfigurableDomain: Domain_0_1 = {Sequence aware: no, Last applied configuration: <none>}
4 - ConfigurableDomain: Domain_1_2 = {Sequence aware: no, Last applied configuration: <none>}
/external/python/dateutil/dateutil/parser/
D_parser.py1133 aware = naive.replace(tzinfo=tzinfo)
1134 aware = self._assign_tzname(aware, res.tzname)
1137 aware = naive.replace(tzinfo=tz.tzlocal())
1140 aware = self._assign_tzname(aware, res.tzname)
1143 if (aware.tzname() != res.tzname and
1145 aware = aware.replace(tzinfo=tz.tzutc())
1148 aware = naive.replace(tzinfo=tz.tzutc())
1151 aware = naive.replace(tzinfo=tz.tzoffset(res.tzname, res.tzoffset))
1155 aware = naive
1166 aware = naive
[all …]
/external/catch2/docs/
Dcommercial-users.md9 and being aware that other companies are using Catch can ease the path in.
11 So if you are aware of Catch usage in your organisation, and are fairly confident there is no issue…
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dmodel_optimization.md47 * [Quantization-aware training](https://github.com/tensorflow/tensorflow/tree/r1.13/tensorflow/cont…
52 quantization-aware training on a few models. All latency numbers are measured on
86 and latency targets are not met, or hardware accelerator support is important, [quantization-aware
89 Note: Quantization-aware training supports a subset of convolutional neural network architectures.
/external/python/cpython3/Doc/library/
Ddatetime.rst23 There are two kinds of date and time objects: "naive" and "aware".
25 An aware object has sufficient knowledge of applicable algorithmic and
27 information, to locate itself relative to other aware objects. An aware object
38 For applications requiring aware objects, :class:`.datetime` and :class:`.time`
130 An object of type :class:`.time` or :class:`.datetime` may be naive or aware.
131 A :class:`.datetime` object *d* is aware if ``d.tzinfo`` is not ``None`` and
134 returns ``None``, *d* is naive. A :class:`.time` object *t* is aware
138 The distinction between naive and aware doesn't apply to :class:`timedelta`
752 :class:`.datetime` object. An aware current UTC datetime can be obtained by
795 To get an aware :class:`.datetime` object, call :meth:`fromtimestamp`::
[all …]
Demail.utils.rst16 Return local time as an aware datetime object. If called without
132 offset, the ``datetime`` will be an aware ``datetime`` with the
171 If it is an aware ``datetime``, then the numeric timezone offset is used.
172 If it is an aware timezone with offset zero, then *usegmt* may be set to
/external/python/cpython2/Doc/library/
Ddatetime.rst20 There are two kinds of date and time objects: "naive" and "aware".
22 An aware object has sufficient knowledge of applicable algorithmic and
24 information, to locate itself relative to other aware objects. An aware object
35 For applications requiring aware objects, :class:`.datetime` and :class:`.time`
116 An object of type :class:`.time` or :class:`.datetime` may be naive or aware.
117 A :class:`.datetime` object *d* is aware if ``d.tzinfo`` is not ``None`` and
120 returns ``None``, *d* is naive. A :class:`.time` object *t* is aware
124 The distinction between naive and aware doesn't apply to :class:`timedelta`
826 input is an aware object.
831 datetime, and no time zone adjustments are done even if the input is aware.
[all …]
/external/python/cpython2/Modules/
Ddatetimemodule.c606 time_alloc(PyTypeObject *type, Py_ssize_t aware) in time_alloc() argument
611 PyObject_MALLOC(aware ? in time_alloc()
621 datetime_alloc(PyTypeObject *type, Py_ssize_t aware) in datetime_alloc() argument
626 PyObject_MALLOC(aware ? in datetime_alloc()
675 char aware = tzinfo != Py_None; in new_datetime_ex() local
677 self = (PyDateTime_DateTime *) (type->tp_alloc(type, aware)); in new_datetime_ex()
679 self->hastzinfo = aware; in new_datetime_ex()
685 if (aware) { in new_datetime_ex()
703 char aware = tzinfo != Py_None; in new_time_ex() local
705 self = (PyDateTime_Time *) (type->tp_alloc(type, aware)); in new_time_ex()
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDiscoverySession.java5 import android.net.wifi.aware.DiscoverySession;
DShadowPeerHandle.java5 import android.net.wifi.aware.PeerHandle;
/external/syzkaller/docs/
Dheaderparser_usage.md51 … the error occurs as pycparser is not aware of the type `some_type`. We can resolve this by making…
/external/mesa3d/src/gallium/auxiliary/postprocess/
DADDING67 With driconf aware of the option, make Gallium aware of it too. Add it to
/external/tensorflow/tensorflow/lite/g3doc/r2/convert/
Dpython_api.md166 ### Quantization-aware training
169 [quantization-aware training](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contr…
181 The rewriter function that supports quantization-aware training does not support
184 quantization-aware training through the Keras API. These attributes will be
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPeerHandleTest.java6 import android.net.wifi.aware.PeerHandle;
DShadowDiscoverySessionTest.java6 import android.net.wifi.aware.DiscoverySession;
/external/python/cpython2/Mac/
DExtras.ReadMe.txt3 You should be aware that these are not Macintosh-specific but are shared
/external/u-boot/board/logicpd/omap3som/
DREADME26 afterwards) along with a Falcon Mode aware MLO and the FAT partition has
53 along with a Falcon Mode aware MLO written to the correct locations for
/external/capstone/
DTODO6 - X86 can already handle all the malware tricks we are aware of. If you find
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
Dcoverage.txt19 16 WON'T test. Not aware of any function that can easily be interrupted in the middle.
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Dassembler-expressions-inlineasm.ll4 ; Assembler-aware expression evaluation should be disabled in inline
/external/llvm/test/LTO/X86/
Dtriple-init.ll12 ; We check that LTO will be aware of target triple and apply pow to __exp10 transformation.
/external/scapy/doc/scapy/
Dtroubleshooting.rst10 The kernel is not aware of what Scapy is doing behind his back. If Scapy sends a SYN, the target re…
15 … is only a fake to make you think everything is normal. The kernel is not aware of what Scapy is d…
/external/python/cpython3/Modules/
D_datetimemodule.c622 time_alloc(PyTypeObject *type, Py_ssize_t aware) in time_alloc() argument
627 PyObject_MALLOC(aware ? in time_alloc()
637 datetime_alloc(PyTypeObject *type, Py_ssize_t aware) in datetime_alloc() argument
642 PyObject_MALLOC(aware ? in datetime_alloc()
887 char aware = tzinfo != Py_None; in new_datetime_ex2() local
899 self = (PyDateTime_DateTime *) (type->tp_alloc(type, aware)); in new_datetime_ex2()
901 self->hastzinfo = aware; in new_datetime_ex2()
907 if (aware) { in new_datetime_ex2()
968 char aware = tzinfo != Py_None; in new_time_ex2() local
977 self = (PyDateTime_Time *) (type->tp_alloc(type, aware)); in new_time_ex2()
[all …]
/external/python/cpython3/Modules/_sqlite/
Dconnection.h111 PyObject* pysqlite_connection_alloc(PyTypeObject* type, int aware);

12345678910>>...15