Home
last modified time | relevance | path

Searched refs:typedefs (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/third_party/inspector_protocol/
H A Dcode_generator.py310 typedefs = {
326 "return_type": typedefs[type],
327 "pass_type": typedefs[type],
331 "type": typedefs[type],
332 "raw_type": typedefs[type],
333 "raw_pass_type": typedefs[type],
334 "raw_return_type": typedefs[type],
/third_party/node/tools/inspector_protocol/
H A Dcode_generator.py295 typedefs = {
311 "return_type": typedefs[type],
312 "pass_type": typedefs[type],
316 "type": typedefs[type],
317 "raw_type": typedefs[type],
318 "raw_pass_type": typedefs[type],
319 "raw_return_type": typedefs[type],
/third_party/pulseaudio/src/modules/
H A Dstdin-util.h28 #include <pulsecore/typedefs.h>
/third_party/pulseaudio/src/pulsecore/
H A Dclient.h25 #include <pulsecore/typedefs.h>
H A Ddevice-port.h31 #include <pulsecore/typedefs.h>
H A Dcard.h23 #include <pulsecore/typedefs.h>
H A Dcore.h23 #include <pulsecore/typedefs.h>
H A Dsink-input.h26 #include <pulsecore/typedefs.h>
H A Dsource-output.h25 #include <pulsecore/typedefs.h>
H A Dsource.h27 #include <pulsecore/typedefs.h>
H A Dsink.h26 #include <pulsecore/typedefs.h>
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework_sc.py429 def __init__ (self, name, handles, enums, bitfields, compositeTypes, functions, definitions, additionalDefinitions, typedefs, versionInCore):
438 self.typedefs = typedefs
747 typedefs = parseTypedefs(extensionSrc)
769 extensions.append(Extension(extensionName, extHandles, extEnums, extBitfields, extCompositeTypes, extFunctions, extDefinitions, additionalDefinitions, typedefs, extCoreVersion))
2109 # check composite types and typedefs in case extension is part of core
2110 for structureList in [extension.compositeTypes, extension.typedefs]:
/third_party/node/deps/openssl/openssl/util/
H A Dfind-doc-nits362 ## We don't prohibit that space, to allow typedefs looking like
/third_party/openssl/util/
H A Dfind-doc-nits362 ## We don't prohibit that space, to allow typedefs looking like
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c456 } typedefs[] = { variable
600 for (i = 0; i < ARRAY_SIZE(typedefs); i++) in init_parser()
601 init_keyword(stream, &typedefs[i], NS_TYPEDEF); in init_parser()

Completed in 19 milliseconds