Home
last modified time | relevance | path

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

12345

/external/swiftshader/third_party/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) {
/external/angle/third_party/vulkan-deps/spirv-tools/src/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) {
/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) {
/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_to_select_test.cc74 HloComputation* mapped = root->called_computations()[0]; in TEST_F() local
127 HloComputation* mapped = root->called_computations()[0]; in TEST_F() local
183 HloComputation* mapped = root->called_computations()[0]; in TEST_F() local
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
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
/external/cldr/tools/java/org/unicode/cldr/util/
DCaseIterator.java243 fromCaseFold.put(mapped, s); in fromCaseFold.put() argument
246 toCaseFold.put(cp, mapped); in toCaseFold.put() argument
247 toCaseFold.put(mapped, mapped); // add mapping to self in toCaseFold.put() argument
/external/jemalloc_new/test/unit/
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
/external/deqp/modules/glshared/
DglsShaderConstExprTests.cpp154 const string mapped = shaderTemplate.specialize(shaderTemplateParams); in createTests() local
208 const string mapped = shaderTemplate.specialize(shaderTemplateParams); in createTests() local
/external/skia/docs/examples/
DMatrix_mapRect_3.cpp10 SkRect mapped = matrix.mapRect(rect); in draw() local
/external/minigbm/cros_gralloc/gralloc3/
DCrosGralloc3Mapper.h55 uint8_t* mapped[DRV_MAX_PLANES]; member
/external/fonttools/Lib/fontTools/varLib/
Dinterpolate_layout.py15 def interpolate_layout(designspace, loc, master_finder=lambda s:s, mapped=False): argument
/external/elfutils/lib/
Dcrc32_file.c53 void *mapped = mmap (NULL, mapsize, PROT_READ, MAP_PRIVATE, fd, 0); in crc32_file() local
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
Dinsert_node_type_hint.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory()
Dinsert_node_type.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory()
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
Dinsert_node_type_hint.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory()
Dinsert_node_type.pass.cpp25 typename Container::mapped_type const& mapped) in node_factory()
/external/libcxx/test/std/containers/associative/map/map.modifiers/
Dinsert_node_type_hint.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory()
Dinsert_node_type.pass.cpp25 typename Container::mapped_type const& mapped) in node_factory()
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Dinsert_node_type_hint.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory()
Dinsert_node_type.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory()
/external/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Dinsert_node_type_hint.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory()
/external/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/
Dinsert_node_type_hint.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory()
/external/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
Dinsert_node_type_hint.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory()
/external/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
Dinsert_node_type_hint.pass.cpp24 typename Container::mapped_type const& mapped) in node_factory()
/external/tensorflow/tensorflow/python/util/
Dstack_trace.cc64 absl::optional<StackFrame> mapped = in ToStackFrames() local

12345