Home
last modified time | relevance | path

Searched refs:pub (Results 1 – 25 of 631) sorted by relevance

12345678910>>...26

/third_party/ejdb/src/bindings/ejdb2_dart/
D.packages1 # Generated by pub on 2020-12-21 22:58:24.542808.
2 _fe_analyzer_shared:file:///home/adam/.pub-cache/hosted/pub.dartlang.org/_fe_analyzer_shared-7.0.0/…
3 analyzer:file:///home/adam/.pub-cache/hosted/pub.dartlang.org/analyzer-0.39.17/lib/
4 args:file:///home/adam/.pub-cache/hosted/pub.dartlang.org/args-1.6.0/lib/
5 async:file:///home/adam/.pub-cache/hosted/pub.dartlang.org/async-2.5.0-nullsafety.3/lib/
6 boolean_selector:file:///home/adam/.pub-cache/hosted/pub.dartlang.org/boolean_selector-2.1.0-nullsa…
7 charcode:file:///home/adam/.pub-cache/hosted/pub.dartlang.org/charcode-1.2.0-nullsafety.3/lib/
8 cli_util:file:///home/adam/.pub-cache/hosted/pub.dartlang.org/cli_util-0.2.0/lib/
9 collection:file:///home/adam/.pub-cache/hosted/pub.dartlang.org/collection-1.15.0-nullsafety.5/lib/
10 convert:file:///home/adam/.pub-cache/hosted/pub.dartlang.org/convert-2.1.1/lib/
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dwrgif.c51 struct djpeg_dest_struct pub; /* public fields */ member
89 if (JFWRITE(dinfo->pub.output_file, dinfo->packetbuf, dinfo->bytesinpkt) != in flush_packet()
206 putc(w & 0xFF, dinfo->pub.output_file); in put_word()
207 putc((w >> 8) & 0xFF, dinfo->pub.output_file); in put_word()
215 putc(val, dinfo->pub.output_file); in put_3bytes()
216 putc(val, dinfo->pub.output_file); in put_3bytes()
217 putc(val, dinfo->pub.output_file); in put_3bytes()
245 putc('G', dinfo->pub.output_file); in emit_header()
246 putc('I', dinfo->pub.output_file); in emit_header()
247 putc('F', dinfo->pub.output_file); in emit_header()
[all …]
Dwrppm.c69 struct djpeg_dest_struct pub; /* public fields */ member
95 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
115 ptr = dest->pub.buffer[0]; in copy_pixel_rows()
124 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in copy_pixel_rows()
144 ptr = dest->pub.buffer[0]; in put_rgb()
152 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_rgb()
169 ptr = dest->pub.buffer[0]; in put_cmyk()
178 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_cmyk()
200 ptr = dest->pub.buffer[0]; in put_demapped_rgb()
208 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_rgb()
[all …]
Djdatadst.c35 struct jpeg_destination_mgr pub; /* public fields */ member
50 struct jpeg_destination_mgr pub; /* public fields */ member
78 dest->pub.next_output_byte = dest->buffer; in init_destination()
79 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE; in init_destination()
123 dest->pub.next_output_byte = dest->buffer; in empty_output_buffer()
124 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE; in empty_output_buffer()
151 dest->pub.next_output_byte = nextbuffer + dest->bufsize; in empty_mem_output_buffer()
152 dest->pub.free_in_buffer = dest->bufsize; in empty_mem_output_buffer()
175 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer; in term_destination()
195 *dest->outsize = (unsigned long)(dest->bufsize - dest->pub.free_in_buffer); in term_mem_destination()
[all …]
Drdppm.c71 struct cjpeg_source_struct pub; /* public fields */ member
150 FILE *infile = source->pub.input_file; in get_text_gray_row()
156 ptr = source->pub.buffer[0]; in get_text_gray_row()
178 FILE *infile = source->pub.input_file; in get_text_gray_rgb_row()
189 ptr = source->pub.buffer[0]; in get_text_gray_rgb_row()
213 FILE *infile = source->pub.input_file; in get_text_gray_cmyk_row()
219 ptr = source->pub.buffer[0]; in get_text_gray_cmyk_row()
252 FILE *infile = source->pub.input_file; in get_text_rgb_row()
263 ptr = source->pub.buffer[0]; in get_text_rgb_row()
287 FILE *infile = source->pub.input_file; in get_text_rgb_cmyk_row()
[all …]
Dwrtarga.c38 struct djpeg_dest_struct pub; /* public fields */ member
102 inptr = dest->pub.buffer[0]; in put_pixel_rows()
110 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
123 inptr = dest->pub.buffer[0]; in put_gray_rows()
128 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_gray_rows()
147 inptr = dest->pub.buffer[0]; in put_demapped_gray()
152 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
172 dest->pub.put_pixel_rows = put_demapped_gray; in start_output_tga()
174 dest->pub.put_pixel_rows = put_gray_rows; in start_output_tga()
183 outfile = dest->pub.output_file; in start_output_tga()
[all …]
Dwrrle.c57 struct djpeg_dest_struct pub; /* public fields */ member
135 dest->pub.buffer = (*cinfo->mem->access_virt_sarray) in start_output_rle()
137 dest->pub.buffer_height = 1; in start_output_rle()
139 dest->pub.put_pixel_rows = rle_put_pixel_rows; in start_output_rle()
162 dest->pub.buffer = (*cinfo->mem->access_virt_sarray) in rle_put_pixel_rows()
190 header.rle_file = dest->pub.output_file; in finish_output_rle()
219 progress->pub.pass_limit = cinfo->output_height; in finish_output_rle()
220 progress->pub.pass_counter = 0; in finish_output_rle()
221 (*progress->pub.progress_monitor) ((j_common_ptr)cinfo); in finish_output_rle()
233 progress->pub.pass_counter++; in finish_output_rle()
[all …]
Drdrle.c68 struct cjpeg_source_struct pub; /* public fields */ member
94 source->header.rle_file = source->pub.input_file; in start_input_rle()
179 source->pub.buffer_height = 1; in start_input_rle()
195 source->pub.buffer = (*cinfo->mem->access_virt_sarray) in get_rle_row()
217 dest_row = source->pub.buffer[0]; in get_pseudocolor_row()
266 progress->pub.pass_limit = cinfo->image_height; in load_image()
267 progress->pub.pass_counter = 0; in load_image()
268 (*progress->pub.progress_monitor) ((j_common_ptr)cinfo); in load_image()
282 progress->pub.pass_counter++; in load_image()
283 (*progress->pub.progress_monitor) ((j_common_ptr)cinfo); in load_image()
[all …]
/third_party/flutter/flutter/examples/flutter_gallery/
DBUILD.gn26 "//third_party/dart-pkg/pub/charcode",
27 "//third_party/dart-pkg/pub/collection",
28 "//third_party/dart-pkg/pub/connectivity",
29 "//third_party/dart-pkg/pub/cupertino_icons",
30 "//third_party/dart-pkg/pub/device_info",
31 "//third_party/dart-pkg/pub/flutter_gallery_assets",
32 "//third_party/dart-pkg/pub/meta",
33 "//third_party/dart-pkg/pub/path",
34 "//third_party/dart-pkg/pub/scoped_model",
35 "//third_party/dart-pkg/pub/shrine_images",
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
Dwrppm.c69 struct djpeg_dest_struct pub; /* public fields */ member
95 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
115 ptr = dest->pub.buffer[0]; in copy_pixel_rows()
124 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in copy_pixel_rows()
144 ptr = dest->pub.buffer[0]; in put_rgb()
152 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_rgb()
169 ptr = dest->pub.buffer[0]; in put_cmyk()
178 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_cmyk()
200 ptr = dest->pub.buffer[0]; in put_demapped_rgb()
208 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_rgb()
[all …]
Dwrgif.c72 struct djpeg_dest_struct pub; /* public fields */ member
117 if (JFWRITE(dinfo->pub.output_file, dinfo->packetbuf, dinfo->bytesinpkt) != in flush_packet()
236 putc(w & 0xFF, dinfo->pub.output_file); in put_word()
237 putc((w >> 8) & 0xFF, dinfo->pub.output_file); in put_word()
245 putc(val, dinfo->pub.output_file); in put_3bytes()
246 putc(val, dinfo->pub.output_file); in put_3bytes()
247 putc(val, dinfo->pub.output_file); in put_3bytes()
275 putc('G', dinfo->pub.output_file); in emit_header()
276 putc('I', dinfo->pub.output_file); in emit_header()
277 putc('F', dinfo->pub.output_file); in emit_header()
[all …]
Dwrtarga.c38 struct djpeg_dest_struct pub; /* public fields */ member
102 inptr = dest->pub.buffer[0]; in put_pixel_rows()
110 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
122 inptr = dest->pub.buffer[0]; in put_gray_rows()
125 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_gray_rows()
144 inptr = dest->pub.buffer[0]; in put_demapped_gray()
149 (void)JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
169 dest->pub.put_pixel_rows = put_demapped_gray; in start_output_tga()
171 dest->pub.put_pixel_rows = put_gray_rows; in start_output_tga()
180 outfile = dest->pub.output_file; in start_output_tga()
[all …]
Djdatadst.c35 struct jpeg_destination_mgr pub; /* public fields */ member
50 struct jpeg_destination_mgr pub; /* public fields */ member
78 dest->pub.next_output_byte = dest->buffer; in init_destination()
79 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE; in init_destination()
123 dest->pub.next_output_byte = dest->buffer; in empty_output_buffer()
124 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE; in empty_output_buffer()
150 dest->pub.next_output_byte = nextbuffer + dest->bufsize; in empty_mem_output_buffer()
151 dest->pub.free_in_buffer = dest->bufsize; in empty_mem_output_buffer()
174 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer; in term_destination()
194 *dest->outsize = (unsigned long)(dest->bufsize - dest->pub.free_in_buffer); in term_mem_destination()
[all …]
Drdppm.c61 struct cjpeg_source_struct pub; /* public fields */ member
139 FILE *infile = source->pub.input_file; in get_text_gray_row()
145 ptr = source->pub.buffer[0]; in get_text_gray_row()
167 FILE *infile = source->pub.input_file; in get_text_gray_rgb_row()
178 ptr = source->pub.buffer[0]; in get_text_gray_rgb_row()
202 FILE *infile = source->pub.input_file; in get_text_gray_cmyk_row()
208 ptr = source->pub.buffer[0]; in get_text_gray_cmyk_row()
241 FILE *infile = source->pub.input_file; in get_text_rgb_row()
252 ptr = source->pub.buffer[0]; in get_text_rgb_row()
276 FILE *infile = source->pub.input_file; in get_text_rgb_cmyk_row()
[all …]
/third_party/libjpeg/
Dwrgif.c72 struct djpeg_dest_struct pub; /* public fields */ member
117 if (JFWRITE(dinfo->pub.output_file, dinfo->packetbuf, dinfo->bytesinpkt) in flush_packet()
236 putc(w & 0xFF, dinfo->pub.output_file); in put_word()
237 putc((w >> 8) & 0xFF, dinfo->pub.output_file); in put_word()
245 putc(val, dinfo->pub.output_file); in put_3bytes()
246 putc(val, dinfo->pub.output_file); in put_3bytes()
247 putc(val, dinfo->pub.output_file); in put_3bytes()
275 putc('G', dinfo->pub.output_file); in emit_header()
276 putc('I', dinfo->pub.output_file); in emit_header()
277 putc('F', dinfo->pub.output_file); in emit_header()
[all …]
Djdatadst.c32 struct jpeg_destination_mgr pub; /* public fields */ member
46 struct jpeg_destination_mgr pub; /* public fields */ member
72 dest->pub.next_output_byte = dest->buffer; in init_destination()
73 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE; in init_destination()
115 dest->pub.next_output_byte = dest->buffer; in empty_output_buffer()
116 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE; in empty_output_buffer()
142 dest->pub.next_output_byte = nextbuffer + dest->bufsize; in empty_mem_output_buffer()
143 dest->pub.free_in_buffer = dest->bufsize; in empty_mem_output_buffer()
165 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer; in term_destination()
184 *dest->outsize = dest->bufsize - dest->pub.free_in_buffer; in term_mem_destination()
[all …]
Dwrppm.c70 struct djpeg_dest_struct pub; /* public fields */ member
96 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_pixel_rows()
114 ptr = dest->pub.buffer[0]; in copy_pixel_rows()
119 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in copy_pixel_rows()
141 ptr = dest->pub.buffer[0]; in put_demapped_rgb()
149 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_rgb()
162 ptr = dest->pub.buffer[0]; in put_demapped_gray()
167 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); in put_demapped_gray()
224 dest->pub.start_output = start_output_ppm; in jinit_write_ppm()
225 dest->pub.finish_output = finish_output_ppm; in jinit_write_ppm()
[all …]
Drdppm.c71 struct cjpeg_source_struct pub; /* public fields */ member
145 FILE * infile = source->pub.input_file; in get_text_gray_row()
151 ptr = source->pub.buffer[0]; in get_text_gray_row()
168 FILE * infile = source->pub.input_file; in get_text_rgb_row()
174 ptr = source->pub.buffer[0]; in get_text_rgb_row()
205 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_gray_row()
207 ptr = source->pub.buffer[0]; in get_scaled_gray_row()
231 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_scaled_rgb_row()
233 ptr = source->pub.buffer[0]; in get_scaled_rgb_row()
263 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) in get_raw_row()
[all …]
Dwrrle.c55 struct djpeg_dest_struct pub; /* public fields */ member
134 dest->pub.buffer = (*cinfo->mem->access_virt_sarray) in start_output_rle()
136 dest->pub.buffer_height = 1; in start_output_rle()
138 dest->pub.put_pixel_rows = rle_put_pixel_rows; in start_output_rle()
161 dest->pub.buffer = (*cinfo->mem->access_virt_sarray) in rle_put_pixel_rows()
190 header.rle_file = dest->pub.output_file; in finish_output_rle()
219 progress->pub.pass_limit = cinfo->output_height; in finish_output_rle()
220 progress->pub.pass_counter = 0; in finish_output_rle()
221 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo); in finish_output_rle()
233 progress->pub.pass_counter++; in finish_output_rle()
[all …]
Drdrle.c66 struct cjpeg_source_struct pub; /* public fields */ member
92 source->header.rle_file = source->pub.input_file; in start_input_rle()
171 source->pub.buffer_height = 1; in start_input_rle()
187 source->pub.buffer = (*cinfo->mem->access_virt_sarray) in get_rle_row()
209 dest_row = source->pub.buffer[0]; in get_pseudocolor_row()
256 progress->pub.pass_limit = cinfo->image_height; in load_image()
257 progress->pub.pass_counter = 0; in load_image()
258 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo); in load_image()
272 progress->pub.pass_counter++; in load_image()
273 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo); in load_image()
[all …]
Drdbmp.c53 struct cjpeg_source_struct pub; /* public fields */ member
72 register FILE *infile = sinfo->pub.input_file; in read_byte()
135 outptr = source->pub.buffer[0]; in get_8bit_row()
166 outptr = source->pub.buffer[0]; in get_24bit_row()
193 outptr = source->pub.buffer[0]; in get_32bit_row()
216 register FILE *infile = source->pub.input_file; in preload_image()
225 progress->pub.pass_counter = (long) row; in preload_image()
226 progress->pub.pass_limit = (long) cinfo->image_height; in preload_image()
227 (*progress->pub.progress_monitor) ((j_common_ptr) cinfo); in preload_image()
244 source->pub.get_pixel_rows = get_8bit_row; in preload_image()
[all …]
Dwrbmp.c46 struct djpeg_dest_struct pub; /* public fields */ member
89 inptr = dest->pub.buffer[0]; in put_pixel_rows()
119 inptr = dest->pub.buffer[0]; in put_gray_rows()
214 if (JFWRITE(dest->pub.output_file, bmpfileheader, 14) != (size_t) 14) in write_bmp_header()
216 if (JFWRITE(dest->pub.output_file, bmpinfoheader, 40) != (size_t) 40) in write_bmp_header()
271 if (JFWRITE(dest->pub.output_file, bmpfileheader, 14) != (size_t) 14) in write_os2_header()
273 if (JFWRITE(dest->pub.output_file, bmpcoreheader, 12) != (size_t) 12) in write_os2_header()
292 FILE * outfile = dest->pub.output_file; in write_colormap()
342 register FILE * outfile = dest->pub.output_file; in finish_output_bmp()
357 progress->pub.pass_counter = (long) (cinfo->output_height - row); in finish_output_bmp()
[all …]
/third_party/flutter/flutter/packages/flutter_tools/
DBUILD.gn17 "//third_party/dart-pkg/pub/analyzer",
18 "//third_party/dart-pkg/pub/archive",
19 "//third_party/dart-pkg/pub/args",
20 "//third_party/dart-pkg/pub/build_daemon",
21 "//third_party/dart-pkg/pub/build_runner_core",
22 "//third_party/dart-pkg/pub/collection",
23 "//third_party/dart-pkg/pub/completion",
24 "//third_party/dart-pkg/pub/coverage",
25 "//third_party/dart-pkg/pub/crypto",
26 "//third_party/dart-pkg/pub/dwds",
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/dart/
Dpub_get_test.dart13 import 'package:flutter_tools/src/dart/pub.dart';
27 testUsingContext('pub get 69', () async {
42 'Running "flutter pub get" in /...\n'
43 'pub get failed (69) -- attempting retry 1 in 1 second...\n',
49 'Running "flutter pub get" in /...\n'
50 'pub get failed (69) -- attempting retry 1 in 1 second...\n'
51 'pub get failed (69) -- attempting retry 2 in 2 seconds...\n',
55 'Running "flutter pub get" in /...\n'
56 'pub get failed (69) -- attempting retry 1 in 1 second...\n'
57 'pub get failed (69) -- attempting retry 2 in 2 seconds...\n',
[all …]
/third_party/node/deps/npm/node_modules/sshpk/lib/
Ddhe.js167 var pub;
177 pub = new ECPublic(
179 return (this._priv.deriveSharedSecret(pub));
183 pub = otherpk.part.A.data;
184 while (pub[0] === 0x00 && pub.length > 32)
185 pub = pub.slice(1);
187 assert.strictEqual(pub.length, 32);
190 var secret = nacl.box.before(new Uint8Array(pub),
201 var priv, pub;
238 pub = this._ecParams.getG().multiply(priv);
[all …]

12345678910>>...26