/device/samsung/crespo/liboverlay/ |
overlay.cpp | 706 overlay_ctrl_t *stage = obj->staging(); local 739 stage->posX = temp_x; 740 stage->posY = temp_y; 741 stage->posW = temp_w; 742 stage->posH = temp_h; 744 stage->posX_org = x; 745 stage->posY_org = y; 746 stage->posW_org = w; 747 stage->posH_org = h; 760 overlay_ctrl_t *stage = obj->staging() local 775 overlay_ctrl_t *stage = static_cast<overlay_object *>(overlay)->staging(); local 842 overlay_ctrl_t *stage = obj->staging(); local [all...] |
/hardware/ti/omap3/liboverlay/ |
overlay.cpp | 554 overlay_ctrl_t *stage = obj->staging(); local 586 stage->posX = x; 587 stage->posY = y; 588 stage->posW = w; 589 stage->posH = h; 614 overlay_ctrl_t *stage = static_cast<overlay_object *>(overlay)->staging(); local 625 stage->rotation = 0; 628 stage->rotation = 90; 631 stage->rotation = 180; 634 stage->rotation = 270 658 overlay_ctrl_t *stage = obj->staging(); local [all...] |
/packages/apps/Settings/src/com/android/settings/ |
ChooseLockPattern.java | 97 updateStage(Stage.Introduction); 118 if (mUiStage == Stage.NeedToConfirm || mUiStage == Stage.ConfirmWrong) { 119 if (mChosenPattern == null) throw new IllegalStateException("null chosen pattern in stage 'need to confirm"); 121 updateStage(Stage.ChoiceConfirmed); 123 updateStage(Stage.ConfirmWrong); 125 } else if (mUiStage == Stage.Introduction || mUiStage == Stage.ChoiceTooShort){ 127 updateStage(Stage.ChoiceTooShort); 130 updateStage(Stage.FirstChoiceValid) [all...] |
ConfirmLockPattern.java | 73 private enum Stage { 109 updateStage(Stage.NeedToUnlock); 150 private void updateStage(Stage stage) { 152 switch (stage) { 234 updateStage(Stage.NeedToUnlockWrong); 243 updateStage(Stage.LockedOut); 261 updateStage(Stage.NeedToUnlock);
|
ChooseLockPassword.java | 54 private com.android.settings.ChooseLockPassword.Stage mUiStage = Stage.Introduction; 72 protected enum Stage { 89 Stage(int hintInAlpha, int hintInNumeric, int nextButtonText) { 120 updateStage(Stage.Introduction); 175 mUiStage = Stage.valueOf(state); 194 protected void updateStage(Stage stage) { 195 mUiStage = stage; 261 if (mUiStage == Stage.Introduction) [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
ScanHandler.java | 106 public void stage(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler
|
PYXWriter.java | 137 public void stage(char[] buff, int offset, int length) throws SAXException { method in class:PYXWriter
|
HTMLScanner.java | 573 h.stage(theOutputBuffer, 0, theSize);
|
/external/webkit/WebKitTools/Scripts/ |
resolve-ChangeLogs | 196 my ($mode, $hash, $stage, $fileName) = split(' ', $line); 198 if ($stage == 1) { 201 } elsif ($stage == 2) { 204 } elsif ($stage == 3) { 208 die "Unknown file stage: $stage"; 210 system("$GIT cat-file blob :${stage}:${gitPrefix}${file} > $outputFile");
|
/external/netcat/ |
netcat.c | 158 unsigned char * stage = NULL; /* hexdump line buffer */ variable [all...] |
/external/libvpx/vp8/encoder/x86/ |
dct_mmx.asm | 56 ; transpose for the second stage 79 ; first stage 129 ; transpose for the second stage 152 ; first stage 264 ; transpose for the second stage 299 ; first stage 349 ; transpose for the second stage 382 ; first stage
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
bcmsdbus.h | 106 extern int sdioh_start(sdioh_info_t *si, int stage);
|
bcmsdh.h | 155 extern int bcmsdh_start(void *sdh, int stage);
|
/external/libvpx/vp8/encoder/arm/neon/ |
shortfdct_neon.asm | 33 ;first stage 60 ;second stage
|
/hardware/libhardware/include/hardware/ |
overlay.h | 175 int (*stage)(struct overlay_control_device_t *dev, overlay_t* overlay); member in struct:overlay_control_device_t
|
/external/quake/quake/src/QW/client/ |
gl_warp.c | 802 void ClipSkyPolygon (int nump, vec3_t vecs, int stage) 816 if (stage == 6) 823 norm = skyclip[stage]; 844 ClipSkyPolygon (nump, vecs, stage+1); 889 ClipSkyPolygon (newc[0], newv[0][0], stage+1); 890 ClipSkyPolygon (newc[1], newv[1][0], stage+1);
|
/external/quake/quake/src/WinQuake/ |
gl_warp.cpp | 851 void ClipSkyPolygon (int nump, vec3_t vecs, int stage) 865 if (stage == 6) 872 norm = skyclip[stage]; 893 ClipSkyPolygon (nump, vecs, stage+1); 938 ClipSkyPolygon (newc[0], newv[0][0], stage+1); 939 ClipSkyPolygon (newc[1], newv[1][0], stage+1);
|
/external/qemu/hw/ |
hw.h | 235 typedef int SaveLiveStateHandler(QEMUFile *f, int stage, void *opaque);
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmsdh.c | 582 bcmsdh_start(void *sdh, int stage) 586 return sdioh_start(bcmsdh->sdioh, stage);
|
bcmsdh_sdmmc.c | 1204 sdioh_start(sdioh_info_t *si, int stage) 1214 if (stage == 0) { [all...] |
/external/qemu/ |
vl-android.c | [all...] |
vl.c | [all...] |
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_opengl.h | [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_opengl.h | [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_opengl.h | [all...] |