Searched defs:token (Results 1 – 5 of 5) sorted by relevance
| /development/tools/a3dconvert/ |
| D | ObjLoader.cpp | 43 bool getToken(std::istream &is, std::string &token) { in getToken() 57 std::string token; in appendDataFromStream() local 166 std::string token; in handleObjLine() local 212 std::string token; in init() local
|
| /development/samples/ApiDemos/src/com/example/android/apis/view/ |
| D | ExpandableList2.java | 59 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
|
| /development/tools/emulator/opengl/host/tools/emugen/ |
| D | EntryPoint.cpp | 209 std::string token = getNextToken(line, 0, &last, WHITESPACE); in setAttribute() local
|
| D | ApiGen.cpp | 1030 std::string token = getNextToken(line, pos, &last, WHITESPACE); in setGlobalAttribute() local
|
| /development/tools/emulator/opengl/system/egl/ |
| D | eglDisplay.cpp | 273 static bool findExtInList(const char* token, int tokenlen, const char* list) in findExtInList()
|