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

  /external/python/cpython2/Lib/plat-mac/
applesingle.py 86 def tofile(self, path, resonly=False): member in class:AppleSingle
132 asfile.tofile(outpath, resonly=resonly)
  /external/cldr/tools/java/org/unicode/cldr/icu/
RBNFWriter.java 38 TOFILE = 5,
48 UOption.create("tofile", 't', UOption.REQUIRES_ARG).setDefault("root.xml"),
57 String tofile = options[TOFILE].value; local
71 System.out.println(tofile);
73 PrintWriter out = FileUtilities.openUTF8Writer(options[DESTDIR].value + File.separator, tofile);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
liolib.c 154 static FILE *tofile (lua_State *L) { function
187 tofile(L); /* make sure argument is an open stream */
279 tofile(L); /* check that it's a valid file handle */
317 tofile(L); /* check that it's a valid file handle */
329 tofile(L); /* check that it's a valid file handle */
480 return g_read(L, tofile(L), 2);
540 FILE *f = tofile(L);
549 FILE *f = tofile(L);
568 FILE *f = tofile(L);
583 return luaL_fileresult(L, fflush(tofile(L)) == 0, NULL);
    [all...]
  /external/lua/src/
liolib.c 174 static FILE *tofile (lua_State *L) { function
210 tofile(L); /* make sure argument is an open stream */
309 tofile(L); /* check that it's a valid file handle */
350 tofile(L); /* check that it's a valid file handle */
362 tofile(L); /* check that it's a valid file handle */
585 return g_read(L, tofile(L), 2);
650 FILE *f = tofile(L);
659 FILE *f = tofile(L);
678 FILE *f = tofile(L);
693 return luaL_fileresult(L, fflush(tofile(L)) == 0, NULL)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
FvImage.py 942 def tofile(m, f): member in class:Section
    [all...]
  /external/testng/ant/
ivy-2.1.0.jar 

Completed in 288 milliseconds