Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 3 of 3) sorted by relevance

/gdk/samples/quake/src/com/android/quake/llvm/
DDownloaderActivity.java915 File parent = destFile.getParentFile(); in openOutput() local
930 File parent = srcFile.getParentFile(); in openInput() local
/gdk/samples/quake/jni/
Dgl_model.h163 struct mnode_s *parent; member
183 struct mnode_s *parent; member
Dgl_model.cpp832 void Mod_SetParent (mnode_t *node, mnode_t *parent) in Mod_SetParent()