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

/vbox/src/VBox/Frontends/VirtualBox/shaders/
H A DsplitBGRA.c4 float part = coord - float(pix); local
5 if(part < 0.25)
7 if(part < 0.5)
9 if(part < 0.75)
H A DcconvUYVY.c12 float part = x - float(pix); local
14 if(part < 0.5)
H A DcconvYUY2.c12 float part = x - float(pix); local
14 if(part < 0.5)
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DVersionComparator.java50 * A version-part consists of up to four parts, all of which are optional:
55 * A version-part may also consist of a single asterisk "*" which indicates
122 String part = tok.nextToken();
124 if (part.equals("*")) {
128 VersionPartTokenizer vertok = new VersionPartTokenizer(part);
139 // if part is of type "<num>+"
144 // else if part is of type "<num><alpha>..."
164 return aVersion.substring(part.length() + 1);
215 String part; field in class:VersionPartTokenizer
218 part
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsEscape.h143 * @param result result buffer, untouched if part is already escaped
175 NS_EscapeURL(const nsASingleFragmentCString &part, PRInt16 partType, nsACString &result) { argument
177 if (NS_EscapeURL(part.BeginReading(temp), part.Length(), partType, result))
179 return part;
H A DnsEscape.cpp345 part of an URL you want to escape:
368 NS_COM PRBool NS_EscapeURL(const char *part, argument
373 if (!part) {
381 partLen = strlen(part);
388 register const unsigned char* src = (const unsigned char *) part;
419 result.Append(part, i);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_pragma.c79 const char *name, *part; local
101 part = dnp->dn_string;
104 if (strcmp(part, "provider") == 0) {
106 } else if (strcmp(part, "module") == 0) {
108 } else if (strcmp(part, "function") == 0) {
110 } else if (strcmp(part, "name") == 0) {
112 } else if (strcmp(part, "args") == 0) {
117 "for provider %s\n", name, part);
287 * just concatenate and print as part of our error message.
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dmimepull.jar ... dataFile private final org.jvnet.mimepull.MIMEPart part boolean readOnce volatile long inMemory private Throwable consumedAt static final ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c5760 * @local: the resulting local part if found, the attribute value otherwise
5841 * @local: the resulting local part if found, the attribute value otherwise
5874 * @local: the resulting local part if found, the attribute value otherwise
8480 * Skip particle part if a global declaration.
8485 * The particle part ==================================================
8500 * The reference part =============================================
8570 * The declaration part ===============================================
11268 xmlSchemaParticlePtr part, last = NULL; local
11271 part = (xmlSchemaParticlePtr) xmlSchemaParseElement(ctxt,
11278 if (part !
11315 xmlSchemaTreeItemPtr part = NULL, last = NULL; local
14561 xmlSchemaParticlePtr part = local
14582 xmlSchemaParticlePtr part = local
14616 xmlSchemaParticlePtr part = local
14637 xmlSchemaParticlePtr part = local
16975 xmlSchemaParticlePtr part; local
[all...]

Completed in 97 milliseconds