Home
last modified time | relevance | path

Searched defs:source (Results 276 – 300 of 11778) sorted by relevance

1...<<11121314151617181920>>...472

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DBlitGL.cpp321 gl::Framebuffer *source) in copyImageToLUMAWorkaroundTexture()
356 gl::Framebuffer *source) in copySubImageToLUMAWorkaroundTexture()
458 const gl::Framebuffer *source, in blitColorBufferWithShader()
485 const gl::Framebuffer *source, in blitColorBufferWithShader()
498 const gl::Framebuffer *source, in blitColorBufferWithShader()
620 TextureGL *source, in copySubTexture()
740 TextureGL *source, in copySubTextureCPUReadback()
889 TextureGL *source, in copyTexSubImage()
941 TextureGL *source, in clearRenderableTexture()
1048 RenderbufferGL *source, in clearRenderbuffer()
[all …]
/aosp_15_r20/external/fhir/spec/r4/json_definitions/
Dprofiles-resources.json25580 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
25607 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
25635 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
25835 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
25843 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
25851 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
25859 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
25875 "source" : "http://hl7.org/fhir/StructureDefinition/DomainResource" string
25932 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
25959 "source" : "http://hl7.org/fhir/StructureDefinition/Element" string
[all …]
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeArrayBuffer.cpp172 de::ArrayBuffer<int> source(4); in ArrayBuffer_selfTest() local
190 de::ArrayBuffer<int> source(4); in ArrayBuffer_selfTest() local
201 de::ArrayBuffer<int, 64, sizeof(int)> source(4); in ArrayBuffer_selfTest() local
212 de::ArrayBuffer<int, 4, 64> source(4); in ArrayBuffer_selfTest() local
223 de::ArrayBuffer<int, 32, 64> source(4); in ArrayBuffer_selfTest() local
/aosp_15_r20/external/python/jinja/src/jinja2/
Denvironment.py512 def parse(self, source, name=None, filename=None): argument
526 def _parse(self, source, name, filename): argument
530 def lex(self, source, name=None, filename=None): argument
546 def preprocess(self, source, name=None, filename=None): argument
557 def _tokenize(self, source, name, filename=None, state=None): argument
569 def _generate(self, source, name, filename, defer_init=False): argument
584 def _compile(self, source, filename): argument
593 def compile(self, source, name=None, filename=None, raw=False, defer_init=False): argument
627 def compile_expression(self, source, undefined_to_none=True): argument
781 def handle_exception(self, source=None): argument
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DXCldrStub.java70 public void putAll(Multimap<K, V> source) { in putAll()
137 … public static <K, V, R extends Multimap<K, V>> R invertFrom(Multimap<V, K> source, R target) { in invertFrom()
143 public static <K, V, R extends Multimap<K, V>> R invertFrom(Map<V, K> source, R target) { in invertFrom()
260 public static <T> String join(T[] source, String separator) { in join()
269 public static <T> String join(Iterable<T> source, String separator) { in join()
284 public static <T, U extends Iterable<T>> String join(U source, String separator) { in join()
300 public <T> String join(T[] source) { in join()
303 public <T> String join(Iterable<T> source) { in join()
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dstatusor_test.cc120 StatusOr<int> source(kI); in TEST() local
128 StatusOr<int> source(util::CancelledError("")); in TEST() local
136 StatusOr<int> source(kI); in TEST() local
144 StatusOr<int> source(util::CancelledError("")); in TEST() local
219 StatusOr<const int*> source(&kI); in TEST() local
227 StatusOr<int*> source(util::CancelledError("")); in TEST() local
235 StatusOr<Derived*> source(&derived); in TEST() local
243 StatusOr<Derived*> source(util::CancelledError("")); in TEST() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/locale/
H A DXCldrStub.java65 public void putAll(Multimap<K, V> source) { in putAll()
129 … public static <K, V, R extends Multimap<K, V>> R invertFrom(Multimap<V, K> source, R target) { in invertFrom()
135 public static <K, V, R extends Multimap<K, V>> R invertFrom(Map<V, K> source, R target) { in invertFrom()
243 public static <T> String join(T[] source, String separator) { in join()
252 public static <T> String join(Iterable<T> source, String separator) { in join()
264 public static <T, U extends Iterable<T>> String join(U source, String separator) { in join()
277 public <T> String join(T[] source) { in join()
280 public <T> String join(Iterable<T> source) { in join()
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
H A DFileWritingTest.kt43 val source = FileSpec.get("example", type) in pathNotDirectory() constant
54 val source = FileSpec.get("example", type) in fileNotDirectory() constant
262 val source = String(Files.readAllBytes(fooPath)) in filerClassesWithTabIndent() constant
290 val source = FileSpec.builder("foo", "Taco") in fileIsUtf8() constant
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dstatusor_test.cc120 StatusOr<int> source(kI); in TEST() local
128 StatusOr<int> source(util::CancelledError("")); in TEST() local
136 StatusOr<int> source(kI); in TEST() local
144 StatusOr<int> source(util::CancelledError("")); in TEST() local
219 StatusOr<const int*> source(&kI); in TEST() local
227 StatusOr<int*> source(util::CancelledError("")); in TEST() local
235 StatusOr<Derived*> source(&derived); in TEST() local
243 StatusOr<Derived*> source(util::CancelledError("")); in TEST() local
/aosp_15_r20/external/webrtc/rtc_base/
H A Dstring_encode.cc56 absl::string_view source, in hex_encode_with_delimiter()
86 std::string hex_encode_with_delimiter(absl::string_view source, in hex_encode_with_delimiter()
94 absl::string_view source, in hex_decode_with_delimiter()
133 size_t hex_decode(ArrayView<char> buffer, absl::string_view source) { in hex_decode()
137 size_t tokenize(absl::string_view source, in tokenize()
156 bool tokenize_first(absl::string_view source, in tokenize_first()
177 std::vector<absl::string_view> split(absl::string_view source, char delimiter) { in split()
/aosp_15_r20/external/python/cpython2/Lib/
Dcodeop.py68 def _maybe_compile(compiler, source, filename, symbol): argument
101 def _compile(source, filename, symbol): argument
104 def compile_command(source, filename="<input>", symbol="single"): argument
132 def __call__(self, source, filename, symbol): argument
149 def __call__(self, source, filename="<input>", symbol="single"): argument
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestTransforms.java102 UnicodeSet getClosure(UnicodeSet source) { in getClosure()
293 private String makeLegacyTransformID(String source, String target, String variant) { in makeLegacyTransformID()
331 String source = parts.getAttributeValue(element, "source"); in addTransformIDs() local
450 String source = items[0]; in Test1461() local
597 String source = parts[0]; in TestData() local
628 private <T, U extends Collection<T>> U oldEnumConvert(Enumeration<T> source, U target) { in oldEnumConvert()
636 Enumeration<String> source, U target) { in oldEnumConvertLower()
713 String source, in checkString()
748 String locale, String expected, String source, Transliterator translit) { in checkString()
989 String locale, String script, String path, String source, String transformed) { in addNonLatin()
[all …]
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java201 final AccountType source = getAccountType(); in testValidTypes() local
246 final AccountType source = getAccountType(); in testValidTypesWhenUpdating() local
283 final AccountType source = getAccountType(); in testCanInsert() local
312 final AccountType source = getAccountType(); in testBestValidType() local
348 final AccountType source = getAccountType(); in testIsEmptyEmpty() local
359 final AccountType source = getAccountType(); in testIsEmptyDirectFields() local
376 final AccountType source = getAccountType(); in testTrimEmptySingle() local
421 final AccountType source = getAccountType(); in testTrimEmptySpaces() local
447 final AccountType source = getAccountType(); in testTrimLeaveValid() local
476 final AccountType source = getAccountType(); in testTrimEmptyUntouched() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/thiserror/tests/
Dtest_backtrace.rs55 source: Inner, field
65 source: InnerBacktrace, field
72 source: Inner, field
81 source: Inner, field
90 source: anyhow::Error, field
97 source: Box<dyn Error>, field
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DRuleBasedCollatorTest.java35 String source = null; in test_getCollationKeyLjava_lang_String() local
84 String source = "abc"; in testGetCollationKey() local
104 String source = "cha"; in testGetCollationElementIteratorString() local
121 String source = "\u00fcb"; in testGetCollationElementIteratorString() local
147 StringCharacterIterator source = new StringCharacterIterator(text); in testGetCollationElementIteratorCharacterIterator() local
166 StringCharacterIterator source = new StringCharacterIterator(text); in testGetCollationElementIteratorCharacterIterator() local
/aosp_15_r20/bootable/deprecated-ota/tests/unit/
H A Dcommands_test.cpp52 SourceInfo source; in TEST() local
74 SourceInfo source; in TEST() local
100 SourceInfo source; in TEST() local
128 SourceInfo source; in TEST() local
152 SourceInfo source; in TEST() local
440 const SourceInfo source("2727756cfee3fbfe24bf5650123fd7743d7b3465", RangeSet({ { 0, 2 } }), {}, in TEST() local
457 const SourceInfo source( in TEST() local
479 const SourceInfo source("2727756cfee3fbfe24bf5650123fd7743d7b3465", RangeSet({ { 0, 2 } }), {}, in TEST() local
488 const SourceInfo source( in TEST() local
/aosp_15_r20/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp97 auto source = in createImageWithColor() local
120 auto source = in createSourceImageFromPng() local
406 auto source = createSourceImageFromPng(GetTestDataPath("256x256_android.png")); in TEST_F() local
461 auto source = in TEST_F() local
517 auto source = createSourceImageFromPng(GetTestDataPath("256x256_android.png")); in TEST_F() local
613 auto source = in TEST_F() local
690 auto source = createSourceImageFromPng(GetTestDataPath("256x256_android.png")); in TEST_F() local
766 auto source = createSourceImageFromPng(GetTestDataPath("256x256_android.png")); in TEST_F() local
836 auto source = createImageWithColor<SourceImage>(256, 256, kColorGreen); in TEST_F() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dcodeop.py49 def _maybe_compile(compiler, source, filename, symbol): argument
85 def _compile(source, filename, symbol): argument
88 def compile_command(source, filename="<input>", symbol="single"): argument
117 def __call__(self, source, filename, symbol): argument
134 def __call__(self, source, filename="<input>", symbol="single"): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dcodeop.py49 def _maybe_compile(compiler, source, filename, symbol): argument
85 def _compile(source, filename, symbol): argument
88 def compile_command(source, filename="<input>", symbol="single"): argument
117 def __call__(self, source, filename, symbol): argument
134 def __call__(self, source, filename="<input>", symbol="single"): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dcodeop.py49 def _maybe_compile(compiler, source, filename, symbol): argument
85 def _compile(source, filename, symbol): argument
88 def compile_command(source, filename="<input>", symbol="single"): argument
117 def __call__(self, source, filename, symbol): argument
134 def __call__(self, source, filename="<input>", symbol="single"): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dcodeop.py49 def _maybe_compile(compiler, source, filename, symbol): argument
85 def _compile(source, filename, symbol): argument
88 def compile_command(source, filename="<input>", symbol="single"): argument
117 def __call__(self, source, filename, symbol): argument
134 def __call__(self, source, filename="<input>", symbol="single"): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dcodeop.py49 def _maybe_compile(compiler, source, filename, symbol): argument
85 def _compile(source, filename, symbol): argument
88 def compile_command(source, filename="<input>", symbol="single"): argument
117 def __call__(self, source, filename, symbol): argument
134 def __call__(self, source, filename="<input>", symbol="single"): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dcodeop.py49 def _maybe_compile(compiler, source, filename, symbol): argument
85 def _compile(source, filename, symbol): argument
88 def compile_command(source, filename="<input>", symbol="single"): argument
117 def __call__(self, source, filename, symbol): argument
134 def __call__(self, source, filename="<input>", symbol="single"): argument
/aosp_15_r20/external/webrtc/common_video/h264/
H A Dsps_vui_rewriter.cc57 uint8_t CopyUInt8(BitstreamReader& source, rtc::BitBufferWriter& destination) { in CopyUInt8()
65 uint32_t CopyExpGolomb(BitstreamReader& source, in CopyExpGolomb()
75 BitstreamReader& source, in CopyBits()
286 BitstreamReader& source, in CopyAndRewriteVui()
420 void CopyHrdParameters(BitstreamReader& source, in CopyHrdParameters()
499 BitstreamReader& source, in CopyOrRewriteVideoSignalTypeInfo()
593 bool CopyRemainingBits(BitstreamReader& source, in CopyRemainingBits()
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/rules2/
H A DIndexedAccessExpression.java26 private final RuleExpression source; field in IndexedAccessExpression
63 public RuleExpression source() { in source() method in IndexedAccessExpression
115 private RuleExpression source; field in IndexedAccessExpression.Builder
127 public Builder source(RuleExpression source) { in source() method in IndexedAccessExpression.Builder

1...<<11121314151617181920>>...472