Searched refs:compile (Results 251 - 275 of 485) sorted by relevance

<<11121314151617181920

/macosx-10.9.5/CPANInternal-140/Parse-Yapp/
H A Dyapp26 yapp is a frontend to the Parse::Yapp module, which lets you compile
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/
H A Dyapp26 yapp is a frontend to the Parse::Yapp module, which lets you compile
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DConfig.pm239 # Instantiate a new namespace handler for compile time constant folding
384 Instantiate a new namespace handler for compile time constant folding
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DConfig.pm239 # Instantiate a new namespace handler for compile time constant folding
384 Instantiate a new namespace handler for compile time constant folding
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Duregex.cpp155 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status);
157 re->fPat = RegexPattern::compile(&patText, flags, *status);
238 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status);
240 re->fPat = RegexPattern::compile(&patText, flags, *status);
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGJITCompiler.h248 bool compile(JITCode& entry);
429 // Internal implementation to compile.
/macosx-10.9.5/emacs-92/emacs/
H A Dconfig.bat100 Echo To compile 'Emacs' under MS-DOS you MUST have DJGPP installed!
118 Echo To compile 'Emacs' under MS-DOS you MUST have DJGPP installed!
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dcs-survival.tex258 \key{M-x compile} p�elo� k�d v aktivn�m okn�
414 % compile-command: "csplain survival"
H A Dsk-survival.tex260 \key{M-x compile} prelo� k�d v akt�vnom okne
416 % compile-command: "csplain sk-survival"
H A Dru-refcard.tex522 % compile-command: "latex ru-refcard"
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-tool-bar.el215 `(eval-when (compile load eval)
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dada-xref.el48 (require 'compile)
64 (defcustom ada-xref-confirm-compile nil
110 "*Default command to be used to compile a single file.
118 "*Default command to be used to compile a single file.
130 "*Default command to be used to compile the application.
206 "Separator to use between multiple commands to `compile' or `start-process'.
260 "Duplicate all `\\' characters in CMD so that it can be passed to `compile'."
1117 (defun ada-compile-application (&optional arg)
1136 (if (or ada-xref-confirm-compile arg)
1137 (setq cmd (read-from-minibuffer "enter command to compile
[all...]
H A Dmixal-mode.el41 ;; default behavior. You can compile a source file with `C-c c' you can
59 ;; from emacs: compile-command and require-final-newline
70 ;; 13/11/02: implemented compile, mixal-run and mixal-debug.
75 (defvar compile-command)
80 (define-key map "\C-cc" 'compile)
132 ;; `eval-when-compile' didn't help because the byte-compiler insists on
1114 (set (make-local-variable 'compile-command) (concat "mixasm "
H A Dcompile.el0 ;;; compile.el --- run compiler as inferior of Emacs, parse error messages
30 ;; This package provides the compile facilities documented in the Emacs user's
71 (eval-when-compile (require 'cl))
453 "*Non-nil means \\[compile] reads the compilation command to use.
454 Otherwise, \\[compile] just uses the value of `compile-command'."
460 "*Non-nil means \\[compile] asks which buffers to save before compiling.
475 (defcustom compile-command "make -k "
485 (set (make-local-variable 'compile-command)
490 ;;;###autoload(put 'compile
875 (defun compile (command &optional comint) function
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/tools/lto/
H A DLTOCodeGenerator.cpp190 const void* LTOCodeGenerator::compile(size_t* length, std::string& errMsg) { function in class:LTOCodeGenerator
195 // remove old buffer if compile() called twice
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/core/
H A Dcvalue.py15 _cstring_rex = re.compile("((?:\s*|const\s+)\s*char(?:\s+\*|\s+[A-Za-z_0-9]*\s*\[|)\s*)",re.MULTILINE|re.DOTALL)
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Duserspace.py176 user_lib_rex = re.compile("([0-9a-fx]+)\s-\s([0-9a-fx]+)\s+(.*?)\s", re.IGNORECASE|re.MULTILINE)
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DTrace.pm23 Tracing is enabled by the SOAP::Lite import method. This is usually done at compile-time, though it may be done explicitly by calling import directly. The commands for setting up tracing start with the keyword +trace. Alternately, +debug may be used; the two are interchangeable. After the initial keyword, one or more of the signals detailed here may be specified, optionally with a callback to handle them. When specifying multiple signals to be handled by a single callback, it is sufficient to list all of them first, followed finally by the callback, as in:
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DExecutable.h434 JSObject* compile(ExecState* exec, JSScope* scope) function in class:JSC::EvalExecutable
512 JSObject* compile(ExecState* exec, JSScope* scope) function in class:JSC::ProgramExecutable
/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrPattern.cpp829 const char* YarrPattern::compile(const String& patternString) function in class:JSC::Yarr::YarrPattern
877 *error = compile(pattern);
/macosx-10.9.5/curl-78.94.1/curl/
H A Ddepcomp2 # depcomp - compile a program generating dependencies as side-effects
38 Run PROGRAMS ARGS to compile a file, generating dependencies
497 while test "X$1" != 'X--mode=compile'; do
547 while test "X$1" != 'X--mode=compile'; do
600 while test "X$1" != 'X--mode=compile'; do
643 while test "X$1" != 'X--mode=compile'; do
/macosx-10.9.5/expat-12/expat/
H A DMakefile.in119 LTCOMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Derlang.vim127 syn match erlangDirective "-compile\|-define\|-else\|-endif\|-export\|-file"
H A Dreva.vim70 syn keyword revadefine compile literal ' [']
/macosx-10.9.5/CPANInternal-140/Test-Warn/
H A DWarn.pm26 "some warnings at compile time";
135 Note, that warnings occuring at compile time,
140 "some warnings at compile time";

Completed in 500 milliseconds

<<11121314151617181920