Searched defs:errors (Results 101 - 125 of 315) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/
H A Dpolicy_handlers.cc34 policy::PolicyErrorMap* errors) {
35 return CheckAndGetList(policies, errors, NULL);
42 policy::PolicyErrorMap errors; local
43 if (CheckAndGetList(policies, &errors, &list) && list)
53 policy::PolicyErrorMap* errors,
59 if (!CheckAndGetValue(policies, errors, &value))
77 errors->AddError(policy_name(),
84 errors->AddError(policy_name(),
109 policy::PolicyErrorMap* errors) {
111 return CheckAndGetValue(policies, errors,
32 CheckPolicySettings( const policy::PolicyMap& policies, policy::PolicyErrorMap* errors) argument
51 CheckAndGetList( const policy::PolicyMap& policies, policy::PolicyErrorMap* errors, scoped_ptr<base::ListValue>* extension_ids) argument
107 CheckPolicySettings( const policy::PolicyMap& policies, policy::PolicyErrorMap* errors) argument
127 ParseList( const base::Value* policy_value, base::DictionaryValue* extension_dict, policy::PolicyErrorMap* errors) argument
198 CheckPolicySettings( const policy::PolicyMap& policies, policy::PolicyErrorMap* errors) argument
[all...]
H A Dtest_extension_prefs.cc159 std::string errors; local
161 path, location, manifest, extra_flags, &errors);
162 EXPECT_TRUE(extension.get()) << errors;
/external/chromium_org/chrome/browser/net/
H A Dproxy_policy_handler.cc65 PolicyErrorMap* errors) {
75 errors->AddError(key::kProxySettings,
82 if (!CheckProxyModeAndServerMode(policies, errors, &mode_value))
99 errors->AddError(key::kProxySettings,
104 errors->AddError(key::kProxySettings,
109 errors->AddError(key::kProxySettings,
122 errors->AddError(key::kProxySettings,
232 PolicyErrorMap* errors,
244 errors->AddError(key::kProxySettings,
250 errors
64 CheckPolicySettings(const PolicyMap& policies, PolicyErrorMap* errors) argument
231 CheckProxyModeAndServerMode(const PolicyMap& policies, PolicyErrorMap* errors, std::string* mode_value) argument
[all...]
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator_main.cc35 namespace errors { namespace in namespace:__anon5737
57 } // namespace errors
62 errors::ErrorCode error_code,
64 const wchar_t* error_message = errors::GetErrorMessage(error_code);
67 errors::GetErrorMessage(error_code));
133 DumpUsage(*cmd_line, errors::SHOW_HELP, std::wstring());
139 DumpUsage(*cmd_line, errors::MINI_INSTALLER_NOT_FOUND, std::wstring());
144 DumpUsage(*cmd_line, errors::MINI_INSTALLER_NOT_FOUND,
152 DumpUsage(*cmd_line, errors::OUT_FILE_EXISTS, out.value());
168 DumpUsage(*cmd_line, errors
[all...]
/external/chromium_org/components/component_updater/
H A Dupdate_response.h117 // errors().
121 const std::string& errors() const { return errors_; } function in class:component_updater::UpdateResponse
/external/chromium_org/components/json_schema/
H A Djson_schema_validator.h165 // Returns any errors from the last call to to Validate().
166 const std::vector<Error>& errors() const { function in class:JSONSchemaValidator
171 // otherwise. If false is returned any errors are available from the errors()
/external/chromium_org/components/policy/core/browser/
H A Dconfiguration_policy_handler_unittest.cc55 PolicyErrorMap errors; local
63 errors.Clear();
64 EXPECT_TRUE(handler.CheckPolicySettings(policy_map, &errors));
65 EXPECT_TRUE(errors.empty());
70 errors.Clear();
71 EXPECT_TRUE(handler.CheckPolicySettings(policy_map, &errors));
72 EXPECT_TRUE(errors.empty());
77 errors.Clear();
78 EXPECT_TRUE(handler.CheckPolicySettings(policy_map, &errors));
79 EXPECT_FALSE(errors
128 PolicyErrorMap errors; local
196 PolicyErrorMap errors; local
378 PolicyErrorMap errors; local
447 PolicyErrorMap errors; local
766 PolicyErrorMap errors; local
[all...]
H A Dconfiguration_policy_pref_store.cc24 // be retrieved. This function is posted to UI to log any errors found on
26 void LogErrors(PolicyErrorMap* errors) { argument
28 for (iter = errors->begin(); iter != errors->end(); ++iter) {
119 scoped_ptr<PolicyErrorMap> errors(new PolicyErrorMap);
123 errors.get());
125 // Retrieve and log the errors once the UI loop is ready. This is only an
128 FROM_HERE, base::Bind(&LogErrors, base::Owned(errors.release())));
/external/chromium_org/content/renderer/screen_orientation/
H A Dscreen_orientation_dispatcher_unittest.cc143 std::list<blink::WebLockOrientationError> errors; local
144 errors.push_back(blink::WebLockOrientationErrorNotAvailable);
145 errors.push_back(
147 errors.push_back(blink::WebLockOrientationErrorCanceled);
150 it = errors.begin(); it != errors.end(); ++it) {
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8_unittest.cc73 errors.push_back(base::UTF16ToUTF8(message));
85 std::vector<std::string> errors; member in class:net::__anon9387::MockJSBindings
158 EXPECT_EQ(0U, resolver.mock_js_bindings()->errors.size());
179 EXPECT_EQ(0U, resolver.mock_js_bindings()->errors.size());
210 EXPECT_EQ(0U, resolver.mock_js_bindings()->errors.size());
240 ASSERT_EQ(1U, bindings->errors.size());
242 bindings->errors[0]);
276 ASSERT_EQ(1U, bindings->errors.size());
279 bindings->errors[0]);
327 ASSERT_EQ(1U, bindings->errors
[all...]
/external/chromium_org/ppapi/generators/
H A Didl_namespace.py89 self.errors = []
105 self.errors.append(msg)
114 errors = 0 variable
120 global errors
125 for err in node.errors:
130 errors += 1
132 # Add expecting no errors or warnings
135 if not okay or node.errors or node.warns:
141 if not okay or node.errors or not node.warns:
149 if okay or not node.errors
[all...]
/external/chromium_org/third_party/android_testrunner/
H A Dadb_interface.py29 import errors namespace
233 raise errors.InstrumentationError("no test results... device setup "
241 raise errors.InstrumentationError(long_msg_result)
245 raise errors.DeviceUnresponsiveError
327 except errors.WaitForResponseTimedOutError:
328 raise errors.WaitForResponseTimedOutError(
348 except errors.WaitForResponseTimedOutError :
417 except errors.AbortError, e:
427 raise errors.WaitForResponseTimedOutError()
455 raise errors
[all...]
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dindentation.py23 from closure_linter import errors namespace
109 Can be used to find common indentation errors in JavaScript, ActionScript and
128 """Checks a token for indentation errors.
165 errors.MALFORMED_END_OF_SCOPE_COMMENT,
173 errors.MISSING_END_OF_SCOPE_COMMENT,
223 errors.WRONG_INDENTATION,
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duidna.h166 * Output container for IDNA processing errors.
171 * if(U_SUCCESS(errorCode) && info.errors!=0) { ... }
186 * Bit set indicating IDNA processing errors. 0 if no errors.
190 uint32_t errors; member in struct:UIDNAInfo
206 * If any processing step fails, then pInfo->errors will be non-zero and
208 * The label might be modified according to the types of errors.
209 * Labels with severe errors will be left in (or turned into) their Unicode form.
235 * If any processing step fails, then pInfo->errors will be non-zero.
236 * The label might be modified according to the types of errors
[all...]
/external/icu/icu4c/source/common/unicode/
H A Duidna.h166 * Output container for IDNA processing errors.
171 * if(U_SUCCESS(errorCode) && info.errors!=0) { ... }
186 * Bit set indicating IDNA processing errors. 0 if no errors.
190 uint32_t errors; member in struct:UIDNAInfo
206 * If any processing step fails, then pInfo->errors will be non-zero and
208 * The label might be modified according to the types of errors.
209 * Labels with severe errors will be left in (or turned into) their Unicode form.
235 * If any processing step fails, then pInfo->errors will be non-zero.
236 * The label might be modified according to the types of errors
[all...]
/external/junit/src/junit/framework/
H A DTestResult.java12 * The test framework distinguishes between <i>failures</i> and <i>errors</i>.
37 * Adds an error to the list of errors. The passed in exception
82 * Gets the number of detected errors.
88 * Returns an Enumeration for the errors
90 public synchronized Enumeration<TestFailure> errors() { method in class:TestResult
/external/junit/src/org/junit/experimental/theories/
H A DTheories.java29 protected void collectInitializationErrors(List<Throwable> errors) { argument
30 super.collectInitializationErrors(errors);
31 validateDataPointFields(errors);
34 private void validateDataPointFields(List<Throwable> errors) { argument
39 errors.add(new Error("DataPoint field " + each.getName() + " must be static"));
43 protected void validateConstructor(List<Throwable> errors) { argument
44 validateOnlyOneConstructor(errors);
48 protected void validateTestMethods(List<Throwable> errors) { argument
51 each.validatePublicVoid(false, errors);
53 each.validatePublicVoidNoArg(false, errors);
[all...]
/external/libsepol/src/
H A Dgenbools.c75 int errors = 0, changes = 0; local
94 errors++;
99 errors++;
124 errors++;
131 errors++;
143 if (errors)
146 return errors ? -1 : 0;
214 int rc, i, errors = 0; local
227 errors++;
233 errors
[all...]
/external/lldb/include/lldb/Expression/
H A DClangFunction.h128 /// @param[in] errors
129 /// The stream to print parser errors to.
132 /// The number of errors.
135 CompileFunction (Stream &errors);
149 /// @param[in] errors
150 /// The stream to write errors to.
158 Stream &errors);
167 /// @param[in] errors
168 /// The stream to write errors to.
174 Stream &errors);
487 GetThreadPlanToCallFunction(ExecutionContext &exe_ctx, lldb::addr_t &args_addr_ref, Stream &errors, bool stop_others, bool unwind_on_error = true, bool ignore_breakpoints = true) argument
[all...]
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp78 StreamString errors; local
92 errors,
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DHtmlStreamRendererTest.java41 private final List<String> errors = Lists.newArrayList(); field in class:HtmlStreamRendererTest
46 errors.add(errorMessage);
53 errors.clear();
60 assertTrue(errors.isEmpty()); // Catch any tests that don't check errors.
117 Joiner.on('\n').join(errors));
118 errors.clear();
140 Joiner.on('\n').join(errors));
141 errors.clear();
155 Joiner.on('\n').join(errors));
[all...]
/external/qemu/proxy/
H A Dproxy_int.h40 fd_set* errors; member in struct:__anon29932
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarReport.java67 int errors; field in class:GrammarReport.ReportData
245 data.errors = ErrorManager.getErrorState().errors;
464 buf.append("Number of errors: ");
465 buf.append(data.errors);
/external/bison/src/
H A Dconflicts.c257 | errors. |
261 resolve_sr_conflict (state *s, int ruleno, symbol **errors, int *nerrs)
314 errors[(*nerrs)++] = symbols[i];
329 set_conflicts (state *s, symbol **errors)
350 resolve_sr_conflict (s, i, errors, &nerrs);
354 /* Some tokens have been explicitly made errors. Allocate a
356 state_errs_set (s, nerrs, errors);
390 symbol **errors = xnmalloc (ntokens + 1, sizeof *errors);
400 set_conflicts (states[i], errors);
260 resolve_sr_conflict(state *s, int ruleno, symbol **errors, int *nerrs) argument
328 set_conflicts(state *s, symbol **errors) argument
389 symbol **errors = xnmalloc (ntokens + 1, sizeof *errors); local
[all...]
/external/chromium-libpac/test/
H A Dproxy_resolver_v8_unittest.cc64 errors.push_back(mstd);
77 std::vector<std::string> errors; member in class:net::__anon1778::MockJSBindings
162 EXPECT_EQ(0U, resolver.mock_js_bindings()->errors.size());
177 EXPECT_EQ(0U, resolver.mock_js_bindings()->errors.size());
210 EXPECT_EQ(0U, resolver.mock_js_bindings()->errors.size());
244 ASSERT_EQ(1U, bindings->errors.size());
246 bindings->errors[0]);
275 ASSERT_EQ(1U, bindings->errors.size());
278 bindings->errors[0]);
323 ASSERT_EQ(1U, bindings->errors
[all...]

Completed in 5569 milliseconds

1234567891011>>