/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ip/ |
D | basic_resolver.hpp | 5 // Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 60 * The basic_resolver class template provides the ability to resolve a query 131 /// Move-construct a basic_resolver from another. 133 * This constructor moves a resolver from one object to another. 135 * @param other The other basic_resolver object from which the move will 138 * @note Following the move, the moved-from object is in the same state as if 150 /// Move-construct a basic_resolver from another. 152 * This constructor moves a resolver from one object to another. 154 * @param other The other basic_resolver object from which the move will 157 * @note Following the move, the moved-from object is in the same state as if [all …]
|
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/python/ |
H A D | resolve.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 24 "github.com/bazelbuild/bazel-gazelle/config" 25 "github.com/bazelbuild/bazel-gazelle/label" 26 "github.com/bazelbuild/bazel-gazelle/repo" 27 "github.com/bazelbuild/bazel-gazelle/resolve" 28 "github.com/bazelbuild/bazel-gazelle/rule" 44 // Resolver satisfies the resolve.Resolver interface. It resolves dependencies 55 // If nil is returned, the rule will not be indexed. If any non-nil slice is 57 func (py *Resolver) Imports(c *config.Config, r *rule.Rule, f *rule.File) []resolve.ImportSpec { 61 provides := make([]resolve.ImportSpec, 0, len(srcs)+1) [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/c8/ |
D | c8601ad8406a1360c69067ed675902581a502811 | 3 from: "external/google-smali/scripts/smali" 4 to: "tools/out/bin/android-smali" 8 …from: "out/soong/.intermediates/external/google-smali/smali/android-smali/linux_glibc_common/withr… 9 to: "tools/out/framework/android-smali.jar" 13 from: "prebuilts/r8/d8" 18 from: "out/soong/.intermediates/prebuilts/r8/d8/linux_glibc_common/combined/d8.jar" 23 from: "dalvik/dx/etc/jasmin" 28 …from: "out/soong/.intermediates/dalvik/dx/jasmin-jar/linux_glibc_common/local-combined/jasmin-jar.… 33 from: "prebuilts/remoteexecution-client/live/rewrapper" 34 to: "tools/out/rewrapper/prebuilts/remoteexecution-client/live/rewrapper" [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/91/ |
D | 91eca391fd9b7c7e45244ee6135f418f0cd4082c | 3 from: "external/google-smali/scripts/smali" 4 to: "tools/out/bin/android-smali" 8 …from: "out/soong/.intermediates/external/google-smali/smali/android-smali/linux_glibc_common/withr… 9 to: "tools/out/framework/android-smali.jar" 13 from: "prebuilts/r8/d8" 18 from: "out/soong/.intermediates/prebuilts/r8/d8/linux_glibc_common/combined/d8.jar" 23 from: "dalvik/dx/etc/jasmin" 28 …from: "out/soong/.intermediates/dalvik/dx/jasmin-jar/linux_glibc_common/local-combined/jasmin-jar.… 33 from: "prebuilts/remoteexecution-client/live/rewrapper" 34 to: "tools/out/rewrapper/prebuilts/remoteexecution-client/live/rewrapper" [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/07/ |
D | 07b9351aab5f67c1e2e45ac524900302e2d60abb | 3 from: "external/google-smali/scripts/smali" 4 to: "tools/out/bin/android-smali" 8 …from: "out/soong/.intermediates/external/google-smali/smali/android-smali/linux_glibc_common/withr… 9 to: "tools/out/framework/android-smali.jar" 13 from: "prebuilts/r8/d8" 18 from: "out/soong/.intermediates/prebuilts/r8/d8/linux_glibc_common/combined/d8.jar" 23 from: "dalvik/dx/etc/jasmin" 28 …from: "out/soong/.intermediates/dalvik/dx/jasmin-jar/linux_glibc_common/local-combined/jasmin-jar.… 33 from: "prebuilts/remoteexecution-client/live/rewrapper" 34 to: "tools/out/rewrapper/prebuilts/remoteexecution-client/live/rewrapper" [all …]
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_parser/parser/ |
D | _func_body.py | 3 from ._regexes import ( 7 from ._common import ( 13 from ._compound_decl_body import DECL_BODY_PARSERS 46 def parse_function_body(name, text, resolve, source, anon_name, parent): argument 53 text, resolve = continue_text(source, text or '{', resolve) 69 resolve(None, None, None, text) 74 name = inline_name or anon_name('inline-') 76 # We must set the internal "text" from _iter_source() to the 80 resolve(kind, None, name, text, None) 84 for member, inline, text in _parse_body(text, resolve, source, anon_name, ident): [all …]
|
/aosp_15_r20/external/skia/tests/graphite/precompile/ |
H A D | ChromePrecompileTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 85 // "RP(color: Dawn(f=23,s=1), resolve: {}, ds: Dawn(f=39,s=1), samples: 1, swizzle: rgba)" 91 // "RP(color: Dawn(f=23,s=4), resolve: Dawn(f=23,s=1), ds: Dawn(f=39,s=4), samples: 4, swizzle: rgb… 97 // "RP(color: Dawn(f=23,s=4), resolve: Dawn(f=23,s=1), ds: Dawn(f=41,s=4), samples: 4, swizzle: rgb… 115 precompileContext->priv().globalCache()->resetGraphicsPipelines(); in run_test() 122 const RendererProvider* rendererProvider = precompileContext->priv().rendererProvider(); in run_test() 123 const ShaderCodeDictionary* dict = precompileContext->priv().shaderCodeDictionary(); in run_test() 134 const RenderStep* renderStep = rendererProvider->lookup(pipelineDesc.renderStepID()); in run_test() 142 "case %zu overgenerated - %zu > %d\n", in run_test() 186 std::unique_ptr<PrecompileContext> precompileContext = context->makePrecompileContext(); [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/ |
D | render_pass.rs | 3 // <LICENSE-APACHE or 4 // https://www.apache.org/licenses/LICENSE-2.0> or the MIT 5 // license <LICENSE-MIT or https://opensource.org/licenses/MIT>, 57 ) -> Result<&mut Self, RenderPassError> { in begin_render_pass() 97 ) -> Result<(), RenderPassError> { in validate_begin_render_pass() 100 // VUID-VkSubpassBeginInfo-contents-parameter in validate_begin_render_pass() 105 // VUID-vkCmdBeginRenderPass2-commandBuffer-cmdpool in validate_begin_render_pass() 113 // VUID-vkCmdBeginRenderPass2-renderpass in validate_begin_render_pass() 127 // VUID-VkRenderPassBeginInfo-commonparent in validate_begin_render_pass() 128 // VUID-vkCmdBeginRenderPass2-framebuffer-02779 in validate_begin_render_pass() [all …]
|
/aosp_15_r20/external/pigweed/ |
H A D | rollup.config.js | 7 // https://www.apache.org/licenses/LICENSE-2.0 15 import commonjs from '@rollup/plugin-commonjs'; 16 import resolve from '@rollup/plugin-node-resolve'; 17 import pluginTypescript from '@rollup/plugin-typescript'; 18 import path from 'path'; 19 import nodePolyfills from 'rollup-plugin-node-polyfills'; 20 import postcss from 'rollup-plugin-postcss'; 21 import sourceMaps from 'rollup-plugin-sourcemaps'; 22 import terser from '@rollup/plugin-terser'; 25 // Bundle proto collection into one UMD file for consumption from browser [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/ |
H A D | generated_base.rs | 3 // For more information about how codegen works, see font-codegen/README.md 8 /// The [BASE](https://learn.microsoft.com/en-us/typography/opentype/spec/base) (Baseline) table 16 fn version_byte_range(&self) -> Range<usize> { in version_byte_range() 20 fn horiz_axis_offset_byte_range(&self) -> Range<usize> { in horiz_axis_offset_byte_range() 24 fn vert_axis_offset_byte_range(&self) -> Range<usize> { in vert_axis_offset_byte_range() 28 fn item_var_store_offset_byte_range(&self) -> Option<Range<usize>> { in item_var_store_offset_byte_range() 40 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() 58 /// The [BASE](https://learn.microsoft.com/en-us/typography/opentype/spec/base) (Baseline) table 63 pub fn version(&self) -> MajorMinor { in version() 68 /// Offset to horizontal Axis table, from beginning of BASE table (may be NULL) [all …]
|
H A D | generated_gpos.rs | 3 // For more information about how codegen works, see font-codegen/README.md 8 …le Format 1](https://docs.microsoft.com/en-us/typography/opentype/spec/chapter2#class-definition-t… 9 /// [GPOS Version 1.0](https://docs.microsoft.com/en-us/typography/opentype/spec/gpos#gpos-header) 17 fn version_byte_range(&self) -> Range<usize> { in version_byte_range() 21 fn script_list_offset_byte_range(&self) -> Range<usize> { in script_list_offset_byte_range() 25 fn feature_list_offset_byte_range(&self) -> Range<usize> { in feature_list_offset_byte_range() 29 fn lookup_list_offset_byte_range(&self) -> Range<usize> { in lookup_list_offset_byte_range() 33 fn feature_variations_offset_byte_range(&self) -> Option<Range<usize>> { in feature_variations_offset_byte_range() 45 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() 64 …le Format 1](https://docs.microsoft.com/en-us/typography/opentype/spec/chapter2#class-definition-t… [all …]
|
/aosp_15_r20/external/skia/tests/ |
H A D | GrSurfaceResolveTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 77 if (!surface->readPixels(actual, 0, 0)) { in check_pixels() 112 auto tex = managedTex->texture(); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() 114 // resolve. in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() 127 const GrCaps* caps = dContext->priv().caps(); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() 128 // In metal and vulkan if we prefer discardable msaa attachments we will also auto resolve. The in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() 131 bool autoResolves = caps->msaaResolvesAutomatically() || in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() 132 caps->preferDiscardableMSAAAttachment(); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() 135 // should trigger the resolve and the texture should have the correct data. in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() 136 surface->getCanvas()->clear(SK_ColorRED); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/3d/ |
D | 3dc6ae7b018ce162600bb4fc4a04e3d4db6e70d5 | 3 from: "external/google-smali/scripts/smali" 4 to: "tools/out/bin/android-smali" 8 …from: "out/soong/.intermediates/external/google-smali/smali/android-smali/linux_glibc_common/withr… 9 to: "tools/out/framework/android-smali.jar" 13 from: "prebuilts/r8/d8" 18 from: "out/soong/.intermediates/prebuilts/r8/d8/linux_glibc_common/combined/d8.jar" 23 from: "dalvik/dx/etc/jasmin" 28 …from: "out/soong/.intermediates/dalvik/dx/jasmin-jar/linux_glibc_common/local-combined/jasmin-jar.… 33 from: "prebuilts/remoteexecution-client/live/rewrapper" 34 to: "tools/out/rewrapper/prebuilts/remoteexecution-client/live/rewrapper" [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/12/ |
D | 12ac99811fbc90d0a4ce548593641d1bcb415526 | 3 from: "external/google-smali/scripts/smali" 4 to: "tools/out/bin/android-smali" 8 …from: "out/soong/.intermediates/external/google-smali/smali/android-smali/linux_glibc_common/withr… 9 to: "tools/out/framework/android-smali.jar" 13 from: "prebuilts/r8/d8" 18 from: "out/soong/.intermediates/prebuilts/r8/d8/linux_glibc_common/combined/d8.jar" 23 from: "dalvik/dx/etc/jasmin" 28 …from: "out/soong/.intermediates/dalvik/dx/jasmin-jar/linux_glibc_common/local-combined/jasmin-jar.… 33 from: "prebuilts/remoteexecution-client/live/rewrapper" 34 to: "tools/out/rewrapper/prebuilts/remoteexecution-client/live/rewrapper" [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/aa/ |
D | aa0666eebb3806725af3e82cdace90270a7b9603 | 3 from: "external/google-smali/scripts/smali" 4 to: "tools/out/bin/android-smali" 8 …from: "out/soong/.intermediates/external/google-smali/smali/android-smali/linux_glibc_common/withr… 9 to: "tools/out/framework/android-smali.jar" 13 from: "prebuilts/r8/d8" 18 from: "out/soong/.intermediates/prebuilts/r8/d8/linux_glibc_common/combined/d8.jar" 23 from: "dalvik/dx/etc/jasmin" 28 …from: "out/soong/.intermediates/dalvik/dx/jasmin-jar/linux_glibc_common/local-combined/jasmin-jar.… 33 from: "prebuilts/remoteexecution-client/live/rewrapper" 34 to: "tools/out/rewrapper/prebuilts/remoteexecution-client/live/rewrapper" [all …]
|
/aosp_15_r20/external/executorch/examples/apple/coreml/scripts/ |
H A D | inspector_utils.py | 11 from dataclasses import dataclass 12 from pathlib import Path 14 from typing import Any, Dict, Final, List, Optional, Tuple, Union 20 from executorch.backends.apple.coreml.compiler import CoreMLBackend 21 from executorch.backends.apple.coreml.partition import CoreMLPartitioner 23 from executorch.devtools import BundledProgram, generate_etrecord, Inspector 24 from executorch.devtools.bundled_program.config import MethodTestCase, MethodTestSuite 25 from executorch.devtools.bundled_program.serialize import ( 28 from executorch.devtools.inspector import Event 30 from executorch.exir import ( [all …]
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/net/ |
H A D | URITest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 150 // from RI. this is curious in testUserNoHost() 174 // from RI. this is curious in testUserPasswordEmptyHostPort() 177 assertEquals(-1, uri.getPort()); in testUserPasswordEmptyHostPort() 183 // from RI. this is curious in testUserPasswordEmptyHostEmptyPort() 186 assertEquals(-1, uri.getPort()); in testUserPasswordEmptyHostEmptyPort() 256 assertEquals(-1, uri.getPort()); in testColonInFragment() 277 assertEquals(-1, uri.getPort()); in testEmptyPort() 282 // From the RI. This is curious in testNonNumericPort() 284 assertEquals(-1, uri.getPort()); in testNonNumericPort() [all …]
|
/aosp_15_r20/external/ksp/test-utils/src/main/kotlin/com/google/devtools/ksp/processor/ |
H A D | ErrorTypeProcessor.kt | 3 * Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors. 9 * http://www.apache.org/licenses/LICENSE-2.0 39 result.add(errorAtTop.type.resolve().print() ?: "") in process() 40 result.add(errorInComponent.type.resolve().print() ?: "") in process() 41 … errorInComponent.type.resolve().arguments.forEach { result.add(it.type!!.resolve().print()) } in process() 43 "errorInComponent is assignable from errorAtTop: ${ in process() 44 errorAtTop.type.resolve().isAssignableFrom(errorAtTop.type.resolve()) in process() 48 "errorInComponent is assignable from class C: ${ in process() 49 errorAtTop.type.resolve().isAssignableFrom(classC.asStarProjectedType()) in process() 53 "Any is assignable from errorInComponent: ${ in process() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/ |
H A D | capture.rs | 2 use crate::resolve; 13 /// Representation of an owned and self-contained backtrace. 18 /// `Backtrace` supports pretty-printing of backtraces through its `Debug` 28 // Frames here are listed from top-to-bottom of the stack 39 /// This type is returned as a list from `Backtrace::frames` and represents one 64 fn ip(&self) -> *mut c_void { in ip() 72 fn symbol_address(&self) -> *mut c_void { in symbol_address() 80 fn module_base_address(&self) -> Option<*mut c_void> { in module_base_address() 91 /// Resolve all addresses in the frame to their symbolic names. 92 fn resolve_symbols(&self) -> Vec<BacktraceSymbol> { in resolve_symbols() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/ |
H A D | capture.rs | 2 use crate::resolve; 13 /// Representation of an owned and self-contained backtrace. 18 /// `Backtrace` supports pretty-printing of backtraces through its `Debug` 28 // Frames here are listed from top-to-bottom of the stack 39 /// This type is returned as a list from `Backtrace::frames` and represents one 64 fn ip(&self) -> *mut c_void { in ip() 72 fn symbol_address(&self) -> *mut c_void { in symbol_address() 80 fn module_base_address(&self) -> Option<*mut c_void> { in module_base_address() 91 /// Resolve all addresses in the frame to their symbolic names. 92 fn resolve_symbols(&self) -> Vec<BacktraceSymbol> { in resolve_symbols() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/ |
H A D | capture.rs | 2 use crate::resolve; 13 /// Representation of an owned and self-contained backtrace. 18 /// `Backtrace` supports pretty-printing of backtraces through its `Debug` 28 // Frames here are listed from top-to-bottom of the stack 39 /// This type is returned as a list from `Backtrace::frames` and represents one 64 fn ip(&self) -> *mut c_void { in ip() 72 fn symbol_address(&self) -> *mut c_void { in symbol_address() 80 fn module_base_address(&self) -> Option<*mut c_void> { in module_base_address() 91 /// Resolve all addresses in the frame to their symbolic names. 92 fn resolve_symbols(&self) -> Vec<BacktraceSymbol> { in resolve_symbols() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/ |
H A D | capture.rs | 2 use crate::resolve; 13 /// Representation of an owned and self-contained backtrace. 18 /// `Backtrace` supports pretty-printing of backtraces through its `Debug` 28 // Frames here are listed from top-to-bottom of the stack 39 /// This type is returned as a list from `Backtrace::frames` and represents one 64 fn ip(&self) -> *mut c_void { in ip() 72 fn symbol_address(&self) -> *mut c_void { in symbol_address() 80 fn module_base_address(&self) -> Option<*mut c_void> { in module_base_address() 91 /// Resolve all addresses in the frame to their symbolic names. 92 fn resolve_symbols(&self) -> Vec<BacktraceSymbol> { in resolve_symbols() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/backtrace/src/ |
H A D | capture.rs | 2 use crate::resolve; 13 /// Representation of an owned and self-contained backtrace. 18 /// `Backtrace` supports pretty-printing of backtraces through its `Debug` 28 // Frames here are listed from top-to-bottom of the stack 39 /// This type is returned as a list from `Backtrace::frames` and represents one 64 fn ip(&self) -> *mut c_void { in ip() 72 fn symbol_address(&self) -> *mut c_void { in symbol_address() 80 fn module_base_address(&self) -> Option<*mut c_void> { in module_base_address() 91 /// Resolve all addresses in the frame to their symbolic names. 92 fn resolve_symbols(&self) -> Vec<BacktraceSymbol> { in resolve_symbols() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/ |
H A D | capture.rs | 2 use crate::{resolve, resolve_frame, trace, BacktraceFmt, Symbol, SymbolName}; 11 /// Representation of an owned and self-contained backtrace. 16 /// `Backtrace` supports pretty-printing of backtraces through its `Debug` 24 #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] 27 // Frames here are listed from top-to-bottom of the stack 38 /// This type is returned as a list from `Backtrace::frames` and represents one 63 fn ip(&self) -> *mut c_void { in ip() 70 fn symbol_address(&self) -> *mut c_void { in symbol_address() 77 fn module_base_address(&self) -> Option<*mut c_void> { in module_base_address() 87 /// Resolve all addresses in the frame to their symbolic names. [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/backtrace/src/ |
H A D | capture.rs | 2 use crate::{resolve, resolve_frame, trace, BacktraceFmt, Symbol, SymbolName}; 11 /// Representation of an owned and self-contained backtrace. 16 /// `Backtrace` supports pretty-printing of backtraces through its `Debug` 24 #[cfg_attr(feature = "serialize-rustc", derive(RustcDecodable, RustcEncodable))] 27 // Frames here are listed from top-to-bottom of the stack 38 /// This type is returned as a list from `Backtrace::frames` and represents one 63 fn ip(&self) -> *mut c_void { in ip() 70 fn symbol_address(&self) -> *mut c_void { in symbol_address() 77 fn module_base_address(&self) -> Option<*mut c_void> { in module_base_address() 87 /// Resolve all addresses in the frame to their symbolic names. [all …]
|