/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
|
surf16.s | 112 decl %eax 164 decl %ecx
|
/external/quake/quake/src/WinQuake/ |
d_copy.s | 81 decl %ecx 100 decl %ebp 140 decl %ebp
|
d_scana.s | 76 decl %ebx
|
surf16.s | 112 decl %eax 164 decl %ecx
|
/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/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/bison/src/ |
parse-gram.y | 58 * \param decl the formal argument 61 static void add_param (char const *type, char *decl, location loc); 716 declaration DECL and location LOC. */ 719 add_param (char const *type, char *decl, location loc) 730 for (p = decl; p[1]; p++) 731 if ((p == decl 742 ++decl; 743 while (c_isspace ((unsigned char) *decl)) 744 ++decl; 751 muscle_pair_list_grow (type, decl, name) [all...] |
/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 | 1169 string decl; local 3540 string decl; local [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableParser.h | 109 - (void)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/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/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/javassist/src/main/javassist/ |
CtMember.java | 49 Cache(CtClassType decl) { 50 super(decl);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
target.def | 160 void, (FILE *stream, tree decl), default_globalize_decl_name) 163 target requires such labels. Second argument is the decl the 170 void, (FILE *stream, tree decl, int for_eh, int empty), 233 associated with the tree decl. */ 237 void, (tree decl, int visibility), 276 If DECL is non-NULL, it is the VAR_DECL or FUNCTION_DECL with 281 void, (const char *name, unsigned int flags, tree decl), 284 /* Return preferred text (sub)section for function DECL. 294 section *, (tree decl, enum node_frequency freq, bool startup, bool exit), 303 decl is available as @var{decl} and the new section is `cold' if [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
target.def | 160 void, (FILE *stream, tree decl), default_globalize_decl_name) 163 target requires such labels. Second argument is the decl the 170 void, (FILE *stream, tree decl, int for_eh, int empty), 233 associated with the tree decl. */ 237 void, (tree decl, int visibility), 276 If DECL is non-NULL, it is the VAR_DECL or FUNCTION_DECL with 281 void, (const char *name, unsigned int flags, tree decl), 284 /* Return preferred text (sub)section for function DECL. 294 section *, (tree decl, enum node_frequency freq, bool startup, bool exit), 303 decl is available as @var{decl} and the new section is `cold' if [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
target.def | 160 void, (FILE *stream, tree decl), default_globalize_decl_name) 163 target requires such labels. Second argument is the decl the 170 void, (FILE *stream, tree decl, int for_eh, int empty), 233 associated with the tree decl. */ 237 void, (tree decl, int visibility), 276 If DECL is non-NULL, it is the VAR_DECL or FUNCTION_DECL with 281 void, (const char *name, unsigned int flags, tree decl), 284 /* Return preferred text (sub)section for function DECL. 294 section *, (tree decl, enum node_frequency freq, bool startup, bool exit), 303 decl is available as @var{decl} and the new section is `cold' if [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
target.def | 160 void, (FILE *stream, tree decl), default_globalize_decl_name) 163 target requires such labels. Second argument is the decl the 170 void, (FILE *stream, tree decl, int for_eh, int empty), 233 associated with the tree decl. */ 237 void, (tree decl, int visibility), 276 If DECL is non-NULL, it is the VAR_DECL or FUNCTION_DECL with 281 void, (const char *name, unsigned int flags, tree decl), 284 /* Return preferred text (sub)section for function DECL. 294 section *, (tree decl, enum node_frequency freq, bool startup, bool exit), 303 decl is available as @var{decl} and the new section is `cold' if [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangParser.h | 31 #define DECL 4 144 - (LangParser_decl_return *)decl;
|
/external/clang/bindings/python/tests/cindex/ |
test_cursor.py | 140 decl = get_cursor(tu, 'C') 143 assert(curs[0].semantic_parent == decl) 148 decl = get_cursor(tu, 'C') 151 assert(curs[0].lexical_parent == decl)
|