Searched defs:ERROR (Results 51 - 75 of 92) sorted by relevance

1234

/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c51 #ifdef ERROR
52 #undef ERROR macro
443 #define ERROR(err) _mesa_error( ctx, err, __FUNCTION__ ) macro
1403 ERROR(GL_INVALID_VALUE);
H A Dvbo_save_api.c90 #ifdef ERROR
91 #undef ERROR macro
688 #define ERROR(err) _mesa_compile_error(ctx, err, __FUNCTION__); macro
/external/chromium_org/third_party/icu/source/i18n/
H A Drbnf.cpp330 #define ERROR(msg) parseError(msg); return NULL; macro
332 #define ERROR(msg) parseError(NULL); return NULL; macro
389 ERROR("Missing open angle");
406 ERROR("Unexpected character");
413 ERROR("Missing comma in outer array");
415 ERROR("Missing close angle bracket in outer array");
421 ERROR("Extra text after close of localization data");
433 ERROR("Unknown error");
444 ERROR("Missing open angle");
461 ERROR("Unexpecte
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT}; enumerator in enum:TokenType
806 tokenType = ERROR;
823 terminated(ERROR);
828 tokenType = ERROR;
846 if (tokenType != ERROR){
860 } else {terminated(ERROR);}
875 terminated(ERROR);
930 tokenType = ERROR;
1555 } else if (t.tokenType == ERROR){
1578 // if (t2.tokenType == ERROR){
[all...]
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_usbfs.c164 ERROR, enumerator in enum:reap_action
2081 if (tpriv->reap_action == ERROR)
2220 tpriv->reap_action = ERROR;
2225 tpriv->reap_action = ERROR;
2243 if (ERROR == tpriv->reap_action && LIBUSB_TRANSFER_COMPLETED == tpriv->reap_status)
/external/chromium_org/third_party/libxml/src/
H A Dpattern.c42 #define ERROR(a, b, c, d) macro
205 ERROR(NULL, NULL, NULL,
214 ERROR(NULL, NULL, NULL,
298 ERROR(NULL, NULL, NULL,
352 ERROR(ctxt, NULL, NULL,
423 ERROR(ctxt, NULL, NULL,
929 ERROR(NULL, NULL, NULL,
978 ERROR(NULL, NULL, NULL,
1047 ERROR(NULL, NULL, NULL,
1100 ERROR(NUL
[all...]
H A Dxmlregexp.c47 #define ERROR(str) \ macro
1219 ERROR("add range: atom is NULL");
1223 ERROR("add range: atom is not ranges");
1286 ERROR("atom push: atom is NULL");
1351 ERROR("add state: state is NULL");
1355 ERROR("add state: target is NULL");
1545 ERROR("genrate transition: atom == NULL");
4779 ERROR("IsXXXX expected");
4802 ERROR("Unknown char property");
4840 ERROR("Escape
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc64 #undef ERROR // windows defines these as macros, which can cause trouble macro
723 RAW_LOG(ERROR, "Memory region for stack at %p not found. "
903 RAW_LOG(ERROR, "Could not open /proc/self/maps: errno=%d. "
918 RAW_LOG(ERROR, "Errors reading /proc/self/maps. "
971 RAW_LOG(ERROR, "No shared libs detected. Will likely report false leak "
1229 RAW_LOG(ERROR, "Have memory regions w/o callers: "
1319 RAW_LOG(ERROR, "Could not find thread stacks. "
1323 RAW_LOG(ERROR, "Thread stacks not found for %d threads. "
1518 RAW_LOG(ERROR, "No live heap object at %p to ignore", ptr);
2162 RAW_LOG(ERROR, "Exitin
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc64 #undef ERROR // windows defines these as macros, which can cause trouble macro
723 RAW_LOG(ERROR, "Memory region for stack at %p not found. "
903 RAW_LOG(ERROR, "Could not open /proc/self/maps: errno=%d. "
918 RAW_LOG(ERROR, "Errors reading /proc/self/maps. "
971 RAW_LOG(ERROR, "No shared libs detected. Will likely report false leak "
1229 RAW_LOG(ERROR, "Have memory regions w/o callers: "
1319 RAW_LOG(ERROR, "Could not find thread stacks. "
1323 RAW_LOG(ERROR, "Thread stacks not found for %d threads. "
1518 RAW_LOG(ERROR, "No live heap object at %p to ignore", ptr);
2162 RAW_LOG(ERROR, "Exitin
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java1487 private static final Error ERROR = new Error("mymessage"); field in class:FuturesTest
1490 * We can't write "= immediateFailedFuture(ERROR)" because setException
1496 f.setException(ERROR);
1498 assertEquals(e, ERROR);
1570 assertEquals(ERROR, expected.getCause());
1652 assertEquals(ERROR, expected.getCause());
1736 assertEquals(ERROR, expected.getCause());
/external/icu4c/i18n/
H A Drbnf.cpp328 #define ERROR(msg) parseError(msg); return NULL; macro
330 #define ERROR(msg) parseError(NULL); return NULL; macro
387 ERROR("Missing open angle");
404 ERROR("Unexpected character");
411 ERROR("Missing comma in outer array");
413 ERROR("Missing close angle bracket in outer array");
419 ERROR("Extra text after close of localization data");
431 ERROR("Unknown error");
442 ERROR("Missing open angle");
459 ERROR("Unexpecte
[all...]
/external/icu4c/test/intltest/
H A Dwbnf.cpp784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT}; enumerator in enum:TokenType
806 tokenType = ERROR;
823 terminated(ERROR);
828 tokenType = ERROR;
846 if (tokenType != ERROR){
860 } else {terminated(ERROR);}
875 terminated(ERROR);
930 tokenType = ERROR;
1555 } else if (t.tokenType == ERROR){
1578 // if (t2.tokenType == ERROR){
[all...]
/external/libxml2/
H A Dpattern.c42 #define ERROR(a, b, c, d) macro
205 ERROR(NULL, NULL, NULL,
214 ERROR(NULL, NULL, NULL,
298 ERROR(NULL, NULL, NULL,
352 ERROR(ctxt, NULL, NULL,
423 ERROR(ctxt, NULL, NULL,
929 ERROR(NULL, NULL, NULL,
978 ERROR(NULL, NULL, NULL,
1047 ERROR(NULL, NULL, NULL,
1100 ERROR(NUL
[all...]
H A Dxmlregexp.c47 #define ERROR(str) \ macro
1219 ERROR("add range: atom is NULL");
1223 ERROR("add range: atom is not ranges");
1286 ERROR("atom push: atom is NULL");
1351 ERROR("add state: state is NULL");
1355 ERROR("add state: target is NULL");
1545 ERROR("genrate transition: atom == NULL");
4779 ERROR("IsXXXX expected");
4802 ERROR("Unknown char property");
4840 ERROR("Escape
[all...]
/external/valgrind/main/coregrind/
H A Dvgdb.c132 #define ERROR(errno, ...) ((errno == 0 ? 0 : perror("syscall failed")), \ macro
135 /* same as ERROR, but also exits with status 1 */
476 ERROR(errno, "%s waitpid pid %d in waitstopped %d status 0x%x %s\n",
496 ERROR(errno, "waitstopped PTRACE_CONT\n");
515 ERROR(errno, "%s SIGSTOP pid %d %ld\n", msg, pid, res);
541 ERROR(errno, "%s PTRACE_ATTACH pid %d %ld\n", msg, pid, res);
590 ERROR(rw, "status ptrace_read_memory\n");
598 ERROR(rw, "lwpid ptrace_read_memory\n");
614 ERROR(1, "unexpected lwpid tid %d status %s lwpid %d\n",
628 ERROR(
[all...]
/external/elfutils/src/
H A Delflint.c109 #define ERROR(str, args...) \ macro
166 ERROR (gettext ("cannot generate Elf descriptor: %s\n"),
185 ERROR (gettext ("error while closing Elf descriptor: %s\n"),
303 ERROR (gettext (" error while freeing sub-ELF descriptor: %s\n"),
311 ERROR (gettext ("\
360 ERROR ("e_ident[%d] != '%c'\n", EI_MAG0, ELFMAG0);
362 ERROR ("e_ident[%d] != '%c'\n", EI_MAG1, ELFMAG1);
364 ERROR ("e_ident[%d] != '%c'\n", EI_MAG2, ELFMAG2);
366 ERROR ("e_ident[%d] != '%c'\n", EI_MAG3, ELFMAG3);
370 ERROR (gettex
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c231 ERROR, enumerator in enum:e_action
2902 case ERROR:
3058 case ERROR: act = lemp->nstate + lemp->nrule; break;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromeBackgroundScript.js748 cvox.ChromeVoxEditableContentEditable.prototype.describeSelectionChanged=function(a){a.triggeredByUser&&(this.start==this.end&&a.start==a.end&&1!=Math.abs(this.start-a.start)&&this.isLastChar(a)?this.speak(cvox.ChromeVox.msgs.getMsg("text_box_blank"),!0):cvox.ChromeVoxEditableContentEditable.superClass_.describeSelectionChanged.call(this,a))};cvox.braille={};cvox.braille.LibLouisNativeClient=function(a,b){this.nmfPath_=a;this.tablesDir_=goog.isDef(b)?b:null;this.embedElement_=null;this.instanceState_=cvox.braille.LibLouisNativeClient.InstanceState.NOT_LOADED;this.pendingTranslators_=[];this.pendingRpcCallbacks_={};this.nextMessageId_=1};cvox.braille.LibLouisNativeClient.InstanceState={NOT_LOADED:0,LOADING:1,LOADED:2,ERROR:-1};
752 cvox.braille.LibLouisNativeClient.prototype.getTranslator=function(a,b){switch(this.instanceState_){case cvox.braille.LibLouisNativeClient.InstanceState.NOT_LOADED:case cvox.braille.LibLouisNativeClient.InstanceState.LOADING:this.pendingTranslators_.push({tableName:a,callback:b});break;case cvox.braille.LibLouisNativeClient.InstanceState.ERROR:b(null);break;case cvox.braille.LibLouisNativeClient.InstanceState.LOADED:this.rpc_("CheckTable",{table_name:a},goog.bind(function(c){c.success?(c=new cvox.braille.LibLouisNativeClient.Translator(this,
755 cvox.braille.LibLouisNativeClient.prototype.onInstanceError_=function(){window.console.error("failed to load liblouis Native Client instance");this.instanceState_=cvox.braille.LibLouisNativeClient.InstanceState.ERROR;this.pendingTranslators_.forEach(goog.bind(function(a){this.getTranslator(a.tableName,a.callback)},this));this.pendingTranslators_.length=0};
H A DchromeVoxChromeOptionsScript.js761 cvox.NavBraille.prototype.toString=function(){return'NavBraille(text="'+this.text.toString()+'" startIndex="'+this.startIndex+'" endIndex="'+this.endIndex+'")'};cvox.NavBraille.prototype.write=function(){cvox.PlatformUtil.matchesPlatform(cvox.PlatformFilter.CHROMEOS|cvox.PlatformFilter.ANDROID)&&cvox.ChromeVox.braille.write(this)};cvox.BrailleKeyCommand={PAN_LEFT:"pan_left",PAN_RIGHT:"pan_right",LINE_UP:"line_up",LINE_DOWN:"line_down",TOP:"top",BOTTOM:"bottom",ROUTING:"routing",SECONDARY_ROUTING:"secondary_routing",DOTS:"dots",STANDARD_KEY:"standard_key"};cvox.BrailleKeyEvent={};cvox.BrailleInterface=function(){};cvox.BrailleInterface.prototype.write=function(){};cvox.BrailleInterface.prototype.setCommandListener=function(){};cvox.AbstractBraille=function(){};cvox.braille={};cvox.braille.LibLouisNativeClient=function(a,b){this.nmfPath_=a;this.tablesDir_=goog.isDef(b)?b:null;this.embedElement_=null;this.instanceState_=cvox.braille.LibLouisNativeClient.InstanceState.NOT_LOADED;this.pendingTranslators_=[];this.pendingRpcCallbacks_={};this.nextMessageId_=1};cvox.braille.LibLouisNativeClient.InstanceState={NOT_LOADED:0,LOADING:1,LOADED:2,ERROR:-1};
765 cvox.braille.LibLouisNativeClient.prototype.getTranslator=function(a,b){switch(this.instanceState_){case cvox.braille.LibLouisNativeClient.InstanceState.NOT_LOADED:case cvox.braille.LibLouisNativeClient.InstanceState.LOADING:this.pendingTranslators_.push({tableName:a,callback:b});break;case cvox.braille.LibLouisNativeClient.InstanceState.ERROR:b(null);break;case cvox.braille.LibLouisNativeClient.InstanceState.LOADED:this.rpc_("CheckTable",{table_name:a},goog.bind(function(c){c.success?(c=new cvox.braille.LibLouisNativeClient.Translator(this,
768 cvox.braille.LibLouisNativeClient.prototype.onInstanceError_=function(){window.console.error("failed to load liblouis Native Client instance");this.instanceState_=cvox.braille.LibLouisNativeClient.InstanceState.ERROR;this.pendingTranslators_.forEach(goog.bind(function(a){this.getTranslator(a.tableName,a.callback)},this));this.pendingTranslators_.length=0};
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1064 milliseconds

1234