Home
last modified time | relevance | path

Searched refs:type_string (Results 1 – 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/mapi/glapi/gen/
DglX_proto_recv.py200 t = param.type_string()
267 type_string = param.type_string()
272 …rint '%s %s const %s = (%s) (%s(pc + %s));' % (indent, type_string, param.name, type_string, co…
282 print '%s const %s %s = %s;' % (indent, type_string, param.name, location)
287 print '%s %s %s = %s%s;' % (indent, type_string, param.name, cond, location)
289 print '%s %s %s;' % (indent, type_string, param.name)
342 … print ' %s = (%s) (pc + %s); break;' % (param.name, param.type_string(), o)
345 … %s = (%s) %s( (%s *) (pc + %s), %s ); break;' % (param.name, param.type_string(), swap_func, s…
352 …print ' %s = (%s) %s( (%s *) (pc + %s), %s );' % (param.name, param.type_string(), swap_func, s…
359 … print '%s %s = (%s) (pc + %s);' % (indent, param.name, param.type_string(), param.offset)
[all …]
Dtypeexpr.py114 def __init__(self, type_string, extra_types = None): argument
117 if not type_string:
120 self.original_string = type_string
127 tokens = type_string.replace("*", " * ").split()
Dgl_marshal.py210 for p in sorted(fixed_params, key=lambda p: self.get_type_size(p.type_string())):
215 out('{0} {1};'.format(p.type_string(), p.name))
254 p.type_string(), p.name)
Dgl_XML.py317 list.append( p.type_string() )
514 def type_string(self): member in gl_parameter
DglX_proto_size.py532 src = '(%s *)' % (p.type_string())
/third_party/ffmpeg/doc/examples/
Davio_list_dir.c27 static const char *type_string(int type) in type_string() function
88 type_string(entry->type), in list_op()
/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/
Dwebrtc-unidirectional-h264.c331 const gchar *type_string; in soup_websocket_message_cb() local
369 type_string = json_object_get_string_member (root_json_object, "type"); in soup_websocket_message_cb()
377 if (g_strcmp0 (type_string, "sdp") == 0) { in soup_websocket_message_cb()
425 } else if (g_strcmp0 (type_string, "ice") == 0) { in soup_websocket_message_cb()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c120 lit_magic_string_id_t type_string; in ecma_builtin_helper_object_to_string() local
124 type_string = LIT_MAGIC_STRING_UNDEFINED_UL; in ecma_builtin_helper_object_to_string()
128 type_string = LIT_MAGIC_STRING_NULL_UL; in ecma_builtin_helper_object_to_string()
143 type_string = ecma_object_get_class_name (obj_p); in ecma_builtin_helper_object_to_string()
181 type_string, in ecma_builtin_helper_object_to_string()
/third_party/node/src/
Dcares_wrap.cc308 env->type_string(), in ParseMxReply()
344 env->type_string(), in ParseCaaReply()
384 env->type_string(), in ParseTxtReply()
405 env->type_string(), in ParseTxtReply()
449 env->type_string(), in ParseSrvReply()
502 env->type_string(), in ParseNaptrReply()
622 env->type_string(), in ParseSoaReply()
934 env->type_string(), in Parse()
945 env->type_string(), in Parse()
979 env->type_string(), in Parse()
[all …]
Dprocess_wrap.cc118 stdio->Get(context, env->type_string()).ToLocalChecked(); in ParseStdioOptions()
Denv_properties.h304 V(type_string, "type") \
Dspawn_sync.cc893 js_stdio_option->Get(context, env()->type_string()).ToLocalChecked(); in ParseStdioOption()
/third_party/node/deps/v8/src/wasm/
Dwasm-module.cc359 Handle<String> type_string = factory->InternalizeUtf8String("type"); in GetImports() local
443 JSObject::AddProperty(isolate, entry, type_string, type_value, NONE); in GetImports()
459 Handle<String> type_string = factory->InternalizeUtf8String("type"); in GetExports() local
539 JSObject::AddProperty(isolate, entry, type_string, type_value, NONE); in GetExports()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c860 gchar *type_string; in ttml_resolve_styles() local
866 type_string = ttml_get_element_type_string (element); in ttml_resolve_styles()
867 GST_CAT_LOG (ttmlparse_debug, "Element type: %s", type_string); in ttml_resolve_styles()
868 g_free (type_string); in ttml_resolve_styles()
913 gchar *type_string; in ttml_inherit_styles() local
917 type_string = ttml_get_element_type_string (element); in ttml_inherit_styles()
918 GST_CAT_LOG (ttmlparse_debug, "Element type: %s", type_string); in ttml_inherit_styles()
919 g_free (type_string); in ttml_inherit_styles()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dmissing-plugins.c102 const gchar type_string[12]; member
122 if (strcmp (missing_type_mapping[i].type_string, type) == 0) in missing_structure_get_type()
/third_party/node/deps/v8/src/objects/
Dcall-site-info.cc687 Handle<String> type_string = Handle<String>::cast(type_name); in AppendMethodCall() local
689 !String::Equals(isolate, function_string, type_string)) { in AppendMethodCall()
690 builder->AppendString(type_string); in AppendMethodCall()
Djs-break-iterator.cc187 JSObject::AddProperty(isolate, result, factory->type_string(), in ResolvedOptions()
Djs-list-format.cc166 JSObject::AddProperty(isolate, result, factory->type_string(), in ResolvedOptions()
Djs-display-names.cc575 isolate, options, factory->type_string(), type, Just(kDontThrow)); in ResolvedOptions()
/third_party/python/Lib/msilib/
D__init__.py22 type_string= 0x0c00 variable
51 if dtype == type_string:
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.h136 virtual void notifyVersion(int line, int version, const char* type_string) in notifyVersion() argument
139 versionCallback(line, version, type_string); in notifyVersion()
/third_party/glib/patch/
Dbackport-CVE-2023-24593_CVE-2023-25180-1.patch2470 + GString *type_string = NULL;
2494 + type_string = g_string_new ("");
2495 + g_string_append_c (type_string, '(');
2497 + g_string_append (type_string, "ay");
2498 + g_string_append_c (type_string, ')');
2500 + g_variant_builder_init (&builder, G_VARIANT_TYPE (type_string->str));
2523 + ray_deserialised = g_variant_new_from_data (G_VARIANT_TYPE (type_string->str),
2552 + g_string_free (type_string, TRUE);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cCommonBugsTests.cpp1110 std::string type_string; in getShaderBody() local
1112 type_string = (iteration == TEST_ITERATION_EXCL_MARK_OP_MUST_NOT_ACCEPT_BVEC2) ? in getShaderBody()
1121 << type_string << "(false))\n" in getShaderBody()
/third_party/node/src/crypto/
Dcrypto_common.cc1117 if (!Set<String>(context, info, env->type_string(), env->dh_string()) || in GetEphemeralKey()
1139 env->type_string(), in GetEphemeralKey()
/third_party/node/deps/v8/src/init/
Dheap-symbols.h128 V(_, type_string, "type") \

12