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

  /external/chromium_org/third_party/yasm/source/patched-yasm/
test_hd.c 34 FILE *bfile; local
42 bfile = fopen(argv[1], "rb");
44 if (!bfile) {
49 while ((ch = fgetc(bfile)) != EOF)
52 if (ferror(bfile)) {
57 fclose(bfile);
  /system/extras/verity/
generate_verity_key.c 87 BIO *bfile = NULL; local
97 bfile = BIO_new_file(path, "w");
98 if (!bfile)
101 BIO_write(bfile, &pkey, sizeof(pkey));
102 BIO_flush(bfile);
106 BIO_free_all(bfile);
  /system/core/adb/
adb_auth_host.c 135 BIO *bio, *b64, *bfile; local
149 bfile = BIO_new_file(path, "w");
150 if (!bfile) {
160 bio = BIO_push(b64, bfile);
167 BIO_write(bfile, info, strlen(info));
168 (void) BIO_flush(bfile);
169 BIO_free_all(bfile);
  /external/chromium_org/tools/telemetry/telemetry/web_components/
web_component.py 57 'web_component_bootstrap.js')) as bfile:
58 bootstrap_js_template = string.Template(bfile.read())
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
devtools.js 59 var bFile = b.File || "";
60 if (aFile !== bFile)
61 return aFile.localeCompare(bFile);
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 715 File bFile = new File(name);
718 log("File '" + name + "' modified at " + bFile.lastModified(), Project.MSG_VERBOSE);
719 if (fileUtils.isUpToDate(aFile, bFile)) {
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/
dwarf32_testhd.asm 897 .string "bfile"
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/
dwarfwin64_testhd.asm 1038 .string "bfile"
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/svox/pico/lib/
picoos.c     [all...]

Completed in 4039 milliseconds