Home
last modified time | relevance | path

Searched refs:gnfile (Results 1 – 19 of 19) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/build/
H A Dfix_gn_headers.py34 gnfile, linenr, contents = line.split(':')
37 lines = open(gnfile).read().splitlines()
44 print(' ', gnfile, linenr, new)
45 matches.append((gnfile, linenr, new))
90 gnfile, linenr, new = match
91 print(' ', gnfile, linenr, new)
94 for gnfile in edits:
97 lines.insert(l, edits[gnfile][l])
131 print(' ', gnfile, rel)
183 gnfile, linenr, contents = match
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/
H A Dfix_gn_headers.py34 gnfile, linenr, contents = line.split(':')
37 lines = open(gnfile).read().splitlines()
44 print(' ', gnfile, linenr, new)
45 matches.append((gnfile, linenr, new))
90 gnfile, linenr, new = match
91 print(' ', gnfile, linenr, new)
94 for gnfile in edits:
97 lines.insert(l, edits[gnfile][l])
131 print(' ', gnfile, rel)
183 gnfile, linenr, contents = match
[all …]
/dports/lang/v8/v8-9.6.180.12/build/
H A Dfix_gn_headers.py34 gnfile, linenr, contents = line.split(':')
37 lines = open(gnfile).read().splitlines()
44 print(' ', gnfile, linenr, new)
45 matches.append((gnfile, linenr, new))
90 gnfile, linenr, new = match
91 print(' ', gnfile, linenr, new)
94 for gnfile in edits:
97 lines.insert(l, edits[gnfile][l])
131 print(' ', gnfile, rel)
183 gnfile, linenr, contents = match
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/
H A Dfix_gn_headers.py34 gnfile, linenr, contents = line.split(':')
37 lines = open(gnfile).read().splitlines()
44 print(' ', gnfile, linenr, new)
45 matches.append((gnfile, linenr, new))
90 gnfile, linenr, new = match
91 print(' ', gnfile, linenr, new)
94 for gnfile in edits:
97 lines.insert(l, edits[gnfile][l])
131 print(' ', gnfile, rel)
183 gnfile, linenr, contents = match
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/build/
H A Dfix_gn_headers.py32 gnfile, linenr, contents = line.split(':')
35 lines = open(gnfile).read().splitlines()
42 print ' ', gnfile, linenr, new
43 matches.append((gnfile, linenr, new))
88 gnfile, linenr, new = match
89 print ' ', gnfile, linenr, new
92 for gnfile in edits:
95 lines.insert(l, edits[gnfile][l])
129 print ' ', gnfile, rel
181 gnfile, linenr, contents = match
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/build/
H A Dfix_gn_headers.py32 gnfile, linenr, contents = line.split(':')
35 lines = open(gnfile).read().splitlines()
42 print ' ', gnfile, linenr, new
43 matches.append((gnfile, linenr, new))
88 gnfile, linenr, new = match
89 print ' ', gnfile, linenr, new
92 for gnfile in edits:
95 lines.insert(l, edits[gnfile][l])
129 print ' ', gnfile, rel
181 gnfile, linenr, contents = match
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/build/
H A Dfix_gn_headers.py32 gnfile, linenr, contents = line.split(':')
35 lines = open(gnfile).read().splitlines()
42 print ' ', gnfile, linenr, new
43 matches.append((gnfile, linenr, new))
88 gnfile, linenr, new = match
89 print ' ', gnfile, linenr, new
92 for gnfile in edits:
95 lines.insert(l, edits[gnfile][l])
129 print ' ', gnfile, rel
181 gnfile, linenr, contents = match
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/build/
H A Dfix_gn_headers.py32 gnfile, linenr, contents = line.split(':')
35 lines = open(gnfile).read().splitlines()
42 print ' ', gnfile, linenr, new
43 matches.append((gnfile, linenr, new))
88 gnfile, linenr, new = match
89 print ' ', gnfile, linenr, new
92 for gnfile in edits:
95 lines.insert(l, edits[gnfile][l])
129 print ' ', gnfile, rel
181 gnfile, linenr, contents = match
[all …]
/dports/news/golded+/golded-plus/golded+/goldlib/gall/
H A Dgfile.h203 class gnfile: gfile
228 gnfile& operator>> (uint16_t& i) { char c[2]; Fread(c, 2);
232 gnfile& operator>> (uint32_t& i) { char c[4]; Fread(c, 4);
264 gnfile& operator>> (char& i) { return operator>>((uint8_t&)i); }
266 gnfile& operator>> (int8_t& i) { return operator>>((uint8_t&)i); }
275 gnfile& operator<< (uint16_t o) { uint8_t o8;
280 gnfile& operator<< (uint32_t o) { uint8_t o8;
301 gnfile& operator<< (unsigned long o) { switch (sizeof(o)) {
311 gnfile& operator<< (bool o) { switch (sizeof(o)) {
321 gnfile& operator<< (char o) { return operator<<((uint8_t )o); }
[all …]
/dports/devel/codesearch-py/codesearch-py-11b86e5/codesearch/
H A Dpaths.py39 gnfile = os.path.join(source_root, 'src', '.gn')
40 if os.path.exists(gnfile):
/dports/comms/gkermit/gkermit-1.0/
H A Dgproto.c100 if (gnfile() > 0) { /* Is there a file to send? */ in gwart()
169 if (gnfile() > 0) { /* Get next file from list */ in gwart()
H A Dgkermit.h227 _MYPROTOTYPE( int gnfile, (void) ); /* Get next filename */
H A Dgproto.w71 if (gnfile() > 0) { /* Is there a file to send? */
132 if (gnfile() > 0) { /* Get next file from list */
H A Dgkermit.c1043 gnfile() { /* Get name of next file to send */ in gnfile() function
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcker.h1219 _PROTOTYP( int gnfile, (void) );
H A Dckcpro.c2104 g = gnfile(); in wart()
2125 g = gnfile(); /* Get next file */ in wart()
H A Dckcpro.w2019 g = gnfile();
2020 debug(F111,"<sseof>Y gnfile",filnam,g);
2040 g = gnfile(); /* Get next file */
2041 debug(F111,"<sseof>Y gnfile",filnam,g);
H A Dckcfns.c3256 x = gnfile(); /* Get first filename. */ in sinit()
5458 gnfile() { in gnfile() function
H A Dckcftp.c4833 x = gnfile(); /* Get next file from list(s) */
6008 x = gnfile(); /* Get next file from list(s) */