/external/jmonkeyengine/engine/src/test/jme3test/light/ |
D | TestSpotLight.java | 57 SpotLight spot; field in TestSpotLight 64 spot=new SpotLight(); in setupLighting() 66 spot.setSpotRange(1000); in setupLighting() 67 spot.setSpotInnerAngle(5*FastMath.DEG_TO_RAD); in setupLighting() 68 spot.setSpotOuterAngle(10*FastMath.DEG_TO_RAD); in setupLighting() 69 spot.setPosition(new Vector3f(77.70334f, 34.013165f, 27.1017f)); in setupLighting() 70 spot.setDirection(lightTarget.subtract(spot.getPosition())); in setupLighting() 71 spot.setColor(ColorRGBA.White.mult(2)); in setupLighting() 72 rootNode.addLight(spot); in setupLighting() 148 … spot.setPosition(new Vector3f(FastMath.cos(angle) * 30f, 34.013165f, FastMath.sin(angle) * 30f)); in simpleUpdate() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/events/ |
D | SDL_events.c | 291 static int SDL_CutEvent(int spot) in SDL_CutEvent() argument 293 if ( spot == SDL_EventQ.head ) { in SDL_CutEvent() 297 if ( (spot+1)%MAXEVENTS == SDL_EventQ.tail ) { in SDL_CutEvent() 298 SDL_EventQ.tail = spot; in SDL_CutEvent() 309 for ( here=spot; here != SDL_EventQ.tail; here = next ) { in SDL_CutEvent() 313 return(spot); in SDL_CutEvent() 337 int spot; in SDL_PeepEvents() local 345 spot = SDL_EventQ.head; in SDL_PeepEvents() 346 while ((used < numevents)&&(spot != SDL_EventQ.tail)) { in SDL_PeepEvents() 347 if ( mask & SDL_EVENTMASK(SDL_EventQ.event[spot].type) ) { in SDL_PeepEvents() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/ |
D | SDL_error.c | 137 char tmp[32], *spot = tmp; in SDL_GetErrorMsg() local 138 *spot++ = *fmt++; in SDL_GetErrorMsg() 139 while ( (*fmt == '.' || (*fmt >= '0' && *fmt <= '9')) && spot < (tmp+SDL_arraysize(tmp)-2) ) { in SDL_GetErrorMsg() 140 *spot++ = *fmt++; in SDL_GetErrorMsg() 142 *spot++ = *fmt++; in SDL_GetErrorMsg() 143 *spot++ = '\0'; in SDL_GetErrorMsg() 144 switch (spot[-2]) { in SDL_GetErrorMsg()
|
/external/quake/quake/src/QW/progs/ |
D | client.qc | 108 local entity spot; 112 spot = find (world, classname, "info_intermission"); 113 if (spot) 118 spot = find (spot, classname, "info_intermission"); 119 if (!spot) 120 spot = find (spot, classname, "info_intermission"); 123 return spot; 127 spot = find (world, classname, "info_player_start"); 128 if (spot) 129 return spot; [all …]
|
D | server.qc | 30 the next spot to move to. If not present, stop here for good.
|
/external/qemu/distrib/sdl-1.2.15/src/audio/windx5/ |
D | SDL_dx5audio.c | 360 { DWORD spot = cursor; in DX5_GetAudioBuf() local 361 if ( spot < lastchunk ) { in DX5_GetAudioBuf() 362 spot += NUM_BUFFERS; in DX5_GetAudioBuf() 364 if ( spot > lastchunk+1 ) { in DX5_GetAudioBuf() 366 (spot - (lastchunk+1))); in DX5_GetAudioBuf()
|
/external/quake/quake/src/QW/client/ |
D | pmove.c | 693 vec3_t spot; in CheckWaterJump() local 710 VectorMA (pmove.origin, 24, flatforward, spot); in CheckWaterJump() 711 spot[2] += 8; in CheckWaterJump() 712 cont = PM_PointContents (spot); in CheckWaterJump() 715 spot[2] += 24; in CheckWaterJump() 716 cont = PM_PointContents (spot); in CheckWaterJump()
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | Vector.h | 1030 T* spot = begin() + position; 1031 TypeOperations::moveOverlapping(spot, end(), spot + dataSize); 1033 new (&spot[i]) T(data[i]); 1047 T* spot = begin() + position; 1048 TypeOperations::moveOverlapping(spot, end(), spot + 1); 1049 new (spot) T(*data); 1081 T* spot = begin() + position; 1082 spot->~T(); 1083 TypeOperations::moveOverlapping(spot + 1, end(), spot);
|
/external/chromium/net/data/ftp/ |
D | dir-listing-ls-9.expected | 2 Akademia Teatralna spot.mpg
|
D | dir-listing-ls-9 | 2 -rw-r--r-- 1 nobody nogroup 174680068 Jun 4 23:20 Akademia Teatralna spot.mpg
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11video.c | 284 char *spot; in get_classname() local 292 spot = SDL_getenv("SDL_VIDEO_X11_WMCLASS"); in get_classname() 293 if ( spot ) { in get_classname() 294 SDL_strlcpy(classname, spot, maxlen); in get_classname() 310 spot = SDL_strrchr(linkfile, '/'); in get_classname() 311 if ( spot ) { in get_classname() 312 SDL_strlcpy(classname, spot+1, maxlen); in get_classname()
|
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
D | SDL_macevents.c | 415 Point spot; in Mac_HandleEvents() 416 SetPt(&spot, 0x0070, 0x0050); in Mac_HandleEvents() 417 DIBadMount(spot, event.message); in Mac_HandleEvents()
|
/external/llvm/test/Transforms/PhaseOrdering/ |
D | basic.ll | 27 ; turning %add into a bitmask, making it difficult to spot a 0 return value.
|
/external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/ |
D | TerrainLighting.vert | 92 //computing spot direction in view space and unpacking spotlight cos
|
/external/clang/test/Index/ |
D | complete-natural.m | 10 #pragma mark this is the spot
|
/external/libvorbis/doc/ |
D | Vorbis_I_spec.tex | 45 % left to the typesetting engine to place them in the "optimal" spot. These
|
/external/qemu/docs/ |
D | ANDROID-MEMCHECK.TXT | 56 CONFIG_MEMCHECK macro, making it easy to spot changes related to it in the
|
/external/llvm/test/Transforms/InstCombine/ |
D | extractvalue.ll | 54 ; The new load should be in the same spot as the old load.
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/ |
D | Lighting.vert | 179 //computing spot direction in view space and unpacking spotlight cos
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_view.mm | 61 // hierarchy. This is the spot where we close the loop.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | IntStream.as | 44 * when passed to rewind() you get back to the same spot.
|
/external/iproute2/doc/actions/ |
D | mirred-usage | 52 device. Instead of redirecting it puts packets at the exact spot
|
/external/llvm/test/MC/ARM/ |
D | basic-thumb-instructions.s | 12 @ once then spot check that following instructions accept the form generally.
|
/external/webkit/Source/WebCore/page/mac/ |
D | FrameMac.mm | 121 // remove from old spot
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | utf8.txt | 202 to spot problems more quickly. (2) Overlong sequences provide |
|