HomeSort by: relevance | last modified time | path
    Searched refs:initialize (Results 1 - 25 of 30) sorted by relevancy

1 2

  /xsrc/external/mit/xterm/dist/vttests/
tab0.sh 67 initialize() { function
75 initialize reset
100 initialize $name
nrcs.pl 97 sub initialize() { subroutine
156 &initialize;
xtra-scroll.pl 290 sub initialize() { subroutine
374 &initialize();
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
maplist.h 53 void initialize( void );
maplist.cc 56 Maplist::initialize( void ) function in class:Maplist
nurbsinterfac.cc 107 * bgnsurface - allocate and initialize an o_surface structure
121 * bgncurve - allocate an initialize an o_curve structure
160 * bgntrim - allocate and initialize a new trim loop structure (o_trim )
499 maplist.initialize();
  /xsrc/external/mit/libXt/dist/include/X11/
ConstrainP.h 69 XtInitProc initialize; /* constraint initialization */ member in struct:_ConstraintClassPart
ObjectP.h 92 XtInitProc initialize; /* initialize subclass fields */ member in struct:_ObjectClassPart
93 XtArgsProc initialize_hook; /* notify that initialize called */
RectObjP.h 95 XtInitProc initialize; /* initialize subclass fields */ member in struct:_RectObjClassPart
96 XtArgsProc initialize_hook; /* notify that initialize called */
CoreP.h 132 XtInitProc initialize; /* initialize subclass fields */ member in struct:_CoreClassPart
133 XtArgsProc initialize_hook; /* notify that initialize called */
  /xsrc/external/mit/fontconfig/dist/doc/
fcinit.fncs 45 @PURPOSE@ initialize fontconfig library
75 @PURPOSE@ re-initialize library
fcmatrix.fncs 27 @PURPOSE@ initialize an FcMatrix structure
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
lcPubWrap.c 89 if ((*pub_methods->pub.initialize)(lcd) == False)
lcPublic.c 41 static Bool initialize (XLCd lcd);
66 initialize,
198 initialize( function
XlcPubI.h 71 XlcPubInitializeProc initialize; member in struct:_XLCdPublicMethodsPart
lcGeneric.c 40 static Bool initialize (XLCd lcd);
48 initialize,
989 super_class's initialize method() */
1004 initialize(XLCd lcd) function
1010 if (superclass->pub.initialize) {
1011 if ((*superclass->pub.initialize)(lcd) == False)
  /xsrc/external/mit/libXt/dist/src/
Create.c 207 XtInitProc initialize; local
216 initialize = class->core_class.initialize;
218 if (initialize)
219 (*initialize) (req_widget, new_widget, args, &num_args);
235 XtInitProc initialize; local
244 initialize = class->constraint_class.initialize;
246 if (initialize)
247 (*initialize) (req_widget, new_widget, args, &num_args)
    [all...]
Shell.c 165 static void Initialize(Widget, Widget, ArgList, Cardinal *);
195 /* initialize */ Initialize,
260 /* initialize */ NULL,
419 /* initialize */ WMInitialize,
497 /* initialize */ NULL,
582 /* initialize */ TopLevelInitialize,
676 /* initialize */ ApplicationInitialize,
806 /* initialize */ SessionInitialize,
1030 Initialize(Widget req _X_UNUSED
2644 Boolean initialize = False; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
sanity-a6xx.lua 42 -- initialize constant updated ranges:
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
tilemgr.h 105 INLINE void initialize() function in class:MacroTileMgr
160 void initialize(uint32_t totalTasks, void* pTaskData, PFN_DISPATCH pfnDispatch) function in class:DispatchQueue
  /xsrc/external/mit/xkeyboard-config/dist/tests/ruby/
xkbparser.rb 16 def initialize method in class:Symbols
  /xsrc/external/mit/mesa-demos/dist/src/tests/
texgenmix.c 88 static void initialize( void ) function
624 initialize();
  /xsrc/external/mit/mesa-demos/dist/src/demos/
texenv.c 257 static void initialize( void ) function
793 initialize();
projtex.c 578 initialize(void) function
1014 initialize();
  /xsrc/external/mit/MesaLib/dist/src/util/
00-mesa-defaults.conf 275 <!-- GiMark benchmark from GpuTest does not initialize .w channel of

Completed in 17 milliseconds

1 2