/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/ |
InterlockedDecrement.S | 34 lock decl (%rcx)
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/ |
TryWithResourceContext.java | 50 JavaParserSymbolDeclaration decl = JavaParserSymbolDeclaration.localVar(v, typeSolver); local 51 return Optional.of(Value.from(decl));
|
LambdaExprContext.java | 60 for (ResolvedValueDeclaration decl : sb.getSymbolDeclarations()) { 61 if (decl.getName().equals(name)) { 170 for (ResolvedValueDeclaration decl : symbolDeclarator.getSymbolDeclarations()) { 171 if (decl.getName().equals(name)) {
|
/external/turbine/java/com/google/turbine/binder/ |
ConstBinder.java | 111 base.decl()); 124 if (base.decl() != null && base.decl().defaultValue().isPresent()) { 126 constEvaluator.evalAnnotationValue(base.decl().defaultValue().get(), base.returnType()); 137 base.decl(), 242 base.decl(), 249 if (base.decl() == null || !base.decl().init().isPresent()) {
|
/bionic/tools/versioner/src/ |
versioner.cpp | 264 static std::set<CompilationType> getCompilationTypes(const Declaration* decl) { 266 for (const auto& it : decl->availability) { 292 const Declaration* decl = &decl_it.second; local 293 if (decl->is_definition) { 294 std::set<CompilationType> compilation_types = getCompilationTypes(decl); 301 decl->dump(cwd, stderr, 4); 307 inline_definitions[decl] = std::move(compilation_types); 311 if (!decl->calculateAvailability(&availability)) { 313 decl->dump(cwd, stderr, 2); 317 if (decl->is_definition && !availability.empty()) [all...] |
/external/mesa3d/src/gallium/drivers/etnaviv/ |
etnaviv_compiler.c | 156 struct etna_reg_desc decl[ETNA_MAX_DECL]; member in struct:etna_compile 515 c->file[x].reg = &c->decl[idx]; 519 c->decl[idx].file = x; 520 c->decl[idx].idx = sub; 538 c->decl[idx].active = false; 539 c->decl[idx].first_use = c->decl[idx].last_use = -1; 570 const struct tgsi_full_declaration *decl = &ctx.FullToken.FullDeclaration; local 571 struct etna_compile_file *file = &c->file[decl->Declaration.File]; 573 for (int idx = decl->Range.First; idx <= decl->Range.Last; ++idx) [all...] |
/external/deqp/external/openglcts/modules/gles31/ |
es31cLayoutBindingTests.cpp | 1304 String decl = buildUniformDecl(String(getTestParameters().keyword), buildLayout(String()), local 1351 String decl = local 1449 String decl = local 1491 String decl = local 1533 String decl = local 1590 String decl = local 1652 String decl = local 1718 String decl = local 1783 String decl = buildUniformDecl(String(getTestParameters().keyword), buildLayout(1), local 1828 String decl; local 1922 String decl = local 2157 String decl = local 2172 String decl = local 2362 String decl = local 2876 String decl = local 2891 String decl = local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
bgenType.py | 27 for decl in self.getArgDeclarations(name, reference):
28 Output("%s;", decl)
29 for decl in self.getAuxDeclarations(name):
30 Output("%s;", decl)
|
/external/antlr/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableParser.h | 97 - (void)decl;
|
/external/fec/ |
mmxbfly27.s | 38 decl %eax
|
mmxbfly29.s | 40 decl %eax
|
sse2bfly29.s | 39 decl %eax
|
/external/python/cpython2/Tools/bgen/bgen/ |
bgenType.py | 27 for decl in self.getArgDeclarations(name, reference): 28 Output("%s;", decl) 29 for decl in self.getAuxDeclarations(name): 30 Output("%s;", decl)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/ |
MCAsmParser.h | 50 void *Decl; 54 void *Decl; 73 void setLabel(void *decl) { 76 Label.Decl = decl; 78 void setVar(void *decl, bool isGlobalLV, unsigned size, unsigned type) { 81 Var.Decl = decl;
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
ScanHandler.java | 52 public void decl(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
|
/external/v8/tools/clang/plugins/ |
CheckIPCVisitor.h | 46 void BeginDecl(clang::Decl* decl); 92 std::vector<const clang::Decl*> decl_stack_;
|
/external/v8/tools/clang/blink_gc_plugin/ |
BlinkGCPluginConsumer.cpp | 29 std::set<FunctionDecl*> GetLateParsedFunctionDecls(TranslationUnitDecl* decl) { 39 v.TraverseDecl(decl); 130 void BlinkGCPluginConsumer::ParseFunctionTemplates(TranslationUnitDecl* decl) { 134 std::set<FunctionDecl*> late_parsed_decls = GetLateParsedFunctionDecls(decl); 354 bool BlinkGCPluginConsumer::DeclaresVirtualMethods(CXXRecordDecl* decl) { 355 CXXRecordDecl::method_iterator it = decl->method_begin(); 356 for (; it != decl->method_end(); ++it) 701 if (NamespaceDecl* decl = dyn_cast<NamespaceDecl>(context)) { 702 if (decl->isAnonymousNamespace()) 704 if (options_.checked_namespaces.find(decl->getNameAsString()) ! [all...] |
/external/syzkaller/pkg/compiler/ |
check.go | 39 for _, decl := range comp.desc.Nodes { 40 switch n := decl.(type) { 68 for _, decl := range comp.desc.Nodes { 69 switch n := decl.(type) { 71 pos, typ, name := decl.Info() 96 switch n := decl.(type) { 148 for _, decl := range comp.desc.Nodes { 149 switch n := decl.(type) { 191 for _, decl := range comp.desc.Nodes { 192 switch n := decl.(type) [all...] |
/external/selinux/checkpolicy/test/ |
dismod.c | 615 int display_avdecl(avrule_decl_t * decl, int field, 618 fprintf(out_fp, "decl %u:%s\n", decl->decl_id, 619 (decl->enabled ? " [enabled]" : "")); 622 cond_list_t *cond = decl->cond_list; 648 avrule_t *avrule = decl->avrules; 663 display_role_trans(decl->role_tr_rules, policy, out_fp); 667 display_role_allow(decl->role_allow_rules, policy, 673 (&decl->required, policy, out_fp)) { 680 (&decl->declared, policy, out_fp)) 702 avrule_decl_t *decl = block->branch_list; local [all...] |
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_shader_tgsi_setup.c | 637 const struct tgsi_full_declaration *decl) 642 switch(decl->Declaration.File) { 646 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) { 662 unsigned writemask = decl->Declaration.UsageMask; 663 first = decl->Range.First; 664 last = decl->Range.Last; 667 if (decl->Declaration.Array) { 668 unsigned id = decl->Array.ArrayID - 1; 758 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) [all...] |
/external/v8/tools/gcmole/ |
gcmole.cc | 52 const clang::NamedDecl* decl, 54 if (!llvm::isa<clang::CXXConstructorDecl>(decl) && 55 !llvm::isa<clang::CXXDestructorDecl>(decl)) { 58 ctx->mangleName(decl, out); 67 static bool InV8Namespace(const clang::NamedDecl* decl) { 68 return decl->getQualifiedNameAsString().compare(0, 4, "v8::") == 0; 224 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) { 225 callees_printer_->AnalyzeFunction(decl); 255 const clang::FunctionDecl* decl) { 258 if (!InV8Namespace(decl)) return false [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_sanity.c | 393 struct tgsi_full_declaration *decl ) 407 file = decl->Declaration.File; 410 for (i = decl->Range.First; i <= decl->Range.Last; i++) { 414 uint patch = decl->Semantic.Name == TGSI_SEMANTIC_PATCH || 415 decl->Semantic.Name == TGSI_SEMANTIC_TESSOUTER || 416 decl->Semantic.Name == TGSI_SEMANTIC_TESSINNER; 437 if (decl->Declaration.Dimension) { 438 fill_scan_register2d(reg, file, i, decl->Dim.Index2D);
|
/external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/ |
agent.cc | 250 if (method->decl->prototype->param_types == NULL) { 254 return method->decl->prototype->param_types->types.size(); 259 std::string type = method->decl->parent->Decl(); 260 ir::String* methodName = method->decl->name; 277 return Utf8Cmp(method->decl->name->c_str(), "hashCode") == 0 283 return Utf8Cmp(method->decl->name->c_str(), "equals") == 0 285 && Utf8Cmp(method->decl->prototype->param_types->types[0]->Decl().c_str(), 617 ss << method->decl->parent->Decl() << "#" << method->decl->name->c_str() << "(" [all...] |
/external/swiftshader/src/OpenGL/compiler/ |
ValidateLimitations.cpp | 242 TIntermAggregate* decl = init->getAsAggregate(); local 243 if (!decl || (decl->getOp() != EOpDeclaration)) { 248 TIntermSequence& declSeq = decl->getSequence(); 250 error(decl->getLine(), "Invalid init declaration", "for"); 255 error(decl->getLine(), "Invalid init declaration", "for");
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
tgsi_sanity.c | 391 struct tgsi_full_declaration *decl ) 405 file = decl->Declaration.File; 408 for (i = decl->Range.First; i <= decl->Range.Last; i++) { 421 if (decl->Declaration.Dimension) { 422 fill_scan_register2d(reg, file, i, decl->Dim.Index2D);
|