Home
last modified time | relevance | path

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

1234

/external/angle/third_party/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/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/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/skia/docs/examples/
DMatrix_mapRect_3.cpp10 SkRect mapped = matrix.mapRect(rect); in draw() local
/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
Dstats.c4 size_t sz, allocated, active, resident, mapped; in TEST_BEGIN() local
73 size_t mapped; 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/honggfuzz/examples/externalfuzzers/
DrangeFuzz.py14 mapped = mmap.mmap(f.fileno(), 0) variable
/external/fonttools/Lib/fontTools/varLib/
Dinterpolate_layout.py17 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/elfutils/libdwfl/
Dimage-header.c65 void *mapped, size_t mapped_size) in __libdw_image_header()
/external/OpenCL-CTS/test_conformance/images/clFillImage/
Dtest_fill_generic.cpp176 …void* mapped = (char*)clEnqueueMapImage(queue, img, CL_TRUE, CL_MAP_WRITE, origin, region, &mapped… in create_image() local
430 …void* mapped = (char*)clEnqueueMapImage(queue, image, CL_TRUE, CL_MAP_READ, imageOrigin, imageRegi… in test_fill_image_generic() local
/external/OpenCL-CTS/test_conformance/images/clCopyImage/
Dtest_copy_generic.cpp213 …void* mapped = (char*)clEnqueueMapImage(queue, img, CL_TRUE, CL_MAP_WRITE, origin, region, &mapped… in create_image() local
505 …void* mapped = (char*)clEnqueueMapImage(queue, dstImage, CL_TRUE, CL_MAP_READ, origin, region, &ma… in test_copy_image_generic() local
/external/jemalloc_new/include/jemalloc/internal/
Dbase_structs.h54 size_t mapped; member

1234