/external/chromium_org/third_party/openssl/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...] |
/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()); 66 ~LineReader() { fstr.close(); }
|
NVPTXAsmPrinter.cpp | [all...] |
/frameworks/base/services/java/com/android/server/pm/ |
Settings.java | 1057 final FileOutputStream fstr = new FileOutputStream(userPackagesStateFile); local 1286 FileOutputStream fstr = new FileOutputStream(mSettingsFilename); local [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glapi_gentable.c | 62 const char *fstr = "Unknown"; local 66 (void) fstr; 78 fstr = info.dli_sname; 82 fprintf(stderr, "Call to unimplemented API: %s\n", fstr); 87 LogMessage(X_ERROR, "GLX: Call to unimplemented API: %s\n", fstr); [all...] |