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

  /external/skia/tools/lua/
ngrams_aggregate.lua 5 dofile("/tmp/lua-output")
agg_dash.lua 20 dofile("/tmp/lua-output")
  /external/skqp/tools/lua/
ngrams_aggregate.lua 5 dofile("/tmp/lua-output")
agg_dash.lua 20 dofile("/tmp/lua-output")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
mboxconvert.py 16 dofile = mmdf
24 dofile = message
30 sts = dofile(sys.stdin) or sts
40 sts = dofile(f) or sts
  /external/python/cpython2/Demo/scripts/
mboxconvert.py 16 dofile = mmdf
24 dofile = message
30 sts = dofile(sys.stdin) or sts
40 sts = dofile(f) or sts
  /external/vboot_reference/utility/
vbutil_what_keys 97 dofile() { function
163 dofile $file
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lua.c 210 static int dofile (lua_State *L, const char *name) { function
432 return dofile(L, init+1);
473 else dofile(L, NULL); /* executes stdin as a file */
  /external/syslinux/com32/lua/src/
lua.c 217 static int dofile (lua_State *L, const char *name) { function
439 return dofile(L, init+1);
480 else dofile(L, NULL); /* executes stdin as a file */

Completed in 197 milliseconds