HomeSort by relevance Sort by last modified time
    Searched full:mods (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/stlport/stlport/stl/config/
_como.h 38 // Actual mods made under RedHat 6.1 LINUX, should be ok with SuSE too and
55 // BETA6 Feb 5, 2001, Minor mods to accomodate Comeau C++ 4.2.45.1
60 // Mods for an fpos_t problem for some LINUXes
61 // Mods since Destroy did not work in strict mode
84 /* UNIX 386+ SVR3 mods made with __USING_x86SVR3x_WITH_COMO
  /frameworks/base/libs/ui/
KeyCharacterMap.cpp 101 KeyCharacterMap::find_char(uint16_t c, uint32_t* key, uint32_t* mods)
109 *mods = j;
123 uint32_t k, mods; local
124 if (find_char(chars[i], &k, &mods)) {
126 modifiers->add(mods);
  /dalvik/vm/jdwp/
JdwpEvent.c 100 * values for mods valid for the event being evaluated will be filled in.
183 * If one or more LocationOnly mods are used, register them with
187 JdwpEventMod* pMod = &pEvent->mods[i];
246 JdwpEventMod* pMod = &pEvent->mods[i];
324 int allocSize = offsetof(JdwpEvent, mods) +
325 numMods * sizeof(newEvent->mods[0]);
350 * Free any hairy bits in the mods.
353 if (pEvent->mods[i].modKind == MK_CLASS_MATCH) {
354 free(pEvent->mods[i].classMatch.classPattern);
355 pEvent->mods[i].classMatch.classPattern = NULL
    [all...]
JdwpEvent.h 92 int modCount; /* #of entries in mods[] */
95 JdwpEventMod mods[1]; /* MUST be last field in struct */ member in struct:JdwpEvent
JdwpHandler.c     [all...]
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 251 int mods = (int)(keys[i] >> 32); local
252 if ((mods & KeyEvent.META_ALT_ON) != 0) {
255 if ((mods & KeyEvent.META_SHIFT_ON) != 0) {
258 if ((mods & KeyEvent.META_SYM_ON) != 0) {
269 int mods = (int)(keys[i] >> 32); local
272 if ((mods & KeyEvent.META_ALT_ON) != 0) {
278 if ((mods & KeyEvent.META_SHIFT_ON) != 0) {
284 if ((mods & KeyEvent.META_SYM_ON) != 0) {
299 if ((mods & KeyEvent.META_ALT_ON) != 0) {
305 if ((mods & KeyEvent.META_SHIFT_ON) != 0)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgevents.c 50 sym.mod = evt->e.kbd.mods;
60 sym.mod = evt->e.kbd.mods;
  /frameworks/base/include/ui/
KeyCharacterMap.h 65 bool find_char(uint16_t c, uint32_t* key, uint32_t* mods);
  /external/qemu/android/skin/
keyset.c 270 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;
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
MethodTest.java 333 int mods = 0; local
338 mods = mth.getModifiers();
343 assertTrue("Incorrect modifiers returned", (mods | mask) == mask);
346 mods = mth.getModifiers();
351 assertTrue("Incorrect modifiers returned", (mods | mask) == mask);
354 mods = mth.getModifiers();
359 assertTrue("Incorrect modifiers returned", (mods | mask) == mask);
362 mods = mth.getModifiers();
368 assertTrue("Incorrect modifiers returned", (mods | mask) == mask);
372 mods = mth.getModifiers()
    [all...]
  /dalvik/libcore/luni-kernel/src/main/java/java/lang/reflect/
Constructor.java 255 int mods = getConstructorModifiers(declaringClass, slot); local
256 return (mods & Modifier.VARARGS) != 0;
269 int mods = getConstructorModifiers(declaringClass, slot); local
270 return (mods & Modifier.SYNTHETIC) != 0;
  /external/openssl/crypto/des/
VERSION 282 Made mods so that the library should work on 64bit CPU's.
286 IRIX - Sillicon Graphics mods (mostly in read_password.c).
332 Fixed the VMS mods so that echo is now turned off in
347 Added SVR4 mods suggested by witr@rwwa.COM
348 Added VMS mods suggested by brennan@coco.cchs.su.oz.AU. If
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macevents.c 170 } 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/openssl/crypto/bn/
bn_prime.c 380 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/clearsilver/cgi/
cgiwrap.c 54 /* so you can compile the same code for embedded without mods.
  /external/webkit/WebKit/android/plugins/
PluginDebugAndroid.cpp 73 anp_logPlugin("%p EVENT::KEY[%d] time=%d action=%s code=%d vcode=%d unichar=%d repeat=%d mods=%x",
  /dalvik/vm/mterp/portable/
debug.c 47 * Depending on the "mods" associated with event(s) on this address,
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_keysym.h 289 /* Enumeration of valid key mods (possibly OR'd together) */
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_keysym.h 289 /* Enumeration of valid key mods (possibly OR'd together) */
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_keysym.h 289 /* Enumeration of valid key mods (possibly OR'd together) */
  /prebuilt/windows/sdl/host/include/SDL/
SDL_keysym.h 294 /* Enumeration of valid key mods (possibly OR'd together) */
  /prebuilt/windows/sdl/include/SDL/
SDL_keysym.h 289 /* Enumeration of valid key mods (possibly OR'd together) */
  /external/oprofile/libpopt/
popt.c 523 /*@-modobserver -mods @*/
538 /*@=modobserver =mods @*/
941 /*@-mods@*/
948 /*@=mods@*/
    [all...]
  /development/samples/BrowserPlugin/jni/
main.cpp 349 " code=%d vcode=%d unichar=%d repeat=%d mods=%x", instance,
  /external/bzip2/
CHANGES 92 added minor mods so it compiles with DJGPP out of the box

Completed in 813 milliseconds

1 2 3 4