/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/ |
D | DataStallRecoveryManagerTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 35 import android.provider.Settings; 71 * The fake content resolver used to receive change event from global settings 97 // Set the global settings for action enabled state and duration to in setUp() 99 Settings.Global.putString(mFakeContentResolver, Settings.Global.DSRM_DURATION_MILLIS, in setUp() 101 Settings.Global.putString(mFakeContentResolver, Settings.Global.DSRM_ENABLED_ACTIONS, in setUp() 116 doAnswer(invocation -> { in setUp() 132 logd("DataStallRecoveryManagerTest -Setup!"); in setUp() 177 // A network that doesn't need to be tracked for validation in sendOnInternetDataNetworkCallback() 191 logd("Sending validation failed callback"); in testRecoveryStepPDPReset() [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | dialogflow_v3beta1.projects.locations.agents.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | dialogflow_v3.projects.locations.agents.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | domains_v1beta1.projects.locations.registrations.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | domains_v1.projects.locations.registrations.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
D | domains_v1alpha2.projects.locations.registrations.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | DataStallRecoveryManager.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 36 import android.provider.Settings; 66 * DataStallRecoveryManager monitors the network validation result from connectivity service and 96 * to restart radio. It will restart the radio and re-attch to the network. 199 /** Whether internet network that require validation is connected. */ 204 /** Tracks the total number of validation duration a data stall */ 206 /** Tracks the number of validation for current action during a data stall */ 218 * @see Settings.Global#DSRM_ENABLED_ACTIONS 220 private static final Uri CONTENT_URL_DSRM_ENABLED_ACTIONS = Settings.Global.getUriFor( 221 Settings.Global.DSRM_ENABLED_ACTIONS); [all …]
|
D | AutoDataSwitchController.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 39 import android.provider.Settings; 83 /** Data enabled settings changed. */ 85 /** Retry due to previous validation failed. */ 113 /** Event indicates the switch state is stable, proceed to validation as the next step. */ 119 private static final String SETTINGS_EXTRA_FRAGMENT_ARG_KEY = ":settings:fragment_args_key"; 125 ":settings:show_fragment_args"; 126 /** The resource ID of the auto data switch fragment in settings. **/ 179 * out of service, in service, wifi is the default active network.etc), while -1 indicates auto 182 private long mAutoDataSwitchAvailabilityStabilityTimeThreshold = -1; [all …]
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | vk_layer_settings.txt | 3 # This file contains per-layer settings that configure layer behavior at 5 # Settings lines are of the form: 9 # prefix and all lower-camel-case -- i.e., for VK_LAYER_KHRONOS_validation, 14 # Validation Layer Common Settings: 21 # Possible settings values are defined in the vk_layer.h header file. 22 # These settings are: 23 # VK_DBG_LAYER_ACTION_IGNORE - Take no action. 24 # VK_DBG_LAYER_ACTION_LOG_MSG - Log a txt message to stdout or to a log filename 26 # VK_DBG_LAYER_ACTION_CALLBACK - Call user defined callback function(s) that 28 # app must register callback, this is a NOOP for the settings file. [all …]
|
/aosp_15_r20/external/parameter-framework/upstream/test/functional-tests/ |
H A D | plan.md | 4 - The unit test code MAY be able to list implemented scenarios 6 - All scenarios implicitly start by _"GIVEN a parameter framework"_. 7 - If a scenario does not specify a config files, 12 <?xml version='1.0' encoding='UTF-8'?> 22 <?xml version='1.0' encoding='UTF-8'?> 35 - set a logger 36 - [X] Scenario: Default logger 40 - [X] Scenario: No logger 44 - [X] Scenario: Logger should receive info and warnings 51 - [X] Scenario: Unset logger [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/dialogflow/cx/v3/ |
H A D | agent.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 45 "https://www.googleapis.com/auth/cloud-platform," 100 // This method is a [long-running 101 // operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). 102 // The returned `Operation` type has the following method-specific fields: 104 // - `metadata`: An empty [Struct 105 …// message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct) 106 // - `response`: 124 // This method is a [long-running 125 // operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/dialogflow/cx/v3beta1/ |
H A D | agent.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 45 "https://www.googleapis.com/auth/cloud-platform," 100 // This method is a [long-running 101 // operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). 102 // The returned `Operation` type has the following method-specific fields: 104 // - `metadata`: An empty [Struct 105 …// message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct) 106 // - `response`: 124 // This method is a [long-running 125 // operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). [all …]
|
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
H A D | commit.csv | 6 …orks/multidex,[email protected],Add missing dependency to jack-meta content 7 2018/03/02,a5272c3d40c2b81c266454b600d4d763b2adc009,platform/frameworks/multidex,fake_PNKoS4VGRO65-… 11 2018/03/02,fd97bb8f04182220658b39cce4601aa9bada0b6f,platform/frameworks/multidex,fake_PNKoS4VGRO65-… 15 2018/03/02,8be7c7a5a6377745054dcd3f1176a7f4cb96b153,platform/frameworks/multidex,fake_WHh-s8W-S_6f8… 23 2018/03/02,eadfa6df97992f26ffb5de91865f87a4b62dc84a,platform/frameworks/multidex,fake_PNKoS4VGRO65-… 25 …d8042a42b511cc5,platform/external/safe-iop,[email protected],Use -Werror i… 26 2018/03/02,03a95657a65dafbed1ca444ae04e2be05a1e238d,platform/external/apache-http,fake_4wcM2I_rR7eC… 27 2018/03/02,575d371036a15ab9fb70f254ed9eedae84662b40,platform/external/apache-http,fake_XS0O1HOETRCi… 28 2018/03/02,55a11f8b12deb6780299412ed35a10563a1cd9ac,platform/external/apache-http,fake_LhnpdyFrQyG9… 29 2018/03/02,ad1d58e71fed9c28d8f755370aeb9946e908332c,platform/external/apache-http,fake_0Badg8rmRu2q… [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/ |
H A D | agent.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 44 "https://www.googleapis.com/auth/cloud-platform," 99 // This method is a [long-running 100 // operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). 101 // The returned `Operation` type has the following method-specific fields: 103 // - `metadata`: An empty [Struct 104 …// message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct) 105 // - `response`: 123 // This method is a [long-running 124 // operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/proto/google/cloud/dialogflow/cx/v3beta1/ |
H A D | agent.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 44 "https://www.googleapis.com/auth/cloud-platform," 99 // This method is a [long-running 100 // operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). 101 // The returned `Operation` type has the following method-specific fields: 103 // - `metadata`: An empty [Struct 104 …// message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct) 105 // - `response`: 123 // This method is a [long-running 124 // operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). [all …]
|
/aosp_15_r20/external/google-cloud-java/java-maps-addressvalidation/google-maps-addressvalidation/src/main/java/com/google/maps/addressvalidation/v1/ |
H A D | AddressValidationClient.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 27 // AUTO-GENERATED DOCUMENTATION AND CLASS. 37 * // - It may require correct/in-range values for request initialization. 38 * // - It may require specifying regional endpoints when creating the service client as shown in 52 * such as threads. In the example above, try-with-resources is used, which automatically calls 83 * // - It may require correct/in-range values for request initialization. 84 * // - It may require specifying regional endpoints when creating the service client as shown in 99 * // - It may require correct/in-range values for request initialization. 100 * // - It may require specifying regional endpoints when creating the service client as shown in 114 * // - It may require correct/in-range values for request initialization. [all …]
|
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
D | DnsManagerTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 60 import android.provider.Settings; 86 * runtest frameworks-net -c com.android.server.connectivity.DnsManagerTest 127 mContentResolver.addProvider(Settings.AUTHORITY, in setUp() 132 // Clear the private DNS settings in setUp() 133 Settings.Global.putString(mContentResolver, PRIVATE_DNS_DEFAULT_MODE, ""); in setUp() 134 Settings.Global.putString(mContentResolver, PRIVATE_DNS_MODE, ""); in setUp() 135 Settings.Global.putString(mContentResolver, PRIVATE_DNS_SPECIFIER, ""); in setUp() 149 // Send a validation event that is tracked on the alternate netId in testTrackedValidationUpdates() 195 // No validation events yet. in testTrackedValidationUpdates() [all …]
|
/aosp_15_r20/external/parameter-framework/upstream/parameter/ |
H A D | ConfigurableDomain.cpp | 2 * Copyright (c) 2011-2015, Intel Corporation 59 pConfigurableElement->removeAttachedConfigurableDomain(this); in ~CConfigurableDomain() 68 delete mapIt->second; in ~CConfigurableDomain() 90 (_pLastAppliedConfiguration ? _pLastAppliedConfiguration->getName() : "<none>") + in logValue() 128 // Settings in childrenToXml() 152 // Serialize out all configurable elements settings in composeConfigurableElements() 166 xmlChildConfigurableElement.setAttribute("Path", pConfigurableElement->getPath()); in composeConfigurableElements() 178 // Create Settings element in composeSettings() 181 xmlElement.createChild(xmlSettingsElement, "Settings"); in composeSettings() 183 // Serialize out all configurations settings in composeSettings() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ |
H A D | mini_benchmark_implementation.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 37 // The class is thread-compatible as MiniBenchmark. 40 // Note 'settings' has to outlast this instance. 41 MemoizedBestAccelerationSelector(const MinibenchmarkSettings& settings, in MemoizedBestAccelerationSelector() argument 45 : settings_(settings), in MemoizedBestAccelerationSelector() 60 for (int i = storage_.Count() - 1; i >= 0; i--) { in MemoizedBestAccelerationSelector() 62 if (event == nullptr || event->best_acceleration_decision() == nullptr) { in MemoizedBestAccelerationSelector() 66 const auto* best_decision = event->best_acceleration_decision(); in MemoizedBestAccelerationSelector() 69 best_decision->min_latency_event(), in MemoizedBestAccelerationSelector() 70 best_decision->min_inference_time_us()); in MemoizedBestAccelerationSelector() [all …]
|
H A D | validator_runner_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 50 std::vector<const TFLiteSettings*> settings; in BuildBenchmarkSettings() local 53 settings.push_back( in BuildBenchmarkSettings() 58 settings.push_back( in BuildBenchmarkSettings() 64 settings.push_back( in BuildBenchmarkSettings() 68 return settings; in BuildBenchmarkSettings() 72 if (event->tflite_settings()->delegate() == Delegate_GPU) { in GetTargetDeviceName() 74 } else if (event->tflite_settings()->delegate() == Delegate_NNAPI) { in GetTargetDeviceName() 138 ASSERT_EQ(validator1->Init(), kMinibenchmarkSuccess); in CheckConfigurations() 139 ASSERT_EQ(validator2->Init(), kMinibenchmarkSuccess); in CheckConfigurations() [all …]
|
/aosp_15_r20/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | DnsManager.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 51 import android.provider.Settings; 70 * Encapsulate the management of DNS settings for networks. 72 * This class it NOT designed for concurrent access. Furthermore, all non-static 92 * [3] Re-resolution of strict mode hostnames that fail to return any 100 * updatePrivateDns() -> updateDnses() 104 * validation attempt in the form of a lookup for a one-time hostname 107 * [B] Event: Private DNS settings are changed. 153 Settings.Global.getUriFor(PRIVATE_DNS_DEFAULT_MODE), in getPrivateDnsSettingsUris() 154 Settings.Global.getUriFor(PRIVATE_DNS_MODE), in getPrivateDnsSettingsUris() [all …]
|
/aosp_15_r20/packages/modules/NetworkStack/src/com/android/networkstack/util/ |
D | NetworkStackUtils.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 55 * fallback HTTP url associated with the CAPTIVE_PORTAL_FALLBACK_URL settings. 62 * associated with the CAPTIVE_PORTAL_HTTP_URL settings. 67 * A comma separated list of URLs used for network validation. in addition to the HTTPS url 68 * associated with the CAPTIVE_PORTAL_HTTPS_URL settings. 73 * Which User-Agent string to use in the header of the captive portal detection probes. 74 * The User-Agent field is unset when this setting has no value (HttpUrlConnection default). 79 * Whether to use HTTPS for network validation. This is enabled by default and the setting 81 * don't actually use HTTPS, but it's consistent with the other settings. 87 * A 204 response code from the server is used for validation. [all …]
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | ssl.rst | 1 :mod:`ssl` --- TLS/SSL wrapper for socket objects 19 -------------- 23 sockets, both client-side and server-side. This module uses the OpenSSL 38 Don't use this module without reading the :ref:`ssl-security`. Doing so 39 may lead to a false sense of security, as the default settings of the 48 :class:`socket.socket` type, and provides a socket-like wrapper that also 55 helps manage settings and certificates, which can then be inherited 60 ------------------------------------ 66 higher-level encryption and authentication layer that's superimposed on the 98 A subclass of :exc:`SSLError` raised by a :ref:`non-blocking SSL socket [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/ |
H A D | AgentsClient.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 47 // AUTO-GENERATED DOCUMENTATION AND CLASS. 57 * // - It may require correct/in-range values for request initialization. 58 * // - It may require specifying regional endpoints when creating the service client as shown in 67 * threads. In the example above, try-with-resources is used, which automatically calls close(). 97 * // - It may require correct/in-range values for request initialization. 98 * // - It may require specifying regional endpoints when creating the service client as shown in 112 * // - It may require correct/in-range values for request initialization. 113 * // - It may require specifying regional endpoints when creating the service client as shown in 125 * // - It may require correct/in-range values for request initialization. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ |
H A D | AgentsClient.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 47 // AUTO-GENERATED DOCUMENTATION AND CLASS. 57 * // - It may require correct/in-range values for request initialization. 58 * // - It may require specifying regional endpoints when creating the service client as shown in 67 * threads. In the example above, try-with-resources is used, which automatically calls close(). 97 * // - It may require correct/in-range values for request initialization. 98 * // - It may require specifying regional endpoints when creating the service client as shown in 112 * // - It may require correct/in-range values for request initialization. 113 * // - It may require specifying regional endpoints when creating the service client as shown in 125 * // - It may require correct/in-range values for request initialization. [all …]
|