/external/iw/ |
iw.h | 66 #define __COMMAND(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help, _sel)\ 68 __cmd ## _ ## _symname ## _ ## _handler ## _ ## _nlcmd ## _ ## _idby ## _ ## _hidden\ 74 .hidden = (_hidden), \ 81 #define __ACMD(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help, _sel, _alias)\ 82 __COMMAND(_section, _symname, _name, _args, _nlcmd, _flags, _hidden, _idby, _handler, _help, _sel);\ 83 static const struct cmd *_alias = &__cmd ## _ ## _symname ## _ ## _handler ## _ ## _nlcmd ## _ ## _idby ## _ ## _hidden
|
/external/bison/m4/ |
errno_h.m4 | 122 ]$1[_HIDDEN=0; ]$1[_VALUE= 125 ]$1[_HIDDEN=1; ]$1[_VALUE="$gl_cv_header_errno_h_]$1[" 128 AC_SUBST($1[_HIDDEN])
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
PutFilter.java | 70 private ConcurrentMap<String,String> _hidden = new ConcurrentHashMap<String, String>(); field in class:PutFilter 177 return _hidden.containsKey(pathInContext); 212 _hidden.put(pathInContext,pathInContext); 265 _hidden.remove(pathInContext);
|
/system/media/camera/docs/ |
metadata_model.py | 974 self._hidden = hidden # bool 993 return self._hidden [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_multiprocessing.py | 1093 n._hidden = 'hidden' [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_multiprocessing.py | 1093 n._hidden = 'hidden' [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_multiprocessing.py | 1093 n._hidden = 'hidden' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_multiprocessing.py | 1093 n._hidden = 'hidden' [all...] |