HomeSort by relevance Sort by last modified time
    Searched refs:class_ (Results 26 - 50 of 120) sorted by null

12 3 4 5

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
permmap.py 231 def perms(self, class_):
236 class_ An object class name.
242 for perm in self.permmap[class_].keys():
243 yield Mapping(self.permmap, class_, perm)
245 raise exception.UnmappedClass("{0} is not mapped.".format(class_))
247 def mapping(self, class_, perm):
249 return Mapping(self.permmap, class_, perm)
251 def exclude_class(self, class_):
256 class_ The object class to exclude.
261 for perm in self.perms(class_)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
tktools.py 16 def make_toplevel(master, title=None, class_=None):
24 if class_:
25 widget = Toplevel(master, class_=class_)
63 def make_scrollbars(parent, hbar, vbar, pack=1, class_=None, name=None,
77 if class_:
78 if name: frame = Frame(parent, class_=class_, name=name)
79 else: frame = Frame(parent, class_=class_)
    [all...]
  /external/python/cpython2/Tools/webchecker/
tktools.py 16 def make_toplevel(master, title=None, class_=None):
24 if class_:
25 widget = Toplevel(master, class_=class_)
63 def make_scrollbars(parent, hbar, vbar, pack=1, class_=None, name=None,
77 if class_:
78 if name: frame = Frame(parent, class_=class_, name=name)
79 else: frame = Frame(parent, class_=class_)
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftserv.h 188 #define FT_DEFINE_SERVICEDESCREC1( class_, \
190 static const FT_ServiceDescRec class_[] = \
196 #define FT_DEFINE_SERVICEDESCREC2( class_, \
199 static const FT_ServiceDescRec class_[] = \
206 #define FT_DEFINE_SERVICEDESCREC3( class_, \
210 static const FT_ServiceDescRec class_[] = \
218 #define FT_DEFINE_SERVICEDESCREC4( class_, \
223 static const FT_ServiceDescRec class_[] = \
232 #define FT_DEFINE_SERVICEDESCREC5( class_, \
238 static const FT_ServiceDescRec class_[] =
    [all...]
ftdriver.h 235 #define FT_DECLARE_DRIVER( class_ ) \
237 const FT_Driver_ClassRec class_;
240 class_, \
266 const FT_Driver_ClassRec class_ = \
303 #define FT_DECLARE_DRIVER( class_ ) FT_DECLARE_MODULE( class_ )
306 class_, \
332 FT_Destroy_Class_ ## class_( FT_Library library, \
339 class_ ## _pic_free( library ); \
346 FT_Create_Class_ ## class_( FT_Library library,
    [all...]
pshints.h 686 class_, \
690 static const PSHinter_Interface class_ = \
700 class_, \
705 FT_Init_Class_ ## class_( FT_Library library, \
  /external/freetype/include/freetype/internal/services/
svmetric.h 98 #define FT_DEFINE_SERVICE_METRICSVARIATIONSREC( class_, \
107 static const FT_Service_MetricsVariationsRec class_ = \
121 #define FT_DEFINE_SERVICE_METRICSVARIATIONSREC( class_, \
131 FT_Init_Class_ ## class_( FT_Service_MetricsVariationsRec* clazz ) \
svmm.h 99 #define FT_DEFINE_SERVICE_MULTIMASTERSREC( class_, \
109 static const FT_Service_MultiMastersRec class_ = \
124 #define FT_DEFINE_SERVICE_MULTIMASTERSREC( class_, \
135 FT_Init_Class_ ## class_( FT_Service_MultiMastersRec* clazz ) \
svpscmap.h 123 #define FT_DEFINE_SERVICE_PSCMAPSREC( class_, \
132 static const FT_Service_PsCMapsRec class_ = \
141 #define FT_DEFINE_SERVICE_PSCMAPSREC( class_, \
151 FT_Init_Class_ ## class_( FT_Library library, \
  /external/freetype/src/sfnt/
ttcmap.h 61 #define FT_DEFINE_TT_CMAP( class_, \
76 const TT_CMap_ClassRec class_ = \
97 #define FT_DEFINE_TT_CMAP( class_, \
112 FT_Init_Class_ ## class_( TT_CMap_ClassRec* clazz ) \
  /external/pdfium/third_party/freetype/include/freetype/internal/services/
svpscmap.h 123 #define FT_DEFINE_SERVICE_PSCMAPSREC( class_, \
132 static const FT_Service_PsCMapsRec class_ = \
141 #define FT_DEFINE_SERVICE_PSCMAPSREC( class_, \
151 FT_Init_Class_ ## class_( FT_Library library, \
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.h 61 #define FT_DEFINE_TT_CMAP( class_, \
76 const TT_CMap_ClassRec class_ = \
97 #define FT_DEFINE_TT_CMAP( class_, \
112 FT_Init_Class_ ## class_( TT_CMap_ClassRec* clazz ) \
  /external/freetype/include/freetype/internal/
ftserv.h 189 #define FT_DEFINE_SERVICEDESCREC1( class_, \
191 static const FT_ServiceDescRec class_[] = \
197 #define FT_DEFINE_SERVICEDESCREC2( class_, \
200 static const FT_ServiceDescRec class_[] = \
207 #define FT_DEFINE_SERVICEDESCREC3( class_, \
211 static const FT_ServiceDescRec class_[] = \
219 #define FT_DEFINE_SERVICEDESCREC4( class_, \
224 static const FT_ServiceDescRec class_[] = \
233 #define FT_DEFINE_SERVICEDESCREC5( class_, \
239 static const FT_ServiceDescRec class_[] =
    [all...]
pshints.h 686 class_, \
690 static const PSHinter_Interface class_ = \
700 class_, \
705 FT_Init_Class_ ## class_( FT_Library library, \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
mixer.h 79 * \param class_ Mixer class
85 typedef int (*snd_mixer_event_t)(snd_mixer_class_t *class_, unsigned int mask,
126 int snd_mixer_class_register(snd_mixer_class_t *class_, snd_mixer_t *mixer);
132 int snd_mixer_elem_add(snd_mixer_elem_t *elem, snd_mixer_class_t *class_);
151 snd_mixer_t *snd_mixer_class_get_mixer(const snd_mixer_class_t *class_);
152 snd_mixer_event_t snd_mixer_class_get_event(const snd_mixer_class_t *class_);
153 void *snd_mixer_class_get_private(const snd_mixer_class_t *class_);
154 snd_mixer_compare_t snd_mixer_class_get_compare(const snd_mixer_class_t *class_);
155 int snd_mixer_class_set_event(snd_mixer_class_t *class_, snd_mixer_event_t event);
156 int snd_mixer_class_set_private(snd_mixer_class_t *class_, void *private_data)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
mixer.h 79 * \param class_ Mixer class
85 typedef int (*snd_mixer_event_t)(snd_mixer_class_t *class_, unsigned int mask,
126 int snd_mixer_class_register(snd_mixer_class_t *class_, snd_mixer_t *mixer);
132 int snd_mixer_elem_add(snd_mixer_elem_t *elem, snd_mixer_class_t *class_);
151 snd_mixer_t *snd_mixer_class_get_mixer(const snd_mixer_class_t *class_);
152 snd_mixer_event_t snd_mixer_class_get_event(const snd_mixer_class_t *class_);
153 void *snd_mixer_class_get_private(const snd_mixer_class_t *class_);
154 snd_mixer_compare_t snd_mixer_class_get_compare(const snd_mixer_class_t *class_);
155 int snd_mixer_class_set_event(snd_mixer_class_t *class_, snd_mixer_event_t event);
156 int snd_mixer_class_set_private(snd_mixer_class_t *class_, void *private_data)
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 39 int class_ = _fpclass(num); local
40 return class_ == _FPCLASS_NN || class_ == _FPCLASS_PN;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 39 int class_ = _fpclass(num); local
40 return class_ == _FPCLASS_NN || class_ == _FPCLASS_PN;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
math_win32.h 41 int class_ = _fpclass(num); local
42 return class_ == _FPCLASS_NN || class_ == _FPCLASS_PN;
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.py 61 class_ = self.decl
64 for variable in class_.variables():
166 def dump_struct(decls, class_):
168 print 'dump_%s(const %s *cmd)' % (class_.name, class_.name)
170 dump_decl('', class_)
333 for class_ in global_ns.classes(lambda decl: decl.name in names):
334 dump_struct(decls, class_)
  /external/python/cpython2/Lib/idlelib/
help.py 73 class_ = ''
76 class_ = v
78 if tag == 'div' and class_ == 'section':
80 elif tag == 'div' and class_ == 'sphinxsidebar':
82 elif tag == 'p' and class_ != 'first':
84 elif tag == 'span' and class_ == 'pre':
86 elif tag == 'span' and class_ == 'versionmodified':
91 if class_.find('simple') != -1:
113 elif tag == 'a' and class_ == 'headerlink':
  /external/python/cpython2/Lib/lib-tk/
SimpleDialog.py 11 title=None, class_=None):
12 if class_:
13 self.root = Toplevel(master, class_=class_)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
SimpleDialog.py 11 title=None, class_=None):
12 if class_:
13 self.root = Toplevel(master, class_=class_)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
SimpleDialog.py 11 title=None, class_=None):
12 if class_:
13 self.root = Toplevel(master, class_=class_)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 11 title=None, class_=None):
12 if class_:
13 self.root = Toplevel(master, class_=class_)

Completed in 1239 milliseconds

12 3 4 5