Searched refs:mods (Results 1 - 25 of 44) sorted by relevance

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DEvent.java37 public EventMod[] mods; field in class:Event
47 mods = null;
53 public Event(byte eventKind, byte suspendPolicy, EventMod[] mods) { argument
56 this.modifiers = mods.length;
57 this.mods = mods;
H A DVmMirror.java163 // EventMod[] mods = new EventMod[1];
164 EventMod[] mods = new EventMod[] { new EventMod() };
166 mods[0].loc = location;
167 mods[0].modKind = EventMod.ModKind.LocationOnly;
168 Event event = new Event(eventKind, suspendPolicy, mods);
204 EventMod[] mods = new EventMod[] { mod1, mod2 };
205 Event event = new Event(eventKind, suspendPolicy, mods);
918 // EventMod[] mods = new EventMod[1];
919 EventMod[] mods = new EventMod[] { new EventMod() };
920 mods[
[all...]
H A DEventBuilder.java141 EventMod[] mods = new EventMod[modifiers.size()];
142 mods = modifiers.toArray(mods);
143 return new Event(eventKind, suspendPolicy, mods);
/external/libsepol/include/sepol/policydb/
H A Dlink.h17 policydb_t * b, policydb_t ** mods, int len,
/external/chromium_org/tools/python/google/httpd_config/
H A Dhttpd2_linux.conf2 # /etc/apache/mods-enabled. You also need to be able to write to
113 Include /etc/apache2/mods-enabled/*.load
114 Include /etc/apache2/mods-enabled/*.conf
/external/javassist/src/main/javassist/
H A DSerialVersionUID.java118 int mods = field.getModifiers();
119 if (((mods & Modifier.PRIVATE) == 0) ||
120 ((mods & (Modifier.STATIC | Modifier.TRANSIENT)) == 0)) {
122 out.writeInt(mods);
147 int mods = constructor.getModifiers();
148 if ((mods & Modifier.PRIVATE) == 0) {
150 out.writeInt(mods);
172 int mods = method.getModifiers()
177 if ((mods & Modifier.PRIVATE) == 0) {
179 out.writeInt(mods);
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dcommand.js27 var mods = {};
36 mods[partLc + 'Key'] = true;
46 this.mods_ = mods;
58 var mods = this.mods_;
60 return e[k] == !!mods[k];
H A Dmenu_item.js142 var mods = {};
151 mods[partUc] = true;
168 if (mods[mod])
/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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DThreadEndTest.java56 EventMod[] mods = new EventMod[0];
57 Event eventToSet = new Event(eventKind, suspendPolicy, mods);
H A DThreadStartTest.java58 EventMod[] mods = new EventMod[0];
59 Event eventToSet = new Event(eventKind, suspendPolicy, mods);
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
H A DSDL_pgevents.c50 sym.mod = evt->e.kbd.mods;
60 sym.mod = evt->e.kbd.mods;
/external/chromium_org/chrome/browser/chromeos/events/
H A Dsystem_key_event_listener.cc94 if (xkey_event->state.mods) {
H A Devent_rewriter.cc392 reinterpret_cast<unsigned int*>(&xievent->mods.effective));
420 reinterpret_cast<unsigned int*>(&xievent->mods.effective));
733 reinterpret_cast<unsigned int*>(&xievent->mods.effective));
738 (xievent->mods.effective & Mod1Mask) && xievent->detail == Button1) {
741 xievent->mods.effective &= ~Mod1Mask;
745 // mods, and set the right button.
748 xievent->mods.effective &= ~Button1Mask;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DThreadEndTest.java60 EventMod[] mods = new EventMod[0];
61 Event eventToSet = new Event(eventKind, suspendPolicy, mods);
H A DThreadStartTest.java61 EventMod[] mods = new EventMod[0];
62 Event eventToSet = new Event(eventKind, suspendPolicy, mods);
/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/chromium_org/third_party/openssl/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/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.15/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/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/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c4667 struct d_print_mod *mods, int suffix)
4671 if (mods == NULL || d_print_saw_error (dpi))
4674 if (mods->printed
4676 && (mods->mod->type == DEMANGLE_COMPONENT_RESTRICT_THIS
4677 || mods->mod->type == DEMANGLE_COMPONENT_VOLATILE_THIS
4678 || mods->mod->type == DEMANGLE_COMPONENT_CONST_THIS)))
4680 d_print_mod_list (dpi, options, mods->next, suffix);
4684 mods->printed = 1;
4687 dpi->templates = mods->templates;
4689 if (mods
4666 d_print_mod_list(struct d_print_info *dpi, int options, struct d_print_mod *mods, int suffix) argument
4816 d_print_function_type(struct d_print_info *dpi, int options, const struct demangle_component *dc, struct d_print_mod *mods) argument
4896 d_print_array_type(struct d_print_info *dpi, int options, const struct demangle_component *dc, struct d_print_mod *mods) argument
[all...]
/external/chromium_org/ui/base/x/
H A Dx11_util.cc415 xievent->mods.base == next_xievent->mods.base &&
416 xievent->mods.latched == next_xievent->mods.latched &&
417 xievent->mods.locked == next_xievent->mods.locked &&
418 xievent->mods.effective == next_xievent->mods.effective) {

Completed in 2201 milliseconds

12