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

  /external/clang/test/CodeGen/
struct-union-BE.c 17 void fstr(int n, ...) { function
47 fstr(1, x[0]);
  /system/core/liblog/
fake_log_device.c 284 const char* fstr = getenv("ANDROID_PRINTF_LOG"); local
286 if (fstr == NULL) {
289 if (strcmp(fstr, "brief") == 0)
291 else if (strcmp(fstr, "process") == 0)
293 else if (strcmp(fstr, "tag") == 0)
295 else if (strcmp(fstr, "thread") == 0)
297 else if (strcmp(fstr, "raw") == 0)
299 else if (strcmp(fstr, "time") == 0)
301 else if (strcmp(fstr, "long") == 0)
304 format = (LogFormat)atoi(fstr); // really?
    [all...]
  /external/wpa_supplicant_8/src/ap/
taxonomy.c 85 static void ie_to_string(char *fstr, size_t fstr_len, const struct wpabuf *ies)
87 char *fpos = fstr;
88 char *fend = fstr + fstr_len;
234 fstr[0] = '\0';
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 48 std::ifstream fstr; member in class:llvm::LineReader
55 fstr.open(filename.c_str());
59 ~LineReader() { fstr.close(); }
NVPTXAsmPrinter.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 259 final FileOutputStream fstr; local
263 fstr = null;
266 fstr = new FileOutputStream(publicZipFile);
267 publicZipOutStream = new ZipOutputStream(fstr);
295 FileUtils.sync(fstr);
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java 2089 final FileOutputStream fstr = new FileOutputStream(userPackagesStateFile); local
2478 FileOutputStream fstr = new FileOutputStream(mSettingsFilename); local
2738 FileOutputStream fstr; local
    [all...]

Completed in 226 milliseconds