/external/libedit/src/ |
sys.h | 65 #ifndef public 66 # define public /* Externally visible functions/variables */ macro
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
cachecontrol.py | 195 public = exists_property('public', type='response') variable in class:CacheControl
|
/external/avahi/avahi-gobject/ |
ga-entry-group.c | 6 * modify it under the terms of the GNU Lesser General Public 13 * Lesser General Public License for more details. 15 * You should have received a copy of the GNU Lesser General Public 65 GaEntryGroupService public; member in struct:_GaEntryGroupServicePrivate 397 service->public.interface = interface; 398 service->public.protocol = protocol; 399 service->public.flags = flags; 400 service->public.name = g_strdup(name); 401 service->public.type = g_strdup(type); 402 service->public.domain = g_strdup(domain) [all...] |
/external/clang/test/Preprocessor/ |
cxx_oper_keyword_ms_compat.cpp | 74 #define public macro 159 public
|
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/ |
managers.py | 152 public = ['shutdown', 'create', 'accept_connection', 'get_methods', variable in class:Server 201 assert funcname in self.public, '%r unrecognized' % funcname [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/ |
managers.py | 152 public = ['shutdown', 'create', 'accept_connection', 'get_methods', variable in class:Server 201 assert funcname in self.public, '%r unrecognized' % funcname [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
managers.py | 152 public = ['shutdown', 'create', 'accept_connection', 'get_methods', variable in class:Server 201 assert funcname in self.public, '%r unrecognized' % funcname [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
managers.py | 152 public = ['shutdown', 'create', 'accept_connection', 'get_methods', variable in class:Server 201 assert funcname in self.public, '%r unrecognized' % funcname [all...] |