Searched defs:mods (Results 1 - 14 of 14) sorted by relevance

/external/libsepol/tests/
H A Dtest-deps.c142 policydb_t *mods[] = { &mod }; local
166 ret = link_modules(h, base, mods, 1, 0);
224 policydb_t *mods[] = { &mod }; local
246 ret = link_modules(h, base, mods, 1, 0);
/external/javassist/src/main/javassist/compiler/
H A DMemberResolver.java542 public static int getModifiers(ASTList mods) { argument
544 while (mods != null) {
545 Keyword k = (Keyword)mods.head();
546 mods = mods.tail();
H A DParser.java43 ASTList mods = parseMemberMods();
64 return parseMethod1(tbl, isConstructor, mods, d);
66 return parseField(tbl, mods, d);
74 private FieldDecl parseField(SymbolTable tbl, ASTList mods, argument
85 return new FieldDecl(mods, new ASTList(d, new ASTList(expr)));
104 ASTList mods, Declarator d)
138 return new MethodDecl(mods, new ASTList(d,
103 parseMethod1(SymbolTable tbl, boolean isConstructor, ASTList mods, Declarator d) argument
/external/openssl/crypto/bn/
H A Dbn_prime.c380 prime_t mods[NUMPRIMES]; local
387 mods[i]=(prime_t)BN_mod_word(rnd,(BN_ULONG)primes[i]);
394 if (((mods[i]+delta)%primes[i]) <= 1)
/external/qemu/android/skin/
H A Dkeyset.c270 static const struct { const char* prefix; int mod; } mods[] = local
290 for (nn = 0; mods[nn].prefix != NULL; nn++) {
291 const char* prefix = mods[nn].prefix;
297 mod |= mods[nn].mod;
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
H A DSDL_macevents.c170 } mods[] = { local
196 for ( i=0; mods[i].mask; ++i ) {
197 mask = mods[i].mask;
199 keysym.sym = mods[i].key;
201 (mods[i].key == SDLK_CAPSLOCK) ) {
/external/checkpolicy/test/
H A Ddismod.c751 policydb_t module, *mods = &module; local
766 if (read_policy(module_name, mods)) {
781 ret = link_modules(NULL, base, &mods, 1, 0);
/external/gcc-demangle/
H A Dcp-demangle.c4409 struct d_print_mod *mods, int suffix)
4413 if (mods == NULL || d_print_saw_error (dpi))
4416 if (mods->printed
4418 && (mods->mod->type == DEMANGLE_COMPONENT_RESTRICT_THIS
4419 || mods->mod->type == DEMANGLE_COMPONENT_VOLATILE_THIS
4420 || mods->mod->type == DEMANGLE_COMPONENT_CONST_THIS)))
4422 d_print_mod_list (dpi, mods->next, suffix);
4426 mods->printed = 1;
4429 dpi->templates = mods->templates;
4431 if (mods
4408 d_print_mod_list(struct d_print_info *dpi, struct d_print_mod *mods, int suffix) argument
4558 d_print_function_type(struct d_print_info *dpi, const struct demangle_component *dc, struct d_print_mod *mods) argument
4638 d_print_array_type(struct d_print_info *dpi, const struct demangle_component *dc, struct d_print_mod *mods) argument
[all...]
/external/libsepol/src/
H A Dlink.c2474 policydb_t * b, policydb_t ** mods, int len, int verbose)
2500 if (mods[i]->policy_type != POLICY_MOD) {
2506 if (mods[i]->mls != b->mls) {
2523 modules[i]->policy = mods[i];
2473 link_modules(sepol_handle_t * handle, policydb_t * b, policydb_t ** mods, int len, int verbose) argument
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c4030 struct d_print_mod *mods, int suffix)
4034 if (mods == NULL || d_print_saw_error (dpi))
4037 if (mods->printed
4039 && (mods->mod->type == DEMANGLE_COMPONENT_RESTRICT_THIS
4040 || mods->mod->type == DEMANGLE_COMPONENT_VOLATILE_THIS
4041 || mods->mod->type == DEMANGLE_COMPONENT_CONST_THIS)))
4043 d_print_mod_list (dpi, mods->next, suffix);
4047 mods->printed = 1;
4050 dpi->templates = mods->templates;
4052 if (mods
4029 d_print_mod_list(struct d_print_info *dpi, struct d_print_mod *mods, int suffix) argument
4164 d_print_function_type(struct d_print_info *dpi, const struct demangle_component *dc, struct d_print_mod *mods) argument
4250 d_print_array_type(struct d_print_info *dpi, const struct demangle_component *dc, struct d_print_mod *mods) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 409 milliseconds