Home
last modified time | relevance | path

Searched defs:token (Results 1 – 5 of 5) sorted by relevance

/development/tools/a3dconvert/
DObjLoader.cpp43 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/
DExpandableList2.java59 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
/development/tools/emulator/opengl/host/tools/emugen/
DEntryPoint.cpp209 std::string token = getNextToken(line, 0, &last, WHITESPACE); in setAttribute() local
DApiGen.cpp1030 std::string token = getNextToken(line, pos, &last, WHITESPACE); in setGlobalAttribute() local
/development/tools/emulator/opengl/system/egl/
DeglDisplay.cpp273 static bool findExtInList(const char* token, int tokenlen, const char* list) in findExtInList()