Searched refs:unit (Results 201 - 225 of 260) sorted by relevance

1234567891011

/external/webkit/Tools/DumpRenderTree/mac/
H A DEventSendingController.mm476 CGScrollEventUnit unit = c?kCGScrollEventUnitPixel:kCGScrollEventUnitLine;
477 CGEventRef cgScrollEvent = CGEventCreateScrollWheelEvent(NULL, unit, 2, y, x);
/external/compiler-rt/make/platform/
H A Dclang_darwin.mk48 # in the same linkage unit, and for a couple of other functions that didn't
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar ... .eclipse.equinox.p2.metadata.IInstallableUnit unit String key Object matching org.eclipse.equinox. ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/css/
H A DCSSMutableStyleDeclaration.cpp595 bool CSSMutableStyleDeclaration::setProperty(int propertyID, double value, CSSPrimitiveValue::UnitTypes unit, bool important, bool notifyChanged) argument
597 CSSProperty property(propertyID, CSSPrimitiveValue::create(value, unit), important);
/external/zlib/contrib/pascal/
H A Dzlibpas.pas8 unit zlibpas;
/external/grub/stage2/
H A Dbuiltins.c3497 if (grub_memcmp (arg, "--unit=", sizeof ("--unit=") - 1) == 0)
3499 char *p = arg + sizeof ("--unit=") - 1;
3500 int unit;
3502 if (! safe_parse_maxint (&p, &unit))
3505 if (unit < 0 || unit > 3)
3511 port = serial_hw_get_port (unit);
3607 /* Initialize the serial unit. */
3622 "serial [--unit
3451 int unit; local
[all...]
/external/grub/grub/
H A Dasmstub.c1092 /* Get the port number of the unit UNIT. In the grub shell, this doesn't
1095 serial_hw_get_port (int unit) argument
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractListeningExecutorServiceTest.java48 public boolean awaitTermination(long timeout, TimeUnit unit) { argument
425 * timed invokeAny(null time unit) throws NPE
523 * timed invokeAll(null time unit) throws NPE
/external/kernel-headers/original/linux/
H A Dnetdevice.h568 extern unsigned long netdev_boot_base(const char *prefix, int unit);
/external/libpng/
H A Dpngwutil.c1552 png_warning(png_ptr, "Unrecognized unit type for oFFs chunk");
1628 png_write_sCAL(png_structp png_ptr, int unit, double width, double height) argument
1638 buf[0] = (char)unit;
1668 png_write_sCAL_s(png_structp png_ptr, int unit, png_charp width, argument
1688 buf[0] = (png_byte)unit;
1714 png_warning(png_ptr, "Unrecognized unit type for pHYs chunk");
H A Dpng.h962 * below for the unit types. Valid if (valid & PNG_INFO_oFFs) non-zero.
1058 * subject matter of the graphic. The chunk contains a unit specification
1064 png_byte scal_unit PNG_DEPSTRUCT; /* unit of physical scale */
1153 #define PNG_SCALE_UNKNOWN 0 /* unknown unit (image scale) */
1159 #define PNG_RESOLUTION_UNKNOWN 0 /* pixels/unknown unit (aspect ratio) */
2613 png_infop info_ptr, int *unit, double *width, double *height));
2617 png_infop info_ptr, int *unit, png_charpp swidth, png_charpp sheight));
2625 png_infop info_ptr, int unit, double width, double height));
2629 png_infop info_ptr, int unit, png_charp swidth, png_charp sheight));
3448 int unit, doubl
[all...]
/external/openssl/crypto/
H A Dsparccpuid.S246 ! takes to execute rdtick and pair of VIS1 instructions. US-Tx VIS unit
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwutil.c1526 png_warning(png_ptr, "Unrecognized unit type for oFFs chunk");
1599 png_write_sCAL(png_structp png_ptr, int unit, double width, double height) argument
1609 buf[0] = (char)unit;
1638 png_write_sCAL_s(png_structp png_ptr, int unit, png_charp width, argument
1658 buf[0] = (png_byte)unit;
1683 png_warning(png_ptr, "Unrecognized unit type for pHYs chunk");
/external/qemu/
H A Dvl-android.c956 int drive_get_index(BlockInterfaceType type, int bus, int unit) argument
960 /* seek interface, bus and unit */
965 drives_table[index].unit == unit &&
1047 static const char * const params[] = { "bus", "unit", "if", "index",
1088 if (get_param_value(buf, sizeof(buf), "unit", str)) {
1091 fprintf(stderr, "qemu: '%s' invalid unit id\n", str);
1264 /* compute bus and unit according index */
1269 "qemu: '%s' index cannot be used with bus and unit\n", str);
1297 /* check unit i
[all...]
H A Dvl.c759 int drive_get_index(BlockInterfaceType type, int bus, int unit) argument
763 /* seek interface, bus and unit */
768 drives_table[index].unit == unit &&
850 static const char * const params[] = { "bus", "unit", "if", "index",
891 if (get_param_value(buf, sizeof(buf), "unit", str)) {
894 fprintf(stderr, "qemu: '%s' invalid unit id\n", str);
1067 /* compute bus and unit according index */
1072 "qemu: '%s' index cannot be used with bus and unit\n", str);
1100 /* check unit i
[all...]
/external/skia/src/core/
H A DSkBitmapProcState_matrix_repeat.h11 * and has been tuned to work with the NEON unit.
24 #error this file can be used only when the NEON unit is enabled
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
H A Drepository-tools-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/oprofile/events/x86-64/family11h/
H A Dunit_masks2 # AMD Athlon(tm)64 and AMD Opteron(tm) processor unit masks
23 0x0 No unit mask
/external/oprofile/events/x86-64/hammer/
H A Dunit_masks2 # AMD Athlon(tm)64 and AMD Opteron(tm) processor unit masks
17 0x0 No unit mask
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dconcat-jquery-mootools-prototype.js628 // See test/unit/core.js for details concerning isFunction.
3903 unit = parts[3] || "px";
3906 if ( unit != "px" ) {
3907 self.style[ name ] = (end || 1) + unit;
3909 self.style[ name ] = start + unit;
3916 e.custom( start, end, unit );
4037 custom: function(from, to, unit){
4041 this.unit = unit || this.unit || "p
[all...]
/external/valgrind/main/helgrind/
H A Dlibhb_core.c2388 HChar unit[64]; local
2399 VG_(memset)(unit, 0, sizeof(unit));
2400 VG_(sprintf)(unit, i < n-1 ? "%u:%llu " : "%u:%llu",
2402 if (avail < VG_(strlen)(unit) + 40/*let's say*/) {
2407 VG_(strcat)(buf, unit);
2408 avail -= VG_(strlen)(unit);

Completed in 560 milliseconds

1234567891011