Searched refs:typedefs (Results 1 - 15 of 15) sorted by relevance
/third_party/node/deps/v8/third_party/inspector_protocol/ |
H A D | code_generator.py | 310 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 D | code_generator.py | 295 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 D | stdin-util.h | 28 #include <pulsecore/typedefs.h>
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | client.h | 25 #include <pulsecore/typedefs.h>
|
H A D | device-port.h | 31 #include <pulsecore/typedefs.h>
|
H A D | card.h | 23 #include <pulsecore/typedefs.h>
|
H A D | core.h | 23 #include <pulsecore/typedefs.h>
|
H A D | sink-input.h | 26 #include <pulsecore/typedefs.h>
|
H A D | source-output.h | 25 #include <pulsecore/typedefs.h>
|
H A D | source.h | 27 #include <pulsecore/typedefs.h>
|
H A D | sink.h | 26 #include <pulsecore/typedefs.h>
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework_sc.py | 429 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 D | find-doc-nits | 362 ## We don't prohibit that space, to allow typedefs looking like
|
/third_party/openssl/util/ |
H A D | find-doc-nits | 362 ## We don't prohibit that space, to allow typedefs looking like
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | parse.c | 456 } 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