Home
last modified time | relevance | path

Searched refs:CFG (Results 1 – 25 of 250) sorted by relevance

12345678910

/external/harfbuzz_ng/win32/
Dbuild-rules-msvc.mak16 {..\src\}.cc{$(CFG)\$(PLAT)\harfbuzz\}.obj::
17 $(CXX) $(CFLAGS) $(HB_DEFINES) $(HB_LIB_CFLAGS) /Fo$(CFG)\$(PLAT)\harfbuzz\ /c @<<
21 {..\src\hb-ucdn\}.c{$(CFG)\$(PLAT)\harfbuzz\}.obj::
22 $(CC) $(CFLAGS) /Fo$(CFG)\$(PLAT)\harfbuzz\ /c @<<
26 {..\util\}.cc{$(CFG)\$(PLAT)\util\}.obj::
27 $(CXX) $(CFLAGS) $(HB_DEFINES) $(HB_CFLAGS) /Fo$(CFG)\$(PLAT)\util\ /c @<<
38 {..\src\}.cc{$(CFG)\$(PLAT)\}.exe:
39 …$(CXX) $(CFLAGS) $(HB_DEFINES) $(HB_CFLAGS) $< /Fo$*.obj /Fe$@ /link $(LDFLAGS) $(CFG)\$(PLAT)\ha…
41 {..\test\api\}.c{$(CFG)\$(PLAT)\}.exe:
42 …GS) /DSRCDIR="\"../../../test/api\"" $< /Fo$*.obj /Fe$@ /link $(LDFLAGS) $(CFG)\$(PLAT)\harfbuzz.l…
[all …]
Dinstall.mak10 @copy /b $(CFG)\$(PLAT)\harfbuzz.lib $(PREFIX)\lib
13 …@if exist $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll copy /b $(CFG)\$(PLAT)\harfbuzz-gobject.lib $(PREFI…
14 @if exist $(CFG)\$(PLAT)\hb-view.exe copy /b $(CFG)\$(PLAT)\hb-view.exe $(PREFIX)\bin
15 @if exist $(CFG)\$(PLAT)\hb-view.exe copy /b $(CFG)\$(PLAT)\hb-view.pdb $(PREFIX)\bin
16 …@if exist $(CFG)\$(PLAT)\hb-ot-shape-closure.exe copy /b $(CFG)\$(PLAT)\hb-ot-shape-closure.exe $(…
17 …@if exist $(CFG)\$(PLAT)\hb-ot-shape-closure.exe copy /b $(CFG)\$(PLAT)\hb-ot-shape-closure.pdb $(…
18 @if exist $(CFG)\$(PLAT)\hb-shape.exe copy /b $(CFG)\$(PLAT)\hb-shape.exe $(PREFIX)\bin
19 @if exist $(CFG)\$(PLAT)\hb-shape.exe copy /b $(CFG)\$(PLAT)\hb-shape.pdb $(PREFIX)\bin
22 …@if exist $(HARFBUZZ_GOBJECT_DLL_FILENAME).dll copy $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-enu…
24 …@if exist $(CFG)\$(PLAT)\HarfBuzz-0.0.gir copy $(CFG)\$(PLAT)\HarfBuzz-0.0.gir $(PREFIX)\share\gir…
[all …]
Dconfig-msvc.mak15 !if "$(CFG)" == "debug"
52 HB_LIBS = $(CFG)\$(PLAT)\harfbuzz.lib
62 HARFBUZZ_DLL_FILENAME = $(CFG)\$(PLAT)\libharfbuzz-0
63 HARFBUZZ_GOBJECT_DLL_FILENAME = $(CFG)\$(PLAT)\libharfbuzz-gobject-0
65 HARFBUZZ_DLL_FILENAME = $(CFG)\$(PLAT)\harfbuzz-vs$(VSVER)
66 HARFBUZZ_GOBJECT_DLL_FILENAME = $(CFG)\$(PLAT)\harfbuzz-gobject-vs$(VSVER)
73 EXTRA_TARGETS = $(CFG)\$(PLAT)\HarfBuzz-0.0.gir $(CFG)\$(PLAT)\HarfBuzz-0.0.typelib
83 $(CFG)\$(PLAT)\harfbuzz-gobject.lib
86 $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-enums.cc \
87 $(CFG)\$(PLAT)\harfbuzz-gobject\hb-gobject-enums.h
[all …]
Dhb-introspection-msvc.mak4 $(CFG)\$(PLAT)\hb_list: $(HB_ACTUAL_HEADERS) $(HB_ACTUAL_SOURCES) $(HB_GOBJECT_ENUM_GENERATED_SOURC…
7 $(CFG)\$(PLAT)\HarfBuzz-0.0.gir: $(CFG)\$(PLAT)\harfbuzz-gobject.lib $(CFG)\$(PLAT)\hb_list
8 @set LIB=$(CFG)\$(PLAT);$(PREFIX)\lib;$(LIB)
9 @set PATH=$(CFG)\$(PLAT);$(PREFIX)\bin;$(PATH)
30 --filelist=$(CFG)\$(PLAT)\hb_list \
33 $(CFG)\$(PLAT)\HarfBuzz-0.0.typelib: $(CFG)\$(PLAT)\HarfBuzz-0.0.gir
36 --includedir=$(CFG)\$(PLAT) --debug --verbose \
/external/llvm/test/CodeGen/ARM/Windows/
Ddbzchk.ll36 ; CHECK-DIV-DAG: Successors according to CFG: BB#5({{.*}}) BB#4
38 ; CHECK-DIV-DAG: Successors according to CFG: BB#3
40 ; CHECK-DIV-DAG: Successors according to CFG: BB#3
43 ; CHECK-DIV-DAG: Successors according to CFG: BB#1({{.*}}) BB#2
73 ; CHECK-MOD-DAG: Successors according to CFG: BB#2({{.*}}) BB#1
75 ; CHECK-MOD-DAG: Successors according to CFG: BB#4({{.*}}) BB#3
78 ; CHECK-MOD-DAG: Successors according to CFG: BB#2
81 …dos -verify-machineinstrs -filetype asm -o /dev/null %s 2>&1 | FileCheck %s -check-prefix CHECK-CFG
82 …isel-pseudos -verify-machineinstrs -filetype asm -o - %s | FileCheck %s -check-prefix CHECK-CFG-ASM
118 ; CHECK-CFG-DAG: BB#0
[all …]
/external/icu/icu4c/source/extra/uconv/
Dmakedata.mak14 !IF "$(CFG)" == ""
15 CFG=Debug macro
20CFG)" != "Release" && "$(CFG)" != "release" && "$(CFG)" != "Debug" && "$(CFG)" != "debug" && "$(CF…
21 !MESSAGE Invalid configuration "$(CFG)" specified.
23 !MESSAGE by defining the macro CFG on the command line. For example:
25 !MESSAGE NMAKE /f "makedata.mak" CFG="Debug"
46 DLL_OUTPUT=.\$(CFG)
53 !IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug"
98 -@erase "$(CFG)\*uconvmsg*.*"
/external/icu/icu4c/source/test/testdata/
Dtestdata.mak84 @"$(ICUTOOLS)\genrb\$(CFG)\genrb" -q -s"$(TESTDATA)" -d"$(TESTDATABLD)" $<
88 "$(ICUTOOLS)\genrb\$(CFG)\genrb" -s"$(TESTDATA)" -eUTF-16BE -d"$(TESTDATABLD)" encoded.utf16be
92 @"$(ICUTOOLS)\genrb\$(CFG)\genrb" -s"$(TESTDATA)" -d"$(TESTDATABLD)" idna_rules.txt
95 "$(TESTDATABLD)\test.icu" : {"$(ICUTOOLS)\gentest\$(CFG)"}gentest.exe
96 "$(ICUTOOLS)\gentest\$(CFG)\gentest" -d"$(TESTDATABLD)"
99 "$(TESTDATABLD)\testtable32.txt" : {"$(ICUTOOLS)\gentest\$(CFG)"}gentest.exe
100 "$(ICUTOOLS)\gentest\$(CFG)\gentest" -r -d"$(TESTDATABLD)"
103 "$(ICUTOOLS)\genrb\$(CFG)\genrb" -s"$(TESTDATABLD)" -d"$(TESTDATABLD)" testtable32.txt
106 "$(TESTDATABLD)\nfscsi.spp" : {"$(ICUTOOLS)\gensprep\$(CFG)"}gensprep.exe "$(TESTDATA)\nfs4_cs_prep…
108 …@"$(ICUTOOLS)\gensprep\$(CFG)\gensprep" -s "$(TESTDATA)" -d "$(TESTDATABLD)\\" -b nfscsi -u 3.2.0 …
[all …]
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/
DApplication.vcp8 CFG=Application - Win32 (WCE emulator) Debug
15 !MESSAGE by defining the macro CFG on the command line. For example:
17 !MESSAGE NMAKE /f "Application.vcn" CFG="Application - Win32 (WCE emulator) Debug"
33 !IF "$(CFG)" == "Application - Win32 (WCE emulator) Release"
67 !ELSEIF "$(CFG)" == "Application - Win32 (WCE emulator) Debug"
100 !ELSEIF "$(CFG)" == "Application - Win32 (WCE ARMV4) Release"
134 !ELSEIF "$(CFG)" == "Application - Win32 (WCE ARMV4) Debug"
183 !IF "$(CFG)" == "Application - Win32 (WCE emulator) Release"
192 !ELSEIF "$(CFG)" == "Application - Win32 (WCE emulator) Debug"
201 !ELSEIF "$(CFG)" == "Application - Win32 (WCE ARMV4) Release"
[all …]
/external/clang/include/clang/Analysis/
DCFG.h43 class CFG; variable
488 CFG *Parent;
491 explicit CFGBlock(unsigned blockid, BumpVectorContext &C, CFG *parent) in CFGBlock()
640 CFG *getParent() const { return Parent; } in getParent()
644 void dump(const CFG *cfg, const LangOptions &LO, bool ShowColors = false) const;
645 void print(raw_ostream &OS, const CFG* cfg, const LangOptions &LO,
721 class CFG {
814 static std::unique_ptr<CFG> buildCFG(const Decl *D, Stmt *AST, ASTContext *C,
950 CFG() in CFG() function
1058 template <> struct GraphTraits< ::clang::CFG* >
[all …]
DAnalysisContext.h73 std::unique_ptr<CFG> cfg, completeCFG;
76 CFG::BuildOptions cfgBuildOptions;
77 CFG::BuildOptions::ForcedBlkExprs *forcedBlkExprs;
96 const CFG::BuildOptions &BuildOptions);
110 CFG::BuildOptions &getCFGBuildOptions() { in getCFGBuildOptions()
114 const CFG::BuildOptions &getCFGBuildOptions() const { in getCFGBuildOptions()
155 CFG *getCFG();
162 CFG *getUnoptimizedCFG();
245 CFG *getCFG() const { return getAnalysisDeclContext()->getCFG(); } in getCFG()
413 CFG::BuildOptions cfgBuildOptions;
[all …]
/external/curl/lib/
DMakefile.vc6155 DIROBJ = $(CFG)
166 DIROBJ = $(CFG)
178 DIROBJ = $(CFG)
190 DIROBJ = $(CFG)
202 DIROBJ = $(CFG)
215 DIROBJ = $(CFG)
227 DIROBJ = $(CFG)
241 DIROBJ = $(CFG)
253 DIROBJ = $(CFG)
265 DIROBJ = $(CFG)
[all …]
DMakefile.netware217 ifeq ($(findstring -static,$(CFG)),-static)
220 ifeq ($(findstring -ares,$(CFG)),-ares)
223 ifeq ($(findstring -rtmp,$(CFG)),-rtmp)
228 ifeq ($(findstring -ssh2,$(CFG)),-ssh2)
233 ifeq ($(findstring -axtls,$(CFG)),-axtls)
237 ifeq ($(findstring -ssl,$(CFG)),-ssl)
239 ifeq ($(findstring -srp,$(CFG)),-srp)
246 ifeq ($(findstring -zlib,$(CFG)),-zlib)
249 ifeq ($(findstring -idn,$(CFG)),-idn)
252 ifeq ($(findstring -nghttp2,$(CFG)),-nghttp2)
[all …]
/external/lzma/CPP/7zip/Bundles/Alone7z/
DAlone.dsp7 CFG=Alone - Win32 DebugU
14 !MESSAGE by defining the macro CFG on the command line. For example:
16 !MESSAGE NMAKE /f "Alone.mak" CFG="Alone - Win32 DebugU"
33 !IF "$(CFG)" == "Alone - Win32 Release"
58 !ELSEIF "$(CFG)" == "Alone - Win32 Debug"
82 !ELSEIF "$(CFG)" == "Alone - Win32 ReleaseU"
109 !ELSEIF "$(CFG)" == "Alone - Win32 DebugU"
1210 !IF "$(CFG)" == "Alone - Win32 Release"
1215 !ELSEIF "$(CFG)" == "Alone - Win32 Debug"
1219 !ELSEIF "$(CFG)" == "Alone - Win32 ReleaseU"
[all …]
/external/curl/src/
DMakefile.netware226 ifeq ($(findstring -static,$(CFG)),-static)
229 ifeq ($(findstring -ares,$(CFG)),-ares)
232 ifeq ($(findstring -rtmp,$(CFG)),-rtmp)
237 ifeq ($(findstring -ssh2,$(CFG)),-ssh2)
242 ifeq ($(findstring -axtls,$(CFG)),-axtls)
246 ifeq ($(findstring -ssl,$(CFG)),-ssl)
250 ifeq ($(findstring -zlib,$(CFG)),-zlib)
253 ifeq ($(findstring -idn,$(CFG)),-idn)
256 ifeq ($(findstring -metalink,$(CFG)),-metalink)
260 ifeq ($(findstring -nghttp2,$(CFG)),-nghttp2)
[all …]
/external/python/cpython2/PC/VC6/
D_ssl.dsp7 CFG=_ssl - Win32 Debug
14 !MESSAGE by defining the macro CFG on the command line. For example:
16 !MESSAGE NMAKE /f "_ssl.mak" CFG="_ssl - Win32 Debug"
29 !IF "$(CFG)" == "_ssl - Win32 Release"
50 !ELSEIF "$(CFG)" == "_ssl - Win32 Debug"
78 !IF "$(CFG)" == "_ssl - Win32 Release"
80 !ELSEIF "$(CFG)" == "_ssl - Win32 Debug"
/external/clang/unittests/Analysis/
DCFGTest.cpp23 TEST(CFG, RangeBasedForOverDependentType) { in TEST() argument
41 std::unique_ptr<CFG> cfg = in TEST()
42 CFG::buildCFG(nullptr, Body, Result.Context, CFG::BuildOptions()); in TEST()
/external/curl/docs/examples/
DMakefile.netware184 ifeq ($(findstring -static,$(CFG)),-static)
187 ifeq ($(findstring -ares,$(CFG)),-ares)
190 ifeq ($(findstring -rtmp,$(CFG)),-rtmp)
195 ifeq ($(findstring -ssh2,$(CFG)),-ssh2)
200 ifeq ($(findstring -axtls,$(CFG)),-axtls)
204 ifeq ($(findstring -ssl,$(CFG)),-ssl)
208 ifeq ($(findstring -zlib,$(CFG)),-zlib)
211 ifeq ($(findstring -idn,$(CFG)),-idn)
214 ifeq ($(findstring -ipv6,$(CFG)),-ipv6)
/external/skia/src/sksl/
DSkSLCFGGenerator.h120 struct CFG { struct
155 CFG getCFG(FunctionDefinition& f);
158 void addStatement(CFG& cfg, std::unique_ptr<Statement>* s);
160 void addExpression(CFG& cfg, std::unique_ptr<Expression>* e, bool constantPropagate);
162 void addLValue(CFG& cfg, std::unique_ptr<Expression>* e);
/external/icu/icu4c/source/data/
Dmakedata.mak122 !IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug"
152 !IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug"
515 …e\data>nmake -f makedata.mak ICUMAKE=C:\svn\icuproj\icu\trunk\source\data\ CFG=x86\Debug uni-core-…
559 …rc\$(DEBUGUTILITIESDATA_DIR)\$(DEBUGUTILITIESDATA_SRC)" : {"$(ICUTOOLS)\gentest\$(CFG)"}gentest.exe
561 "$(ICUTOOLS)\gentest\$(CFG)\gentest" -j -d"$(ICUOUT)\icu4j\src\$(DEBUGUTILITIESDATA_DIR)"
605 …\ucadata.icu" $(TRANSLIT_RES_FILES) $(MISC_FILES) $(RB_FILES) {"$(ICUTOOLS)\genrb\$(CFG)"}genrb.exe
608 …" TESTDATA=. ICUTOOLS="$(ICUTOOLS)" ICUPBIN="$(ICUPBIN)" ICUP="$(ICUP)" CFG=$(CFG) TESTDATAOUT="$(…
760 @"$(ICUTOOLS)\genbrk\$(CFG)\genbrk" -c -r $< -o $@ -d"$(ICUBLD_PKG)" -i "$(ICUBLD_PKG)"
765 @"$(ICUTOOLS)\gendict\$(CFG)\gendict" -c --uchars $< "$(ICUBLD_PKG)\$@"
769 …@"$(ICUTOOLS)\gendict\$(CFG)\gendict" -c --bytes --transform offset-0x0e00 $(ICUSRCDATA_RELATIVE_P…
[all …]
/external/libxml2/win32/wince/
Dlibxml2.vcp11 CFG=libxml2 - Win32 (WCE ARM) Release
18 !MESSAGE by defining the macro CFG on the command line. For example:
20 !MESSAGE NMAKE /f "libxml2.vcn" CFG="libxml2 - Win32 (WCE ARM) Release"
38 !IF "$(CFG)" == "libxml2 - Win32 (WCE ARM) Release"
71 !ELSEIF "$(CFG)" == "libxml2 - Win32 (WCE ARM) Debug"
105 !ELSEIF "$(CFG)" == "libxml2 - Win32 (WCE x86em) Debug"
138 !ELSEIF "$(CFG)" == "libxml2 - Win32 (WCE MIPS) Release"
171 !ELSEIF "$(CFG)" == "libxml2 - Win32 (WCE SH3) Release"
203 !ELSEIF "$(CFG)" == "libxml2 - Win32 (WCE x86) Debug"
253 !IF "$(CFG)" == "libxml2 - Win32 (WCE ARM) Release"
[all …]
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dstore.ll20 ; CHECK: Initial CFG
37 ; CHECK: Initial CFG
52 ; CHECK: Initial CFG
67 ; CHECK: Initial CFG
81 ; CHECK: Initial CFG
96 ; CHECK: Initial CFG
Dload.ll20 ; CHECK: Initial CFG
37 ; CHECK: Initial CFG
52 ; CHECK: Initial CFG
67 ; CHECK: Initial CFG
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/
DImplicitResolverTest.java39 private static final Tag CFG = new Tag("!cfg"); field in ImplicitResolverTest
46 this.yamlConstructors.put(CFG, new ConfigObjectConstruct()); in ConfigurationConstructor()
58 if (CFG.equals(node.getTag())) { in getConstructor()
87 yaml.addImplicitResolver(CFG, Pattern.compile("\\$\\([a-zA-Z\\d\\u002E\\u005F]+\\)"), "$"); in testMain()
/external/llvm/test/CodeGen/X86/
Dswitch-edge-weight.ll37 ; CHECK: Successors according to CFG: BB#4({{[0-9a-fx/= ]+}}72.22%) BB#5({{[0-9a-fx/= ]+}}27.78%)
42 ; CHECK: Successors according to CFG: BB#1({{[0-9a-fx/= ]+}}76.92%) BB#7({{[0-9a-fx/= ]+}}23.08%)
47 ; CHECK: Successors according to CFG: BB#1({{[0-9a-fx/= ]+}}40.00%) BB#6({{[0-9a-fx/= ]+}}60.00%)
52 ; CHECK: Successors according to CFG: BB#1({{[0-9a-fx/= ]+}}66.67%) BB#2({{[0-9a-fx/= ]+}}33.33%)
105 ; CHECK: Successors according to CFG: BB#6({{[0-9a-fx/= ]+}}7.14%) BB#8({{[0-9a-fx/= ]+}}92.86%
114 ; CHECK: Successors according to CFG: BB#1({{[0-9a-fx/= ]+}}15.38%) BB#6({{[0-9a-fx/= ]+}}7.69%) BB…
166 ; CHECK: Successors according to CFG: BB#6({{[0-9a-fx/= ]+}}16.67%) BB#8({{[0-9a-fx/= ]+}}83.33%)
174 ; CHECK: Successors according to CFG: BB#1({{[0-9a-fx/= ]+}}20.00%) BB#2({{[0-9a-fx/= ]+}}20.00%) B…
219 ; CHECK: Successors according to CFG: BB#6({{[0-9a-fx/= ]+}}28.57%) BB#7({{[0-9a-fx/= ]+}}71.43%)
224 ; CHECK: Successors according to CFG: BB#2({{[0-9a-fx/= ]+}}60.00%) BB#3({{[0-9a-fx/= ]+}}40.00%)
[all …]
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp40 const CFG::BuildOptions &buildOptions) in AnalysisDeclContext()
183 forcedBlkExprs = new CFG::BuildOptions::ForcedBlkExprs(); in registerForcedBlockExpression()
195 CFG::BuildOptions::ForcedBlkExprs::const_iterator itr = in getBlockForRegisteredExpression()
203 static void addParentsForSyntheticStmts(const CFG *TheCFG, ParentMap &PM) { in addParentsForSyntheticStmts()
207 for (CFG::synthetic_stmt_iterator I = TheCFG->synthetic_stmt_begin(), in addParentsForSyntheticStmts()
214 CFG *AnalysisDeclContext::getCFG() { in getCFG()
219 cfg = CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions); in getCFG()
233 CFG *AnalysisDeclContext::getUnoptimizedCFG() { in getUnoptimizedCFG()
238 CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions); in getUnoptimizedCFG()
256 if (CFG *c = getCFG()) { in getCFGStmtMap()
[all …]

12345678910