Searched refs:dc (Results 1 - 25 of 234) sorted by relevance

12345678910

/macosx-10.9.5/bc-21/bc/doc/
H A DMakefile.am3 info_TEXINFOS = bc.texi dc.texi
10 EXTRA_DIST = bc.1 dc.1
12 man_MANS = bc.1 dc.1
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/cdt/
H A Ddtnew.c40 Dc_t* dc = (Dc_t*)disc; local
43 if (dc->odisc->eventf && (r = (*dc->odisc->eventf)(dt, op, data, dc->odisc)))
62 Dc_t dc; local
64 dc.odisc = disc;
65 dc.ndisc = *disc;
66 dc.ndisc.eventf = eventf;
67 if (!dc.ndisc.memoryf)
68 dc
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DGlyphPageTreeNodeCairoWin.cpp45 HDC dc = GetDC((HWND)0); local
46 SaveDC(dc);
47 SelectObject(dc, fontData->platformData().hfont());
50 GetTextMetrics(dc, &tm);
53 DWORD result = GetGlyphIndices(dc, buffer, bufferLength, localGlyphBuffer, 0);
66 RestoreDC(dc, -1);
67 ReleaseDC(0, dc);
H A DSimpleFontDataCairoWin.cpp65 HWndDC dc(0);
66 SaveDC(dc);
71 cairo_win32_scaled_font_select_font(scaledFont, dc);
74 GetTextMetrics(dc, &textMetrics);
80 int faceLength = ::GetTextFace(dc, 0, 0);
82 ::GetTextFace(dc, faceLength, faceName.data());
104 RestoreDC(dc, -1);
123 HWndDC dc(0);
124 SaveDC(dc);
127 cairo_win32_scaled_font_select_font(scaledFont, dc);
[all...]
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDCFireWireDV.cp186 DCFireWireDV* dc = new DCFireWireDV(self, &success); local
187 if (NULL == dc || success == false)
196 SetComponentInstanceStorage(dc->fSelf, reinterpret_cast<char**>(dc));
219 SInt32 refcon = GetComponentRefcon(reinterpret_cast<Component>(dc->fSelf));
226 dc->fRegistered = true;
257 DCFireWireDV* dc,
264 if (NULL == dc)
271 SInt32 instanceCount = CountComponentInstances((Component) dc->fSelf);
277 if (!dc
256 Close( DCFireWireDV* dc, ComponentInstance self) argument
309 Version(DCFireWireDV* dc) argument
333 Register(DCFireWireDV* dc) argument
359 Target( DCFireWireDV* dc, ComponentInstance parentComponent) argument
379 Unregister(DCFireWireDV* dc) argument
404 DoAVCTransaction( DCFireWireDV* dc, DVCTransactionParams* inTransaction) argument
462 EnableAVCTransactions( DCFireWireDV* dc) argument
481 DisableAVCTransactions( DCFireWireDV* dc) argument
497 SetDeviceConnectionID( DCFireWireDV* dc, DeviceConnectionID connectionID) argument
516 GetDeviceConnectionID( DCFireWireDV* dc, DeviceConnectionID* connectionID) argument
[all...]
H A DDCFireWireDV.h102 static pascal ComponentResult Close(DCFireWireDV* dc, ComponentInstance self);
103 static pascal ComponentResult Version(DCFireWireDV* dc);
104 static pascal ComponentResult Register(DCFireWireDV* dc);
107 DCFireWireDV* dc,
110 static pascal ComponentResult Unregister(DCFireWireDV* dc);
118 DCFireWireDV* dc,
125 static pascal ComponentResult EnableAVCTransactions(DCFireWireDV* dc);
126 static pascal ComponentResult DisableAVCTransactions(DCFireWireDV* dc);
129 DCFireWireDV* dc,
133 DCFireWireDV* dc,
[all...]
/macosx-10.9.5/bc-21/bc/dc/
H A DMakefile.am2 bin_PROGRAMS = dc
4 dc_SOURCES = dc.c misc.c eval.c stack.c array.c numeric.c string.c
5 noinst_HEADERS = dc.h dc-proto.h dc-regdef.h
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dsuffixmassage.c64 dncookie *dc,
71 switch ( rewrite_session( dc->target->mt_rwmap.rwm_rw, dc->ctx,
73 dc->conn, &res->bv_val ) )
83 dc->ctx,
90 if ( dc->rs ) {
91 dc->rs->sr_err = LDAP_UNWILLING_TO_PERFORM;
92 dc->rs->sr_text = "Operation not allowed";
98 if ( dc->rs ) {
99 dc
63 ldap_back_dn_massage( dncookie *dc, struct berval *dn, struct berval *res ) argument
120 ldap_back_dn_massage( dncookie *dc, struct berval *odn, struct berval *res ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dtest017-syncreplication-refresh127 dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example,dc=com
138 dn: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, dc=example,dc=com
144 dn: cn=ITD Staff,ou=Groups,dc=example,dc=com
147 uniquemember: cn=James A Jones 2, ou=Information Technology Division, ou=People, dc=example,dc=com
148 uniquemember: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, dc=example,dc
[all...]
H A Dtest037-manage77 dn: cn=Barbara Jensen,ou=Information Technology Division,ou=People,dc=example,
78 dc=com
84 dn: cn=Barbara Jensen,ou=Information Technology Division,ou=People,dc=example,
85 dc=com
95 dn: ou=Groups,dc=example,dc=com
99 creatorsName: cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com
101 dn: cn=ITD Staff,ou=Groups,dc=example,dc
[all...]
H A Dtest018-syncreplication-persist201 dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example,dc=com
212 dn: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, dc=example,dc=com
217 dn: cn=ITD Staff,ou=Groups,dc=example,dc=com
220 uniquemember: cn=James A Jones 2, ou=Information Technology Division, ou=People, dc=example,dc=com
221 uniquemember: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, dc=example,dc
[all...]
H A Dtest004-modify66 dn: cn=James A Jones 1,ou=Alumni Association,ou=People,dc=example,dc=com
84 dn: cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com
95 dn: cn=ITD Staff,ou=Groups,dc=example,dc=com
99 ou=People,dc=example,dc=com
101 ou=People,dc=example,dc
[all...]
H A Dtest019-syncreplication-cascade246 dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example,dc=com
257 dn: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, dc=example,dc=com
263 dn: cn=ITD Staff,ou=Groups,dc=example,dc=com
266 uniquemember: cn=James A Jones 2, ou=Information Technology Division, ou=People, dc=example,dc=com
267 uniquemember: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, dc=example,dc
[all...]
H A Dtest040-subtree-rename64 dn: dc=example,dc=com
68 dc: example
70 dn: ou=Parent,dc=example,dc=com
74 dn: ou=Another parent,dc=example,dc=com
78 dn: ou=Child,ou=Parent,dc=example,dc=com
82 dn: ou=Grandchild,ou=Child,ou=Parent,dc
[all...]
H A Dtest043-delta-syncrepl168 dn: cn=James A Jones 1, ou=Alumni Association, ou=People, dc=example,dc=com
179 dn: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, dc=example,dc=com
184 dn: cn=ITD Staff,ou=Groups,dc=example,dc=com
187 uniquemember: cn=James A Jones 2, ou=Information Technology Division, ou=People, dc=example,dc=com
188 uniquemember: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, dc=example,dc
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsfsk.c39 reg Sfdisc_t* dc; local
65 { dc = disc;
75 { SFDISC(f,dc,seekf);
76 if(dc && dc->seekf)
77 { SFDCSK(f,addr,type,dc,p);
89 switch(_sfexcept(f,SF_SEEK,s,dc))
101 for(dc = f->disc; dc; dc
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Drwmdn.c46 dncookie *dc,
54 rc = rwm_dn_massage( dc, in, &mdn );
79 dncookie *dc,
87 rc = rwm_dn_massage( dc, in, &mdn );
115 dncookie *dc,
124 rc = rwm_dn_massage( dc, in, &mdn );
152 dncookie *dc,
162 assert( dc != NULL );
169 rc = rewrite_session( dc->rwmap->rwm_rw, dc
45 rwm_dn_massage_normalize( dncookie *dc, struct berval *in, struct berval *ndn ) argument
78 rwm_dn_massage_pretty( dncookie *dc, struct berval *in, struct berval *pdn ) argument
114 rwm_dn_massage_pretty_normalize( dncookie *dc, struct berval *in, struct berval *pdn, struct berval *ndn ) argument
151 rwm_dn_massage( dncookie *dc, struct berval *in, struct berval *dn ) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/xml/
H A DrdfExample.xotcl20 xmlns:dc="http://purl.org/metadata/dublin_core#">
22 <dc:Creator>
27 </dc:Creator>
29 <dc:Identifier>
34 </dc:Identifier>
36 <dc:Title>
41 </dc:Title>
43 <dc:xxx>
45 </dc:xxx>
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/CurveParamDocs/
H A Dcurvegen.c58 int d, dc, olen, k; local
63 for(dc=0; dc < 6; dc++) g[dc] = newgiant(CM_SHORTS);
64 for(dc = 0; dc < DCOUNT; dc++) {
65 d = disc12[dc];
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dcurvegen.c58 int d, dc, olen, k; local
63 for(dc=0; dc < 6; dc++) g[dc] = newgiant(CM_SHORTS);
64 for(dc = 0; dc < DCOUNT; dc++) {
65 d = disc12[dc];
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dslapd.ldif83 olcSuffix: dc=my-domain,dc=com
84 olcRootDN: cn=Manager,dc=my-domain,dc=com
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinDraw.c106 typedef BOOL (CALLBACK *WinDrawFunc)(HDC dc, CONST POINT* points, int npoints);
124 static void RenderObject(HDC dc, GC gc, XPoint* points,
153 HDC dc;
160 dc = GetDC(twdPtr->window.handle);
167 dc = twdPtr->winDC.hdc;
170 dc = CreateCompatibleDC(NULL);
171 SelectObject(dc, twdPtr->bitmap.handle);
174 state->palette = TkWinSelectPalette(dc, cmap);
175 state->bkmode = GetBkMode(dc);
176 return dc;
152 HDC dc; local
195 TkWinReleaseDrawableDC( Drawable d, HDC dc, TkWinDCState *state) argument
206 ReleaseDC(TkWinGetHWND(d), dc); local
517 HDC dc, dcMem; local
626 HDC dc; local
740 RenderObject( HDC dc, GC gc, XPoint *points, int npoints, int mode, HPEN pen, WinDrawFunc func) argument
880 HDC dc; local
924 HDC dc; local
965 HDC dc; local
1074 HDC dc; local
1301 TkWinFillRect( HDC dc, int x, int y, int width, int height, int pixel) argument
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXDraw.c165 TkMacOSXDrawingContext dc;
182 if (!TkMacOSXSetupDrawingContext(dst, gc, 0, &dc)) {
185 if (dc.context) {
189 if (!dc.port) {
194 dstBit = GetPortBitMapForCopyBits(dc.port);
209 TkMacOSXRestoreDrawingContext(&dc);
250 TkMacOSXDrawingContext dc;
270 if (!TkMacOSXSetupDrawingContext(dst, gc, 0, &dc)) {
273 if (dc.context) {
277 if (!dc
163 TkMacOSXDrawingContext dc; local
247 TkMacOSXDrawingContext dc; local
360 TkMacOSXDrawingContext dc; local
565 TkMacOSXDrawingContext dc; local
646 TkMacOSXDrawingContext dc; local
710 TkMacOSXDrawingContext dc; local
784 TkMacOSXDrawingContext dc; local
853 TkMacOSXDrawingContext dc; local
916 TkMacOSXDrawingContext dc; local
979 TkMacOSXDrawingContext dc; local
1067 TkMacOSXDrawingContext dc; local
1160 TkMacOSXDrawingContext dc; local
1280 TkMacOSXDrawingContext dc; local
1568 TkMacOSXDrawingContext dc = {NULL, NULL, NULL, NULL, NULL, NULL, NULL, local
[all...]
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVControlComponent.c136 FWDVCDeviceControlDoAVCTransaction(ControlComponentInstancePtr dc, argument
139 if ( dc->fAVCInterface == NULL )
142 if ( !dc->fDeviceEnable )
144 return (*dc->fAVCInterface)->AVCCommand(dc->fAVCInterface,
157 FWDVCDeviceControlEnableAVCTransactions(ControlComponentInstancePtr dc) argument
161 if ( dc->fAVCInterface != NULL )
162 dc->fDeviceEnable = true;
176 FWDVCDeviceControlDisableAVCTransactions(ControlComponentInstancePtr dc) argument
180 dc
192 FWDVCDeviceControlSetDeviceConnectionID( ControlComponentInstancePtr dc, DeviceConnectionID connectionID) argument
217 FWDVCDeviceControlGetDeviceConnectionID( ControlComponentInstancePtr dc, DeviceConnectionID* connectionID) argument
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dcp-demangle.c235 #define d_left(dc) ((dc)->u.s_binary.left)
236 #define d_right(dc) ((dc)->u.s_binary.right)
476 d_dump (struct demangle_component *dc, int indent) argument
480 if (dc == NULL)
490 switch (dc->type)
493 printf ("name '%.*s'\n", dc->u.s_name.len, dc->u.s_name.s);
496 printf ("template parameter %ld\n", dc
979 has_return_type(struct demangle_component *dc) argument
1000 is_ctor_dtor_or_conversion(struct demangle_component *dc) argument
1036 struct demangle_component *dc; local
1093 struct demangle_component *dc; local
1214 struct demangle_component *dc; local
2504 d_add_substitution(struct d_info *di, struct demangle_component *dc) argument
2808 cplus_demangle_print_callback(int options, const struct demangle_component *dc, demangle_callbackref callback, void *opaque) argument
2833 cplus_demangle_print(int options, const struct demangle_component *dc, int estimate, size_t *palc) argument
2856 d_print_comp(struct d_print_info *dpi, const struct demangle_component *dc) argument
3645 struct demangle_component *dc; local
3739 d_print_function_type(struct d_print_info *dpi, const struct demangle_component *dc, struct d_print_mod *mods) argument
3824 d_print_array_type(struct d_print_info *dpi, const struct demangle_component *dc, struct d_print_mod *mods) argument
3878 d_print_expr_op(struct d_print_info *dpi, const struct demangle_component *dc) argument
3891 d_print_cast(struct d_print_info *dpi, const struct demangle_component *dc) argument
3973 struct demangle_component *dc; local
4257 struct demangle_component *dc; local
[all...]

Completed in 290 milliseconds

12345678910