Home
last modified time | relevance | path

Searched refs:descriptors (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/third_party/node/src/
Dnode_win32_etw_provider-inl.h59 #define ETW_WRITE_NET_CONNECTION(descriptors, conn) \ argument
60 ETW_WRITE_INT32_DATA(descriptors, &conn->fd); \
61 ETW_WRITE_INT32_DATA(descriptors + 1, &conn->port); \
62 ETW_WRITE_STRING_DATA(descriptors + 2, conn->remote); \
63 ETW_WRITE_INT32_DATA(descriptors + 3, &conn->buffered);
65 #define ETW_WRITE_HTTP_SERVER_REQUEST(descriptors, req) \ argument
66 ETW_WRITE_STRING_DATA(descriptors, req->url); \
67 ETW_WRITE_STRING_DATA(descriptors + 1, req->method); \
68 ETW_WRITE_STRING_DATA(descriptors + 2, req->forwardedFor);
70 #define ETW_WRITE_HTTP_CLIENT_REQUEST(descriptors, req) \ argument
[all …]
/third_party/skia/modules/canvaskit/htmlcanvas/
Dfont.js70 var descriptors = parseFontString(fontstr);
71 var typeface = getFromFontCache(descriptors);
72 descriptors['typeface'] = typeface;
73 return descriptors;
88 function addToFontCache(typeface, descriptors) { argument
89 var key = (descriptors['style'] || 'normal') + '|' +
90 (descriptors['variant'] || 'normal') + '|' +
91 (descriptors['weight'] || 'normal');
92 var fam = descriptors['family'];
102 function getFromFontCache(descriptors) { argument
[all …]
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dfont.js70 var descriptors = parseFontString(fontstr);
71 var typeface = getFromFontCache(descriptors);
72 descriptors['typeface'] = typeface;
73 return descriptors;
88 function addToFontCache(typeface, descriptors) { argument
89 var key = (descriptors['style'] || 'normal') + '|' +
90 (descriptors['variant'] || 'normal') + '|' +
91 (descriptors['weight'] || 'normal');
92 var fam = descriptors['family'];
102 function getFromFontCache(descriptors) { argument
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-section.c162 copy->descriptors = g_ptr_array_ref (eit->descriptors); in _gst_mpegts_eit_event_copy()
172 if (eit->descriptors) in _gst_mpegts_eit_event_free()
173 g_ptr_array_unref (eit->descriptors); in _gst_mpegts_eit_event_free()
265 event->descriptors = in _parse_eit()
267 if (event->descriptors == NULL) in _parse_eit()
317 copy->descriptors = g_ptr_array_ref (bat->descriptors); in _gst_mpegts_bat_stream_copy()
325 if (bat->descriptors) in _gst_mpegts_bat_stream_free()
326 g_ptr_array_unref (bat->descriptors); in _gst_mpegts_bat_stream_free()
340 copy->descriptors = g_ptr_array_ref (bat->descriptors); in _gst_mpegts_bat_copy()
349 if (bat->descriptors) in _gst_mpegts_bat_free()
[all …]
Dgst-atsc-section.c91 copy->descriptors = g_ptr_array_ref (source->descriptors); in _gst_mpegts_atsc_vct_source_copy()
100 if (source->descriptors) in _gst_mpegts_atsc_vct_source_free()
101 g_ptr_array_unref (source->descriptors); in _gst_mpegts_atsc_vct_source_free()
116 copy->descriptors = g_ptr_array_ref (vct->descriptors); in _gst_mpegts_atsc_vct_copy()
126 if (vct->descriptors) in _gst_mpegts_atsc_vct_free()
127 g_ptr_array_unref (vct->descriptors); in _gst_mpegts_atsc_vct_free()
226 source->descriptors = in _parse_atsc_vct()
228 if (source->descriptors == NULL) in _parse_atsc_vct()
239 vct->descriptors = in _parse_atsc_vct()
241 if (vct->descriptors == NULL) in _parse_atsc_vct()
[all …]
Dgst-dvb-section.h204 GPtrArray *descriptors; member
222 GPtrArray *descriptors; member
259 GPtrArray *descriptors; member
271 GPtrArray *descriptors; member
311 GPtrArray *descriptors; member
375 GPtrArray *descriptors; member
427 GPtrArray *descriptors; member
469 GPtrArray *descriptors; member
483 GPtrArray *descriptors; member
Dgstmpegtssection.c643 copy->descriptors = g_ptr_array_ref (pmt->descriptors); in _gst_mpegts_pmt_stream_copy()
651 if (pmt->descriptors) in _gst_mpegts_pmt_stream_free()
652 g_ptr_array_unref (pmt->descriptors); in _gst_mpegts_pmt_stream_free()
666 if (pmt->descriptors) in _gst_mpegts_pmt_copy()
667 copy->descriptors = g_ptr_array_ref (pmt->descriptors); in _gst_mpegts_pmt_copy()
676 if (pmt->descriptors) in _gst_mpegts_pmt_free()
677 g_ptr_array_unref (pmt->descriptors); in _gst_mpegts_pmt_free()
721 pmt->descriptors = gst_mpegts_parse_descriptors (data, program_info_length); in _parse_pmt()
722 if (pmt->descriptors == NULL) in _parse_pmt()
752 stream->descriptors = in _parse_pmt()
[all …]
Dgst-atsc-section.h168 GPtrArray *descriptors; member
188 GPtrArray *descriptors; member
233 GPtrArray *descriptors; member
251 GPtrArray *descriptors; member
349 GPtrArray *descriptors; member
436 GPtrArray *descriptors; member
514 GPtrArray * descriptors; member
/third_party/protobuf/src/google/protobuf/util/internal/
Dtype_info_test_helper.cc55 const std::vector<const Descriptor*>& descriptors) { in ResetTypeInfo() argument
58 const DescriptorPool* pool = descriptors[0]->file()->pool(); in ResetTypeInfo()
59 for (int i = 1; i < descriptors.size(); ++i) { in ResetTypeInfo()
60 GOOGLE_CHECK(pool == descriptors[i]->file()->pool()) in ResetTypeInfo()
73 std::vector<const Descriptor*> descriptors; in ResetTypeInfo() local
74 descriptors.push_back(descriptor); in ResetTypeInfo()
75 ResetTypeInfo(descriptors); in ResetTypeInfo()
80 std::vector<const Descriptor*> descriptors; in ResetTypeInfo() local
81 descriptors.push_back(descriptor1); in ResetTypeInfo()
82 descriptors.push_back(descriptor2); in ResetTypeInfo()
[all …]
Dprotostream_objectwriter_test.cc116 std::vector<const Descriptor*> descriptors; in BaseProtoStreamObjectWriterTest() local
117 descriptors.push_back(descriptor); in BaseProtoStreamObjectWriterTest()
118 ResetTypeInfo(descriptors); in BaseProtoStreamObjectWriterTest()
122 std::vector<const Descriptor*> descriptors) in BaseProtoStreamObjectWriterTest() argument
127 ResetTypeInfo(descriptors); in BaseProtoStreamObjectWriterTest()
130 void ResetTypeInfo(std::vector<const Descriptor*> descriptors) { in ResetTypeInfo() argument
131 GOOGLE_CHECK(!descriptors.empty()) << "Must have at least one descriptor!"; in ResetTypeInfo()
132 helper_.ResetTypeInfo(descriptors); in ResetTypeInfo()
133 ow_.reset(helper_.NewProtoWriter(GetTypeUrl(descriptors[0]), output_.get(), in ResetTypeInfo()
138 std::vector<const Descriptor*> descriptors; in ResetTypeInfo() local
[all …]
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBManager.java195 Hashtable descriptors = getDescriptors(null,commentLine); in RBManager() local
196 if (descriptors != null) { in RBManager()
199 o = descriptors.get("file"); if (o != null) dict.name = ((String) o); in RBManager()
200 … o = descriptors.get("fileComment"); if (o != null) dict.comment = ((String) o); in RBManager()
201 … o = descriptors.get("fileLanguage"); if (o != null) dict.language = ((String) o); in RBManager()
202 … o = descriptors.get("fileCountry"); if (o != null) dict.country = ((String) o); in RBManager()
203 … o = descriptors.get("fileVariant"); if (o != null) dict.variant = ((String) o); in RBManager()
204 … o = descriptors.get("fileManager"); if (o != null) dict.manager = ((String) o); in RBManager()
207 o = descriptors.get("group"); in RBManager()
213 … o = descriptors.get("groupComment"); if (o != null) group.setComment((String) o); in RBManager()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dcamutils.c170 get_ca_descriptors_length (GPtrArray * descriptors) in get_ca_descriptors_length() argument
173 guint nb_desc = descriptors->len; in get_ca_descriptors_length()
177 GstMpegtsDescriptor *desc = g_ptr_array_index (descriptors, i); in get_ca_descriptors_length()
186 write_ca_descriptors (guint8 * body, GPtrArray * descriptors) in write_ca_descriptors() argument
190 nb_desc = descriptors->len; in write_ca_descriptors()
192 GstMpegtsDescriptor *desc = g_ptr_array_index (descriptors, i); in write_ca_descriptors()
215 len = get_ca_descriptors_length (pmt->descriptors); in cam_build_ca_pmt()
226 len = get_ca_descriptors_length (pmtstream->descriptors); in cam_build_ca_pmt()
264 body = write_ca_descriptors (body, pmt->descriptors); in cam_build_ca_pmt()
280 body = write_ca_descriptors (body, pmtstream->descriptors); in cam_build_ca_pmt()
/third_party/NuttX/drivers/usbdev/gadget/
Dcomposite.c257 struct usb_descriptor *descriptors; in modify_config_descriptor_byspeed() local
290 descriptors = (struct usb_descriptor *)req->buf; in modify_config_descriptor_byspeed()
295 i += descriptors->bLength; in modify_config_descriptor_byspeed()
296 if (descriptors->bDescriptorType != UDESC_ENDPOINT_SS_COMP) in modify_config_descriptor_byspeed()
299 descriptors, descriptors->bLength); in modify_config_descriptor_byspeed()
305 new_config_len += descriptors->bLength; in modify_config_descriptor_byspeed()
307 descriptors = (struct usb_descriptor *)((char *)descriptors + descriptors->bLength); in modify_config_descriptor_byspeed()
339 struct usb_descriptor *descriptors; in composite_get_config_descriptor() local
351 descriptors = (struct usb_descriptor *)req->buf; in composite_get_config_descriptor()
355 i += descriptors->bLength; in composite_get_config_descriptor()
[all …]
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsExportDoubleAssignmentInClosure.types7 … return (o == null) ? create(base) : defineProperties(Object(o), descriptors); } : { (o: …
11 … return (o == null) ? create(base) : defineProperties(Object(o), descriptors); } : (o: an…
13 >function (o) { return (o == null) ? create(base) : defineProperties(Object(o), descriptors)…
16 return (o == null) ? create(base) : defineProperties(Object(o), descriptors);
17 >(o == null) ? create(base) : defineProperties(Object(o), descriptors) : any
25 >defineProperties(Object(o), descriptors) : error
30 >descriptors : error
/third_party/protobuf/src/google/protobuf/compiler/
Dscc.h50 std::vector<const Descriptor*> descriptors; member
53 const Descriptor* GetRepresentative() const { return descriptors[0]; } in GetRepresentative()
56 const FileDescriptor* GetFile() const { return descriptors[0]->file(); } in GetFile()
120 scc->descriptors.push_back(scc_desc); in DFS()
130 std::sort(scc->descriptors.begin(), scc->descriptors.end(), in DFS()
142 for (auto descriptor : scc->descriptors) { in AddChildren()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/text/
Dfont_collection.dart71 final Map<String, String> descriptors = <String, String>{};
74 descriptors[descriptor] = '${fontAsset[descriptor]}';
78 family, 'url(${assetManager.getAssetUrl(asset)})', descriptors);
124 Map<String, String> descriptors,
126 final html.FontFace fontFace = html.FontFace(family, asset, descriptors);
161 Map<String, String> descriptors,
168 if (descriptors['style'] != null) {
169 paragraph.style.fontStyle = descriptors['style'];
171 if (descriptors['weight'] != null) {
172 paragraph.style.fontWeight = descriptors['weight'];
[all …]
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dpipeline.cc94 for (auto& desc : info.descriptors) { in CreateDescriptorSetLayouts()
120 for (auto& desc : info.descriptors) { in CreateDescriptorPools()
228 for (auto& desc : info.descriptors) in UpdateDescriptorSetsIfNeeded()
267 auto& descriptors = descriptor_set_info_[desc_set].descriptors; in GetDescriptorSlot() local
268 for (auto& descriptor : descriptors) { in GetDescriptorSlot()
304 auto& descriptors = descriptor_set_info_[cmd->GetDescriptorSet()].descriptors; in AddBufferDescriptor() local
338 descriptors.push_back(std::move(image_desc)); in AddBufferDescriptor()
343 descriptors.push_back(std::move(buffer_desc)); in AddBufferDescriptor()
346 desc = descriptors.back().get(); in AddBufferDescriptor()
393 auto& descriptors = descriptor_set_info_[cmd->GetDescriptorSet()].descriptors; in AddSamplerDescriptor() local
[all …]
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c788 dump_descriptors (GPtrArray * descriptors, guint spacing) in dump_descriptors() argument
792 for (i = 0; i < descriptors->len; i++) { in dump_descriptors()
793 GstMpegtsDescriptor *desc = g_ptr_array_index (descriptors, i); in dump_descriptors()
803 dump_nit_descriptors (GPtrArray * descriptors, guint spacing) in dump_nit_descriptors() argument
808 for (i = 0; i < descriptors->len; i++) { in dump_nit_descriptors()
809 GstMpegtsDescriptor *desc = g_ptr_array_index (descriptors, i); in dump_nit_descriptors()
855 dump_descriptors (pmt->descriptors, 7); in dump_pmt()
862 dump_descriptors (stream->descriptors, 9); in dump_pmt()
900 dump_descriptors (event->descriptors, 9); in dump_eit()
955 dump_descriptors (event->descriptors, 9); in dump_atsc_eit()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegts.c259 g_ptr_array_add (pmt->descriptors, desc); in GST_START_TEST()
269 g_ptr_array_add (stream->descriptors, desc); in GST_START_TEST()
281 fail_unless (pmt->descriptors->len == 1); in GST_START_TEST()
284 desc = (GstMpegtsDescriptor *) gst_mpegts_find_descriptor (pmt->descriptors, in GST_START_TEST()
293 fail_unless (stream->descriptors->len == 1); in GST_START_TEST()
296 (GstMpegtsDescriptor *) gst_mpegts_find_descriptor (stream->descriptors, in GST_START_TEST()
345 g_ptr_array_add (nit->descriptors, desc); in GST_START_TEST()
354 g_ptr_array_add (stream->descriptors, desc); in GST_START_TEST()
364 fail_unless (nit->descriptors->len == 1); in GST_START_TEST()
369 desc = (GstMpegtsDescriptor *) gst_mpegts_find_descriptor (nit->descriptors, in GST_START_TEST()
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_descriptor_buffer.adoc10 …al to make the management of descriptor memory more explicit, allowing descriptors to be present i…
14 … descriptor management, applications are ever increasing the number of descriptors that end up in …
18 In other scenarios, making sure descriptors *do not* end up in device memory is important.
19 Copying descriptors in Vulkan is considered rather esoteric, but it is a fairly common strategy in …
22 …pplications rely on being able to copy several tens of thousand individual descriptors every frame.
46 …he problem of memory management since we can only *avoid* allocating device memory for descriptors.
47 Being able to control where shader-accessible descriptors are allocated is still unavailable to app…
61 * Device local only (GPU copies descriptors)
73 …size, and when creating descriptor pools it is only specified how many descriptors can be allocate…
83 Implementations are free to control the byte offset, and so can freely repack descriptors for optim…
[all …]
/third_party/node/test/node-api/test_exception/
Dtest_exception.c19 napi_property_descriptor descriptors[] = { in Init() local
23 env, exports, sizeof(descriptors) / sizeof(*descriptors), descriptors)); in Init()
/third_party/node/test/js-native-api/7_factory_wrap/
D7_factory_wrap.cc20 napi_property_descriptor descriptors[] = { in Init() local
26 env, exports, sizeof(descriptors) / sizeof(*descriptors), descriptors)); in Init()
/third_party/node/lib/
Dutil.js298 const descriptors = ObjectGetOwnPropertyDescriptors(original);
301 if (typeof descriptors.length.value === 'number') {
302 descriptors.length.value++;
304 if (typeof descriptors.name.value === 'string') {
305 descriptors.name.value += 'Callbackified';
307 ObjectDefineProperties(callbackified, descriptors);
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-fdsc-table.hh101 { return descriptors.lsearch (style); } in get_descriptor()
107 descriptors.sanitize (c)); in sanitize()
114 descriptors; /* List of tagged-coordinate pairs style descriptors member
120 DEFINE_SIZE_ARRAY (8, descriptors);
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_descriptor_indexing.adoc38 update to the descriptors.
40 updated, which enables writing new descriptors for frame N+1 while frame
42 * Relax the requirement that all descriptors in a binding that is
43 "`statically used`" must be valid, such that descriptors that are not
55 texture dimensionalities, or an array of buffer descriptors can be used with
63 The old limits only count descriptors in non-updateAfterBind descriptor set
64 layouts, and the new limits count descriptors in all descriptor set layouts

12345678910>>...21