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

  /system/bt/btcore/src/
hal_util.cc 49 char const* err_str = dlerror(); local
50 HULOGERR("%s", err_str ? err_str : "error unknown");
  /frameworks/base/tools/aapt2/
ResourceUtils_test.cpp 142 std::string err_str; local
143 Maybe<Reference> ref = ResourceUtils::ParseStyleParentReference("@android:style/foo", &err_str);
147 ref = ResourceUtils::ParseStyleParentReference("@style/foo", &err_str);
151 ref = ResourceUtils::ParseStyleParentReference("?android:style/foo", &err_str);
155 ref = ResourceUtils::ParseStyleParentReference("?style/foo", &err_str);
159 ref = ResourceUtils::ParseStyleParentReference("android:style/foo", &err_str);
163 ref = ResourceUtils::ParseStyleParentReference("android:foo", &err_str);
167 ref = ResourceUtils::ParseStyleParentReference("@android:foo", &err_str);
171 ref = ResourceUtils::ParseStyleParentReference("foo", &err_str);
175 ref = ResourceUtils::ParseStyleParentReference("*android:style/foo", &err_str);
    [all...]
ResourceParser.cpp 1110 std::string err_str; local
    [all...]
  /frameworks/base/tools/aapt2/link/
XmlReferenceLinker.cpp 109 std::string err_str; variable
111 ReferenceLinker::CompileXmlAttribute(attr_ref, callsite_, symbols_, &err_str);
116 << attr.name << "' " << err_str);
ReferenceLinker.cpp 82 std::string err_str; variable
98 transformed_reference, callsite_, symbols_, &err_str);
129 msg << "' " << err_str; variable
304 std::string err_str; local
306 ResolveSymbolCheckVisibility(transformed_reference, callsite, symbols, &err_str);
318 error_msg << " " << err_str; local
  /hardware/libhardware/
hardware.c 94 char const *err_str = dlerror(); local
95 ALOGE("load: module=%s\n%s", path, err_str?err_str:"unknown");
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 59 const std::string err_str = sys::StrError(); local
60 DEBUG(dbgs() << "Failed to connect to OProfile agent: " << err_str << "\n");
69 const std::string err_str = sys::StrError(); local
71 << err_str << "\n");
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
OProfileJITEventListener.cpp 55 const std::string err_str = sys::StrError(); local
56 DEBUG(dbgs() << "Failed to connect to OProfile agent: " << err_str << "\n");
65 const std::string err_str = sys::StrError(); local
67 << err_str << "\n");
  /hardware/ril/rild/
rild.c 109 const char *err_str = NULL; local
186 err_str = dlerror();
187 if (err_str) {
188 RLOGW("RIL_SAP_Init not defined or exported in %s: %s\n", rilLibPath, err_str);
  /external/strace/
keyctl.c 191 const char *err_str = err_name(error); local
196 if (err_str)
197 tprintf("%s, ", err_str);
  /external/libcxx/utils/google-benchmark/test/
output_test_helper.cc 154 std::string err_str; local
155 regex->Init(substituted_regex,& err_str);
156 CHECK(err_str.empty()) << "Could not construct regex \"" << substituted_regex
159 << "\n got error: " << err_str; local
  /external/google-benchmark/test/
output_test_helper.cc 335 std::string err_str; local
336 regex->Init(substituted_regex,& err_str);
337 CHECK(err_str.empty()) << "Could not construct regex \"" << substituted_regex
340 << "\n got error: " << err_str; local
  /frameworks/base/tools/aapt2/cmd/
Compile.cpp 88 std::stringstream err_str; local
89 err_str << "invalid configuration '" << config_str << "'";
90 *out_error = err_str.str();
175 std::string err_str; local
176 Maybe<ResourcePathData> path_data = ExtractResourcePathData(full_path, &err_str);
178 context->GetDiagnostics()->Error(DiagMessage(full_path) << err_str);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 383 const char *err_str = "???"; local
386 err_str = PyString_AS_STRING(to_str);
389 action, err_str);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 383 const char *err_str = "???"; local
386 err_str = PyString_AS_STRING(to_str);
389 action, err_str);
  /external/opencv/cxcore/src/
cxconvert.cpp 861 char err_str[100]; local
    [all...]
  /external/python/cpython2/Python/
_warnings.c 383 const char *err_str = "???"; local
386 err_str = PyString_AS_STRING(to_str);
389 action, err_str);
  /external/v8/src/
messages.cc 869 MaybeHandle<String> err_str = local
871 if (err_str.is_null()) {
880 err_str = ErrorUtils::ToString(isolate, pending_exception);
881 if (err_str.is_null()) {
890 builder->AppendString(err_str.ToHandleChecked());
894 builder->AppendString(err_str.ToHandleChecked());
    [all...]
  /bootable/recovery/
recovery.cpp 854 std::string err_str; local
855 if (!read_wipe_package(&wipe_package, wipe_package_size, &err_str)) {
    [all...]
  /external/valgrind/coregrind/
m_errormgr.c 1261 const HChar* err_str = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/utils/
http_curl.c 984 const char *err_str; local
997 err_str = X509_verify_cert_error_string(err);
1016 depth, err, err_str, buf);
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 1791 const char *err_str; local
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp 2952 std::string err_str; local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp 2648 std::string err_str; local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.cpp 2648 std::string err_str; local
    [all...]

Completed in 6030 milliseconds