Searched defs:props (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm_header.py217 props = apiutil.Properties(func_name) variable
219 # - can be put into a display list (i.e. "not ("nolist" in props)")
220 # - change client-side state that affects saving DL elements (i.e. "setclient" in props)
225 if "useclient" in props or "pixelstore" in props:
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsProperties.cpp55 nsProperties* props = new nsProperties(outer); local
56 if (props == NULL)
59 nsresult rv = props->AggregatedQueryInterface(aIID, aResult);
61 delete props;
/vbox/src/VBox/Devices/Audio/testcase/
H A DtstAudioMixBuffer.cpp50 PDMPCMPROPS props; local
52 int rc = drvAudioStreamCfgToProps(&config, &props);
61 RTTESTI_CHECK_RC_OK(audioMixBufInit(&mb, "Single", &props, cBufSize));
147 PDMPCMPROPS props; local
149 int rc = drvAudioStreamCfgToProps(&cfg_p, &props);
153 RTTESTI_CHECK_RC_OK(audioMixBufInit(&parent, "Parent", &props, cBufSize));
163 rc = drvAudioStreamCfgToProps(&cfg_c1, &props);
167 RTTESTI_CHECK_RC_OK(audioMixBufInit(&child1, "Child1", &props, cBufSize));
178 rc = drvAudioStreamCfgToProps(&cfg_c2, &props);
182 RTTESTI_CHECK_RC_OK(audioMixBufInit(&child2, "Child2", &props, cBufSiz
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/
H A DLzmaCompress.c108 CLzmaEncProps props; local
110 LzmaEncProps_Init(&props);
111 LzmaEncProps_Normalize(&props);
164 &props, outBuffer, &outPropsSize, 0,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddrmmode_display.h126 drmmode_prop_ptr props; member in struct:__anon7069
/vbox/src/VBox/RDP/client-1.8.3/
H A Dewmhints.c255 unsigned char *props; local
262 result = get_property_value(wnd, "WM_STATE", 64, &nitems, &props, 1);
265 state = *(uint32 *) props;
266 XFree(props);
291 if (get_property_value(wnd, "_NET_WM_STATE", 64, &nitems, &props, 1) < 0)
294 atoms = (Atom *) props;
311 XFree(props);
443 unsigned char *props; local
450 if (get_property_value(wnd, "_NET_WM_ICON", 10000, &nitems, &props, 1) >= 0)
452 cur_set = (unsigned long *) props;
505 unsigned char *props; local
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElements.cpp750 QVector<QString> props; local
751 props = adapter.GetProperties(QString(), names);
755 strResult += names[i] + "=" + props[i];
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsNetwork.cpp1189 QVector<QString> props; local
1190 props = adapter.GetProperties(QString(), names);
1195 strResult += names[i] + "=" + props[i];
1226 QVector<QString> props; local
1227 props = adapter.GetProperties(QString(), names);
1231 QString strValue = props[i];
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.c964 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) argument
967 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
973 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) argument
977 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaDec.c946 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) argument
949 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
955 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) argument
959 RINOK(LzmaProps_Decode(&propNew, props, propsSize));
H A DLzmaEnc.c91 CLzmaEncProps props = *props2; local
92 LzmaEncProps_Normalize(&props);
93 return props.dictSize;
428 CLzmaEncProps props = *props2; local
429 LzmaEncProps_Normalize(&props);
431 if (props.lc > LZMA_LC_MAX || props.lp > LZMA_LP_MAX || props.pb > LZMA_PB_MAX ||
432 props.dictSize > (1 << kDicLogSizeMaxCompress) || props
1720 CLzmaEncProps props; local
2222 LzmaEnc_WriteProperties(CLzmaEncHandle pp, Byte *props, SizeT *size) argument
2276 LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/fonts/
H A Dfontstruct.h100 FontPropPtr props; member in struct:_FontInfo
/vbox/src/VBox/Additions/x11/x11include/fontsproto-2.1.0/X11/fonts/
H A Dfontstruct.h98 FontPropPtr props; member in struct:_FontInfo
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dxf86drmMode.h255 uint32_t *props; /**< List of property ids */ member in struct:_drmModeConnector
/vbox/src/apps/svnsync-vbox/
H A Dmain.c278 apr_hash_t *props;
281 SVN_ERR(svn_ra_get_file(session, path, revision, NULL, NULL, &props, pool));
282 value = apr_hash_get(props, SVNSYNC_PROP_PROCESS, APR_HASH_KEY_STRING);
289 value = apr_hash_get(props, SVNSYNC_PROP_DEFAULT, APR_HASH_KEY_STRING);
2629 because ra_svn doesn't let you change rev props during a
2656 /* There's one catch though, the diff shows us props we can't
277 apr_hash_t *props; local
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-api.jar ... JAXBException String factoryClassName String packageName java.util.Properties props StringBuilder propFileName java.io.BufferedReader r StringBuilder resource ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxws-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/ws/ javax/xml/ws/handler/ ...
H A Djsr173_api.jar ... FactoryConfigurationError String systemProp SecurityException se java.util.Properties props String factoryClassName String javah String configFile java.io. ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 132 milliseconds