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

  /toolchain/binutils/binutils-2.25/opcodes/
sparc-dis.c 474 bfd_vma (*getword) (const void *);
511 getword = bfd_getb32;
513 getword = bfd_getl32;
515 insn = getword (buffer);
984 prev_insn = getword (buffer);
1004 prev_insn = getword (buffer);
  /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...]
  /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)) {
  /external/ppp/pppd/
auth.c     [all...]
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...]
pppd.h 708 int getword __P((FILE *f, char *word, int *newlinep, char *filename));
    [all...]

Completed in 700 milliseconds