Searched defs:CompileError (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DInterpreter.py11 from Errors import CompileError namespace
34 A CompileError will be raised if there are problems.
42 raise CompileError(node.pos, "Invalid type.")
45 raise CompileError(node.pos, "Type not allowed here.")
H A DErrors.py46 class CompileError(PyrexError): class in inherits:PyrexError
86 class CompilerCrash(CompileError):
105 CompileError.__init__(self, pos, message)
168 err = CompileError(position, message)
H A DBuffer.py3 from Cython.Compiler.Errors import CompileError namespace
72 raise CompileError(node.pos, "Buffer vars not allowed in module scope")
75 raise CompileError(node.pos, "Buffers with pointer types not yet supported.")
80 raise CompileError(node.pos,
147 raise CompileError(posargs[-1][1], ERR_BUF_TOO_MANY)
152 raise CompileError(pos, ERR_BUF_OPTION_UNKNOWN % name)
157 raise CompileError(pos, ERR_BUF_OPTION_UNKNOWN % name)
159 raise CompileError(pos, ERR_BUF_DUP % name)
169 raise CompileError(globalpos, ERR_BUF_MISSING % name)
173 raise CompileError(globalpo
[all...]
H A DPipeline.py8 from Errors import CompileError, InternalError, AbortError namespace
331 except CompileError, err:
H A DMain.py18 from Errors import PyrexError, CompileError, error, warning namespace
124 raise CompileError(pos,
172 except CompileError:
333 raise CompileError()
H A DMemoryView.py1 from Errors import CompileError, error namespace
642 raise CompileError(axis.start.pos, START_ERR)
645 raise CompileError(axis.stop.pos, STOP_ERR)
654 raise CompileError(axis.step.pos, STEP_ERR)
666 raise CompileError(axis.step.pos, INVALID_ERR)
674 raise CompileError(axis.step.pos, BOTH_CF_ERR)
688 raise CompileError(axes[contig_dim].pos,
710 raise CompileError(axes[idx].pos,
714 raise CompileError(axes[idx].pos,
805 raise CompileError(po
[all...]
H A DParseTreeTransforms.py19 from Cython.Compiler.Errors import error, warning, CompileError, InternalError namespace
142 class PostParseError(CompileError): pass
H A DNodes.py17 from Errors import error, warning, InternalError, CompileError namespace
991 except CompileError, e:
H A DExprNodes.py7 CompileError=object, UtilityCode=object, TempitaUtilityCode=object,
20 from Errors import error, warning, warn_once, InternalError, CompileError namespace
4909 raise CompileError(self.pos,
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_compiler.h38 struct CompileError { struct in class:JtlCompiler
49 CompileError() : line_number(0), error_code(ERROR_NONE) {} function in struct:JtlCompiler::CompileError
50 CompileError(size_t line_number, function in struct:JtlCompiler::CompileError
68 CompileError* error);
/external/javassist/src/main/javassist/compiler/
H A DCompileError.java21 public class CompileError extends Exception { class in inherits:Exception
25 public CompileError(String s, Lex l) { method in class:CompileError
30 public CompileError(String s) { method in class:CompileError
35 public CompileError(CannotCompileException e) { method in class:CompileError
39 public CompileError(NotFoundException e) { method in class:CompileError
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DScriptDebugListener.h44 enum CompileResult { CompileSuccess, CompileError }; enumerator in enum:blink::CompileResult
/external/chromium_org/v8/include/
H A Dv8-debug.h22 CompileError = 6, enumerator in enum:v8::DebugEvent
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py863 from Cython.Compiler.Errors import CompileError, PyrexError namespace
915 raise CompileError(None, pyx_file)
/external/chromium_org/v8/src/
H A Ddebug-debugger.js22 CompileError: 6,
1180 case Debug.DebugEvent.CompileError:
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 827 milliseconds