HomeSort by relevance Sort by last modified time
    Searched full:errors (Results 526 - 550 of 5575) sorted by null

<<21222324252627282930>>

  /external/valgrind/main/memcheck/tests/
err_disable4.c 9 should be N complaints about threads exiting with errors
121 // Print the final error counts. There need to be 498 errors
124 fprintf(stderr, "\n-------- Got %d errors (expected %d ==> %s) ------\n\n",
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
wellformed02.js 95 var errors = new Array();
142 errors = errorMonitor.allErrors;
143 assertSize("noError",0,errors);
  /external/webrtc/test/testsupport/metrics/
video_metrics.h 55 // 0 if successful, negative on errors:
77 // 0 if successful, negative on errors:
98 // 0 if successful, negative on errors:
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
InstrumentationTestSuiteBuilderTest.java 77 private Set<String> errors = new HashSet<String>(); field in class:InstrumentationTestSuiteBuilderTest.SuiteExecutionRecorder
81 errors.add(testName(test));
104 return errors.contains(testName);
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
include 8 sincludes (should not give an error) and make sure that errors are reported
20 all: ; \@echo There should be no errors for this makefile.
43 $answer = "There should be no errors for this makefile.\n";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nfs.h 32 * NFS stats. The good thing with these values is that NFSv3 errors are
33 * a superset of NFSv2 errors (with the exception of NFSERR_WFLUSH which
35 * no NFSv3 errors are returned to NFSv2 clients.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs.h 32 * NFS stats. The good thing with these values is that NFSv3 errors are
33 * a superset of NFSv2 errors (with the exception of NFSERR_WFLUSH which
35 * no NFSv3 errors are returned to NFSv2 clients.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs.h 32 * NFS stats. The good thing with these values is that NFSv3 errors are
33 * a superset of NFSv2 errors (with the exception of NFSERR_WFLUSH which
35 * no NFSv3 errors are returned to NFSv2 clients.
  /bionic/tests/
dlfcn_test.cpp 36 dlerror(); // Clear any pending errors.
85 dlerror(); // Clear any pending errors.
118 dlerror(); // Clear any pending errors.
180 dlerror(); // Clear any pending errors.
197 dlerror(); // Clear any pending errors.
206 dlerror(); // Clear any pending errors.
  /external/libnfc-nxp/src/
phHciNfc_DevMgmt.h 197 * \retval Other errors Errors related to the other layers
228 * \retval Other errors Errors related to the other layers
308 * \retval Other errors Errors related to the other layers
  /external/llvm/include/llvm/ADT/
Optional.h 156 /// errors at compile time.
165 /// errors at compile time.
174 /// errors at compile time.
183 /// errors at compile time.
192 /// errors at compile time.
201 /// errors at compile time.
  /external/strace/
count.c 42 int calls, errors; member in struct:call_counts
69 counts[tcp->scno].errors++;
188 error_cum += counts[i].errors;
195 "calls", "errors", "syscall");
206 if (counts[j].errors)
207 sprintf(error_str, "%d", counts[j].errors);
  /hardware/msm7k/librpc/rpc/
clnt.h 48 * independent) list of errors.
53 * local errors
61 * remote errors
72 * callrpc & clnt_create errors
79 * rpcbind errors
93 * asynchronous errors
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t057autoAST.html 423 found, errors = execParser(t057autoAST46Lexer, t057autoAST46Parser, "decl", "int 34 x=1;",
426 errors);
431 found, errors = execParser(t057autoAST47Lexer, t057autoAST47Parser, "decl", "int =1;",
433 assertEquals(["line 1:4 missing ID at u'='"], errors);
438 found, errors = execParser(t057autoAST48Lexer, t057autoAST48Parser, "decl", "x=1;",
440 assertEquals(["line 1:0 mismatched input u'x' expecting set None"], errors);
445 found, errors = execParser(t057autoAST49Lexer, t057autoAST49Parser, "a", "abc", true);
446 assertEquals(["line 0:-1 missing INT at '<EOF>'"], errors);
451 found, errors = execParser(t057autoAST50Lexer, t057autoAST50Parser, "a", "abc", true);
452 assertEquals(["line 0:-1 missing INT at '<EOF>'"], errors);
    [all...]
  /external/svox/pico/lib/
picoapi.c 192 * pico_getSystemStatusMessage : Returns a description of the system status or errors
197 * @return PICO_ERR_INVALID_HANDLE, PICO_ERR_NULLPTR_ACCESS : errors
237 * @return PICO_ERR_INVALID_HANDLE, PICO_ERR_NULLPTR_ACCESS : errors
269 * @return PICO_ERR_INVALID_HANDLE, PICO_ERR_NULLPTR_ACCESS : errors
309 * @return PICO_ERR_INVALID_HANDLE, PICO_ERR_NULLPTR_ACCESS : errors
342 * @return PICO_ERR_INVALID_HANDLE, PICO_ERR_NULLPTR_ACCESS : errors
378 * @return PICO_ERR_INVALID_HANDLE, PICO_ERR_NULLPTR_ACCESS : errors
403 * @return PICO_ERR_INVALID_HANDLE, PICO_ERR_NULLPTR_ACCESS : errors
434 * @return PICO_ERR_INVALID_HANDLE, PICO_ERR_NULLPTR_ACCESS : errors
469 * @return PICO_ERR_INVALID_HANDLE, PICO_ERR_NULLPTR_ACCESS : errors
    [all...]
  /build/tools/droiddoc/templates-ds/
package.cs 52 <?cs call:class_table("Errors", package.errors) ?>
  /build/tools/droiddoc/templates-sac/
package.cs 52 <?cs call:class_table("Errors", package.errors) ?>
  /build/tools/droiddoc/templates-sdk/
package.cs 52 <?cs call:class_table("Errors", package.errors) ?>
  /development/tools/apkcheck/src/com/android/apkcheck/
ApiList.java 55 * Increment the errors of warnings associated with this API list.
69 * Returns the number of errors associated with this API list.
  /external/ceres-solver/internal/ceres/
array_utils.h 33 // These are useful for detecting two common class of errors.
41 // evident to the user and can silently generate hard to debug errors.
  /external/chromium/chrome/browser/userfeedback/proto/
extension.proto 40 // Contains data about possible errors on the client side.
47 required string errors = 2;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 7 * flag proxy errors in a visual way for the extension's user.
16 * non-fatal errors, red for fatal).
  /external/chromium/chrome/common/extensions/
update_manifest.h 65 // errors().
69 const std::string& errors() { return errors_; } function in class:UpdateManifest
  /external/chromium/googleurl/
PRESUBMIT_unittest.py 66 # 3 source files, 2 errors by file + 1 global CR error.
83 self.file_contents = 'file with\nzero \\t errors \\r\\n'
  /external/doclava/src/com/google/doclava/
AttributeInfo.java 53 Errors.error(Errors.BAD_ATTR_TAG, attrField.position(), mName + " referenced as an attribute,"

Completed in 989 milliseconds

<<21222324252627282930>>