Home
last modified time | relevance | path

Searched refs:NT (Results 1 – 25 of 638) sorted by relevance

12345678910>>...26

/third_party/libxml2/result/
Dbadcomment.xml.rde4 1 8 #comment 0 1 def='NT-Char'
5 1 8 #comment 0 1 >Char</nt>* ']]&gt;' <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>*))
Dbadcomment.xml.rdr4 1 8 #comment 0 1 def='NT-Char'
5 1 8 #comment 0 1 >Char</nt>* ']]&gt;' <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>*))
Dbadcomment.xml.sax6 SAX.comment( def='NT-Char')
7 SAX.comment(>Char</nt>* ']]&gt;' <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>*))
Dbadcomment.xml.sax26 SAX.comment( def='NT-Char')
7 SAX.comment(>Char</nt>* ']]&gt;' <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/
Dbadcomment.xml.sax26 SAX.comment( def='NT-Char')
7 SAX.comment(>Char</nt>* ']]&gt;' <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/
Dpool_construct.bat10 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
Dpool_construct_simple.bat11 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/
Dpath.jam434 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 …]
Dos.jam63 .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/
Dquarter_meridian.hpp74 template <typename NT, typename IteratorType>
75 static inline NT horner_evaluate(NT x, in horner_evaluate()
79 NT result(0); in horner_evaluate()
Darea_formulas.hpp49 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/
Dftplistparser.c165 } 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/
DJamfile.v212 lib ws2_32 ; # NT
13 lib mswsock ; # NT
17 if [ os.name ] = NT
/third_party/boost/libs/asio/example/cpp03/ssl/
DJamfile.v212 lib ws2_32 ; # NT
13 lib mswsock ; # NT
17 if [ os.name ] = NT
/third_party/grpc/src/android/test/interop/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
Dgradlew.bat8 @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/
DJamfile.v210 lib ws2_32 ; # NT
11 lib mswsock ; # NT
/third_party/boost/libs/asio/example/cpp03/invocation/
DJamfile.v210 lib ws2_32 ; # NT
11 lib mswsock ; # NT
/third_party/boost/libs/asio/example/cpp11/futures/
DJamfile.v210 lib ws2_32 ; # NT
11 lib mswsock ; # NT
/third_party/boost/libs/asio/example/cpp03/windows/
DJamfile.v210 lib ws2_32 ; # NT
11 lib mswsock ; # NT

12345678910>>...26