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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
smooth_out_data.c 31 int32_t errs; local
38 errs=0;
41 errs+=WEBRTC_SPL_MUL_16_16(err, err); /* errs in Q-6 */
44 return errs;
smooth.c 37 int32_t errs; local
93 errs = WebRtcIlbcfix_Smooth_odata(odata, current, surround, C);
108 if (errs > crit) {
  /external/compiler-rt/lib/sanitizer_common/scripts/
litlint.py 47 errs = 0
52 errs += 1
56 return errs
66 errs = 0 variable
68 errs += LintFile(p)
71 if errs > 0:
  /frameworks/compile/mclinker/lib/Support/
raw_ostream.cpp 97 // outs(), errs(), nulls()
105 mcld::raw_fd_ostream& mcld::errs() { function in class:mcld
  /external/bison/src/
state.h 70 recorded in an errs structure, which holds the token numbers.
166 | Errs. |
173 } errs; typedef in typeref:struct:__anon5006
175 errs *errs_new (int num, symbol **tokens);
204 errs *errs; member in struct:state
242 /* Set the errs of STATE. */
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
perf-record.c 59 int err = -1, errs = 0, i, wakeups = 0; local
190 ++errs;
198 ++errs;
204 ++errs;
210 ++errs;
220 ++errs;
228 ++errs;
235 ++errs;
264 ++errs;
289 ++errs;
    [all...]
  /external/qemu/android/
iolooper-select.c 146 fd_set errs; local
151 FD_ZERO(&errs);
161 ret = select( count, iol->reads_result, iol->writes_result, &errs, &tv);
172 fd_set errs; local
188 FD_ZERO(&errs);
194 ret = select( count, iol->reads_result, iol->writes_result, &errs, tm);
  /sdk/emulator/opengl/tests/event_injector/
iolooper-select.c 164 fd_set errs; local
169 FD_ZERO(&errs);
179 ret = select( count, iol->reads_result, iol->writes_result, &errs, &tv);
190 fd_set errs; local
204 FD_ZERO(&errs);
210 ret = select( count, iol->reads_result, iol->writes_result, &errs, tm);
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCStatement.java 191 int errs = 0; local
197 ++errs;
200 if (errs > 0) {
  /external/llvm/lib/Support/
raw_ostream.cpp 656 // outs(), errs(), nulls()
669 /// errs() - This returns a reference to a raw_ostream for standard error.
670 /// Use it like: errs() << "foo" << "bar";
671 raw_ostream &llvm::errs() { function in class:llvm
  /frameworks/native/libs/binder/
MemoryDealer.cpp 443 const char* errs[] = {"", "| link bogus NP", local
452 errs[np|pn]);
  /external/ppp/pppd/
main.c 1103 int errs; local
1107 errs = error_count;
1109 return (error_count != errs)? -1: 0;
1124 int errs; local
1128 errs = error_count;
1130 return (error_count != errs)? -1: 0;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 605 milliseconds