/external/selinux/libsepol/tests/ |
D | test-linker-types.c | 100 static void test_type_datum(policydb_t * p, const char *id, unsigned int *decls, int len, unsigned … in test_type_datum() 127 unsigned int decls[2]; in base_type_tests() local 165 unsigned int decls[2]; in module_type_tests() local
|
D | test-linker-roles.c | 72 unsigned int decls[2]; in base_role_tests() local 102 unsigned int decls[3]; in module_role_tests() local
|
D | test-linker-cond-map.c | 90 unsigned int decls[1]; in base_cond_tests() local 121 unsigned int decls[1]; in module_cond_tests() local
|
D | test-common.c | 31 …cydb_t * p, const char *id, int sym_type, unsigned int scope_type, unsigned int *decls, unsigned i… in test_sym_presence()
|
/external/python/cpython3/Tools/c-analyzer/c_parser/ |
D | datafiles.py | 54 def write_decls(decls, outfile, fmt=None, *, backup=False): argument 94 def write_decls_tsv(decls, outfile, extracolumns=None, *, argument 120 def _write_decls_tsv(decls, outfile, extracolumns, kwargs): argument
|
D | match.py | 144 def group_by_category(decls, categories, *, ignore_non_match=True): argument
|
D | info.py | 1368 def from_decls(cls, decls): argument 1434 def __init__(self, decls): argument 1582 def _extend(self, decls): argument
|
/external/clang/lib/AST/ |
D | DeclGroup.cpp | 28 DeclGroup::DeclGroup(unsigned numdecls, Decl** decls) : NumDecls(numdecls) { in DeclGroup()
|
/external/clang/include/clang/AST/ |
D | UnresolvedSet.h | 128 DeclsTy &decls() { in decls() function 131 const DeclsTy &decls() const { in decls() function
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | vertexdeclaration9.h | 48 D3DVERTEXELEMENT9 *decls; member
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_vdecl.c | 46 SVGA3dVertexDecl decls[SVGA3D_INPUTREG_MAX]; in emit_hw_vs_vdecl() local
|
D | svga_pipe_streamout.c | 136 SVGA3dStreamOutputDeclarationEntry decls[SVGA3D_MAX_STREAMOUT_DECLS]; in svga_create_stream_output() local
|
/external/wayland/ |
D | meson.build | 48 decls = [ variable
|
/external/python/cpython3/Tools/c-analyzer/c_analyzer/ |
D | __init__.py | 47 def analyze_decls(decls, known, *, argument
|
D | match.py | 184 def group_by_storage(decls, **kwargs): argument
|
/external/angle/src/compiler/translator/tree_util/ |
D | ReplaceShadowingVariables.cpp | 79 TIntermSequence *decls = node->getSequence(); in visitDeclaration() local
|
/external/clang/utils/ |
D | modfuzz.py | 36 decls = [ variable
|
/external/turbine/java/com/google/turbine/binder/ |
D | CompUnitPreprocessor.java | 102 Iterable<TyDecl> decls = unit.decls(); in preprocess() local
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.py | 165 def dump_struct(decls, class_): argument
|
/external/skia/src/sksl/codegen/ |
D | SkSLMetalCodeGenerator.cpp | 1872 const GlobalVarDeclaration& decls = e->as<GlobalVarDeclaration>(); in writeFunctionDeclaration() local 2319 const GlobalVarDeclaration& decls = e->as<GlobalVarDeclaration>(); in writeUniformStruct() local 2350 const GlobalVarDeclaration& decls = e->as<GlobalVarDeclaration>(); in writeInputStruct() local 2383 const GlobalVarDeclaration& decls = e->as<GlobalVarDeclaration>(); in writeOutputStruct() local
|
/external/rust/crates/async-trait/src/ |
D | expand.rs | 321 let decls = sig in transform_block() localVariable
|
/external/clang/include/clang/Sema/ |
D | Scope.h | 270 decl_range decls() const { in decls() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinition.cpp | 85 static bool containsMatchingSubtype (const std::vector<glu::VariableDeclaration>& decls, bool (*pre… in containsMatchingSubtype()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Initialize.cpp | 342 void AddTabledBuiltin(TString& decls, const BuiltInFunction& function) in AddTabledBuiltin() 462 const auto forEachFunction = [&](TString& decls, const BuiltInFunction* function) { in addTabledBuiltins()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | Initialize.cpp | 342 void AddTabledBuiltin(TString& decls, const BuiltInFunction& function) in AddTabledBuiltin() 462 const auto forEachFunction = [&](TString& decls, const BuiltInFunction* function) { in addTabledBuiltins()
|