Home
last modified time | relevance | path

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

12345678910

/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/cpython2/Mac/
DExtras.ReadMe.txt3 You should be aware that these are not Macintosh-specific but are shared
/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/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 …]
Dmarkup.rst15 module will always be available. You may still want to be aware of the `PyXML
Dcurses.panel.rst29 Returns a panel object, associating it with the given window *win*. Be aware
/external/mesa3d/src/gallium/auxiliary/postprocess/
DADDING67 With driconf aware of the option, make Gallium aware of it too. Add it to
/external/valgrind/solaris/
Dvgpreload-solaris.mapfile6 # This is undesirable: it would mean that non XPG-aware program
/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/llvm/test/LTO/X86/
Dtriple-init.ll12 ; We check that LTO will be aware of target triple and apply pow to __exp10 transformation.
/external/python/cpython2/Modules/_sqlite/
Dconnection.h122 PyObject* pysqlite_connection_alloc(PyTypeObject* type, int aware);
/external/selinux/python/sepolicy/sepolicy/help/
Dtransition_file.txt8 … the file type of etc_t will get the label etc_t. In certain situations SELinux aware applications
/external/cros/system_api/dbus/cryptohome/
Dsigned_secret.proto9 // and on servers. Ensure all parties are aware when making changes.
/external/e2fsprogs/debian/attic/libs/
Dcontrol86 Description: The headers and static libraries for ext2fs-aware tools-development.
91 ext2fs-aware programs. Only programmers that really manipulate
/external/markdown/docs/extensions/
Dextra.txt42 aware that such changes may be lost when you upgrade to any future
/external/iproute2/doc/actions/
Difb-README16 dropping. I am not aware of any study that shows policing is
29 aware of say L3 info and play ip rule tricks to achieve this.
/external/python/cpython2/Doc/faq/
Dinstalled.rst30 * Some Windows machines also have Python installed. At this writing we're aware
/external/netperf/
DREADME.ovms3 At the time of the initial port, I was not aware of a make facility
/external/python/cpython2/PCbuild/
Dget_externals.bat99 echo.to be very destructive if you are not aware of what it is doing. Use with
/external/bzip2/
DREADME.COMPILATION.PROBLEMS52 large file support, if you are feeling paranoid. Be aware though that
/external/eigen/doc/
DB01_Experimental.dox13 We are aware that API stability is a major concern for our users. That's why it's a priority for us…
/external/valgrind/docs/internals/
Dnotes.txt35 Cachegrind is broken because it is not Vex-aware, and Vex needs
37 Helgrind is not Vex aware. Also, Helgrind will not work because
/external/eigen/bench/perf_monitoring/gemm/
Dchangesets.txt27 6765:71584fd55762 # Made the blocking computation aware of the l3 cache; Also optimized the block…
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DDynamicLibrary.inc61 // Otherwise, user should be aware, what he's doing :)

12345678910