/external/libsepol/include/sepol/policydb/ |
link.h | 17 policydb_t * b, policydb_t ** mods, int len,
|
/external/chromium_org/tools/python/google/httpd_config/ |
httpd2_linux.conf | 2 # /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/ |
SerialVersionUID.java | 118 int mods = field.getModifiers(); local 119 if (((mods & Modifier.PRIVATE) == 0) || 120 ((mods & (Modifier.STATIC | Modifier.TRANSIENT)) == 0)) { 122 out.writeInt(mods); 147 int mods = constructor.getModifiers(); local 148 if ((mods & Modifier.PRIVATE) == 0) { 150 out.writeInt(mods); 172 int mods = method.getModifiers() local 177 if ((mods & Modifier.PRIVATE) == 0) { 179 out.writeInt(mods); [all...] |
/external/chromium_org/chrome/browser/chromeos/ |
system_key_event_listener.cc | 137 if (xkey_event->state.mods) { 145 if (xkey_event->state.mods & ShiftMask) 147 if (xkey_event->state.mods & ControlMask) 149 if (xkey_event->state.mods & Mod1Mask)
|
/external/libsepol/tests/ |
test-deps.c | 142 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);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
makesetup | 113 MODS= 148 mods= 184 [a-zA-Z_]*) mods="$mods $arg";; 192 MODS="$MODS $mods" 230 for mod in $mods 261 for mod in $MODS
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
makesetup | 113 MODS= 148 mods= 184 [a-zA-Z_]*) mods="$mods $arg";; 192 MODS="$MODS $mods" 230 for mod in $mods 261 for mod in $MODS
|
/external/chromium_org/chrome/browser/ui/ash/ |
event_rewriter.h | 132 unsigned int mods, 148 unsigned int mods,
|
event_rewriter.cc | 311 unsigned int mods, 329 *remapped_mods = (mods & ~map.input_mods) | map.output_mods; 341 unsigned int mods, 360 *remapped_mods = (mods & ~map.input_mods) | map.output_mods; [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/ |
SDL_pgevents.c | 50 sym.mod = evt->e.kbd.mods; 60 sym.mod = evt->e.kbd.mods;
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/ |
MethodTest.java | 198 int mods = 0; local 202 mods = mth.getModifiers(); 205 assertTrue("Incorrect modifiers returned", (mods | mask) == mask); 207 mods = mth.getModifiers(); 210 assertTrue("Incorrect modifiers returned", (mods | mask) == mask); 212 mods = mth.getModifiers(); 215 assertTrue("Incorrect modifiers returned", (mods | mask) == mask); 217 mods = mth.getModifiers(); 221 assertTrue("Incorrect modifiers returned", (mods | mask) == mask); 224 mods = mth.getModifiers() [all...] |
/art/runtime/jdwp/ |
jdwp_event.h | 97 int modCount; /* #of entries in mods[] */ 100 JdwpEventMod mods[1]; /* MUST be last field in struct */ member in struct:art::JDWP::JdwpEvent
|
jdwp_event.cc | 106 * values for mods valid for the event being evaluated will be filled in. 132 const JdwpEventMod* pMod = &pEvent->mods[i]; 151 * If one or more "break"-type mods are used, register them with 155 const JdwpEventMod* pMod = &pEvent->mods[i]; 215 JdwpEventMod* pMod = &pEvent->mods[i]; 278 int allocSize = offsetof(JdwpEvent, mods) + numMods * sizeof(newEvent->mods[0]); 300 * Free any hairy bits in the mods. 303 if (pEvent->mods[i].modKind == MK_CLASS_MATCH) { 304 free(pEvent->mods[i].classMatch.classPattern) [all...] |
/dalvik/vm/jdwp/ |
JdwpEvent.h | 92 int modCount; /* #of entries in mods[] */ 95 JdwpEventMod mods[1]; /* MUST be last field in struct */ member in struct:JdwpEvent
|
JdwpEvent.cpp | 100 * values for mods valid for the event being evaluated will be filled in. 172 const JdwpEventMod* pMod = &pEvent->mods[i]; 196 * If one or more "break"-type mods are used, register them with 200 const JdwpEventMod* pMod = &pEvent->mods[i]; 259 JdwpEventMod* pMod = &pEvent->mods[i]; 332 int allocSize = offsetof(JdwpEvent, mods) + 333 numMods * sizeof(newEvent->mods[0]); 355 * Free any hairy bits in the mods. 358 if (pEvent->mods[i].modKind == MK_CLASS_MATCH) { 359 free(pEvent->mods[i].classMatch.classPattern) [all...] |
JdwpHandler.cpp | [all...] |
/libcore/libdvm/src/main/java/java/lang/reflect/ |
Constructor.java | 251 int mods = Method.getMethodModifiers(declaringClass, slot); local 252 return (mods & Modifier.VARARGS) != 0; 263 int mods = Method.getMethodModifiers(declaringClass, slot); local 264 return (mods & Modifier.SYNTHETIC) != 0;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
XKBstr.h | 52 unsigned char mods; member in struct:_XkbStateRec 71 unsigned char mask; /* effective mods */ 79 XkbModsRec mods; member in struct:_XkbKTMapEntry 83 XkbModsRec mods; member in struct:_XkbKeyType 210 unsigned char mods; member in struct:_XkbRedirectKeyAction 247 XkbModAction mods; member in union:_XkbAction 352 unsigned char mods; member in struct:_XkbSymInterpretRec 369 XkbModsRec mods; member in struct:_XkbIndicatorMapRec 375 ((i)->which_mods&&(i)->mods.mask)||\
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XKBstr.h | 52 unsigned char mods; member in struct:_XkbStateRec 71 unsigned char mask; /* effective mods */ 79 XkbModsRec mods; member in struct:_XkbKTMapEntry 83 XkbModsRec mods; member in struct:_XkbKeyType 210 unsigned char mods; member in struct:_XkbRedirectKeyAction 247 XkbModAction mods; member in union:_XkbAction 352 unsigned char mods; member in struct:_XkbSymInterpretRec 369 XkbModsRec mods; member in struct:_XkbIndicatorMapRec 375 ((i)->which_mods&&(i)->mods.mask)||\
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
XKBstr.h | 52 unsigned char mods; member in struct:_XkbStateRec 71 unsigned char mask; /* effective mods */ 79 XkbModsRec mods; member in struct:_XkbKTMapEntry 83 XkbModsRec mods; member in struct:_XkbKeyType 210 unsigned char mods; member in struct:_XkbRedirectKeyAction 247 XkbModAction mods; member in union:_XkbAction 352 unsigned char mods; member in struct:_XkbSymInterpretRec 369 XkbModsRec mods; member in struct:_XkbIndicatorMapRec 375 ((i)->which_mods&&(i)->mods.mask)||\
|
/external/javassist/src/main/javassist/compiler/ |
MemberResolver.java | 542 public static int getModifiers(ASTList mods) { 544 while (mods != null) { 545 Keyword k = (Keyword)mods.head(); 546 mods = mods.tail();
|
/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
MethodTest.java | 290 int mods = 0; local 295 mods = mth.getModifiers(); 300 assertTrue("Incorrect modifiers returned", (mods | mask) == mask); 303 mods = mth.getModifiers(); 308 assertTrue("Incorrect modifiers returned", (mods | mask) == mask); 311 mods = mth.getModifiers(); 316 assertTrue("Incorrect modifiers returned", (mods | mask) == mask); 319 mods = mth.getModifiers(); 325 assertTrue("Incorrect modifiers returned", (mods | mask) == mask); 329 mods = mth.getModifiers() [all...] |
/external/chromium_org/third_party/openssl/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/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/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;
|