/frameworks/av/media/common_time/ |
cc_helper.cpp | 95 #define CCHELPER_METHOD(decl, call) \ 96 status_t CCHelper::decl { \
|
/external/libsepol/src/ |
link.c | 114 * to the object class. This means that the requirements for the decl are the union of the permissions 243 * not met, but we cannot because the decl might be optional (in which 1711 avrule_decl_t *decl, *last_decl = NULL; local 2142 avrule_decl_t *decl; local 2224 avrule_decl_t *decl; local 2270 avrule_decl_t *decl; local 2303 avrule_decl_t *decl; local 2333 avrule_decl_t *decl = cur->branch_list; local 2444 avrule_decl_t *decl; local [all...] |
/external/libsepol/tests/ |
test-common.c | 185 role_datum_t *test_role_type_set(policydb_t * p, char *id, avrule_decl_t * decl, char **types, unsigned int len, unsigned int flags) 191 if (decl) 192 role = hashtab_search(decl->p_roles.table, id); 226 void test_attr_types(policydb_t * p, char *id, avrule_decl_t * decl, char **types, int len) 233 if (decl) 234 attr = hashtab_search(decl->p_types.table, id); 239 printf("could not find attr %s in decl %d\n", id, decl->decl_id);
|
/external/quake/quake/src/QW/client/ |
d_copy.s | 81 decl %ecx 100 decl %ebp 140 decl %ebp
|
d_scana.s | 76 decl %ebx
|
/external/quake/quake/src/WinQuake/ |
d_copy.s | 81 decl %ecx 100 decl %ebp 140 decl %ebp
|
d_scana.s | 76 decl %ebx
|
/frameworks/base/tools/aidl/ |
generate_java_binder.cpp | 272 Method* decl = new Method; local 273 decl->comment = gather_comments(method->comments_token->extra); 274 decl->modifiers = PUBLIC; 275 decl->returnType = NAMES.Search(method->type.type.data); 276 decl->returnTypeDimension = method->type.dimension; 277 decl->name = method->name.data; 281 decl->parameters.push_back(new Variable( 287 decl->exceptions.push_back(REMOTE_EXCEPTION_TYPE); 289 interface->elements.push_back(decl); 346 _result = new Variable(decl->returnType, "_result" [all...] |
/external/bison/src/ |
parse-gram.y | 519 declaration DECL and location LOC. */ 522 add_param (char const *type, char *decl, location loc) 533 for (p = decl; p[1]; p++) 534 if ((p == decl 544 while (*++decl == ' ' || *decl == '\t') 562 muscle_pair_list_grow (type, decl, name);
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
ValidateLimitations.cpp | 205 TIntermAggregate* decl = init->getAsAggregate(); local 206 if ((decl == NULL) || (decl->getOp() != EOpDeclaration)) { 211 TIntermSequence& declSeq = decl->getSequence(); 213 error(decl->getLine(), "Invalid init declaration", "for"); 218 error(decl->getLine(), "Invalid init declaration", "for");
|
/external/bluetooth/glib/glib/ |
Makefile.am | 2 include $(top_srcdir)/Makefile.decl
|
/external/v8/src/ |
full-codegen.cc | 55 VariableDeclaration* decl) { 59 FunctionDeclaration* decl) { 63 ModuleDeclaration* decl) { 67 ImportDeclaration* decl) { 71 ExportDeclaration* decl) { 587 Declaration* decl = declarations->at(i); local 588 Variable* var = decl->proxy()->var(); 592 FunctionDeclaration* fun_decl = decl->AsFunctionDeclaration(); 621 void FullCodeGenerator::VisitVariableDeclaration(VariableDeclaration* decl) { 622 EmitDeclaration(decl->proxy(), decl->mode(), NULL) [all...] |
/external/valgrind/main/coregrind/m_demangle/ |
cplus-dem.c | 1031 string decl; local 1045 string_init (&decl); 1056 success = gnu_special (work, &mangled, &decl); 1060 success = demangle_prefix (work, &mangled, &decl); 1064 success = demangle_signature (work, &mangled, &decl); 1068 string_prepend (&decl, "global constructors keyed to "); 1073 string_prepend (&decl, "global destructors keyed to "); 1078 string_prepend (&decl, "import stub for "); 1081 demangled = mop_up (work, &decl, success); 1227 terminated and return it. Otherwise, free the demangling decl. * 3403 string decl; local [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableParser.h | 109 - (void)decl;
|
/external/clang/include/clang/AST/ |
Makefile | 29 $(Verb) $(ClangTableGen) -gen-clang-decl-nodes -o $(call SYSPATH, $@) $<
|
/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
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
target.h | 126 target requires such labels. Second argument is the decl the 146 associated with the tree decl. */ 165 If DECL is non-NULL, it is the VAR_DECL or FUNCTION_DECL with 167 void (* named_section) (const char *name, unsigned int flags, tree decl); 175 /* Return a section for EXP. It may be a DECL or a constant. RELOC 186 /* Select a unique section name for DECL. RELOC is the same as 190 /* Return the readonly data section associated with function DECL. */ 200 declaration for the thunk function itself, FUNCTION is the decl for 230 /* Output an assembler directive to mark decl live. This instructs 447 by the vectorizer, and return the decl of the target builti [all...] |
/external/webkit/Source/WebCore/dom/ |
NamedNodeMap.cpp | 314 if (attr->decl()) { 347 // The values for each decl must match. 350 if (attr->decl()) { 354 if (!otherAttr || !otherAttr->decl() || attr->value() != otherAttr->value()) 356 if (!attr->decl()->propertiesEqual(otherAttr->decl()))
|
/external/checkpolicy/test/ |
dismod.c | 590 int display_avdecl(avrule_decl_t * decl, int field, 593 fprintf(out_fp, "decl %u:%s\n", decl->decl_id, 594 (decl->enabled ? " [enabled]" : "")); 597 cond_list_t *cond = decl->cond_list; 623 avrule_t *avrule = decl->avrules; 638 display_role_trans(decl->role_tr_rules, policy, out_fp); 642 display_role_allow(decl->role_allow_rules, policy, 648 (&decl->required, policy, out_fp)) { 655 (&decl->declared, policy, out_fp)) 677 avrule_decl_t *decl = block->branch_list; local [all...] |
/external/clang/lib/Sema/ |
Sema.cpp | 350 NamedDecl *decl; member in struct:__anon4828::UndefinedInternal 353 UndefinedInternal(NamedDecl *decl, FullSourceLoc useLoc) 354 : decl(decl), useLoc(useLoc) {} 371 NamedDecl *decl = i->first; local 374 if (decl->isInvalidDecl()) continue; 377 if (decl->hasAttr<WeakRefAttr>()) continue; 379 if (FunctionDecl *fn = dyn_cast<FunctionDecl>(decl)) { 383 if (cast<VarDecl>(decl)->hasDefinition() != VarDecl::DeclarationOnly) 389 undefined.push_back(UndefinedInternal(decl, loc)) 400 NamedDecl *decl = i->decl; local [all...] |
/external/v8/tools/gcmole/ |
gcmole.cc | 52 const clang::NamedDecl* decl, 54 if (!isa<clang::CXXConstructorDecl>(decl) && 55 !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; 225 virtual bool VisitFunctionDecl(clang::FunctionDecl* decl) { 226 callees_printer_->AnalyzeFunction(decl); 256 const clang::FunctionDecl* decl) { 259 if (!InV8Namespace(decl)) return false [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
AttributeScope.java | 137 public void addAttribute(String name, String decl) { 138 attributes.put(name, new Attribute(name,decl));
|
/external/bluetooth/glib/docs/reference/gobject/ |
Makefile.am | 2 include $(top_srcdir)/Makefile.decl
|
/external/javassist/src/main/javassist/ |
CtMember.java | 49 Cache(CtClassType decl) { 50 super(decl);
|
/external/mesa3d/src/glsl/ |
ast_to_hir.cpp | [all...] |