/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/ |
world.js | 77 type != "cylinder" && 91 if (type == "cylinder") {
|
scenes.js | 39 type: 'cylinder', 138 type: 'cylinder',
|
scene.js | 53 if (shape.type == "cylinder") {
|
/system/core/include/diskconfig/ |
diskconfig.h | 59 uint8_t cylinder; member in struct:chs
|
/external/grub/stage2/ |
builtins.c | 1032 /* Embed a Stage 1.5 in the first cylinder after MBR or in the 1391 char *cylinder, *head, *sector, *total_sector; 1394 cylinder = ptr; 1395 head = skip_to (0, cylinder); 1398 if (! safe_parse_maxint (&cylinder, &num_cylinder) 1443 "geometry DRIVE [CYLINDER HEAD SECTOR [TOTAL_SECTOR]]", 1447 " sectors are set to CYLINDER, HEAD, SECTOR and TOTAL_SECTOR," 1372 char *cylinder, *head, *sector, *total_sector; local 2761 int cylinder, head, sector; local [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios.c | 5217 Bit16u cylinder, head, sector; local 6051 Bit16u head, sector, cylinder, nbsectors; local 6309 Bit16u max_cylinder, cylinder, total_sectors; local [all...] |
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
carousel.rs | 55 float3 center; // center of a y-axis-aligned infinite cylinder 57 } Cylinder; 147 static const int DRAG_MODEL_CYLINDER_INSIDE = 2; // Drag relative to point on inside of cylinder 148 static const int DRAG_MODEL_CYLINDER_OUTSIDE = 3; // Drag relative to point on outside of cylinder 251 static Cylinder carouselCylinder = { 290 static bool rayCylinderIntersect(Ray* ray, Cylinder* cylinder, float* tout); [all...] |
/external/qemu/block/ |
vvfat.c | 246 uint8_t cylinder; member in struct:__anon27543 355 /* take the sector position spos and convert it to Cylinder/Head/Sector position 369 chs->cylinder = 0xFF; 374 chs->cylinder = (uint8_t)spos; [all...] |