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

  /external/openssl/crypto/engine/
tb_asnmth.c 230 ENGINE_FIND_STR fstr; local
231 fstr.e = NULL;
232 fstr.ameth = NULL;
233 fstr.str = str;
234 fstr.len = len;
236 engine_table_doall(pkey_asn1_meth_table, look_str_cb, &fstr);
238 if (fstr.e)
240 fstr.e->struct_ref++;
241 engine_ref_debug(fstr.e, 0, 1)
243 *pe = fstr.e
    [all...]
  /system/core/liblog/
fake_log_device.c 272 const char* fstr = getenv("ANDROID_PRINTF_LOG"); local
274 if (fstr == NULL) {
277 if (strcmp(fstr, "brief") == 0)
279 else if (strcmp(fstr, "process") == 0)
281 else if (strcmp(fstr, "tag") == 0)
283 else if (strcmp(fstr, "thread") == 0)
285 else if (strcmp(fstr, "raw") == 0)
287 else if (strcmp(fstr, "time") == 0)
289 else if (strcmp(fstr, "long") == 0)
292 format = (LogFormat) atoi(fstr); // really?
    [all...]
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 212 final FileOutputStream fstr; local
216 fstr = null;
219 fstr = new FileOutputStream(publicZipFile);
220 publicZipOutStream = new ZipOutputStream(fstr);
247 FileUtils.sync(fstr);
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 55 std::ifstream fstr; member in class:llvm::LineReader
62 fstr.open(filename.c_str());
67 fstr.close();
NVPTXAsmPrinter.cpp     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
tokens.c 68 static char *idstr(const char *fstr, MemoryPool *pool)
74 len = strlen(fstr);
80 for (f=fstr, t=str; *f; f++) {
  /frameworks/base/services/java/com/android/server/pm/
Settings.java 1015 final FileOutputStream fstr = new FileOutputStream(userPackagesStateFile); local
1236 FileOutputStream fstr = new FileOutputStream(mSettingsFilename); local
    [all...]

Completed in 1227 milliseconds