HomeSort by relevance Sort by last modified time
    Searched full:_hidden (Results 1 - 14 of 14) sorted by null

  /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
  /hardware/google/av/codec2/tests/
C2UtilTest.cpp 93 EXPECT_EQ("_hidden-value", _C2EnumUtils::camelCaseToDashed("_HIDDEN_VALUE"));
105 EXPECT_EQ("_hidden-value", _C2EnumUtils::camelCaseToDashed("_HiddenValue"));
114 EXPECT_EQ("_hidden-value", _C2EnumUtils::camelCaseToDashed("_Hidden__VALUE"));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
FSProxy.py 60 def _hidden(self, name): member in class:FSProxyLocal
70 if self._hidden(name): return 0
  /external/python/cpython2/Demo/pdist/
FSProxy.py 60 def _hidden(self, name): member in class:FSProxyLocal
70 if self._hidden(name): return 0
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_config.py 228 return self._hidden
420 self._hidden = hidden
552 conf['ignore_broadcast_ssid'] = 1 if self._hidden else 0
  /frameworks/av/media/extractors/mp4/
ItemTable.cpp 44 ImageItem(uint32_t _type, uint32_t _id, bool _hidden) :
45 type(_type), itemId(_id), hidden(_hidden),
    [all...]
  /system/media/camera/docs/
metadata_model.py 1000 self._hidden = hidden # bool
1031 return self._hidden
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py 1021 n._hidden = 'hidden'
    [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py 1111 n._hidden = '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...]
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py     [all...]

Completed in 935 milliseconds