Searched refs:resolution (Results 1 - 25 of 131) sorted by last modified time

123456

/macosx-10.10.1/llvmCore-3425.0.34/tools/gold/
H A Dgold-plugin.cpp345 sym.resolution = LDPR_UNKNOWN;
390 if (I->syms[i].resolution == LDPR_PREVAILING_DEF) {
/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/autoconf/
H A Dltmain.sh4512 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
/macosx-10.10.1/llvmCore-3425.0.34/autoconf/
H A Dltmain.sh4512 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.c2425 #pragma mark DNS name resolution
3559 // track the DNS resolution time
/macosx-10.10.1/cups-408/cups/scheduler/
H A Djob.c3838 "%dx%d%s", attr->values[i].resolution.xres,
3839 attr->values[i].resolution.yres,
3840 attr->values[i].resolution.units == IPP_RES_PER_INCH ?
3982 * A resolution is two signed integers separated by an "x" and
H A Dipp.c4272 cupsFilePrintf(out, "%dx%d%s", attr->values[i].resolution.xres,
4273 attr->values[i].resolution.yres,
4274 attr->values[i].resolution.units == IPP_RES_PER_INCH ?
10483 sprintf(value, "%dx%d%s", attr->values[0].resolution.xres,
10484 attr->values[0].resolution.yres,
10485 attr->values[0].resolution.units == IPP_RES_PER_INCH ?
H A Dtestsub.c352 "resolution",
441 printf(" %dx%d%s", val->resolution.xres, val->resolution.yres,
442 val->resolution.units == IPP_RES_PER_INCH ? "dpi" : "dpcm");
/macosx-10.10.1/cups-408/cups/test/
H A Dipptool.c1753 int xres, /* X resolution */
1754 yres; /* Y resolution */
1770 print_fatal_error(outfile, "Bad resolution value \"%s\" on line %d.",
3089 int xres, /* Horizontal resolution */
3090 yres; /* Vertical resolution */
3683 int xres, /* X resolution */
3684 yres; /* Y resolution */
3693 print_fatal_error(outfile, "Bad resolution value \"%s\" on line %d.",
4250 attr->values[i].resolution.xres,
4251 attr->values[i].resolution
[all...]
/macosx-10.10.1/cups-408/cups/everywhere/
H A Ddocument-tests.test48 EXPECT pwg-raster-document-resolution-supported OF-TYPE resolution IN-GROUP printer-attributes-tag DEFINE-VALUE RASTER_RESOLUTION
H A Dipp-tests.test395 EXPECT printer-resolution-default OF-TYPE resolution IN-GROUP printer-attributes-tag COUNT 1
396 EXPECT printer-resolution-default DEFINE-VALUE DEFAULT_PRINTER_RESOLUTION
397 EXPECT printer-resolution-supported OF-TYPE resolution IN-GROUP printer-attributes-tag
424 EXPECT pwg-raster-document-resolution-supported OF-TYPE resolution IN-GROUP printer-attributes-tag
498 ATTR resolution printer-resolution $DEFAULT_PRINTER_RESOLUTION
528 ATTR resolution printe
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dtimeflow.cpp103 // Estimate resolution at given time.
105 // BSD select(2) has theoretical microsecond resolution, but the underlying
107 // Sometime in the future when the sun is near collapse, residual resolution
110 Interval resolution(Absolute) function in namespace:Security::Time
H A Dtimeflow.h30 // microsecond resolution in Modern Times.
129 // Time::resolution(when) gives a conservative estimate of the available resolution
132 Interval resolution(Absolute at); // estimate available resolution at given time
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dtimeflow.cpp103 // Estimate resolution at given time.
105 // BSD select(2) has theoretical microsecond resolution, but the underlying
107 // Sometime in the future when the sun is near collapse, residual resolution
110 Interval resolution(Absolute) function in namespace:Security::Time
H A Dtimeflow.h30 // microsecond resolution in Modern Times.
129 // Time::resolution(when) gives a conservative estimate of the available resolution
132 Interval resolution(Absolute at); // estimate available resolution at given time
/macosx-10.10.1/cups-408/cups/cups/
H A Dipp-support.c297 "resolution", /* 0x32 */
672 if (val->resolution.xres == val->resolution.yres)
675 bufptr += snprintf(bufptr, (size_t)(bufend - bufptr + 1), "%d%s", val->resolution.xres, val->resolution.units == IPP_RES_PER_INCH ? "dpi" : "dpcm");
677 bufptr += snprintf(temp, sizeof(temp), "%d%s", val->resolution.xres, val->resolution.units == IPP_RES_PER_INCH ? "dpi" : "dpcm");
680 bufptr += snprintf(bufptr, (size_t)(bufend - bufptr + 1), "%dx%d%s", val->resolution.xres, val->resolution.yres, val->resolution
[all...]
H A Dipp.c739 * 'ippAddResolution()' - Add a resolution value to an IPP message.
755 ipp_res_t units, /* I - Units for resolution */
756 int xres, /* I - X resolution */
757 int yres) /* I - Y resolution */
783 attr->values[0].resolution.xres = xres;
784 attr->values[0].resolution.yres = yres;
785 attr->values[0].resolution.units = units;
792 * 'ippAddResolutions()' - Add resolution values to an IPP message.
809 ipp_res_t units, /* I - Units for resolution */
845 value->resolution
[all...]
H A Ddest-options.c83 int xres_value, /* Horizontal resolution */
84 yres_value; /* Vertical resolution */
212 if (attrval->resolution.xres == xres_value &&
213 attrval->resolution.yres == yres_value &&
214 attrval->resolution.units == units_value)
286 tries, /* Number of tries for resolution */
2021 int xres_value, /* Horizontal resolution */
2022 yres_value; /* Vertical resolution */
2130 if (attrval->resolution.xres == xres_value &&
2131 attrval->resolution
[all...]
H A Dtestipp.c871 "resolution",
953 printf(" %dx%d%s", val->resolution.xres, val->resolution.yres,
954 val->resolution.units == IPP_RES_PER_INCH ? "dpi" : "dpcm");
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp340 _hidPointingNub = IOHIDPointingDevice::newPointingDeviceAndStart(this, buttonCount(), resolution() >> 16);
681 // Given the resolution, dx, dy, and time, compute the velocity
760 IOFixed devScale = IOFixedDivide( resolution(), FRAME_RATE );
872 // Zero scroll resolution says you don't want acceleration.
940 // Grab the pointer resolution
941 res = this->resolution();
967 newDebugArray->replaceObject(type, OSSymbol::withCString("no scroll resolution for type"));
1225 nub = IOHIDPointingDevice::newPointingDeviceAndStart(this, buttonCount(), resolution() >> 16, true);
1312 // RY: throttle the tranlation of scroll based on the resolution threshold.
1359 UInt32 res = resolution();
1552 IOFixed IOHIPointing::resolution() function in class:IOHIPointing
[all...]
H A DIOHIDPointingDevice.cpp208 IOHIDPointingDevice::newPointingDeviceAndStart(IOService *owner, UInt8 numButtons, UInt32 resolution, bool scroll, UInt32 location) argument
230 device->_resolution = resolution;
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcss.js368 "monochrome", "min-monochrome", "max-monochrome", "resolution",
369 "min-resolution", "max-resolution", "scan", "grid"
414 "icon", "image-orientation", "image-rendering", "image-resolution",
/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcss.js368 "monochrome", "min-monochrome", "max-monochrome", "resolution",
369 "min-resolution", "max-resolution", "scan", "grid"
414 "icon", "image-orientation", "image-rendering", "image-resolution",
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dipp-var.c1191 "%dx%d%s", attr->values[i].resolution.xres,
1192 attr->values[i].resolution.yres,
1193 attr->values[i].resolution.units == IPP_RES_PER_INCH ?
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSPromiseFunctions.cpp242 JSValue resolution = exec->argument(0); local
249 // 2. Return the result of calling PromiseResolve(promise, resolution);
250 promise->resolve(vm, resolution);
/macosx-10.10.1/cups-408/cups/test/everywhere/
H A Ddocument-format-tests.test160 EXPECT pwg-raster-document-resolution-supported OF-TYPE resolution IN-GROUP printer-attributes-tag
161 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 150dpi DEFINE-MATCH HAVE_150DPI
162 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 180dpi DEFINE-MATCH HAVE_180DPI
163 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 300dpi DEFINE-MATCH HAVE_300DPI
164 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 3600dpi DEFINE-MATCH HAVE_360DPI
165 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 600dpi DEFINE-MATCH HAVE_600DPI
166 EXPECT pwg-raster-document-resolution-supported WITH-VALUE 720dpi DEFINE-MATCH HAVE_720DPI

Completed in 361 milliseconds

123456