HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 276 - 300 of 5380) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Regex.h 52 std::swap(error, regex.error);
58 /// isValid - returns the error encountered during regex compilation, or
60 bool isValid(std::string &Error);
83 /// \param Error If non-null, any errors in the substitution (invalid
87 std::string *Error = nullptr);
98 int error; member in class:llvm::Regex
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Regex.h 52 std::swap(error, regex.error);
58 /// isValid - returns the error encountered during regex compilation, or
60 bool isValid(std::string &Error) const;
83 /// \param Error If non-null, any errors in the substitution (invalid
87 std::string *Error = nullptr);
98 int error; member in class:llvm::Regex
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Regex.h 52 std::swap(error, regex.error);
58 /// isValid - returns the error encountered during regex compilation, or
60 bool isValid(std::string &Error) const;
83 /// \param Error If non-null, any errors in the substitution (invalid
87 std::string *Error = nullptr);
98 int error; member in class:llvm::Regex
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Regex.h 52 std::swap(error, regex.error);
58 /// isValid - returns the error encountered during regex compilation, or
60 bool isValid(std::string &Error) const;
83 /// \param Error If non-null, any errors in the substitution (invalid
87 std::string *Error = nullptr);
98 int error; member in class:llvm::Regex
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Regex.h 52 std::swap(error, regex.error);
58 /// isValid - returns the error encountered during regex compilation, or
60 bool isValid(std::string &Error) const;
83 /// \param Error If non-null, any errors in the substitution (invalid
87 std::string *Error = nullptr);
98 int error; member in class:llvm::Regex
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Regex.h 52 std::swap(error, regex.error);
58 /// isValid - returns the error encountered during regex compilation, or
60 bool isValid(std::string &Error) const;
83 /// \param Error If non-null, any errors in the substitution (invalid
87 std::string *Error = nullptr);
98 int error; member in class:llvm::Regex
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Regex.h 52 std::swap(error, regex.error);
58 /// isValid - returns the error encountered during regex compilation, or
60 bool isValid(std::string &Error) const;
83 /// \param Error If non-null, any errors in the substitution (invalid
87 std::string *Error = nullptr);
98 int error; member in class:llvm::Regex
  /prebuilts/go/darwin-x86/src/go/ast/
resolve.go 21 func (p *pkgBuilder) error(pos token.Pos, msg string) { func
26 p.error(pos, fmt.Sprintf(format, args...))
40 p.error(obj.Pos(), fmt.Sprintf("%s redeclared in this block%s", obj.Name, prevDecl))
63 type Importer func(imports map[string]*Object, path string) (pkg *Object, err error)
74 func NewPackage(fset *token.FileSet, files map[string]*File, importer Importer, universe *Scope) (*Package, error) {
103 // (error has already been reported)
  /prebuilts/go/linux-x86/src/go/ast/
resolve.go 21 func (p *pkgBuilder) error(pos token.Pos, msg string) { func
26 p.error(pos, fmt.Sprintf(format, args...))
40 p.error(obj.Pos(), fmt.Sprintf("%s redeclared in this block%s", obj.Name, prevDecl))
63 type Importer func(imports map[string]*Object, path string) (pkg *Object, err error)
74 func NewPackage(fset *token.FileSet, files map[string]*File, importer Importer, universe *Scope) (*Package, error) {
103 // (error has already been reported)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
Logger.h 56 // Logs an error.
57 void error(const std::string& e) { errors.push_back(e); } function in class:spv::SpvBuildLogger
  /system/bt/btif/src/
btif_config_transcode.cc 30 int error = document.LoadFile(xml_filename); local
31 if (error != XML_SUCCESS) {
33 xml_filename, error);
  /system/core/fastboot/
tcp_test.cpp 40 std::string error; local
41 EXPECT_NE(nullptr, tcp::internal::Connect(std::move(mock), &error));
42 EXPECT_EQ("", error);
50 std::string error; local
51 EXPECT_NE(nullptr, tcp::internal::Connect(std::move(mock), &error));
52 EXPECT_EQ("", error);
59 std::string error; local
60 EXPECT_EQ(nullptr, tcp::internal::Connect(std::move(mock), &error));
61 EXPECT_NE(std::string::npos, error.find("Failed to send initialization message"));
69 std::string error; local
79 std::string error; local
89 std::string error; local
102 std::string error; variable
    [all...]
  /system/core/property_service/libpropertyinfoserializer/
trie_builder_test.cpp 28 auto error = std::string(); local
29 EXPECT_TRUE(trie_builder.AddToTrie("test.", "1st", "1st_type", false, &error));
30 EXPECT_TRUE(trie_builder.AddToTrie("test.test", "2nd", "2nd_type", false, &error));
31 EXPECT_TRUE(trie_builder.AddToTrie("test.test1", "3rd", "3rd_type", true, &error));
32 EXPECT_TRUE(trie_builder.AddToTrie("test.test2", "3rd", "3rd_type", true, &error));
33 EXPECT_TRUE(trie_builder.AddToTrie("test.test3", "3rd", "3rd_type", true, &error));
34 EXPECT_TRUE(trie_builder.AddToTrie("this.is.a.long.string", "4th", "4th_type", true, &error));
  /system/keymaster/km_openssl/
asymmetric_key_factory.cpp 47 keymaster_error_t error = CreateEmptyKey(move(hw_enforced), move(sw_enforced), &asym_key); local
48 if (error != KM_ERROR_OK)
49 return error;
62 error = TranslateLastOpenSslError();
66 return error;
ecies_kem.cpp 24 EciesKem::EciesKem(const AuthorizationSet& kem_description, keymaster_error_t* error) {
29 *error = KM_ERROR_INVALID_ARGUMENT;
41 *error = KM_ERROR_UNSUPPORTED_EC_CURVE;
48 *error = KM_ERROR_UNSUPPORTED_KDF;
57 *error = KM_ERROR_UNSUPPORTED_KDF;
61 *error = KM_ERROR_MEMORY_ALLOCATION_FAILED;
67 *error = KM_ERROR_UNSUPPORTED_KEY_SIZE;
72 *error = KM_ERROR_OK;
138 keymaster_error_t error; local
139 key_exchange_.reset(new(std::nothrow) NistCurveKeyExchange(private_key, &error));
    [all...]
nist_curve_key_exchange.cpp 28 NistCurveKeyExchange::NistCurveKeyExchange(EC_KEY* private_key, keymaster_error_t* error)
31 *error = KM_ERROR_INVALID_ARGUMENT;
34 *error = ExtractPublicKey();
62 keymaster_error_t error; local
64 NistCurveKeyExchange(key.get(), &error));
65 if (!key_exchange.get()) error = KM_ERROR_MEMORY_ALLOCATION_FAILED;
66 if (error != KM_ERROR_OK) return nullptr;
75 keymaster_error_t error = ec_get_group_size(group, &field_len_bits); local
76 if (error != KM_ERROR_OK) return error;
    [all...]
openssl_err.cpp 44 unsigned long error = ERR_peek_last_error(); local
47 LOG_D("%s", ERR_error_string(error, NULL));
50 int reason = ERR_GET_REASON(error);
52 /* Handle global error reasons */
65 switch (ERR_GET_LIB(error)) {
83 LOG_E("ASN.1 parsing error %d", reason);
88 LOG_E("Openssl error %d, %d", ERR_GET_LIB(error), reason);
symmetric_key.cpp 45 keymaster_error_t error = validate_algorithm_specific_new_key_params(key_description);
46 if (error != KM_ERROR_OK)
47 return error;
54 error = random_source_.GenerateRandom(key_material.writable_data(), key_data_size);
55 if (error != KM_ERROR_OK) {
56 LOG_E("Error generating %d bit symmetric key", key_size_bits);
57 return error;
82 keymaster_error_t error = validate_algorithm_specific_new_key_params(key_description); local
83 if (error != KM_ERROR_OK) return error;
    [all...]
  /system/keymaster/legacy_support/
ec_keymaster0_key.cpp 48 keymaster_error_t error = GetCurveAndSize(key_description, &ec_curve, &key_size); local
49 if (error != KM_ERROR_OK) {
50 return error;
81 keymaster_error_t error = UpdateImportKeyDescription( local
83 if (error != KM_ERROR_OK)
84 return error;
rsa_keymaster0_key.cpp 80 keymaster_error_t error = local
83 if (error != KM_ERROR_OK)
84 return error;
  /system/tools/hidl/test/host_test/
main.cpp 40 std::string error; local
41 EXPECT_EQ(OK, coordinator.addPackagePath("a.b", "a1/b1", &error));
42 EXPECT_TRUE(error.empty());
43 EXPECT_NE(OK, coordinator.addPackagePath("a.b", "a2/b2/", &error));
44 EXPECT_FALSE(error.empty());
74 std::string error; local
75 EXPECT_EQ(OK, coordinator.addPackagePath("a.b", "a1/b1", &error));
76 EXPECT_TRUE(error.empty());
  /system/update_engine/update_manager/
real_system_provider.cc 41 // The polling interval to be used whenever GetValue() returns an error.
128 brillo::ErrorPtr error; local
130 required_platform_version, &error)) {
  /test/vts-testcase/hal/treble/vintf/
SystemVendorTest.cpp 36 string error; local
39 *VintfObject::GetFrameworkCompatibilityMatrix(), &error))
40 << error;
43 *VintfObject::GetDeviceCompatibilityMatrix(), &error))
44 << error;
48 *VintfObject::GetFrameworkCompatibilityMatrix(), &error, local
50 << error; local
54 {}, &error, ::android::vintf::DISABLE_AVB_CHECK))
55 << error;
166 string error; local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/testsuite/
test.cc 73 // Let a test report an error.
76 Test_framework::error(const char* message) function in class:gold_testsuite::Test_framework
78 printf("ERROR: %s: %s\n", this->testname_, message);
  /tools/test/connectivity/acts/framework/acts/
tracelogger.py 27 # We want the stack frame above this and above the error/warning/info
45 def error(self, msg, *args, **kwargs): member in class:TraceLogger
47 self._logger.error("%s %s" % (msg, trace_info), *args, **kwargs)

Completed in 702 milliseconds

<<11121314151617181920>>