| /external/parameter-framework/upstream/test/introspection-subsystem/ |
| D | CMakeLists.txt | 29 # 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)
|
| D | IntrospectionSubsystemBuilder.cpp | 37 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/ |
| D | CMakeLists.txt | 51 …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/ |
| D | CMakeLists.txt | 1 # 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.yml | 2 - 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/ |
| D | requirements.md | 4 <!-- 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/ |
| D | CHANGELOG | 2 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/ |
| D | tkinter.rst | 1 :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 <https://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/ |
| D | wayland-client.c | 2 * 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" 145 const char *signature = closure->message->signature; in adjust_closure_args_for_logging() 151 for (i = 0; i < closure->count; i++) { in adjust_closure_args_for_logging() 156 proxy = (struct wl_proxy *)closure->args[i].o; in adjust_closure_args_for_logging() 157 closure->args[i].n = proxy ? proxy->object.id : 0; in adjust_closure_args_for_logging() [all …]
|
| /external/mbedtls/include/mbedtls/ |
| D | mbedtls_config.h | 6 * This set of compile-time options may be used to enable 12 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 57 * The platform lacks support for double-width integer division (64-bit 58 * division on a 32-bit platform, 128-bit division on a 64-bit platform). 64 * The bignum code uses double-width division to speed up some operations. 65 * Double-width division is often implemented in software that needs to 66 * be linked with the program. The presence of a double-width integer 71 * Uncomment this option to prevent the use of double-width division. 74 * Furthermore, a 64-bit type is always required even on a 32-bit 76 * cases it is also desirable to disable some double-width operations. For [all …]
|
| /external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
| D | config.h | 6 * This set of compile-time options may be used to enable 12 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 52 * The platform lacks support for double-width integer division (64-bit 53 * division on a 32-bit platform, 128-bit division on a 64-bit platform). 59 * The bignum code uses double-width division to speed up some operations. 60 * Double-width division is often implemented in software that needs to 61 * be linked with the program. The presence of a double-width integer 66 * Uncomment this option to prevent the use of double-width division. 69 * Furthermore, a 64-bit type is always required even on a 32-bit 71 * cases it is also desirable to disable some double-width operations. For [all …]
|
| /external/mime-support/ |
| D | mime.types | 9 # This file is part of the "media-types" package. Please report a bug using 13 # The reason that all types are managed by the media-types package instead 25 application/1d-interleaved-parityfec 26 application/3gpdash-qoe-report+xml 27 application/3gpp-ims+xml 37 application/alto-cdni+json 38 application/alto-cdnifilter+json 39 application/alto-costmap+json 40 application/alto-costmapfilter+json 41 application/alto-directory+json [all …]
|
| /external/rust/crates/tikv-jemalloc-sys/patches/ |
| D | delete_c_library.patch | 1 diff --git a/build.rs b/build.rs 4 --- a/build.rs 6 @@ -1,408 +0,0 @@ 7 -// Copyright 2015 The Rust Project Developers. See the COPYRIGHT 8 -// file at the top-level directory of this distribution and at 9 -// http://rust-lang.org/COPYRIGHT. 10 -// 11 -// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or 12 -// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license 13 -// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your [all …]
|
| /external/openthread/third_party/mbedtls/repo/ |
| D | ChangeLog | 3 = Mbed TLS 2.28.7 branch released 2024-01-26 14 could result in an integer overflow, causing a zero-length buffer to be 18 = Mbed TLS 2.28.6 branch released 2023-11-06 21 * Mbed TLS is now released under a dual Apache-2.0 OR GPL-2.0-or-later 24 = Mbed TLS 2.28.5 branch released 2023-10-05 39 (notably recent versions of Clang and IAR) could produce non-constant 43 ARC4 or null-cipher cipher suites. Credit to OSS-Fuzz. 53 mbedtls_x509_san_other_name struct. The type-id of the otherName was not 73 = Mbed TLS 2.28.4 branch released 2023-08-04 88 M-class CPUs (Cortex-M0, Cortex-M0+, Cortex-M1, Cortex-M23, [all …]
|
| /external/mbedtls/ |
| D | ChangeLog | 3 = Mbed TLS 3.5.2 branch released 2024-01-26 14 could result in an integer overflow, causing a zero-length buffer to be 18 = Mbed TLS 3.5.1 branch released 2023-11-06 21 * Mbed TLS is now released under a dual Apache-2.0 OR GPL-2.0-or-later 28 = Mbed TLS 3.5.0 branch released 2023-10-05 31 * Mbed TLS 3.4 introduced support for omitting the built-in implementation 32 of ECDSA and/or EC J-PAKE when those are provided by a driver. However, 33 there was a flaw in the logic checking if the built-in implementation, in 36 accelerated and still have the built-in implementation compiled out. 39 considered not accelerated, and the built-in implementation of the curves [all …]
|
| /external/python/setuptools/ |
| D | CHANGES.rst | 2 ------- 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/ |
| D | english.gz | |
| /external/rust/crates/libsqlite3-sys/sqlite3/ |
| D | sqlite3.c | 17 ** 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/sqlite/dist/sqlite-autoconf-3440300/ |
| D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 51 ** NO_TEST - The branches on this line are not 56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false 60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true 64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 144 ** 2015-03-02 182 ** large file support, or if the OS is windows, these should be no-ops. 188 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch [all …]
|
| /external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
| D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 51 ** NO_TEST - The branches on this line are not 56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false 60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true 64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 144 ** 2015-03-02 182 ** large file support, or if the OS is windows, these should be no-ops. 188 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch [all …]
|
| /external/sqlite/dist/sqlite-autoconf-3420000/ |
| D | sqlite3.c | 17 ** 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 141 ** 2015-03-02 179 ** large file support, or if the OS is windows, these should be no-ops. 185 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch 194 ** on 2008-11-28.) These days, all Linux kernels support large files, so [all …]
|
| /external/sqlite/dist/sqlite-autoconf-3420000/orig/ |
| D | sqlite3.c | 17 ** 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 141 ** 2015-03-02 179 ** large file support, or if the OS is windows, these should be no-ops. 185 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch 194 ** on 2008-11-28.) These days, all Linux kernels support large files, so [all …]
|
| /external/llvm/docs/ |
| D | LangRef.rst | 14 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/ |
| D | HISTORY | 2 -------------- 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/ |
| D | internal_raw_IPA-old.txt | 1803 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 …]
|