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

  /system/core/toolbox/grep/
grep.c 319 char **aargv, **eargv, *eopts; local
365 eopts = getenv("GREP_OPTIONS");
369 if (eopts != NULL) {
373 for (j = 0; j < strlen(eopts); j++)
374 if (eopts[j] == ' ')
381 while ((str = strsep(&eopts, " ")) != NULL)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 228 eopts = opts['element create']
229 etype = eopts[0]
233 while argc < len(eopts) and not hasattr(eopts[argc], 'iteritems'):
236 elemargs = eopts[1:argc]
237 elemkw = eopts[argc] if argc < len(eopts) and eopts[argc] else {}
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 228 eopts = opts['element create']
229 etype = eopts[0]
233 while argc < len(eopts) and not hasattr(eopts[argc], 'iteritems'):
236 elemargs = eopts[1:argc]
237 elemkw = eopts[argc] if argc < len(eopts) and eopts[argc] else {}
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 943 ExpandFstOptions<Arc> eopts; local
    [all...]

Completed in 1610 milliseconds