Searched refs:bcc (Results 1 – 25 of 73) sorted by relevance
123
/third_party/flutter/skia/third_party/externals/freetype/builds/windows/ |
D | detect.mk | 173 CONFIG_FILE := w32-bcc.mk 181 ifneq ($(findstring devel-bcc,$(MAKECMDGOALS)),) # development target 185 .PHONY: devel-bcc 186 devel-bcc: setup
|
D | w32-bccd.mk | 20 include $(TOP_DIR)/builds/compiler/bcc-dev.mk
|
D | w32-bcc.mk | 22 include $(TOP_DIR)/builds/compiler/bcc.mk
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
D | detect.mk | 173 CONFIG_FILE := w32-bcc.mk 181 ifneq ($(findstring devel-bcc,$(MAKECMDGOALS)),) # development target 185 .PHONY: devel-bcc 186 devel-bcc: setup
|
D | w32-bccd.mk | 20 include $(TOP_DIR)/builds/compiler/bcc-dev.mk
|
D | w32-bcc.mk | 22 include $(TOP_DIR)/builds/compiler/bcc.mk
|
/third_party/freetype/builds/windows/ |
D | detect.mk | 173 CONFIG_FILE := w32-bcc.mk 181 ifneq ($(findstring devel-bcc,$(MAKECMDGOALS)),) # development target 185 .PHONY: devel-bcc 186 devel-bcc: setup
|
D | w32-bccd.mk | 20 include $(TOP_DIR)/builds/compiler/bcc-dev.mk
|
D | w32-bcc.mk | 22 include $(TOP_DIR)/builds/compiler/bcc.mk
|
/third_party/flutter/skia/third_party/externals/freetype/builds/dos/ |
D | detect.mk | 108 CONFIG_FILE := dos-bcc.mk 117 CONFIG_FILE := dos-bcc.mk 118 CC := bcc
|
/third_party/freetype/builds/dos/ |
D | detect.mk | 108 CONFIG_FILE := dos-bcc.mk 117 CONFIG_FILE := dos-bcc.mk 118 CC := bcc
|
/third_party/skia/third_party/externals/freetype/builds/dos/ |
D | detect.mk | 108 CONFIG_FILE := dos-bcc.mk 117 CONFIG_FILE := dos-bcc.mk 118 CC := bcc
|
/third_party/jinja2/ |
D | loaders.py | 119 bcc = environment.bytecode_cache 120 if bcc is not None: 121 bucket = bcc.get_bucket(environment, name, filename, source) 132 if bcc is not None and bucket.code is None: 134 bcc.set_bucket(bucket)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | loaders.py | 117 bcc = environment.bytecode_cache 118 if bcc is not None: 119 bucket = bcc.get_bucket(environment, name, filename, source) 130 if bcc is not None and bucket.code is None: 132 bcc.set_bucket(bucket)
|
/third_party/skia/third_party/externals/jinja2/ |
D | loaders.py | 119 bcc = environment.bytecode_cache 120 if bcc is not None: 121 bucket = bcc.get_bucket(environment, name, filename, source) 132 if bcc is not None and bucket.code is None: 134 bcc.set_bucket(bucket)
|
/third_party/boost/libs/assign/test/ |
D | email_example.cpp | 94 add_bcc( const bcc_type& bcc ) in add_bcc() argument 96 return ba::make_list_inserter( add_to_vector( bcc_list ) )( bcc ); in add_bcc()
|
/third_party/zlib/msdos/ |
D | Makefile.bor | 30 CC=bcc 31 LD=bcc
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/msdos/ |
D | Makefile.bor | 30 CC=bcc 31 LD=bcc
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/msdos/ |
D | Makefile.bor | 30 CC=bcc 31 LD=bcc
|
/third_party/boost/boost/mpl/aux_/config/ |
D | compiler.hpp | 39 # define BOOST_MPL_CFG_COMPILER_DIR bcc
|
/third_party/freetype/builds/os2/ |
D | detect.mk | 59 CONFIG_FILE := os2-bcc.mk
|
/third_party/skia/third_party/externals/freetype/builds/os2/ |
D | detect.mk | 59 CONFIG_FILE := os2-bcc.mk
|
/third_party/flutter/skia/third_party/externals/freetype/builds/os2/ |
D | detect.mk | 59 CONFIG_FILE := os2-bcc.mk
|
/third_party/re2/re2/ |
D | regexp.cc | 403 CharClass* bcc = b->cc(); in TopEqual() local 404 return acc->size() == bcc->size() && in TopEqual() 405 acc->end() - acc->begin() == bcc->end() - bcc->begin() && in TopEqual() 406 memcmp(acc->begin(), bcc->begin(), in TopEqual()
|
/third_party/boost/libs/graph/doc/ |
D | biconnected_components.w | 298 Figure~\ref{fig:bcc} shows the graph used in the following example and 304 \mtlfig{bcc}{width=3.0in} 306 \label{fig:bcc} 386 % LocalWords: ReadWritePropertyMapConcept hpp ifndef endif bcc cpp struct enum
|
123