HomeSort by relevance Sort by last modified time
    Searched defs:getword (Results 1 - 8 of 8) sorted by null

  /external/python/cpython2/Lib/plat-mac/
aepack.py 273 namescript = getword(rec[:2])
275 portkind = getword(rec[36:38])
285 kind = getword(rec[:2])
300 def getword(s): function
gensuitemodule.py 303 def getword(f, *args): function
307 raise EOFError, 'in getword' + str(args)
342 count = getword(f)
369 (getword, "flags")
419 (getword, "suite level"),
420 (getword, "suite version"),
427 (getword, "major/minor version in BCD"),
428 (getword, "language code"),
429 (getword, "script code"),
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aepack.py 273 namescript = getword(rec[:2])
275 portkind = getword(rec[36:38])
285 kind = getword(rec[:2])
300 def getword(s): function
gensuitemodule.py 303 def getword(f, *args): function
307 raise EOFError, 'in getword' + str(args)
342 count = getword(f)
369 (getword, "flags")
419 (getword, "suite level"),
420 (getword, "suite version"),
427 (getword, "major/minor version in BCD"),
428 (getword, "language code"),
429 (getword, "script code"),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 273 namescript = getword(rec[:2])
275 portkind = getword(rec[36:38])
285 kind = getword(rec[:2])
300 def getword(s): function
gensuitemodule.py 303 def getword(f, *args): function
307 raise EOFError, 'in getword' + str(args)
342 count = getword(f)
369 (getword, "flags")
419 (getword, "suite level"),
420 (getword, "suite version"),
427 (getword, "major/minor version in BCD"),
428 (getword, "language code"),
429 (getword, "script code"),
    [all...]
  /external/ppp/pppd/
options.c 452 while (getword(f, cmd, &newline, filename)) {
461 if (!getword(f, args[i], &newline, filename)) {
1140 getword(f, word, newlinep, filename) function
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 574 WnnWord getword = new WnnWord(); local
576 getword);
578 getword = event.word;
579 int len = getword.candidate.length();
583 if (searchword.candidate.equals(getword.candidate)) {

Completed in 871 milliseconds