Searched defs:dest (Results 1 – 10 of 10) sorted by relevance
| /gdk/samples/quake/src/com/android/quake/llvm/ |
| D | DownloaderActivity.java | 89 File dest = new File(dataPath); in ensureDownloaded() local 131 private static boolean versionMatches(File dest, String expectedVersion) { in versionMatches() 316 public File(String src, String dest, String md5, long size) { in File() 333 String dest; field in DownloaderActivity.Config.File 378 String dest = getRequiredString(attributes, "dest"); in startElement() local 613 File dest = new File(mDataDir, file.dest); in downloadFile() local 699 File dest = new File(mDataDir, file.dest); in verifyFile() local 868 private File download(String src, String dest) in download() 912 private FileOutputStream openOutput(String dest, boolean append) in openOutput()
|
| /gdk/samples/quake/jni/ |
| D | chase.cpp | 65 vec3_t dest, stop; in Chase_Update() local
|
| D | gl_rmisc.cpp | 34 byte *dest; in R_InitTextures() local
|
| D | common.cpp | 138 void Q_memset (void *dest, int fill, int count) in Q_memset() 154 void Q_memcpy (void *dest, const void *src, int count) in Q_memcpy() 180 void Q_strcpy (char *dest, const char *src) in Q_strcpy() 189 void Q_strncpy (char *dest, const char *src, int count) in Q_strncpy() 219 void Q_strcat (char *dest, const char *src) in Q_strcat()
|
| D | gl_draw.cpp | 616 void Draw_CharToConback (int num, byte *dest) in Draw_CharToConback() 712 byte *dest, *src; in Draw_Init() local 839 byte *dest; in Draw_Character() local 914 byte *dest, *source; in Draw_AlphaPic() local 955 byte *dest, *source; in Draw_Pic() local 991 byte *dest, *source, tbyte; in Draw_TransPic() local 1015 unsigned trans[64*64], *dest; in Draw_TransPicTranslate() local
|
| D | cl_parse.cpp | 634 byte *dest, *source; in CL_NewTranslation() local
|
| D | sys_android.cpp | 284 int Sys_FileRead (int handle, void *dest, int count) in Sys_FileRead()
|
| D | gl_rsurf.cpp | 138 void R_BuildLightMap (msurface_t *surf, byte *dest, int stride) in R_BuildLightMap()
|
| D | pr_cmds.cpp | 1509 int dest; in WriteDest() local
|
| D | menu.cpp | 153 byte *dest, *source; in M_BuildTranslationTable() local
|