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

1 2 3 4 5 6

  /external/libsepol/include/sepol/policydb/
link.h 17 policydb_t * b, policydb_t ** mods, int len,
  /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/sandbox/linux/seccomp-bpf/
Makefile 5 MODS := demo sandbox_bpf basicblock codegen die errorcode syscall syscall_iterator trap verifier
6 OBJS64 := $(shell echo ${MODS} | xargs -n 1 | sed -e 's/$$/.o64/')
7 OBJS32 := $(shell echo ${MODS} | xargs -n 1 | sed -e 's/$$/.o32/')
  /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)
  /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.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...]
JdwpEvent.h 92 int modCount; /* #of entries in mods[] */
95 JdwpEventMod mods[1]; /* MUST be last field in struct */ member in struct:JdwpEvent
  /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/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
  /ndk/sources/cxx-stl/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
  /prebuilts/ndk/5/sources/cxx-stl/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
  /prebuilts/ndk/6/sources/cxx-stl/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
  /prebuilts/ndk/7/sources/cxx-stl/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
  /prebuilts/ndk/8/sources/cxx-stl/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
  /prebuilts/ndk/9/sources/cxx-stl/EH/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
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
command.js 27 var mods = {};
36 mods[partLc + 'Key'] = true;
46 this.mods_ = mods;
58 var mods = this.mods_;
60 return e[k] == !!mods[k];
  /external/chromium_org/ui/webui/resources/js/cr/ui/
command.js 27 var mods = {};
36 mods[partLc + 'Key'] = true;
46 this.mods_ = mods;
58 var mods = this.mods_;
60 return e[k] == !!mods[k];
  /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/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/llvm/test/Transforms/GVN/
2008-12-09-SelfRemove.ll 11 define void @d_print_mod_list(%struct.d_print_info* %dpi, %struct.d_print_mod* %mods, i32 %suffix) nounwind {
  /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

Completed in 1240 milliseconds

1 2 3 4 5 6