HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 1251 - 1275 of 1660) sorted by null

<<51525354555657585960>>

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 98 The base class of the variety of syntax errors that can occur during the
99 recognition process. These errors all typically concern an expectation built in
393 symbols. Thus, NoViableAlternative errors indicate that the current input does
  /external/bluetooth/bluedroid/stack/rfcomm/
port_api.c 1018 ** errors - receive error codes
1021 int PORT_SendError (UINT16 handle, UINT8 errors)
1025 RFCOMM_TRACE_API ("PORT_SendError() handle:%d errors:0x%x", handle, errors);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 51 const char kErrorsField[] = "errors";
139 base::DictionaryValue* errors = NULL; local
140 if (!root_dict->GetDictionary(kErrorsField, &errors))
142 for (base::DictionaryValue::Iterator it(*errors);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
chrome_app_sorting_unittest.cc 811 std::string errors; local
    [all...]
  /external/chromium_org/extensions/common/
extension_l10n_util_unittest.cc 27 namespace errors = extensions::manifest_errors;
189 errors::kLocalesInvalidLocale,
298 EXPECT_EQ(std::string(errors::kInvalidName), error);
  /external/chromium_org/ppapi/generators/
idl_c_proto.py 727 errors = 0
743 errors += 1
744 return errors
778 if f.GetProperty('ERRORS') > 0:
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
Main.js 179 var errors = WebInspector.console.errors;
181 WebInspector.inspectorView.setErrorAndWarningCounts(errors, warnings);
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
cpp_message.py 551 def IsInitialized(self, errors=None):
554 if errors is not None:
555 errors.extend(self.FindInitializationErrors());
  /external/chromium_org/third_party/skia/tests/
PathOpsExtendedTest.cpp 317 int errors = 0;
329 errors++;
334 return errors;
  /external/lldb/source/Core/
ModuleList.cpp 1073 std::list<Error>& errors,
    [all...]
  /external/lldb/source/Target/
Process.cpp 101 { "unwind-on-error-in-expressions", OptionValue::eTypeBoolean, true, true, NULL, NULL, "If true, errors in expression evaluation will unwind the stack back to the state before the call." },
    [all...]
  /external/skia/tests/
PathOpsExtendedTest.cpp 317 int errors = 0;
329 errors++;
334 return errors;
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 448 final String[] errors = context.getResources().getStringArray(R.array.sync_status); local
450 if (status >= errors.length) {
453 return errors[status];
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 227 "Returns the initialization errors of a message."),
1570 vector<string> errors; local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 192 static int errors; variable
482 ++errors;
495 --errors;
705 if (errors)
744 return (errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
934 if (errors)
1039 ** Call error with errstring and return zero on errors.
    [all...]
  /external/chromium_org/third_party/libxml/src/
debugXML.c 49 int errors; /* number of errors found */ member in struct:_xmlDebugCtxt
63 ctxt->errors = 0;
160 ctxt->errors++;
170 ctxt->errors++;
180 ctxt->errors++;
290 /* desactivated right now as it raises too many errors */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /external/icu/icu4c/source/tools/tzcode/
zic.c 192 static int errors; variable
482 ++errors;
495 --errors;
705 if (errors)
744 return (errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
934 if (errors)
1039 ** Call error with errstring and return zero on errors.
    [all...]
  /external/libxml2/
debugXML.c 49 int errors; /* number of errors found */ member in struct:_xmlDebugCtxt
63 ctxt->errors = 0;
160 ctxt->errors++;
170 ctxt->errors++;
180 ctxt->errors++;
290 /* desactivated right now as it raises too many errors */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py     [all...]
  /external/chromium_org/components/sync_driver/
data_type_manager_impl_unittest.cc 1162 std::map<syncer::ModelType, syncer::SyncError> errors; local
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
extensions.c 732 style->errors++;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.cpp 1074 static const int errors[] = local
    [all...]

Completed in 1917 milliseconds

<<51525354555657585960>>