/third_party/libxml2/result/ |
D | badcomment.xml.rde | 4 1 8 #comment 0 1 def='NT-Char' 5 1 8 #comment 0 1 >Char</nt>* ']]>' <nt def='NT-Char'>Char</nt>*)) 9 (<nt def="NT-Char">Char</nt> - ('[' | ']'))+ 11 <nt def="NT-simpleDTD">simpleDTD</nt>* 14 <prod id="NT-simpleDTD"><lhs>simpleDTD</lhs> 16 (<nt def='NT-Char'>Char</nt>* - 17 (<nt def='NT-Char'>Char</nt>* '&comc;' <nt def='NT-Char'>Char</nt>*))
|
D | badcomment.xml.rdr | 4 1 8 #comment 0 1 def='NT-Char' 5 1 8 #comment 0 1 >Char</nt>* ']]>' <nt def='NT-Char'>Char</nt>*)) 9 (<nt def="NT-Char">Char</nt> - ('[' | ']'))+ 11 <nt def="NT-simpleDTD">simpleDTD</nt>* 14 <prod id="NT-simpleDTD"><lhs>simpleDTD</lhs> 16 (<nt def='NT-Char'>Char</nt>* - 17 (<nt def='NT-Char'>Char</nt>* '&comc;' <nt def='NT-Char'>Char</nt>*))
|
D | badcomment.xml.sax | 6 SAX.comment( def='NT-Char') 7 SAX.comment(>Char</nt>* ']]>' <nt def='NT-Char'>Char</nt>*)) 11 (<nt def="NT-Char">Char</nt> - ('[' | ']'))+ 13 <nt def="NT-simpleDTD">simpleDTD</nt>* 16 <prod id="NT-simpleDTD"><lhs>simpleDTD</lhs> 18 (<nt def='NT-Char'>Char</nt>* - 19 (<nt def='NT-Char'>Char</nt>* '&comc;' <nt def='NT-Char'>Char</nt>*))
|
D | badcomment.xml.sax2 | 6 SAX.comment( def='NT-Char') 7 SAX.comment(>Char</nt>* ']]>' <nt def='NT-Char'>Char</nt>*)) 11 (<nt def="NT-Char">Char</nt> - ('[' | ']'))+ 13 <nt def="NT-simpleDTD">simpleDTD</nt>* 16 <prod id="NT-simpleDTD"><lhs>simpleDTD</lhs> 18 (<nt def='NT-Char'>Char</nt>* - 19 (<nt def='NT-Char'>Char</nt>* '&comc;' <nt def='NT-Char'>Char</nt>*))
|
/third_party/libxml2/result/noent/ |
D | badcomment.xml.sax2 | 6 SAX.comment( def='NT-Char') 7 SAX.comment(>Char</nt>* ']]>' <nt def='NT-Char'>Char</nt>*)) 11 (<nt def="NT-Char">Char</nt> - ('[' | ']'))+ 13 <nt def="NT-simpleDTD">simpleDTD</nt>* 16 <prod id="NT-simpleDTD"><lhs>simpleDTD</lhs> 18 (<nt def='NT-Char'>Char</nt>* - 19 (<nt def='NT-Char'>Char</nt>* '&comc;' <nt def='NT-Char'>Char</nt>*))
|
/third_party/boost/boost/pool/detail/ |
D | pool_construct.bat | 10 rem Check for Windows NT 11 if %OS%==Windows_NT goto NT 13 rem Not NT - run m4 as normal, then exit 17 rem DJGPP programs (including m4) running on Windows/NT do NOT support long 21 :NT label
|
D | pool_construct_simple.bat | 11 rem Check for Windows NT 12 if %OS%==Windows_NT goto NT 14 rem Not NT - run m4 as normal, then exit 18 rem DJGPP programs (including m4) running on Windows/NT do NOT support long 22 :NT label
|
/third_party/boost/tools/build/src/util/ |
D | path.jam | 434 if $(os) = NT && $(split1[1]) = "" && 516 rule make-NT ( native ) 533 rule native-NT ( path ) 567 return [ make-NT $(path) ] ; 874 modules.poke path : os : NT ; 876 assert.result "foo/bar/giz" : make-NT "foo/bar/giz" ; 877 assert.result "foo/bar/giz" : make-NT "foo\\bar\\giz" ; 878 assert.result "foo" : make-NT "foo/" ; 879 assert.result "foo" : make-NT "foo\\" ; 880 assert.result "foo" : make-NT "foo/." ; [all …]
|
D | os.jam | 63 .executable-path-variable-NT = PATH ; 66 if $(.name) = NT 72 .executable-path-variable-NT = $(n) ; 79 .shared-library-path-variable-NT = $(.executable-path-variable-NT) ; 80 .path-separator-NT = ";" ; 82 .expand-variable-prefix-NT = % ; 83 .expand-variable-suffix-NT = % ; 84 .executable-suffix-NT = .exe ; 126 if $(.name) = NT 158 if [ modules.peek : NT ]
|
/third_party/boost/boost/geometry/formulas/ |
D | quarter_meridian.hpp | 74 template <typename NT, typename IteratorType> 75 static inline NT horner_evaluate(NT x, in horner_evaluate() 79 NT result(0); in horner_evaluate()
|
D | area_formulas.hpp | 49 template <typename NT, typename IteratorType> 50 static inline NT horner_evaluate(NT const& x, in horner_evaluate() 54 NT result(0); in horner_evaluate() 68 template <typename NT, typename IteratorType> 69 static inline NT clenshaw_sum(NT const& cosx, in clenshaw_sum() 78 CT c_k = odd ? *--it : NT(0); in clenshaw_sum() 79 b_k = c_k + NT(2) * cosx * b_k1 - b_k2; in clenshaw_sum()
|
/third_party/curl/lib/ |
D | ftplistparser.c | 165 } NT; member 867 switch(parser->state.NT.main) { in Curl_ftp_parselist() 878 parser->state.NT.main = PL_WINNT_TIME; in Curl_ftp_parselist() 879 parser->state.NT.sub.time = PL_WINNT_TIME_PRESPACE; in Curl_ftp_parselist() 893 switch(parser->state.NT.sub.time) { in Curl_ftp_parselist() 896 parser->state.NT.sub.time = PL_WINNT_TIME_TIME; in Curl_ftp_parselist() 903 parser->state.NT.main = PL_WINNT_DIRORSIZE; in Curl_ftp_parselist() 904 parser->state.NT.sub.dirorsize = PL_WINNT_DIRORSIZE_PRESPACE; in Curl_ftp_parselist() 915 switch(parser->state.NT.sub.dirorsize) { in Curl_ftp_parselist() 920 parser->state.NT.sub.dirorsize = PL_WINNT_DIRORSIZE_CONTENT; in Curl_ftp_parselist() [all …]
|
/third_party/boost/libs/asio/example/cpp11/ssl/ |
D | Jamfile.v2 | 12 lib ws2_32 ; # NT 13 lib mswsock ; # NT 17 if [ os.name ] = NT
|
/third_party/boost/libs/asio/example/cpp03/ssl/ |
D | Jamfile.v2 | 12 lib ws2_32 ; # NT 13 lib mswsock ; # NT 17 if [ os.name ] = NT
|
/third_party/grpc/src/android/test/interop/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 66 @rem Get arguments from the 4NT Shell from JP Software 78 @rem End local scope for the variables with windows NT shell
|
/third_party/ejdb/src/bindings/ejdb2_flutter/android/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 66 @rem Get arguments from the 4NT Shell from JP Software 78 @rem End local scope for the variables with windows NT shell
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 66 @rem Get arguments from the 4NT Shell from JP Software 78 @rem End local scope for the variables with windows NT shell
|
/third_party/grpc/examples/android/helloworld/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 66 @rem Get arguments from the 4NT Shell from JP Software 78 @rem End local scope for the variables with windows NT shell
|
/third_party/ejdb/src/bindings/ejdb2_flutter/example/android/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 66 @rem Get arguments from the 4NT Shell from JP Software 78 @rem End local scope for the variables with windows NT shell
|
/third_party/skia/third_party/externals/oboe/samples/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 66 @rem Get arguments from the 4NT Shell from JP Software 78 @rem End local scope for the variables with windows NT shell
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | gradlew.bat | 8 @rem Set local scope for the variables with windows NT shell 66 @rem Get arguments from the 4NT Shell from JP Software 78 @rem End local scope for the variables with windows NT shell
|
/third_party/boost/libs/asio/example/cpp03/buffers/ |
D | Jamfile.v2 | 10 lib ws2_32 ; # NT 11 lib mswsock ; # NT
|
/third_party/boost/libs/asio/example/cpp03/invocation/ |
D | Jamfile.v2 | 10 lib ws2_32 ; # NT 11 lib mswsock ; # NT
|
/third_party/boost/libs/asio/example/cpp11/futures/ |
D | Jamfile.v2 | 10 lib ws2_32 ; # NT 11 lib mswsock ; # NT
|
/third_party/boost/libs/asio/example/cpp03/windows/ |
D | Jamfile.v2 | 10 lib ws2_32 ; # NT 11 lib mswsock ; # NT
|