HomeSort by: relevance | last modified time | path
    Searched refs:problems (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xterm/dist/package/pkgsrc/
options.mk 26 ### within libc's namespace, so we should have no problems.
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
WL_create_wayland_buffer_from_image.spec 81 implementation-dependant but may include problems such as an unsupported
92 wl_buffer. For example, these problems can be but are not limited to
MESA_query_renderer.spec 320 have different values. It seems like this would cause more problems
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
WL_create_wayland_buffer_from_image.spec 81 implementation-dependant but may include problems such as an unsupported
92 wl_buffer. For example, these problems can be but are not limited to
MESA_query_renderer.spec 320 have different values. It seems like this would cause more problems
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
apSolaris.shar 264 X without any problems. No warning messages should be generated.
  /xsrc/external/mit/freetype/dist/
vms_make.com 25 $! In case of problems with the install you might contact me at
  /xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/
application.c33a9706.js 31 */,D.Pipeline=function(){this._stack=[]},D.Pipeline.registeredFunctions=Object.create(null),D.Pipeline.registerFunction=function(e,t){t in this.registeredFunctions&&D.utils.warn("Overwriting existing registered function: "+t),e.label=t,D.Pipeline.registeredFunctions[e.label]=e},D.Pipeline.warnIfFunctionNotRegistered=function(e){e.label&&e.label in this.registeredFunctions||D.utils.warn("Function is not registered with pipeline. This may cause problems when serialising the index.\n",e)},D.Pipeline.load=function(e){var n=new D.Pipeline;return e.forEach(function(e){var t=D.Pipeline.registeredFunctions[e];if(!t)throw new Error("Cannot load unregistered function: "+e);n.add(t)}),n},D.Pipeline.prototype.add=function(){Array.prototype.slice.call(arguments).forEach(function(e){D.Pipeline.warnIfFunctionNotRegistered(e),this._stack.push(e)},this)},D.Pipeline.prototype.after=function(e,t){D.Pipeline.warnIfFunctionNotRegistered(t);var n=this._stack.indexOf(e);if(-1==n)throw new Error("Cannot find existingFn");n+=1,this._stack.splice(n,0,t)},D.Pipeline.prototype.before=function(e,t){D.Pipeline.warnIfFunctionNotRegistered(t);var n=this._stack.indexOf(e);if(-1==n)throw new Error("Cannot find existingFn");this._stack.splice(n,0,t)},D.Pipeline.prototype.remove=function(e){var t=this._stack.indexOf(e);-1!=t&&this._stack.splice(t,1)},D.Pipeline.prototype.run=function(e){for(var t=this._stack.length,n=0;n<t;n++){for(var r=this._stack[n],i=[],o=0;o<e.length;o++){var a=r(e[o],o,e);if(null!=a&&""!==a)if(Array.isArray(a))for(var s=0;s<a.length;s++)i.push(a[s]);else i.push(a)}e=i}return e},D.Pipeline.prototype.runString=function(e,t){var n=new D.Token(e,t);return this.run([n]).map(function(e){return e.toString()})},D.Pipeline.prototype.reset=function(){this._stack=[]},D.Pipeline.prototype.toJSON=function(){return this._stack.map(function(e){return D.Pipeline.warnIfFunctionNotRegistered(e),e.label})}
  /xsrc/external/mit/xdm/dist/
configure 65 # also avoids known problems related to "unset" and subshell syntax
516 # Don't try to exec as it changes $[0], causing all sort of problems
2426 # would cause problems or look ugly.
3016 # They can cause serious problems if a builder's source tree is in a directory
6197 # On DJGPP, this test can blow up pretty badly due to problems in libc
9507 # AIX sometimes has problems with the GCC collect2 program. For some
9508 # reason, if we set the COLLECT_NAMES environment variable, the problems
10915 # have problems creating the table of contents. If linking a library
16701 # when there are problems that should be fixed.
22893 /* Here is another test for sparc vfork register problems. Thi
    [all...]

Completed in 23 milliseconds