/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/ |
D | VpnTransportInfo.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 38 * Container for VPN-specific transport information. 63 public @RedactionType long getApplicableRedactions() { in getApplicableRedactions() 73 public VpnTransportInfo makeCopy(@RedactionType long redactions) { in makeCopy() 123 * Returns whether long-lived TCP connections are expensive on the VPN network. 125 * If there are long-lived TCP connections over the VPN, over some networks the 129 * these keepalive packets only when necessary, i.e. when there are long-lived 131 * a long-lived TCP connection will have a very noticeable impact on battery 136 * privileged apps with permission to bypass non-bypassable VPNs should not do 141 * Components that establish long-lived, encrypted TCP connections are encouraged
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkTraceEvent.h | 3 // Use of this source code is governed by a BSD-style license that can be 8 // implementation-specific should go in SkTraceEventCommon.h instead of here. 35 // By default, const char* argument values are assumed to have long-lived scope 38 // TRACE_STR_COPY should be used with short-lived strings that should be copied immediately. 47 // TRACE_STR_COPY should be used with short-lived strings that should be copied immediately. 51 // E.g. TRACE_EVENT0("skia", TRACE_STR_STATIC(this->name())); 52 // No-op when Perfetto is disabled, or outside of Android framework. 55 // By default, const char* argument values are assumed to have long-lived scope 58 // TRACE_STR_COPY should be used with short-lived strings that should be copied immediately. 67 // TRACE_STR_COPY should be used with short-lived strings that should be copied immediately. [all …]
|
/aosp_15_r20/external/libwebsockets/READMEs/ |
H A D | README.jwt.md | 9 The build options needed are `-DLWS_WITH_JOSE=1` `-DLWS_WITH_GENCRYPTO=1`. 12 and finally a JWT-via http cookie level creation apis each building on top of 19 doing, you can cut-and-paste out those implementations and create your own 24 Lws JWT uses mainly well-known fields 27 ---|---|--- 30 iat|yes|Unix-time "Issued At" 31 nbf|yes|Unix-time "Not Before" 32 exp|yes|Unix-time "Expired" 34 csrf|no|A random 16-char hex token generated with the JWT for use in links specific to the JWT bear… 35 ext|no|Application-specific JSON sub-object with whatever fields you need, eg, `"authorization": 1` [all …]
|
/aosp_15_r20/external/cronet/base/fuchsia/ |
H A D | scoped_natural_service_binding_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 37 ComponentContextForProcess()->outgoing().get(), &test_service_); in TEST_F() 48 // client with a non-default discovery name. 53 ComponentContextForProcess()->outgoing().get(), &test_service_, in TEST_F() 67 ComponentContextForProcess()->outgoing()->debug_dir(); in TEST_F() 78 debug_dir->Serve(fuchsia::io::OpenFlags::RIGHT_READABLE | in TEST_F() 80 debug_directory_endpoints->server.TakeChannel()); in TEST_F() 84 CreateTestInterfaceClient(std::move(debug_directory_endpoints->client)); in TEST_F() 98 ComponentContextForProcess()->outgoing().get(), &test_service_); in TEST_F() 132 ComponentContextForProcess()->outgoing().get(), &test_service_); in TEST_F() [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/ |
H A D | GPBDescriptor_PackagePrivate.h | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 187 // fieldDescriptions have to be long lived, they are held as raw pointers. 197 - (instancetype)initWithClass:(Class)messageClass 206 - (void)setupOneofs:(const char **)oneofNames 209 - (void)setupExtraTextInfo:(const char *)extraTextFormatInfo; 210 - (void)setupExtensionRanges:(const GPBExtensionRange *)ranges count:(int32_t)count; 211 - (void)setupContainingMessageClass:(Class)msgClass; 212 - (void)setupMessageClassNameSuffix:(NSString *)suffix; 215 - (void)setupContainingMessageClassName:(const char *)msgClassName; [all …]
|
/aosp_15_r20/external/protobuf/objectivec/ |
H A D | GPBDescriptor_PackagePrivate.h | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 187 // fieldDescriptions have to be long lived, they are held as raw pointers. 197 - (instancetype)initWithClass:(Class)messageClass 206 - (void)setupOneofs:(const char **)oneofNames 209 - (void)setupExtraTextInfo:(const char *)extraTextFormatInfo; 210 - (void)setupExtensionRanges:(const GPBExtensionRange *)ranges count:(int32_t)count; 211 - (void)setupContainingMessageClass:(Class)msgClass; 212 - (void)setupMessageClassNameSuffix:(NSString *)suffix; 215 - (void)setupContainingMessageClassName:(const char *)msgClassName; [all …]
|
/aosp_15_r20/art/libdexfile/external/include/art_api/ |
H A D | dex_file_external.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 66 // @return ADEXFILE_ERROR_INVALID_DEX if any other non-specific error occurs. 68 // Thread-safe (creates new object). 80 // @param callback_data Extra user-specified argument for the callback. 84 // Not thread-safe for calls on the same ADexFile instance. 95 // @param callback_data Extra user-specified argument for the callback. 99 // Not thread-safe for calls on the same ADexFile instance. 106 // Thread-safe, can be called only once for given instance. 109 // @return Offset of byte-code of the method relative to start of the dex file. 110 // @param out_size Optionally return size of byte-code in bytes. [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/external/include/art_api/ |
D | dex_file_external.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 66 // @return ADEXFILE_ERROR_INVALID_DEX if any other non-specific error occurs. 68 // Thread-safe (creates new object). 80 // @param callback_data Extra user-specified argument for the callback. 84 // Not thread-safe for calls on the same ADexFile instance. 95 // @param callback_data Extra user-specified argument for the callback. 99 // Not thread-safe for calls on the same ADexFile instance. 106 // Thread-safe, can be called only once for given instance. 109 // @return Offset of byte-code of the method relative to start of the dex file. 110 // @param out_size Optionally return size of byte-code in bytes. [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/external/include/art_api/ |
D | dex_file_external.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 65 // @return ADEXFILE_ERROR_INVALID_DEX if any other non-specific error occurs. 67 // Thread-safe (creates new object). 79 // @param callback_data Extra user-specified argument for the callback. 83 // Not thread-safe for calls on the same ADexFile instance. 94 // @param callback_data Extra user-specified argument for the callback. 98 // Not thread-safe for calls on the same ADexFile instance. 105 // Thread-safe, can be called only once for given instance. 108 // @return Offset of byte-code of the method relative to start of the dex file. 109 // @param out_size Optionally return size of byte-code in bytes. [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/external/include/art_api/ |
D | dex_file_external.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 66 // @return ADEXFILE_ERROR_INVALID_DEX if any other non-specific error occurs. 68 // Thread-safe (creates new object). 80 // @param callback_data Extra user-specified argument for the callback. 84 // Not thread-safe for calls on the same ADexFile instance. 95 // @param callback_data Extra user-specified argument for the callback. 99 // Not thread-safe for calls on the same ADexFile instance. 106 // Thread-safe, can be called only once for given instance. 109 // @return Offset of byte-code of the method relative to start of the dex file. 110 // @param out_size Optionally return size of byte-code in bytes. [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/external/include/art_api/ |
D | dex_file_external.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 66 // @return ADEXFILE_ERROR_INVALID_DEX if any other non-specific error occurs. 68 // Thread-safe (creates new object). 80 // @param callback_data Extra user-specified argument for the callback. 84 // Not thread-safe for calls on the same ADexFile instance. 95 // @param callback_data Extra user-specified argument for the callback. 99 // Not thread-safe for calls on the same ADexFile instance. 106 // Thread-safe, can be called only once for given instance. 109 // @return Offset of byte-code of the method relative to start of the dex file. 110 // @param out_size Optionally return size of byte-code in bytes. [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/external/include/art_api/ |
D | dex_file_external.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 66 // @return ADEXFILE_ERROR_INVALID_DEX if any other non-specific error occurs. 68 // Thread-safe (creates new object). 80 // @param callback_data Extra user-specified argument for the callback. 84 // Not thread-safe for calls on the same ADexFile instance. 95 // @param callback_data Extra user-specified argument for the callback. 99 // Not thread-safe for calls on the same ADexFile instance. 106 // Thread-safe, can be called only once for given instance. 109 // @return Offset of byte-code of the method relative to start of the dex file. 110 // @param out_size Optionally return size of byte-code in bytes. [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/external/include/art_api/ |
D | dex_file_external.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 66 // @return ADEXFILE_ERROR_INVALID_DEX if any other non-specific error occurs. 68 // Thread-safe (creates new object). 80 // @param callback_data Extra user-specified argument for the callback. 84 // Not thread-safe for calls on the same ADexFile instance. 95 // @param callback_data Extra user-specified argument for the callback. 99 // Not thread-safe for calls on the same ADexFile instance. 106 // Thread-safe, can be called only once for given instance. 109 // @return Offset of byte-code of the method relative to start of the dex file. 110 // @param out_size Optionally return size of byte-code in bytes. [all …]
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/external/include/art_api/ |
D | dex_file_external.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 65 // @return ADEXFILE_ERROR_INVALID_DEX if any other non-specific error occurs. 67 // Thread-safe (creates new object). 79 // @param callback_data Extra user-specified argument for the callback. 83 // Not thread-safe for calls on the same ADexFile instance. 94 // @param callback_data Extra user-specified argument for the callback. 98 // Not thread-safe for calls on the same ADexFile instance. 105 // Thread-safe, can be called only once for given instance. 108 // @return Offset of byte-code of the method relative to start of the dex file. 109 // @param out_size Optionally return size of byte-code in bytes. [all …]
|
/aosp_15_r20/external/mdnsresponder/mDNSShared/ |
H A D | dnsextd.8 | 1 .\" -*- tab-width: 4 -*- 9 .\" http://www.apache.org/licenses/LICENSE-2.0 39 allows clients to perform long-lived queries. Instead of rapidly polling 40 the server to discover when information changes, long-lived queries 45 has no user-specifiable command-line argument, and users should not run 57 .Pa http://files.dns-sd.org/draft-dns-update-leases.txt 59 For information on Long-Lived Queries, see 60 .Pa http://files.dns-sd.org/draft-dns-llq.txt
|
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | ActivityTransitionAnimator.kt | 8 * http://www.apache.org/licenses/LICENSE-2.0 in <lambda>() 90 /** The object used to register ephemeral returns and long-lived transitions. */ in <lambda>() 194 TIMINGS.totalDuration - ANIMATION_DURATION_NAV_FADE_IN in <lambda>() 232 /** Top-level listener that can be used to notify all registered [listeners]. */ in <lambda>() 252 /** Book-keeping for long-lived transitions that are currently registered. */ in <lambda>() 281 intentStarter: (RemoteAnimationAdapter?) -> Int, in <lambda>() 306 TIMINGS.totalDuration - 150, /* statusBarTransitionDelay */ in <lambda>() 407 * De-registration is set up automatically once the return animation is run. in <lambda>() 409 * TODO(b/339194555): automatically de-register when the launchable is detached. in <lambda>() 632 * [Controller]), and should be defined for all long-lived registered [Controller]s. in <lambda>() [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/opengl/include/EGL/ |
D | Platform.h | 3 // Use of this source code is governed by a BSD-style license that can be 7 // doing platform-specific tasks like gathering data, or for tracing. 44 // Use a C-like API to not trigger undefined calling behaviour. 48 // System -------------------------------------------------------------- 59 // This function is expected to return at least millisecond-precision values. For this reason, 67 // Logging ------------------------------------------------------------ 87 // Tracing -------- 91 // recording is started and stopped by the application. Only long-lived 94 // the unsigned char is non-zero, tracing is enabled. If tracing is enabled, 107 // - phase specifies the type of event: [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/opengl/include/EGL/ |
D | Platform.h | 3 // Use of this source code is governed by a BSD-style license that can be 7 // doing platform-specific tasks like gathering data, or for tracing. 44 // Use a C-like API to not trigger undefined calling behaviour. 48 // System -------------------------------------------------------------- 59 // This function is expected to return at least millisecond-precision values. For this reason, 67 // Logging ------------------------------------------------------------ 87 // Tracing -------- 91 // recording is started and stopped by the application. Only long-lived 94 // the unsigned char is non-zero, tracing is enabled. If tracing is enabled, 107 // - phase specifies the type of event: [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/opengl/include/EGL/ |
D | Platform.h | 3 // Use of this source code is governed by a BSD-style license that can be 7 // doing platform-specific tasks like gathering data, or for tracing. 44 // Use a C-like API to not trigger undefined calling behaviour. 48 // System -------------------------------------------------------------- 59 // This function is expected to return at least millisecond-precision values. For this reason, 67 // Logging ------------------------------------------------------------ 87 // Tracing -------- 91 // recording is started and stopped by the application. Only long-lived 94 // the unsigned char is non-zero, tracing is enabled. If tracing is enabled, 107 // - phase specifies the type of event: [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/opengl/include/EGL/ |
D | Platform.h | 3 // Use of this source code is governed by a BSD-style license that can be 7 // doing platform-specific tasks like gathering data, or for tracing. 44 // Use a C-like API to not trigger undefined calling behaviour. 48 // System -------------------------------------------------------------- 59 // This function is expected to return at least millisecond-precision values. For this reason, 67 // Logging ------------------------------------------------------------ 87 // Tracing -------- 91 // recording is started and stopped by the application. Only long-lived 94 // the unsigned char is non-zero, tracing is enabled. If tracing is enabled, 107 // - phase specifies the type of event: [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/opengl/include/EGL/ |
D | Platform.h | 3 // Use of this source code is governed by a BSD-style license that can be 7 // doing platform-specific tasks like gathering data, or for tracing. 44 // Use a C-like API to not trigger undefined calling behaviour. 48 // System -------------------------------------------------------------- 59 // This function is expected to return at least millisecond-precision values. For this reason, 67 // Logging ------------------------------------------------------------ 87 // Tracing -------- 91 // recording is started and stopped by the application. Only long-lived 94 // the unsigned char is non-zero, tracing is enabled. If tracing is enabled, 107 // - phase specifies the type of event: [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/opengl/include/EGL/ |
D | Platform.h | 3 // Use of this source code is governed by a BSD-style license that can be 7 // doing platform-specific tasks like gathering data, or for tracing. 44 // Use a C-like API to not trigger undefined calling behaviour. 48 // System -------------------------------------------------------------- 59 // This function is expected to return at least millisecond-precision values. For this reason, 67 // Logging ------------------------------------------------------------ 87 // Tracing -------- 91 // recording is started and stopped by the application. Only long-lived 94 // the unsigned char is non-zero, tracing is enabled. If tracing is enabled, 107 // - phase specifies the type of event: [all …]
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/opengl/include/EGL/ |
D | Platform.h | 3 // Use of this source code is governed by a BSD-style license that can be 7 // doing platform-specific tasks like gathering data, or for tracing. 44 // Use a C-like API to not trigger undefined calling behaviour. 48 // System -------------------------------------------------------------- 59 // This function is expected to return at least millisecond-precision values. For this reason, 67 // Logging ------------------------------------------------------------ 87 // Tracing -------- 91 // recording is started and stopped by the application. Only long-lived 94 // the unsigned char is non-zero, tracing is enabled. If tracing is enabled, 107 // - phase specifies the type of event: [all …]
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/opengl/include/EGL/ |
D | Platform.h | 3 // Use of this source code is governed by a BSD-style license that can be 7 // doing platform-specific tasks like gathering data, or for tracing. 44 // Use a C-like API to not trigger undefined calling behaviour. 48 // System -------------------------------------------------------------- 59 // This function is expected to return at least millisecond-precision values. For this reason, 67 // Logging ------------------------------------------------------------ 87 // Tracing -------- 91 // recording is started and stopped by the application. Only long-lived 94 // the unsigned char is non-zero, tracing is enabled. If tracing is enabled, 107 // - phase specifies the type of event: [all …]
|
/aosp_15_r20/hardware/google/gfxstream/common/opengl/include/EGL/ |
D | Platform.h | 3 // Use of this source code is governed by a BSD-style license that can be 7 // doing platform-specific tasks like gathering data, or for tracing. 44 // Use a C-like API to not trigger undefined calling behaviour. 48 // System -------------------------------------------------------------- 59 // This function is expected to return at least millisecond-precision values. For this reason, 67 // Logging ------------------------------------------------------------ 87 // Tracing -------- 91 // recording is started and stopped by the application. Only long-lived 94 // the unsigned char is non-zero, tracing is enabled. If tracing is enabled, 107 // - phase specifies the type of event: [all …]
|