Home
last modified time | relevance | path

Searched defs:mapped (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/rust/android-crates-io/crates/pest_meta/src/
Dast.rs121 let mapped = Box::new(map_internal(*expr, f)); in map_top_down() localVariable
125 let mapped = Box::new(map_internal(*expr, f)); in map_top_down() localVariable
139 let mapped = Box::new(map_internal(*expr, f)); in map_top_down() localVariable
143 let mapped = Box::new(map_internal(*expr, f)); in map_top_down() localVariable
147 let mapped = Box::new(map_internal(*expr, f)); in map_top_down() localVariable
151 let mapped = Box::new(map_internal(*expr, f)); in map_top_down() localVariable
155 let mapped = Box::new(map_internal(*expr, f)); in map_top_down() localVariable
159 let mapped = Box::new(map_internal(*expr, f)); in map_top_down() localVariable
163 let mapped = Box::new(map_internal(*expr, f)); in map_top_down() localVariable
167 let mapped = Box::new(map_internal(*expr, f)); in map_top_down() localVariable
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dlog.go69 type mapped struct { struct
70 mu sync.Mutex
71 clientCalls map[string]req
72 serverCalls map[string]req
84 func (m *mapped) client(id string, del bool) req {
94 func (m *mapped) server(id string, del bool) req {
104 func (m *mapped) setClient(id string, r req) {
110 func (m *mapped) setServer(id string, r req) {
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
H A Dlog.go69 type mapped struct { struct
70 mu sync.Mutex
71 clientCalls map[string]req
72 serverCalls map[string]req
84 func (m *mapped) client(id string, del bool) req {
94 func (m *mapped) server(id string, del bool) req {
104 func (m *mapped) setClient(id string, r req) {
110 func (m *mapped) setServer(id string, r req) {
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dlog.go69 type mapped struct { struct
70 mu sync.Mutex
71 clientCalls map[string]req
72 serverCalls map[string]req
84 func (m *mapped) client(id string, del bool) req {
94 func (m *mapped) server(id string, del bool) req {
104 func (m *mapped) setClient(id string, r req) {
110 func (m *mapped) setServer(id string, r req) {
/aosp_15_r20/external/rust/android-crates-io/crates/pest_meta/src/optimizer/
Dmod.rs173 let mapped = Box::new(map_internal(*expr, f)); in map_top_down() localVariable
177 let mapped = Box::new(map_internal(*expr, f)); in map_top_down() localVariable
191 let mapped = Box::new(map_internal(*expr, f)); in map_top_down() localVariable
195 let mapped = Box::new(map_internal(*expr, f)); in map_top_down() localVariable
199 let mapped = Box::new(map_internal(*expr, f)); in map_top_down() localVariable
218 let mapped = match expr { in map_bottom_up() localVariable
220 let mapped = Box::new(map_internal(*expr, f)); in map_bottom_up() localVariable
224 let mapped = Box::new(map_internal(*expr, f)); in map_bottom_up() localVariable
238 let mapped = Box::new(map_internal(*expr, f)); in map_bottom_up() localVariable
242 let mapped = Box::new(map_internal(*expr, f)); in map_bottom_up() localVariable
[all …]
/aosp_15_r20/external/perfetto/src/base/
H A Dscoped_mmap_unittest.cc47 ScopedMmap mapped = ReadMmapWholeFile(tmp.AbsolutePath("f1.txt").c_str()); in TEST_F() local
55 ScopedMmap mapped = ReadMmapFilePart(tmp.AbsolutePath("f1.txt").c_str(), 4); in TEST_F() local
64 ScopedMmap mapped = ReadMmapWholeFile(tmp.AbsolutePath("f1.txt").c_str()); in TEST_F() local
76 ScopedMmap mapped = ReadMmapFilePart(tmp.AbsolutePath("f1.txt").c_str(), 3); in TEST_F() local
86 ScopedMmap mapped = ReadMmapWholeFile(tmp.AbsolutePath("f1.txt").c_str()); in TEST_F() local
105 ScopedMmap mapped = ScopedMmap::InheritMmappedRange(ptr, 5); in TEST_F() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/kosmos/
H A DGeneralKosmosTest.kt38 val mapped = in <lambda>() constant
58 val mapped = in <lambda>() constant
/aosp_15_r20/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/translit/
H A DCaseIterator.java240 fromCaseFold.put(mapped, s); in fromCaseFold.put() argument
243 toCaseFold.put(cp, mapped); in toCaseFold.put() argument
244 toCaseFold.put(mapped, mapped); // add mapping to self in toCaseFold.put() argument
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DCaseIterator.java711 fromCaseFold.put(mapped, s); in fromCaseFold.put() argument
714 toCaseFold.put(cp, mapped); in toCaseFold.put() argument
715 toCaseFold.put(mapped, mapped); // add mapping to self in toCaseFold.put() argument
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DFileChannelTest.java1821 MappedByteBuffer mapped = readWriteFileChannel.map(MapMode.READ_ONLY, in test_map_ReadOnly_CloseChannel() local
1832 MappedByteBuffer mapped = readWriteFileChannel.map(MapMode.PRIVATE, 0, in test_map_Private_CloseChannel() local
1844 MappedByteBuffer mapped = null; in test_map_ReadOnly() local
1876 MappedByteBuffer mapped = readOnlyFileChannel.map(MapMode.READ_ONLY, in test_map_ReadOnly_NonZeroPosition() local
1888 MappedByteBuffer mapped = readWriteFileChannel.map(MapMode.PRIVATE, 0, in test_map_Private() local
1912 MappedByteBuffer mapped = readWriteFileChannel.map(MapMode.PRIVATE, 10, in test_map_Private_NonZeroPosition() local
1923 MappedByteBuffer mapped = null; in test_map_ReadWrite() local
1952 MappedByteBuffer mapped = readWriteFileChannel.map(MapMode.READ_WRITE, in test_map_ReadWrite_NonZeroPosition() local
1991 MappedByteBuffer mapped = readOnlyFileChannel.map(MapMode.READ_ONLY, in test_map_LargePosition() local
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
H A DGainmapTests.java158 float[] mapped = connector.transform(Color.red(expected), Color.green(expected), in assertChannels() local
160 Assert.assertEquals(result.red(), mapped[0], delta, "red channel mismatch"); in assertChannels() local
161 Assert.assertEquals(result.green(), mapped[1], delta, "green channel mismatch"); in assertChannels() local
162 Assert.assertEquals(result.blue(), mapped[2], delta, "blue channel mismatch"); in assertChannels() local
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshotUtils.cpp205 void* mapped = nullptr; in saveImageContent() local
404 void* mapped = nullptr; in loadImageContent() local
551 void* mapped = nullptr; in saveBufferContent() local
654 void* mapped = nullptr; in loadBufferContent() local
/aosp_15_r20/packages/modules/adb/fastdeploy/deploypatchgenerator/
Dapk_archive.cpp115 FileRegion mapped(fd_, readOffset, sizeToRead); in FindEndOfCDRecord() local
165 FileRegion mapped(fd_, eocdRecord, cdEntryHeaderSizeBytes); in GetCDLocation() local
187 FileRegion mapped(fd_, signatureOffset, endOfSignatureSize); in GetSignatureLocation() local
205 FileRegion mapped(fd_, loc.offset, loc.size); in ReadMetadata() local
/aosp_15_r20/external/cronet/third_party/quic_trace/src/tools/render/
H A Dprocessed_trace.cc125 Interval mapped = numbering.AssignTraceNumbering(event); in ProcessedTrace() local
137 Interval mapped = in ProcessedTrace() local
148 Interval mapped = numbering.GetTraceNumbering(event.packet_number(), in ProcessedTrace() local
/aosp_15_r20/frameworks/base/ravenwood/tools/hoststubgen/src/com/android/hoststubgen/filters/
H A DFilterRemapper.kt35 var mapped = filter.remapType(typeInternalName) ?: typeInternalName in mapType() variable
/aosp_15_r20/frameworks/av/media/module/libmediaformatshaper/
H A DCodecProperties.cpp87 auto mapped = mFeatures.find(key); in getFeatureValue() local
171 auto mapped = mFeatures.find(key); in getTuningValue() local
421 auto mapped = mMappings.find(kind + "-" + key); in getMapping() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dconditional_to_select_test.cc73 HloComputation* mapped = root->called_computations()[0]; in TEST_F() local
126 HloComputation* mapped = root->called_computations()[0]; in TEST_F() local
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/resource/
H A DDefaultSchemaLoader.java49 AbsoluteIri mapped = mapper.map(mappedResult); in getSchema() local
54 AbsoluteIri mapped = META_SCHEMA_MAPPER.map(absoluteIri); in getSchema() local
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_lower_tess_io_to_mem.c284 …unsigned mapped = ac_nir_map_io_location(io_sem.location, st->tcs_inputs_read & ~st->tcs_temp_only… in lower_ls_output_store() local
357 …const unsigned mapped = ac_nir_map_io_location(io_sem.location, st->tcs_inputs_read & ~st->tcs_tem… in hs_per_vertex_input_lds_offset() local
411 … const unsigned mapped = hs_output_lds_map_io_location(b->shader, per_vertex, io_sem.location, st); in hs_output_lds_offset() local
709 …const unsigned mapped = hs_output_lds_map_io_location(b->shader, false, VARYING_SLOT_TESS_LEVEL_OU… in hs_load_tess_levels() local
714 …const unsigned mapped = hs_output_lds_map_io_location(b->shader, false, VARYING_SLOT_TESS_LEVEL_IN… in hs_load_tess_levels() local
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/
H A DEitherTest.java40 final Boolean mapped = either.map(s -> { in mapWhenLeftValuePresent_OnlyCallsLeftFunction() local
51 final Boolean mapped = either.map(this::assertNotCalled, in mapWhenRightValuePresent_OnlyCallsRightFunction() local
/aosp_15_r20/hardware/google/gfxstream/host/
DVirtioGpuRingBlob.cpp92 void* mapped = map(); in Snapshot() local
115 void* mapped = resource->map(); in Restore() local
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/
Dsample_base.cpp293 void* mapped = VK_EXPECT_RV( in CreateBufferWithData() local
421 auto* mapped = reinterpret_cast<uint8_t*>(VK_TRY_RV( in LoadImage() local
619 auto* mapped = reinterpret_cast<uint8_t*>(VK_EXPECT_RV( in DownloadImage() local
782 auto* mapped = reinterpret_cast<uint8_t*>(VK_TRY_RV( in LoadYuvImage() local
/aosp_15_r20/external/jemalloc_new/test/unit/
H A Dbase.c31 size_t allocated0, allocated1, resident, mapped, n_thp; in TEST_BEGIN() local
64 size_t allocated0, allocated1, resident, mapped, n_thp; in TEST_BEGIN() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsShaderConstExprTests.cpp153 const string mapped = shaderTemplate.specialize(shaderTemplateParams); in createTests() local
201 const string mapped = shaderTemplate.specialize(shaderTemplateParams); in createTests() local
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/polyfill/
Darray_flat_map.rs82 let mapped = ArrayFlatMap::new(input.iter().copied(), f).unwrap(); in test_array_flat_map() localVariable
119 let mapped = ArrayFlatMap::new(inner, usize::to_be_bytes); in test_array_flat_map_len_overflow() localVariable

12345678910>>...19