Searched refs:compile (Results 1 - 25 of 468) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/debug/
H A DMakefile3 BUILD= intro.html compile.html printlog.html runtime.html
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLCompile.h36 void compile(State&, DFG::Safepoint::Result&);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_framework.py20 FRAMEWORK_RE = re.compile(FRAMEWORK_RE_STR)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_framework.py20 FRAMEWORK_RE = re.compile(FRAMEWORK_RE_STR)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_framework.py20 FRAMEWORK_RE = re.compile(FRAMEWORK_RE_STR)
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/masterformat/
H A Dsetup.sh20 cd ns1 && sh compile.sh
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/snit/
H A Dmain1.tcl23 compile type widget widgetadaptor typemethod method macro
409 # used to compile type definitions.
412 # The compile array accumulates information about the type or
452 variable compile
473 # The type and widgettype commands use a slave interpreter to compile
539 variable compile
563 array unset compile
564 set compile(type) $type
565 set compile(defs) {}
566 set compile(whic
[all...]
H A Dmain1_83.tcl34 compile type widget widgetadaptor typemethod method macro
420 # used to compile type definitions.
423 # The compile array accumulates information about the type or
463 variable compile
484 # The type and widgettype commands use a slave interpreter to compile
550 variable compile
574 array unset compile
575 set compile(type) $type
576 set compile(defs) {}
577 set compile(whic
[all...]
H A Dmain2.tcl23 compile type widget widgetadaptor typemethod method macro
274 # used to compile type definitions.
277 # The compile array accumulates information about the type or
317 variable compile
338 # The type and widgettype commands use a slave interpreter to compile
404 variable compile
428 array unset compile
429 set compile(type) $type
430 set compile(defs) {}
431 set compile(whic
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGDriver.h44 // If the worklist is non-null, we do a concurrent compile. Otherwise we do a synchronous
45 // compile. Even if we do a synchronous compile, we call the callback with the result.
46 CompilationResult compile(
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dtramp-util.el32 (eval-when-compile (require 'cl))
33 (require 'compile)
45 (eval-when-compile
89 (tramp-remap-command 'compile 'tramp-compile)
97 (command-execute (if tramp-minor-mode 'tramp-compile 'compile))
98 :active (fboundp 'compile)])
103 :active (fboundp 'compile)]))
107 (defun tramp-compile (comman
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/lint/
H A Dcpp_lint.py23 include_gtest_re = re.compile(r'^#include "gtest/(.*)"')
24 include_llvm_re = re.compile(r'^#include "llvm/(.*)"')
25 include_support_re = re.compile(r'^#include "(Support/.*)"')
26 include_config_re = re.compile(r'^#include "(Config/.*)"')
27 include_system_re = re.compile(r'^#include <(.*)>')
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/comp_match/
H A DMakefile40 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
43 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
46 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
49 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
52 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
55 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
/macosx-10.10/ncurses-44/ncurses/
H A Dmk-2nd.awk32 # Generate compile-rules for the modules that we are using in libraries or
95 compile="CXX"
99 compile="CC"
125 printf "$(LIBTOOL_COMPILE) $(%s) $(CFLAGS_%s)%s -c ", compile, MODEL, mycflags
/macosx-10.10/text_cmds-88/sed/
H A Dextern.h49 void compile(void);
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/scripts/
H A Dcssmin.py39 css = re.compile(rule[0], re.MULTILINE | re.UNICODE | re.DOTALL).sub(rule[1], css)
/macosx-10.10/WebInspectorUI-7600.1.17/Scripts/
H A Dcssmin.py39 css = re.compile(rule[0], re.MULTILINE | re.UNICODE | re.DOTALL).sub(rule[1], css)
/macosx-10.10/llvmCore-3425.0.34/utils/
H A DDSAclean.py23 if re.compile("label(\s*)=(\s*)\"\s%tmp(.\w*)*(\s*)\"").search(buffer):
H A DDSAextract.py49 regexp_list.append(re.compile(name))
52 nodeexp = re.compile('Node')
54 arrowexp = re.compile('->')
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dxnudefines.py73 object_regex = re.compile("^#define\s+(IKOT_[A-Z_]*)\s+(\d+)\s*",re.MULTILINE|re.DOTALL)
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dsimplepatternformattertest.cpp45 fmt.compile("This has {} bad {012d placeholders", status);
58 fmt.compile("{0} meter", status);
89 fmt.compile(
166 r.compile("{0} meter", status);
170 "Replace with new compile",
173 r.compile("{0}, {1}", status);
180 r.compile("{0}, {1} and {2}", status);
/macosx-10.10/WebCore-7600.1.25/
H A Dmake-file-arrays.py56 multi_line_comment = re.compile(r"/\*.*?\*/", re.MULTILINE | re.DOTALL)
57 single_line_comment = re.compile(r"//.*$", re.MULTILINE)
58 repeating_space = re.compile(r"[ \t]+", re.MULTILINE)
59 leading_space = re.compile(r"^[ \t]+", re.MULTILINE)
60 trailing_space = re.compile(r"[ \t]+$", re.MULTILINE)
61 empty_line = re.compile(r"\n+")
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Ds_javadoc_merge6 classre = re.compile(r'(?P<javadoc>(/\*\*([^/]|/[^*])*?\*/\s*)?)(?P<mods>public\s+((abstract)\s+)*)(?P<class_type>(class|interface)\s+)?(?P<class_name>\w+)\s*(?P<end>(extends|implements|{))', re.DOTALL)
7 fieldre = re.compile(r'(?P<javadoc>(/\*\*([^/]|/[^*])*?\*/\s*)?)(?P<mods>public\s+((abstract|final|static)\s+)*)(?P<field_type>\w+\s+)?(?P<field_name>\w+)(?P<params>\s*(\(.*?\)|=|;))', re.DOTALL)
8 paramre = re.compile(r'\s*(?:final\s*)?(?P<param_type>\w+(\[\])?)\s+(?P<param_name>\w+)\s*(?P<comma>,?)')
/macosx-10.10/pcre-7/pcre/
H A Dmakevp.bat2 :: PH 19-03-07 renamed !compile.txt and !linklib.txt as makevp-compile.txt and
4 :: PH 26-03-07 re-renamed !compile.txt and !linklib.txt as makevp-c.txt and
18 REM This file has been modified and extended to compile with newer PCRE releases
44 REM compile and link the PCRE library into lib: option -B for ASM compile works too
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/cloak/
H A DMakefile10 $(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) -c $?

Completed in 162 milliseconds

1234567891011>>