Home
last modified time | relevance | path

Searched +full:introspection +full:- +full:subsystem (Results 1 – 22 of 22) sorted by relevance

/external/parameter-framework/upstream/test/introspection-subsystem/
DCMakeLists.txt29 # The introspection-subsystem provides ability to retrieve
30 # a boolean parameter value set by the parameter-framework
31 # at subsystem level.
38 add_library(introspection-subsystem SHARED target
46 generate_export_header(introspection-subsystem
50 # - the header that contains the introspection function
51 # - the header generated by cmake used to export symbols in shared library.
54 target_include_directories(introspection-subsystem
57 target_link_libraries(introspection-subsystem PRIVATE plugin-internal-hack)
DIntrospectionSubsystemBuilder.cpp37 using Subsystem = parameterFramework::introspectionSubsystem::Subsystem; in PARAMETER_FRAMEWORK_PLUGIN_ENTRYPOINT_V1() typedef
38 subsystemLibrary->addElementBuilder("INTROSPECTION", in PARAMETER_FRAMEWORK_PLUGIN_ENTRYPOINT_V1()
39 new TLoggingElementBuilderTemplate<Subsystem>(logger)); in PARAMETER_FRAMEWORK_PLUGIN_ENTRYPOINT_V1()
/external/parameter-framework/upstream/test/functional-tests/
DCMakeLists.txt51 …rget_compile_definitions(parameterFunctionalTest PUBLIC -D PLUGIN_NAME=\"introspection-subsystem\"…
55 … PRIVATE pfw_utility catch tmpfile LibXml2::libxml2 introspection-subsystem)
60 # Custom function defined in the top-level CMakeLists
/external/parameter-framework/upstream/test/
DCMakeLists.txt1 # Copyright (c) 2014-2015, Intel Corporation
31 add_subdirectory(functional-tests)
32 add_subdirectory(functional-tests-legacy)
33 add_subdirectory(test-fixed-point-parameter)
34 add_subdirectory(test-platform)
35 add_subdirectory(test-subsystem)
36 add_subdirectory(introspection-subsystem)
38 add_subdirectory(xml-generator)
/external/parameter-framework/upstream/
D.travis.yml2 - linux
3 - osx
8 # https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions
15 - PREFIX=$HOME/prefix
16 - MY_CMAKE_OPTIONS="-DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$HOME/install"
17 - OSX_CMAKE_OPTIONS="-DBUILD_TESTING=OFF -DPYTHON_BINDINGS=OFF -DCLIENT_SIMULATOR=OFF"
18 - CTEST_OUTPUT_ON_FAILURE=1
19 - LINUX=false
20 - OSX=false
23 - gcc
[all …]
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md4 <!--
32 -->
34 <article class="markdown-body">
62 <!--Fixme why are pandoc auto references not working ? -->
107 - historically the PF reference implementation was used to abstract hardware
108 - the subsystem term would arguably fit best is already used.
110 (FIXME: choose "subsystem" instead of "hardware" ?)
156 - memory layout
157 - value constrains
161 - pretty display parameter values (not just a as an array of bits)
[all …]
/external/dnsmasq/
DCHANGELOG2 Add support for internationalised DNS. Non-ASCII characters
12 Add two more environment variables for lease-change scripts:
15 over-ridden by dhcp-host or dhcp-ignore-names directives.
20 Fix regression which broke echo of relay-agent
24 dhcp-boot parameters if it's specified as
25 dhcp-option-force.
27 Make the code to call scripts on lease-change compile-time
29 or building with "make COPTS=-DNO_SCRIPT".
40 Teach --conf-dir to take an option list of file suffices
45 Add new DHCP option named tftpserver-address, which
[all …]
/external/python/cpython3/Doc/library/
Dtkinter.rst1 :mod:`tkinter` --- Python interface to Tcl/Tk
11 --------------
17 Running ``python -m tkinter`` from the command line should open a window
59 By Mark Roseman. (ISBN 978-1999149567)
61 …* `Python and Tkinter Programming <https://www.packtpub.com/product/python-gui-programming-with-tk…
62 By Alan Moore. (ISBN 978-1788835886)
64 * `Programming Python <http://learning-python.com/about-pp4e.html>`_
65 By Mark Lutz; has excellent coverage of Tkinter. (ISBN 978-0596158101)
68 …By John Ousterhout, inventor of Tcl/Tk, and Ken Jones; does not cover Tkinter. (ISBN 978-032133633…
72 ------------
[all …]
/external/wayland/src/
Dwayland-client.c2 * Copyright © 2008-2012 Kristian Høgsberg
3 * Copyright © 2010-2012 Intel Corporation
45 #include "wayland-util.h"
46 #include "wayland-os.h"
47 #include "wayland-client.h"
48 #include "wayland-private.h"
127 struct wl_display *display = proxy->display; in log_closure()
132 wl_closure_print(closure, &proxy->object, send); in log_closure()
134 if (!wl_list_empty(&display->protocol_loggers)) { in log_closure()
136 message.message_opcode = closure->opcode; in log_closure()
[all …]
/external/mbedtls/include/mbedtls/
Dmbedtls_config.h6 * This set of compile-time options may be used to enable
12 * SPDX-License-Identifier: Apache-2.0
18 * http://www.apache.org/licenses/LICENSE-2.0
65 * The platform lacks support for double-width integer division (64-bit
66 * division on a 32-bit platform, 128-bit division on a 64-bit platform).
72 * The bignum code uses double-width division to speed up some operations.
73 * Double-width division is often implemented in software that needs to
74 * be linked with the program. The presence of a double-width integer
79 * Uncomment this option to prevent the use of double-width division.
82 * Furthermore, a 64-bit type is always required even on a 32-bit
[all …]
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dconfig.h6 * This set of compile-time options may be used to enable
12 * SPDX-License-Identifier: Apache-2.0
18 * http://www.apache.org/licenses/LICENSE-2.0
64 * The platform lacks support for double-width integer division (64-bit
65 * division on a 32-bit platform, 128-bit division on a 64-bit platform).
71 * The bignum code uses double-width division to speed up some operations.
72 * Double-width division is often implemented in software that needs to
73 * be linked with the program. The presence of a double-width integer
78 * Uncomment this option to prevent the use of double-width division.
81 * Furthermore, a 64-bit type is always required even on a 32-bit
[all …]
/external/openthread/third_party/mbedtls/repo/
DChangeLog3 = mbed TLS 2.28.0 branch released 2021-12-17
11 * Sign-magnitude and one's complement representations for signed integers are
16 which allowed SHA-1 in the default TLS configuration for certificate
18 with SHA-1 certificates. SHA-1 is considered a weak message digest and
27 supported on GCC-like compilers and on MSVC and can be configured through
44 man-in-the-middle to inject fake ciphertext into a DTLS connection.
49 * Fix a double-free that happened after mbedtls_ssl_set_session() or
58 The check was accidentally not performed when cross-compiling for Windows
70 * Fix mbedtls_cipher_crypt: AES-ECB when MBEDTLS_USE_PSA_CRYPTO is enabled.
71 * Failures of alternative implementations of AES or DES single-block
[all …]
/external/mbedtls/
DChangeLog3 = Mbed TLS 3.3.0 branch released 2022-12-14
9 RFC 9146, which is not interoperable with the draft-05 version.
13 standard (non-draft) version.
37 * Expose the EC J-PAKE functionality through the Draft PSA PAKE Crypto API.
38 Only the ECC primitive with secp256r1 curve and SHA-256 hash algorithm
41 built-in implementation present, but only in some configurations.
42 - RSA OAEP and PSS (PKCS#1 v2.1), PKCS5, PKCS12 and EC J-PAKE now use
44 - PEM parsing of encrypted files now uses MD-5 from PSA when (and only
50 all hashes only provided by drivers (no built-in hash) is to use
54 As a consequence, they now work in configurations where the built-in
[all …]
/external/python/setuptools/
DCHANGES.rst2 -------
13 * #3202: Changed behaviour of auto-discovery to not explicitly expand ``package_dir``
14 for flat-layouts and to not use relative paths starting with ``./``.
22 * #3211: Disabled auto-discovery when distribution class has a ``configuration``
24 configuration=...)``). This is done to ensure extension-only packages created
27 behaviour to avoid accidental multiple top-level packages in a flat-layout.
31 still likely to observe the auto-discovery behavior, which may halt the
35 To disable auto-discovery please explicitly set either ``packages`` or
36 ``py_modules``. Alternatively you can also configure :ref:`custom-discovery`.
40 -------
[all …]
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/sqlite/dist/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
48 ** NO_TEST - The branches on this line are not
53 ** OPTIMIZATION-IF-TRUE - This branch is allowed to alway be false
57 ** OPTIMIZATION-IF-FALSE - This branch is allowed to alway be true
61 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
66 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
137 ** 2015-03-02
175 ** large file support, or if the OS is windows, these should be no-ops.
181 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch
190 ** on 2008-11-28.) These days, all Linux kernels support large files, so
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
48 ** NO_TEST - The branches on this line are not
53 ** OPTIMIZATION-IF-TRUE - This branch is allowed to alway be false
57 ** OPTIMIZATION-IF-FALSE - This branch is allowed to alway be true
61 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
66 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
137 ** 2015-03-02
175 ** large file support, or if the OS is windows, these should be no-ops.
181 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch
190 ** on 2008-11-28.) These days, all Linux kernels support large files, so
[all …]
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
38 ** This file implements routines used to report what compile-time options
42 #ifndef SQLITE_OMIT_COMPILEOPTION_DIAGS /* IMP: R-16824-07538 */
46 ** autoconf-based build
60 ** comma. e.g. (-DSQLITE_DEFAULT_LOOKASIDE="100,100") */
65 ** An array of names of all compile-time options. This array should
66 ** be sorted A-Z.
69 ** only a handful of compile-time options, so most times this array is usually
105 "COMPILER=clang-" CTIMEOPT_VAL(__clang_major__) "."
109 "COMPILER=msvc-" CTIMEOPT_VAL(_MSC_VER),
[all …]
/external/llvm/docs/
DLangRef.rst14 type safety, low-level operations, flexibility, and the capability of
15 representing 'all' high-level languages cleanly. It is the common code
23 forms: as an in-memory compiler IR, as an on-disk bitcode representation
24 (suitable for fast loading by a Just-In-Time compiler), and as a human
32 The LLVM representation aims to be light-weight and low-level while
35 high-level ideas may be cleanly mapped to it (similar to how
45 Well-Formedness
46 ---------------
53 .. code-block:: llvm
78 '``[%@][-a-zA-Z$._][-a-zA-Z$._0-9]*``'. Identifiers that require other
[all …]
/external/python/cpython3/Misc/
DHISTORY2 --------------
13 Release date: 2017-01-17
21 Release date: 2017-01-02
24 -----------------
26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
33 -------
35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle
39 - In the curses module, raise an error if window.getstr() or window.instr() is
42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.
[all …]
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt1803 ad-lib ædlˈɪb
3726 aide-de-camp ˌeddɪkˈæmp
5495 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn
7542 anglo-saxon ˈæŋglosˌæksən
8282 anti-lewisite ˌæntilˈuɪsˌaɪt
9550 aquifer %21020 ˈækwəfər, ˈɑkwə-
9555 aquilegia %7773 -lˈiʤə, ˌækwəlˈiʤiə
9559 aquiline %15023 -lɪn, ˈækwəlˌaɪn
9629 aragonite %11075 ərˈægənˌaɪt, ˈærəgə-
9645 aram %8777 ær-, ˈeræm, ˈɛrəm
[all …]
Dinternal_raw_IPA.txt1508 ad-lib ædlˈɪb
3152 aide-de-camp ˌeddɪkˈæmp
4660 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn
6464 anglo-saxon ˈæŋglosˌæksən
7113 anti-lewisite ˌæntilˈuɪsˌaɪt
10681 audio-visual ˌodiovˈɪʒuəl
11799 baby-sit bˈebisˌɪt
14086 battle-ax bˈætlæks
14655 bed-sitter bˈɛdsˌɪtər
14656 bed-wetting bˈɛdwˌɛtɪŋ
[all …]