Home
last modified time | relevance | path

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

1234

/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) {
/third_party/skia/third_party/externals/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) {
/third_party/skia/third_party/externals/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) {
/third_party/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
/third_party/typescript/tests/cases/compiler/
DdeclarationQuotedMembers.ts2 export declare const mapped: { [K in 'a-b-c']: number } constant
/third_party/flutter/skia/docs/examples/
DMatrix_mapRect_3.cpp10 SkRect mapped = matrix.mapRect(rect); in draw() local
/third_party/skia/docs/examples/
DMatrix_mapRect_3.cpp10 SkRect mapped = matrix.mapRect(rect); in draw() local
/third_party/vk-gl-cts/modules/glshared/
DglsShaderConstExprTests.cpp154 const string mapped = shaderTemplate.specialize(shaderTemplateParams); in createTests() local
208 const string mapped = shaderTemplate.specialize(shaderTemplateParams); in createTests() local
/third_party/jerryscript/tests/jerry/es2015/
Dclass-inheritance-builtin-array.js51 var mapped = c.map ((x) => x * 2); variable
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdecoder.h41 gboolean mapped; member
Dgstcudautils.h99 gboolean mapped; member
/third_party/typescript/tests/baselines/reference/
DrestInvalidArgumentType.js11 var mapped: {[P in "b"]: T[P]}; variable
DspreadInvalidArgumentType.js11 var mapped: {[P in "b"]: T[P]}; variable
/third_party/mesa3d/src/asahi/lib/
Dagx_bo.h81 bool mapped; member
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglstereomix.h50 gboolean mapped; member
/third_party/skia/tests/
DM44Test.cpp204 SkV4 mapped = m.map(p.x, p.y, 0.f, 1.f); in DEF_TEST() local
286 SkV4 mapped = m * corners[i]; in DEF_TEST() local
/third_party/mesa3d/src/panfrost/lib/genxml/
Ddecode_common.c143 struct pandecode_mapped_memory *mapped; in pointer_as_memory_reference() local
/third_party/skia/src/core/
DSkImageFilterTypes.cpp102 SkRect mapped = matrix.mapRect(SkRect::Make(geom)); in map() local
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvideomemory.h72 guint mapped; member
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
Dvirgl_vtest_winsys.h69 void *mapped; member
/third_party/typescript/src/compiler/
Dcore.ts388 const mapped = f(item, i); constant
506 const mapped = mapfn(item, i); constant
526 const mapped = mapFn(array[i], i); constant
539 const mapped = mapFn(array[i], i); constant
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtpbasepayload.c343 gboolean mapped = FALSE; in push_buffer_full() local
398 gboolean mapped = FALSE; in push_buffer_list() local
461 gboolean mapped = FALSE; in validate_buffer_valist() local
561 gboolean mapped = FALSE; in get_buffer_field() local
/third_party/icu/icu4c/source/test/intltest/
Dtestidn.cpp290 int32_t mapped = 0; in testAllCodepoints() local
/third_party/boost/libs/container/test/
Dmap_test.hpp802 const IntType mapped(MaxElem-i); in map_test_insert_or_assign_impl() local
817 const IntType mapped(i); in map_test_insert_or_assign_impl() local
847 const IntType mapped(MaxElem-i); in map_test_insert_or_assign_impl() local
860 const IntType mapped(i); in map_test_insert_or_assign_impl() local
/third_party/boost/boost/container/
Dnode_handle.hpp279 mapped_type& mapped() const BOOST_NOEXCEPT in mapped() function in boost::container::node_handle

1234