Searched defs:underlay (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/base/prefs/
H A Doverlay_user_pref_store.cc11 PersistentPrefStore* underlay)
12 : underlay_(underlay) {
55 // Try to create copy of underlay if the overlay does not contain a value.
10 OverlayUserPrefStore( PersistentPrefStore* underlay) argument
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h1079 // underlay will be searched as a backup. If the underlay has its own
1080 // underlay, that will be searched next, and so on. This also means that
1081 // files built in the overlay will be cross-linked with the underlay's
1082 // descriptors if necessary. The underlay remains property of the caller;
1093 // underlay for a new DescriptorPool in which you add only the new file.
1097 explicit DescriptorPool(const DescriptorPool* underlay);
1108 // not a concern. If both an underlay and a fallback database are present,
1118 void internal_set_underlay(const DescriptorPool* underlay) { argument
1119 underlay_ = underlay;
[all...]
H A Ddescriptor.cc579 // Symbol not found; check the underlay.
771 DescriptorPool::DescriptorPool(const DescriptorPool* underlay) argument
775 underlay_(underlay),
1890 // - Search the pool's underlay if not found in tables_.
2264 // If we are looking at an underlay, we must lock its mutex_, since we are
2265 // accessing the underlay's tables_ dircetly.
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dglxapi.c1000 glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, long *pTransparent) argument
1006 return (*t->GetTransparentIndexSUN)(dpy, overlay, underlay, pTransparent);
H A Dfakeglx.c216 * Return the level (overlay, normal, underlay) of a given XVisualInfo.
222 * <0 = underlay planes
697 * Find the deepest X over/underlay visual of at least min_depth.
699 * level - the over/underlay level
1705 /* underlay */
2821 Fake_glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, long *pTransparent) argument
2825 (void) underlay;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h1209 // underlay will be searched as a backup. If the underlay has its own
1210 // underlay, that will be searched next, and so on. This also means that
1211 // files built in the overlay will be cross-linked with the underlay's
1212 // descriptors if necessary. The underlay remains property of the caller;
1223 // underlay for a new DescriptorPool in which you add only the new file.
1227 explicit DescriptorPool(const DescriptorPool* underlay);
1238 // not a concern. If both an underlay and a fallback database are present,
1239 // the underlay takes precedence.
1248 void internal_set_underlay(const DescriptorPool* underlay) { argument
[all...]
H A Ddescriptor.cc671 // Symbol not found; check the underlay.
863 DescriptorPool::DescriptorPool(const DescriptorPool* underlay) argument
867 underlay_(underlay),
1349 // Check to see if any prefix of this symbol exists in the underlay.
2190 // - Search the pool's underlay if not found in tables_.
2590 // If we are looking at an underlay, we must lock its mutex_, since we are
2591 // accessing the underlay's tables_ directly.
2596 // Symbol not found; check the underlay.
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c1000 glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, long *pTransparent) argument
1006 return (*t->GetTransparentIndexSUN)(dpy, overlay, underlay, pTransparent);
H A Dfakeglx.c216 * Return the level (overlay, normal, underlay) of a given XVisualInfo.
222 * <0 = underlay planes
697 * Find the deepest X over/underlay visual of at least min_depth.
699 * level - the over/underlay level
1705 /* underlay */
2821 Fake_glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, long *pTransparent) argument
2825 (void) underlay;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c2619 glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, argument
2624 (void) underlay;
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c2619 glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, argument
2624 (void) underlay;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 361 milliseconds