Home
last modified time | relevance | path

Searched refs:class_ (Results 1 - 25 of 57) sorted by relevance

123

/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftserv.h183 #define FT_DEFINE_SERVICEDESCREC1( class_, \
185 static const FT_ServiceDescRec class_[] = \
191 #define FT_DEFINE_SERVICEDESCREC2( class_, \
194 static const FT_ServiceDescRec class_[] = \
201 #define FT_DEFINE_SERVICEDESCREC3( class_, \
205 static const FT_ServiceDescRec class_[] = \
213 #define FT_DEFINE_SERVICEDESCREC4( class_, \
218 static const FT_ServiceDescRec class_[] = \
227 #define FT_DEFINE_SERVICEDESCREC5( class_, \
233 static const FT_ServiceDescRec class_[]
[all...]
H A Dftobjs.h229 #define FT_DECLARE_CMAP_CLASS( class_ ) \
230 FT_CALLBACK_TABLE const FT_CMap_ClassRec class_;
233 class_, \
245 const FT_CMap_ClassRec class_ = \
1003 class_, \
1010 static const FT_Outline_Funcs class_ = \
1032 class_, \
1039 const FT_Raster_Funcs class_ = \
1060 #define FT_DECLARE_GLYPH( class_ ) \
1061 FT_CALLBACK_TABLE const FT_Glyph_Class class_;
[all...]
H A Dautohint.h210 #define FT_DECLARE_AUTOHINTER_INTERFACE( class_ ) \
211 FT_CALLBACK_TABLE const FT_AutoHinter_InterfaceRec class_;
214 class_, \
220 const FT_AutoHinter_InterfaceRec class_ = \
H A Dftdrv.h216 #define FT_DECLARE_DRIVER( class_ ) \
218 const FT_Driver_ClassRec class_;
221 class_, \
247 const FT_Driver_ClassRec class_ = \
/third_party/typescript/tests/baselines/reference/
H A DtypeofImportTypeOnlyExport.js13 <C>(class_: C) =>
15 directive: class_,
30 var directive = function (class_) {
32 directive: class_
49 export declare const directive: <C>(class_: C) => () => {
/third_party/alsa-lib/include/
H A Dmixer.h79 * \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_, voi
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.py60 class_ = self.decl
63 for variable in class_.variables():
165 def dump_struct(decls, class_):
167 print 'dump_%s(const %s *cmd)' % (class_.name, class_.name)
169 dump_decl('', class_)
332 for class_ in global_ns.classes(lambda decl: decl.name in names):
333 dump_struct(decls, class_)
/third_party/python/Lib/idlelib/
H A Dhelp.py74 class_ = ''
77 class_ = v
81 elif tag == 'div' and class_ == 'clearer':
88 elif tag == 'span' and class_ == 'pre':
90 elif tag == 'span' and class_ == 'versionmodified':
95 if class_.find('simple') != -1:
117 elif tag == 'a' and class_ == 'headerlink':
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
H A Dsvpostnm.h50 #define FT_DEFINE_SERVICE_PSFONTNAMEREC( class_, get_ps_font_name_ ) \
51 static const FT_Service_PsFontNameRec class_ = \
H A Dsvbdf.h49 #define FT_DEFINE_SERVICE_BDFRec( class_, \
52 static const FT_Service_BDFRec class_ = \
H A Dsvgldict.h55 #define FT_DEFINE_SERVICE_GLYPHDICTREC( class_, \
58 static const FT_Service_GlyphDictRec class_ = \
H A Dsvprop.h48 #define FT_DEFINE_SERVICE_PROPERTIESREC( class_, \
51 static const FT_Service_PropertiesRec class_ = \
H A Dsvttcmap.h76 #define FT_DEFINE_SERVICE_TTCMAPSREC( class_, get_cmap_info_ ) \
77 static const FT_Service_TTCMapsRec class_ = \
H A Dsvttglyf.h42 #define FT_DEFINE_SERVICE_TTGLYFREC( class_, get_location_ ) \
43 static const FT_Service_TTGlyfRec class_ = \
H A Dsvcid.h51 #define FT_DEFINE_SERVICE_CIDREC( class_, \
55 static const FT_Service_CIDRec class_ = \
H A Dsvsfnt.h73 #define FT_DEFINE_SERVICE_SFNT_TABLEREC( class_, load_, get_, info_ ) \
74 static const FT_Service_SFNT_TableRec class_ = \
H A Dsvcfftl.h68 #define FT_DEFINE_SERVICE_CFFLOADREC( class_, \
74 static const FT_Service_CFFLoadRec class_ = \
H A Dsvpsinfo.h65 #define FT_DEFINE_SERVICE_PSINFOREC( class_, \
71 static const FT_Service_PsInfoRec class_ = \
H A Dsvmetric.h96 #define FT_DEFINE_SERVICE_METRICSVARIATIONSREC( class_, \
105 static const FT_Service_MetricsVariationsRec class_ = \
H A Dsvpscmap.h120 #define FT_DEFINE_SERVICE_PSCMAPSREC( class_, \
129 static const FT_Service_PsCMapsRec class_ = \
/third_party/protobuf/python/google/protobuf/internal/
H A Dkeywords_test.py70 class_ = getattr(more_messages_pb2, 'class')
71 message = class_()
79 message.nested_enum_field = getattr(class_, 'True')
/third_party/ninja/misc/
H A Dwrite_fake_manifests.py157 class_ = os.path.splitext(os.path.basename(cc_filename))[0]
165 class_, class_))
171 class_, class_))
/third_party/python/Lib/
H A Dpyclbr.py205 *_, module, class_ = names
207 bases.append(_modules[module].get(class_, name))
212 class_ = Class(self.module, node.name, bases, self.file, node.lineno,
215 self.tree[node.name] = class_
216 self.stack.append(class_)
/third_party/skia/experimental/tskit/go/gen_types/testdata/
H A Dbindings1.cpp31 class_<Something>("Something") in EMSCRIPTEN_BINDINGS()
49 class_<AnotherClass>("AnotherClass") in EMSCRIPTEN_BINDINGS()
/third_party/skia/experimental/webgpu-bazel/src/
H A Dbindings.cpp126 class_<WebGPUSurface>("WebGPUSurface") in EMSCRIPTEN_BINDINGS()
132 class_<wgpu::ShaderModule>("ShaderModule"); in EMSCRIPTEN_BINDINGS()
133 class_<wgpu::RenderPipeline>("RenderPipeline"); in EMSCRIPTEN_BINDINGS()

Completed in 13 milliseconds

123