/third_party/boost/libs/spirit/repository/test/ |
D | Jamfile | 20 alias qi-pch : : <pch>on-spirit:<source>../../test/qi//pch ; 21 alias ka-pch : : <pch>on-spirit:<source>../../test/karma//pch ; 22 explicit qi-pch ka-pch ; 43 [ run qi-pch qi/advance.cpp : : : : qi_repo_advance ] 44 [ run qi-pch qi/confix.cpp : : : : qi_repo_confix ] 45 [ run qi-pch qi/distinct.cpp : : : : qi_repo_distinct ] 46 [ run qi-pch qi/subrule.cpp : : : : qi_repo_subrule ] 47 [ run qi-pch qi/keywords.cpp : : : $(keywords_reqs) : qi_repo_keywords ] 48 [ run qi-pch qi/seek.cpp : : : : qi_repo_seek ] 51 [ run ka-pch karma/confix.cpp : : : : karma_repo_confix ] [all …]
|
/third_party/boost/tools/build/src/tools/ |
D | pch.jam | 12 # import pch ; 14 # cpp-pch mypch 21 # Add cpp-pch to sources: 32 type.register PCH : pch ; 38 feature.feature pch : 44 feature.feature pch-header : : free dependency ; 45 feature.feature pch-file : : free dependency ; 49 class pch-generator : generator 67 # One bad example is msvc, where pch generator produces both PCH 69 # bison, or by msidl), we'd try to use pch generator to get OBJ from [all …]
|
D | clang-linux.jam | 34 generators.override clang-linux.compile.c.pch : pch.default-c-pch-generator ; 35 generators.override clang-linux.compile.c++.pch : pch.default-cpp-pch-generator ; 140 local pch-file = [ on $(<) return $(PCH_FILE) ] ; 142 if $(pch-file) { 143 DEPENDS $(<) : $(pch-file) ; 144 clang-linux.compile.c++.with-pch $(targets) : $(sources) ; 147 clang-linux.compile.c++.without-pch $(targets) : $(sources) ; 151 actions compile.c++.without-pch { 155 actions compile.c++.with-pch bind PCH_FILE 157 …+ $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -Xclang -include-pch -Xclang "$(PCH_FILE… [all …]
|
D | intel-linux.jam | 29 generators.override intel-linux.compile.c.pch : pch.default-c-pch-generator ; 30 generators.override intel-linux.compile.c++.pch : pch.default-cpp-pch-generator ; 173 …"$(CONFIG_COMMAND)" -c -xc++ $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -use-pch"$(P… 183 …"$(CONFIG_COMMAND)" -c -xc $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -use-pch"$(PCH_… 186 rule compile.c++.pch ( targets * : sources * : properties * ) 190 # Compiling a pch first deletes any existing *.pchi file, as Intel's compiler 191 # won't over-write an existing pch: instead it creates filename$1.pchi, filename$2.pchi 194 actions compile.c++.pch 196 … -x c++-header $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -c -pch-create "$(<)" "$(>)" 204 rule compile.c.pch ( targets * : sources * : properties * ) [all …]
|
D | msvc.jam | 223 import pch ; 631 rule compile.c.pch ( targets + : sources * : properties * ) 637 local pch-source = [ on $(<) return $(PCH_SOURCE) ] ; 638 if $(pch-source) 640 DEPENDS $(<) : $(pch-source) ; 641 compile-c-c++-pch-s $(targets) : $(sources) $(pch-source) ; 645 compile-c-c++-pch $(targets) : $(sources) ; 701 actions compile-c-c++-pch 710 actions compile-c-c++-pch-s 731 rule compile.c++.pch ( targets + : sources * : properties * ) [all …]
|
/third_party/boost/libs/spirit/classic/test/ |
D | Jamfile | 23 cpp-pch pch : pch.hpp : : : <include>. <force-include>pch.hpp ; 24 cpp-pch pch-dbg : pch.hpp : <define>BOOST_SPIRIT_DEBUG : 25 : <include>. <force-include>pch.hpp ; 27 explicit pch pch-dbg ; 36 <pch>on-spirit:<source>pch : $(name) 39 <pch>on-spirit:<source>pch-dbg <define>BOOST_SPIRIT_DEBUG : $(name)_debug 66 [ spirit-run scanner_value_type_tests.cpp : : : <pch>off ] 86 : [ spirit-run rule_tests.cpp : : : <pch>off ] 88 [ spirit-run grammar_tests.cpp : : : <pch>off $(opt-metrowerks) ] 100 [ spirit-run traverse_tests.cpp : : : <pch>off <toolset>intel:<debug-symbols>off ] [all …]
|
/third_party/boost/libs/math/build/ |
D | Jamfile.v2 | 7 import pch ; 13 #<toolset>intel-linux:<pch>off 14 <toolset>intel-darwin:<pch>off 15 <toolset>msvc-7.1:<pch>off 16 <toolset>gcc,<target-os>windows:<pch>off 23 cpp-pch pch : ../src/tr1/pch.hpp : <include>../src/tr1 <link>shared:<define>BOOST_MATH_TR1_DYN_LINK… 83 lib boost_math_tr1 : ../src/tr1/$(TR1_SOURCES).cpp pch 89 lib boost_math_tr1f : ../src/tr1/$(TR1_SOURCES)f.cpp pch 95 lib boost_math_tr1l : ../src/tr1/$(TR1_SOURCES)l.cpp pch 103 lib boost_math_c99 : ../src/tr1/$(C99_SOURCES).cpp pch [all …]
|
/third_party/python/Python/ |
D | dynload_win.c | 124 char *pch; local 137 pch = import_name + 6; 139 while (*pch && pch[0] != '_' && pch[1] != 'd' && pch[2] != '.') { 141 while (*pch && *pch != '.') { 143 if (*pch >= '0' && *pch <= '9') { 144 pch++; 146 pch = NULL; 151 if (pch) {
|
/third_party/boost/libs/spirit/test/qi/ |
D | Jamfile | 24 cpp-pch pch : pch.hpp : : : <include>. <force-include>pch.hpp ; 26 explicit pch ; 37 : $(requirements) <pch>on-spirit:<source>pch : $(target-name) : $(default-build) ] ; 44 : $(requirements) <pch>on-spirit:<source>pch : $(target-name) ] ; 51 : $(requirements) <pch>on-spirit:<source>pch : $(target-name) ] ; 58 run actions.cpp : : : <pch>off ; # Enable PCH when boostorg/proto#13 is merged. 59 run actions2.cpp : : : <pch>off ; 71 run char_class.cpp : : : <pch>off ; 72 run debug.cpp : : : <pch>off ; 139 compile regression_debug_optional.cpp : <pch>off ; [all …]
|
/third_party/boost/tools/build/example/pch/ |
D | jamroot.jam | 7 # pch ########################################################################## 9 import pch ; 11 cpp-pch pch 13 include/pch.hpp 17 explicit pch ; 23 pch
|
/third_party/curl/lib/ |
D | inet_pton.c | 104 const char *pch; in inet_pton4() local 106 pch = strchr(digits, ch); in inet_pton4() 107 if(pch) { in inet_pton4() 108 unsigned int val = *tp * 10 + (unsigned int)(pch - digits); in inet_pton4() 172 const char *pch; in inet_pton6() local 174 pch = strchr((xdigits = xdigits_l), ch); in inet_pton6() 175 if(!pch) in inet_pton6() 176 pch = strchr((xdigits = xdigits_u), ch); in inet_pton6() 177 if(pch != NULL) { in inet_pton6() 179 val |= (pch - xdigits); in inet_pton6()
|
/third_party/boost/libs/spirit/test/lex/ |
D | Jamfile | 26 cpp-pch pch : pch.hpp : : : <include>. <force-include>pch.hpp ; 28 explicit pch ; 39 : $(requirements) <pch>on-spirit:<source>pch : $(target-name) : $(default-build) ] ; 46 : $(requirements) <pch>on-spirit:<source>pch : $(target-name) ] ; 53 : $(requirements) <pch>on-spirit:<source>pch : $(target-name) ] ; 98 run regression_file_iterator3.cpp : : : <pch>off ;
|
/third_party/boost/libs/math/test/test_instances/ |
D | Jamfile.v2 | 6 import pch ; 13 #<toolset>intel-linux:<pch>off 14 <toolset>intel-darwin:<pch>off 25 <toolset>msvc-7.1:<pch>off 34 cpp-pch pch : pch.hpp ; 38 lib test_instances : [ GLOB $(here) : *.cpp ] pch
|
/third_party/unity/src/ |
D | unity.c | 80 static void UnityPrintChar(const char* pch) in UnityPrintChar() argument 83 if ((*pch <= 126) && (*pch >= 32)) in UnityPrintChar() 85 UNITY_OUTPUT_CHAR(*pch); in UnityPrintChar() 88 else if (*pch == 13) in UnityPrintChar() 94 else if (*pch == 10) in UnityPrintChar() 104 UnityPrintNumberHex((UNITY_UINT)*pch, 2); in UnityPrintChar() 113 const char* pch = string; in UnityPrintAnsiEscapeString() local 116 while (*pch && (*pch != 'm')) in UnityPrintAnsiEscapeString() 118 UNITY_OUTPUT_CHAR(*pch); in UnityPrintAnsiEscapeString() 119 pch++; in UnityPrintAnsiEscapeString() [all …]
|
/third_party/boost/libs/spirit/test/karma/ |
D | Jamfile | 24 cpp-pch pch : pch.hpp : : : <include>. <force-include>pch.hpp ; 26 explicit pch ; 37 : $(requirements) <pch>on-spirit:<source>pch : $(target-name) : $(default-build) ] ; 44 : $(requirements) <pch>on-spirit:<source>pch : $(target-name) ] ; 51 : $(requirements) <pch>on-spirit:<source>pch : $(target-name) ] ; 80 run debug.cpp : : : <pch>off ; 137 run regression_unicode_char.cpp : : : <pch>off ;
|
/third_party/node/deps/cares/src/lib/ |
D | inet_net_pton.c | 199 const char *pch; in getbits() local 201 pch = strchr(digits, ch); in getbits() 202 if (pch != NULL) { in getbits() 206 val += aresx_sztosi(pch - digits); in getbits() 231 const char *pch; in getv4() local 233 pch = strchr(digits, ch); in getv4() 234 if (pch != NULL) { in getv4() 238 val += aresx_sztoui(pch - digits); in getv4() 292 const char *pch; in inet_net_pton_ipv6() local 294 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_net_pton_ipv6() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | aacpsy.c | 267 AacPsyChannel *pch = &ctx->ch[i]; in lame_window_init() local 270 pch->attack_threshold = psy_vbr_map[avctx->global_quality / FF_QP2LAMBDA].st_lrm; in lame_window_init() 272 … pch->attack_threshold = lame_calc_attack_threshold(avctx->bit_rate / avctx->channels / 1000); in lame_window_init() 275 pch->prev_energy_subshort[j] = 10.0f; in lame_window_init() 417 AacPsyChannel *pch = &pctx->ch[channel]; in psy_3gpp_window() local 419 int next_type = pch->next_window_seq; in psy_3gpp_window() 430 v = iir_filter(la[i*128+j], pch->iir_state); in psy_3gpp_window() 437 if (s[i] > pch->win_energy * attack_ratio) { in psy_3gpp_window() 443 pch->win_energy = pch->win_energy*7/8 + sum2/64; in psy_3gpp_window() 453 grouping = pch->next_grouping; in psy_3gpp_window() [all …]
|
/third_party/boost/libs/algorithm/string/test/ |
D | conv_test.cpp | 29 const char pch[]="AbCdEfG 123 xxxYYYzZzZ"; in conv_test() local 30 unsigned int pchlen=sizeof(pch); in conv_test() 33 std::copy(pch, pch+pchlen, pch1); in conv_test() 35 std::copy(pch, pch+pchlen, pch2); in conv_test()
|
/third_party/boost/libs/math/test/ |
D | Jamfile.v2 | 14 import pch ; 29 OBJ_REMOVAL_OPTIONS = <pch>off ; 41 #<toolset>intel-linux:<pch>off 42 <toolset>intel-darwin:<pch>off 55 <toolset>msvc-7.1:<pch>off 56 <toolset>clang-6.0.0:<pch>off # added to see effect. 57 <toolset>gcc,<target-os>windows:<pch>off 90 cpp-pch pch : pch.hpp : <use>../../test/build//boost_unit_test_framework ; 91 cpp-pch pch_light : pch_light.hpp : <use>../../test/build//boost_unit_test_framework ; 139 [ run test_binomial_coeff.cpp pch ../../test/build//boost_unit_test_framework ] [all …]
|
/third_party/cJSON/tests/unity/src/ |
D | unity.c | 72 const char* pch = string; in UnityPrint() local 74 if (pch != NULL) in UnityPrint() 76 while (*pch) in UnityPrint() 79 if ((*pch <= 126) && (*pch >= 32)) in UnityPrint() 81 UNITY_OUTPUT_CHAR(*pch); in UnityPrint() 84 else if (*pch == 13) in UnityPrint() 90 else if (*pch == 10) in UnityPrint() 97 else if (*pch == 27 && *(pch + 1) == '[') in UnityPrint() 99 while (*pch && *pch != 'm') in UnityPrint() 101 UNITY_OUTPUT_CHAR(*pch); in UnityPrint() [all …]
|
/third_party/boost/libs/container/test/ |
D | default_init_test.hpp | 84 const unsigned char *pch = &reinterpret_cast<const unsigned char &>(t); in check_ascending_byte_pattern() local 87 if( (pch[i-1] != ((unsigned char)(pch[i]-1u))) ){ in check_ascending_byte_pattern() 97 const unsigned char *pch = &reinterpret_cast<const unsigned char &>(t); in check_descending_byte_pattern() local 100 if( (pch[i-1] != ((unsigned char)(pch[i]+1u))) ){ in check_descending_byte_pattern()
|
/third_party/googletest/googletest/src/hwext/ |
D | gtest-tag.cc | 79 char * pch; in eleForName() local 80 pch = strtok(name_cpoy, kCandidateSeps); in eleForName() 81 while (pch != NULL) in eleForName() 89 …if (compareStringsByIgnoreCase(pch, ele_name) || compareStringsByIgnoreCase(pch, ele_full_name_str… in eleForName() 97 fprintf(stderr, "Unrecognized %s value '%s'\n", naming(), pch); in eleForName() 102 pch = strtok(NULL, kCandidateSeps); in eleForName()
|
/third_party/libuv/src/ |
D | inet.c | 189 const char *pch; in inet_pton4() local 191 if ((pch = strchr(digits, ch)) != NULL) { in inet_pton4() 192 unsigned int nw = *tp * 10 + (pch - digits); in inet_pton4() 238 const char *pch; in inet_pton6() local 240 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL) in inet_pton6() 241 pch = strchr((xdigits = xdigits_u), ch); in inet_pton6() 242 if (pch != NULL) { in inet_pton6() 244 val |= (pch - xdigits); in inet_pton6()
|
/third_party/boost/tools/build/example/pch-multi/ |
D | jamroot.jam | 7 # pch ########################################################################## 9 import pch ; 14 cpp-pch $(hpp:B) : $(hpp) : <include>include ;
|
/third_party/mindspore/mindspore/ccsrc/utils/context/ |
D | graph_kernel_flags.cc | 36 char *pch = strtok_r(&c_str[0], delim.c_str(), &saveptr); in GetTokens() local 37 while (pch != nullptr) { in GetTokens() 38 tokens.emplace_back(pch); in GetTokens() 39 pch = strtok_r(nullptr, delim.c_str(), &saveptr); in GetTokens()
|