/aosp_15_r20/external/googleapis/google/ads/googleads/v16/resources/ |
H A D | ad_group_criterion.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 92 // changing your keyword bid to the value in first_position_cpc_micros. 97 // changing your keyword bid to the value in first_position_cpc_micros. 115 // This field is ignored for mutates. 120 // This field is ignored for mutates. 125 // This is the status of the ad group criterion entity, set by the client. 127 // whether a criterion is eligible to run. In some cases a criterion that's 151 // Immutable. Whether to target (`false`) or exclude (`true`) the criterion. 153 // This field is immutable. To switch a criterion from positive to negative, 172 // This field is read-only. [all …]
|
H A D | extension_feed_item.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 60 // This field is read-only. 64 // Start time in which this feed item is effective and can begin serving. The 65 // time is in the customer's time zone. 66 // The format is "YYYY-MM-DD HH:MM:SS". 70 // End time in which this feed item is no longer effective and will stop 71 // serving. The time is in the customer's time zone. 72 // The format is "YYYY-MM-DD HH:MM:SS". 85 // The targeted geo target constant. 91 // The targeted keyword. [all …]
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/resources/ |
H A D | ad_group_criterion.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 90 // changing your keyword bid to the value in first_position_cpc_micros. 95 // changing your keyword bid to the value in first_position_cpc_micros. 113 // This field is ignored for mutates. 118 // This field is ignored for mutates. 123 // This is the status of the ad group criterion entity, set by the client. 125 // whether a criterion is eligible to run. In some cases a criterion that's 149 // Immutable. Whether to target (`false`) or exclude (`true`) the criterion. 151 // This field is immutable. To switch a criterion from positive to negative, 170 // This field is read-only. [all …]
|
H A D | extension_feed_item.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 60 // This field is read-only. 64 // Start time in which this feed item is effective and can begin serving. The 65 // time is in the customer's time zone. 66 // The format is "YYYY-MM-DD HH:MM:SS". 70 // End time in which this feed item is no longer effective and will stop 71 // serving. The time is in the customer's time zone. 72 // The format is "YYYY-MM-DD HH:MM:SS". 85 // The targeted geo target constant. 91 // The targeted keyword. [all …]
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/resources/ |
H A D | ad_group_criterion.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 90 // changing your keyword bid to the value in first_position_cpc_micros. 95 // changing your keyword bid to the value in first_position_cpc_micros. 113 // This field is ignored for mutates. 118 // This field is ignored for mutates. 123 // This is the status of the ad group criterion entity, set by the client. 125 // whether a criterion is eligible to run. In some cases a criterion that's 149 // Immutable. Whether to target (`false`) or exclude (`true`) the criterion. 151 // This field is immutable. To switch a criterion from positive to negative, 170 // This field is read-only. [all …]
|
H A D | extension_feed_item.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 60 // This field is read-only. 64 // Start time in which this feed item is effective and can begin serving. The 65 // time is in the customer's time zone. 66 // The format is "YYYY-MM-DD HH:MM:SS". 70 // End time in which this feed item is no longer effective and will stop 71 // serving. The time is in the customer's time zone. 72 // The format is "YYYY-MM-DD HH:MM:SS". 85 // The targeted geo target constant. 91 // The targeted keyword. [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | GoogleTest.cmake | 16 This is usually effective, with some caveats, including in cross-compiling 18 However, its handling of parameterized tests is less comprehensive, and it 22 compiled test executable to enumerate its tests. This is more robust and 25 environment, and setting test properties is less convenient. 31 Note that this is in some cases less efficient, as common set-up and tear-down 33 However, it provides more fine-grained pass/fail information to CTest, which is 34 usually considered as more beneficial. By default, the CTest test name is the 43 gtest_add_tests(TARGET target 54 Although this is generally effective, it uses only a basic regular expression 55 match, which can be defeated by atypical test declarations, and is unable to [all …]
|
/aosp_15_r20/external/libpcap/msdos/ |
H A D | readme.dos | 38 tcpdump) compiled with libpcap. Work is underway to implement protected- 39 mode drivers for 32-bit targets (djgpp only). The 3Com 3c509 driver is 50 1. Watt-32 tcp/ip library. This library is *not* used to send or 56 2. Exception handler and disassember library (libexc.a) is needed if 61 3. Flex & Bison is used to generate parser for the filter handler 66 4. NASM assembler v 0.98 or later is required when building djgpp and 70 5. sed (Stream Editor) is required for doing `make depend'. 79 time) for djgpp is DLX 2.91 or later. This tool is for the generation 89 During that installation a environment variable `WATT_ROOT' is set. 90 This variable is used for building libpcap also (`WATT_INC' is [all …]
|
/aosp_15_r20/external/googleapis/google/ads/searchads360/v0/resources/ |
H A D | ad_group_criterion.proto | 10 // distributed under the License is distributed on an "AS IS" BASIS, 79 // timestamp is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" 85 // This is the status of the ad group criterion entity, set by the client. 87 // whether a criterion is eligible to run. In some cases a criterion that's 111 // Immutable. Whether to target (`false`) or exclude (`true`) the criterion. 113 // This field is immutable. To switch a criterion from positive to negative, 133 // Output only. The effective CPC (cost-per-click) bid. 157 // This field is for non-Google Ads account only, for example, Yahoo Japan, 163 // The datetime is in the customer's time zone and in "yyyy-MM-dd 172 google.ads.searchads360.v0.common.KeywordInfo keyword = 27 field
|
/aosp_15_r20/external/python/cpython3/Doc/tutorial/ |
D | datastructures.rst | 35 Insert an item at a given position. The first argument is the index of the 37 the list, and ``a.insert(len(a), x)`` is equivalent to ``a.append(x)``. 43 Remove the first item from the list whose value is equal to *x*. It raises a 44 :exc:`ValueError` if there is no such item. 51 is specified, ``a.pop()`` removes and returns the last item in the list. (The 53 is optional, not that you should type square brackets at that position. You 66 Return zero-based index in the list of the first item whose value is equal to *x*. 67 Raises a :exc:`ValueError` if there is no such item. 71 the list. The returned index is computed relative to the beginning of the full 125 ``None``. [#]_ This is a design principle for all mutable data structures in [all …]
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | contextlib.rst | 1 :mod:`!contextlib` --- Utilities for :keyword:`!with`\ -statement contexts 11 This module provides utilities for common tasks involving the :keyword:`with` 25 implementation for :meth:`object.__enter__` is provided which returns 26 ``self`` while :meth:`object.__exit__` is an abstract method which by default 36 implementation for :meth:`object.__aenter__` is provided which returns 37 ``self`` while :meth:`object.__aexit__` is an abstract method which by default 46 This function is a :term:`decorator` that can be used to define a factory 47 function for :keyword:`with` statement context managers, without needing to 72 ... # Resource is released at the end of this block, 77 the targets in the :keyword:`with` statement's :keyword:`!as` clause, if any. [all …]
|
D | dis.rst | 18 disassembling it. The CPython bytecode which this module takes as an input is 24 Bytecode is an implementation detail of the CPython interpreter. No 34 The argument of jump, exception handling and loop instructions is now 65 (The "2" is a line number). 83 This is a convenience wrapper around many of the functions listed below, most 87 If *first_line* is not ``None``, it indicates the line number that should be 89 source line information (if any) is taken directly from the disassembled code 92 If *current_offset* is not ``None``, it refers to an instruction offset in the 96 If *show_caches* is ``True``, :meth:`.dis` will display inline cache 99 If *adaptive* is ``True``, :meth:`.dis` will display specialized bytecode [all …]
|
D | logging.config.rst | 31 :mod:`logging.config` module. Their use is optional --- you can configure the 42 If an error is encountered during configuration, this function will 45 following is a (possibly incomplete) list of conditions which will 48 * A ``level`` which is not a string or which is a string not 50 * A ``propagate`` value which is not a boolean. 56 Parsing is performed by the :class:`DictConfigurator` class, whose 57 constructor is passed the dictionary used for configuration, and 60 which is initially set to :class:`DictConfigurator`. 91 doesn't exist and :exc:`RuntimeError` if the file is invalid or 96 ``RawConfigParser``-derived instance is passed, it is used as [all …]
|
D | os.rst | 21 * The design of all built-in operating system dependent modules of Python is 22 such that as long as the same functionality is available, it uses the same 28 through the :mod:`os` module, but using them is of course a threat to 32 objects, and result in an object of the same type, if a path or file name is 78 and from bytes is necessary before passing them to the operating system. Python 139 default so that attempting to open a binary file in text mode is likely 142 The :ref:`Python UTF-8 Mode <utf8-mode>` is enabled if the LC_CTYPE locale is 149 If the :envvar:`PYTHONUTF8` environment variable is not set at all, then the 151 locale is identified as a legacy ASCII-based locale (as described for 152 :envvar:`PYTHONCOERCECLOCALE`), and locale coercion is either disabled or [all …]
|
D | argparse.rst | 32 The :mod:`argparse` module's support for command-line interfaces is built 33 around an instance of :class:`argparse.ArgumentParser`. It is a container for 66 default_ Default value used when an argument is not provided Defaults to ``No… 71 required_ Indicate whether an argument is required or optional ``True`` or ``Fa… 79 The following code is a Python program that takes a list of integers and 94 Assuming the above Python code is saved into a file called ``prog.py``, it can 136 The first step in using the :mod:`argparse` is creating an 148 Filling an :class:`ArgumentParser` with information about program arguments is 151 on the command line and turn them into objects. This information is stored and 152 used when :meth:`~ArgumentParser.parse_args` is called. For example:: [all …]
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | logging.config.rst | 32 :mod:`logging.config` module. Their use is optional --- you can configure the 43 If an error is encountered during configuration, this function will 46 following is a (possibly incomplete) list of conditions which will 49 * A ``level`` which is not a string or which is a string not 51 * A ``propagate`` value which is not a boolean. 57 Parsing is performed by the :class:`DictConfigurator` class, whose 58 constructor is passed the dictionary used for configuration, and 61 which is initially set to :class:`DictConfigurator`. 94 exist when this call is made are left 95 enabled. The default is ``True`` because this [all …]
|
D | os.rst | 18 * The design of all built-in operating system dependent modules of Python is 19 such that as long as the same functionality is available, it uses the same 25 through the :mod:`os` module, but using them is of course a threat to 28 * An "Availability: Unix" note means that this function is commonly found on 76 ``environ['HOME']`` is the pathname of your home directory (on some platforms), 77 and is equivalent to ``getenv("HOME")`` in C. 79 This mapping is captured the first time the :mod:`os` module is imported, 86 be called automatically when the mapping is modified. 99 If :func:`putenv` is not provided, a modified copy of this mapping may be 105 automatically when an item is deleted from ``os.environ``, and when [all …]
|
/aosp_15_r20/external/owasp/java-encoder/core/src/test/resources/org/owasp/encoder/ |
D | benchmark-data-2.txt | 75 <code>input</code> type keyword 777 <span class="secno">8.2.4.56 </span>After DOCTYPE public keyword state 784 <span class="secno">8.2.4.62 </span>After DOCTYPE system keyword state 829 <span class="secno">8.2.8.4 </span>Scripts that modify the page as it is being parsed 959 Current target element 1354 Previous target element 1487 This is a\n reference, not a copy 1488 This is a reference, not a copy 1532 Valid browsing context name or keyword 1762 a style sheet that is\n blocking scripts [all …]
|
/aosp_15_r20/external/pigweed/docs/ |
H A D | size_optimizations.rst | 25 We highly encourage using this aspect of C++, however there is one caveat: be 28 computation can actually be done at compile time. This is because there is no 37 function for each set of types it is instantiated with. This can increase code 45 form is to share common logic internally by using default sentinel template 54 is required, virtual functions should be avoided. Virtual functions require a 61 When runtime polymorphism is required, virtual functions should be considered. 66 Only use virtual functions when runtime polymorphism is needed. Lastly try to 78 `this is an interesting deep dive <https://quuxplusone.github.io/blog/2021/02/15/devirtualization/>… 91 For many embedded projects, cleaning up after the program is not a requirement, 109 With GCC this is more complicated. For example with GCC for ARM Cortex M devices [all …]
|
/aosp_15_r20/external/python/cpython3/Doc/howto/ |
D | logging.rst | 14 Logging is a means of tracking events that happen when some software runs. The 16 events have occurred. An event is described by a descriptive message which can 17 optionally contain variable data (i.e. data that is potentially different for 43 | particular runtime event | code if the issue is avoidable and | 47 | | :func:`logging.warning` if there is | 80 | | The software is still working as expected. | 89 The default level is ``WARNING``, which means that only events of this level 90 and above will be tracked, unless the logging package is configured to do 94 handling tracked events is to print them to the console. Another common way 95 is to write them to a disk file. [all …]
|
/aosp_15_r20/external/starlark-go/doc/ |
H A D | spec.md | 3 Starlark is a dialect of Python intended for use as a configuration 4 language. A Starlark interpreter is typically embedded within a larger 7 core language. For example, Starlark is embedded within (and was 9 and [Bazel's build language](https://docs.bazel.build/versions/master/starlark/language.html) is ba… 13 The language it defines is similar but not identical to 21 This document is maintained by Alan Donovan <[email protected]>. 34 Starlark is an untyped dynamic language with high-level data types, 38 Starlark is strongly influenced by Python, and is almost a subset of 42 However, Starlark is intended not for writing applications but for 44 external side effects and their main result is structured data or side [all …]
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 17 * This is not a complete list of every single change; completeness 18 is the purpose of Misc/NEWS. Some changes I consider too small 19 or esoteric to include. If such a change is added to the text, 20 I'll just remove it. (This is another reason you shouldn't spend 33 necessary (especially when a final release is some months away). 35 * Credit the author of a patch or bugfix. Just the name is 90 * The class attribute definition order is 94 :ref:`corresponds to the order <whatsnew36-pep468>` in which keyword 109 Starting with Python 3.6 the ``asyncio`` module is no longer provisional 110 and its API is considered stable. [all …]
|
D | 3.7.rst | 17 * This is not a complete list of every single change; completeness 18 is the purpose of Misc/NEWS. Some changes I consider too small 19 or esoteric to include. If such a change is added to the text, 20 I'll just remove it. (This is another reason you shouldn't spend 33 necessary (especially when a final release is some months away). 35 * Credit the author of a patch or bugfix. Just the name is 56 Brevity is key. 64 * :keyword:`async` and :keyword:`await` are now reserved keywords. 151 :func:`typing.get_type_hints`. In the common case where this is not 204 :data:`~sys.stdout` is now ``surrogateescape`` (rather than ``strict``) when [all …]
|
/aosp_15_r20/external/python/cpython2/Doc/howto/ |
D | logging.rst | 14 Logging is a means of tracking events that happen when some software runs. The 16 events have occurred. An event is described by a descriptive message which can 17 optionally contain variable data (i.e. data that is potentially different for 43 | particular runtime event | code if the issue is avoidable and | 47 | | :func:`logging.warning` if there is | 80 | | The software is still working as expected. | 89 The default level is ``WARNING``, which means that only events of this level 90 and above will be tracked, unless the logging package is configured to do 94 handling tracked events is to print them to the console. Another common way 95 is to write them to a disk file. [all …]
|
/aosp_15_r20/external/bazelbuild-rules_go/go/ |
H A D | toolchains.rst | 30 The Go toolchain is at the heart of the Go rules, and is the mechanism used to 46 The Go SDK (more commonly known as the Go distribution) is a directory tree 55 * `go_host_sdk`_: uses the toolchain installed on the system where Bazel is 56 run. The toolchain's location is specified with the ``GOROOT`` or by running 68 Go. They may target all platforms that Go supports. The Go SDK is naturally 72 Go SDK. If you would like to build a target using a specific Go SDK version, first 77 ``"version"`` is the SDK version you would like to build with, eg. ``"1.18.3"``. 80 When ``go_host_sdk`` is used, ``"version"`` can be set to ``host`` to refer to the host Go SDK. 87 implementations for each target platform that Go supports. Wrappers around 89 registered toolchain automatically based on the execution and target platforms, [all …]
|