Searched refs:components (Results 1 - 25 of 77) sorted by relevance

1234

/barrelfish-master/usr/eclipseclp/CPViz/viztool/src/components/
H A DJComponentModifier.java19 package components; package
H A DActionMap.java19 package components; package
H A DMissingListenerException.java19 package components; package
H A DSquiggleInputHandler.java19 package components; package
H A DJToolbarButton.java19 package components; package
H A DJToolbarToggleButton.java19 package components; package
H A DExternalLinkContentViewerUI.java24 package components; package
H A DJToolbarSeparator.java19 package components; package
H A DSVGInputHandler.java19 package components; package
H A DSquiggleInputHandlerFilter.java19 package components; package
H A DToolBarFactory.java20 package components; package
H A DButtonFactory.java19 package components; package
/barrelfish-master/lib/libc/locale/
H A Dxlocale.c51 * components for the parts that are expected to be sensible.
189 if (loc->components[type]) {
190 xlocale_release(loc->components[type]);
223 /* Always copy from the global locale, since it has mutable components.
225 struct xlocale_component *src = base->components[type];
228 new->components[type] = constructors[type](src->locale, new);
229 if (new->components[type]) {
230 strncpy(new->components[type]->locale, src->locale,
233 } else if (base->components[type]) {
234 new->components[typ
[all...]
H A Dlmessages.c109 ? &((struct xlocale_messages *)loc->components[XLC_MESSAGES])->locale
H A Dlnumeric.c112 ? &((struct xlocale_numeric *)loc->components[XLC_NUMERIC])->locale
H A Dmblocal.h62 #define XLOCALE_CTYPE(x) ((struct xlocale_ctype*)(x)->components[XLC_CTYPE])
H A Dxlocale_private.h72 * Header for a locale component. All locale components must begin with this
87 struct xlocale_component *components[XLC_LAST]; member in struct:_xlocale
88 /** Flag indicating if components[XLC_MONETARY] has changed since the
94 /** Flag indicating if components[XLC_NUMERIC] has changed since the
H A Dlmonetary.c174 ? &((struct xlocale_monetary*)loc->components[XLC_MONETARY])->locale
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dwidget.tcl60 ## Specify the "type", "base", & "components" keys of the $CLASS global array
135 options, components"
202 ${namesp}::components components
207 lappend dataArrayVals "base \$w.[list [lindex $components(base) 1]]" \
208 "basecmd ${namesp}::\$w.[list [lindex $components(base) 1]]" \
227 if {[string compare {} [lindex $components(base) 3]]} {
228 lappend dataArrayVals "[lindex $components(base) 3] \$w"
235 foreach name [array names components] {
239 foreach {type wid opts} $components(
[all...]
/barrelfish-master/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DVisualizerSoftPrec.java43 FullDomainMap components = visualState.argument("components").asDomainMap();
44 FullDomainMap removedComponents = visualState.getRemovedValues("components",components);
71 // components are drawn as hollow rectangles over the entry
74 for(Map.Entry<Pair, FullDomain> entry : components.entrySet()){
185 // this is a hack to recognize the first 6 components as special
217 FullDomainMap components = visualState.argument("components").asDomainMap();
218 if (components
[all...]
/barrelfish-master/lib/libc/stdtime/
H A Dtimelocal.c124 ? &((struct xlocale_time *)loc->components[XLC_TIME])->locale
/barrelfish-master/lib/libc/string/
H A Dstrcoll.c75 (struct xlocale_collate*)locale->components[XLC_COLLATE];
H A Dstrxfrm.c60 (struct xlocale_collate*)locale->components[XLC_COLLATE];
H A Dwcsxfrm.c48 (struct xlocale_collate*)locale->components[XLC_COLLATE];
H A Dwcscoll.c51 (struct xlocale_collate*)locale->components[XLC_COLLATE];

Completed in 75 milliseconds

1234