| /third_party/elfutils/libelf/ |
| H A D | elf_fill.c | 1 /* Set fill byte used when constructing ELF objects. 43 elf_fill (int fill) in elf_fill() argument 45 __libelf_fill_byte = fill; in elf_fill()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
| H A D | TestMultipleParagraphs.java | 220 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs() 244 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs() 274 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs() 300 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs() 333 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs() 371 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs() 385 Arrays.fill(chars, '\u0020'); in testMultipleParagraphs() 404 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
| H A D | TestMultipleParagraphs.java | 217 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs() 241 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs() 271 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs() 297 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs() 330 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs() 368 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs() 382 Arrays.fill(chars, '\u0020'); in testMultipleParagraphs() 401 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs()
|
| /third_party/python/Lib/tkinter/ |
| H A D | filedialog.py | 69 self.botframe.pack(side=BOTTOM, fill=X) 72 self.selection.pack(side=BOTTOM, fill=X) 76 self.filter.pack(side=TOP, fill=X) 80 self.midframe.pack(expand=YES, fill=BOTH) 83 self.filesbar.pack(side=RIGHT, fill=Y) 86 self.files.pack(side=RIGHT, expand=YES, fill=BOTH) 94 self.dirsbar.pack(side=LEFT, fill=Y) 97 self.dirs.pack(side=LEFT, expand=YES, fill=BOTH)
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
| H A D | int128.cc | 214 rep.append(width - rep.size(), os.fill()); 218 rep.insert(2, width - rep.size(), os.fill()); 220 rep.insert(0, width - rep.size(), os.fill()); 311 rep.append(width - rep.size(), os.fill()); 315 rep.insert(1, width - rep.size(), os.fill()); 318 rep.insert(2, width - rep.size(), os.fill()); 320 rep.insert(0, width - rep.size(), os.fill()); 324 rep.insert(0, width - rep.size(), os.fill());
|
| /third_party/rust/crates/regex/src/ |
| H A D | compile.rs | 155 self.fill(dotstar_patch.hole, patch.entry); in compile_one() 198 self.fill(prev_hole, entry); in compile_many() 415 self.fill(hole, patch.entry); in c_capture() 507 self.fill(prev_hole, next); in c_class_bytes() 533 self.fill(hole, p.entry); in c_concat() 553 // true indicates that the hole is a split where we want to fill in c_alternate() 578 self.fill(prev_hole.0, entry); in c_alternate() 639 self.fill(hole_rep, split_entry); in c_repeat_zero_or_more() 682 self.fill(patch_concat.hole, patch_rep.entry); in c_repeat_range_min_or_more() 752 fn fill( functions 875 fn fill(&mut self, goto: InstPtr) { fill() functions 960 fn fill(&self, goto: InstPtr) -> Inst { fill() functions [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | agm.c | 600 uint8_t *fill, in fill_pixels() 610 y0dst[2*x+0] += fill[0]; in fill_pixels() 611 y0dst[2*x+1] += fill[1]; in fill_pixels() 612 y1dst[2*x+0] += fill[2]; in fill_pixels() 613 y1dst[2*x+1] += fill[3]; in fill_pixels() 616 udst[x] += fill[0]; in fill_pixels() 617 vdst[x] += fill[1]; in fill_pixels() 629 y0dst[2*x+0] += fill[2]; in fill_pixels() 630 y0dst[2*x+1] += fill[3]; in fill_pixels() 633 y1dst[2*x+0] += fill[ in fill_pixels() 597 fill_pixels(uint8_t **y0, uint8_t **y1, uint8_t **u, uint8_t **v, int ylinesize, int ulinesize, int vlinesize, uint8_t *fill, int *nx, int *ny, int *np, int w, int h) fill_pixels() argument 666 uint8_t fill[4]; decode_runlen_rgb() local 722 uint8_t fill[4]; decode_runlen() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | MemoryBuffer.cpp | 65 void MemoryBuffer::fill(uint8_t datum) in fill() function in angle::MemoryBuffer 69 std::fill(mData, mData + mSize, datum); in fill() 148 mScratchMemory.fill(initValue.value()); in getImpl()
|
| /third_party/skia/src/effects/ |
| H A D | SkColorMatrix.cpp | 66 fMat.fill(0.0f); in setIdentity() 71 fMat.fill(0.0f); in setScale() 104 fMat.fill(0.0f); in setSaturation()
|
| /third_party/python/Lib/test/ |
| H A D | test_ioctl.py | 43 # A fill value unlikely to be in `ids` 44 fill = -12345 47 buf.extend([fill] * (nbytes // intsize)) 50 buf.append(fill)
|
| /third_party/node/benchmark/util/ |
| H A D | inspect-array.js | 24 arr = arr.fill('denseArray'); 27 arr = arr.fill('denseArray');
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | enumPropertyAccess.js | 12 function fill<B extends Colors>(f: B) { 27 function fill(f) {
function
|
| /third_party/alsa-utils/axfer/test/ |
| H A D | generator.c | 157 int (*fill)(int fd, void *frame_buffer, snd_pcm_access_t access, in test_frame_count() 167 fill = fill_buf; in test_frame_count() 171 fill = fill_vector; in test_frame_count() 180 err = fill(gen->fd, frame_buffer, access, sample_format, in test_frame_count()
|
| /third_party/python/Tools/demo/ |
| H A D | hanoi.py | 50 p = c.create_rectangle(x1, y1, x2, y2, fill='black') 53 p = c.create_rectangle(x1, y1, x2, y2, fill='black') 56 p = c.create_rectangle(x1, y1, x2, y2, fill='black') 70 p = c.create_rectangle(x1, y1, x2, y2, fill='red')
|
| /third_party/skia/src/xps/ |
| H A D | SkXPSDevice.h | 199 BOOL stroke, BOOL fill, 204 BOOL stroke, BOOL fill, member in SkXPSDevice 226 BOOL stroke, BOOL fill, const SkPath& path); 258 BOOL* fill, BOOL* stroke);
|
| /third_party/skia/tests/ |
| H A D | EmptyPathTest.cpp | 146 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in test_emptydrawing() 147 path.setFillType(gFills[fill]); in test_emptydrawing()
|
| H A D | GrStyledShapeTest.cpp | 131 // GrStyledShape will close paths with simple fill style. in check_equivalence() 137 // Having a dash path effect can allow 'a' but not 'b' to turn a inverse fill type into a in check_equivalence() 138 // non-inverse fill type (or vice versa). in check_equivalence() 181 // GrStyledShape will close paths with simple fill style. Make the non-filled path in check_equivalence() 213 // doesn't (since the PE can set any fill type on its output path). in check_equivalence() 462 // The fill is ignored (zero area) and the stroke is converted to a rrect. 614 // different paths that fill identically. The reason is that fAppliedFull will do this: in init() 781 SkPaint fill; in test_basic() local 783 TestCase fillCase(geo, fill, reporter); in test_basic() 789 make_TestCase(geo, fill, reporte in test_basic() 880 SkPaint fill; test_scale() local 1118 SkPaint fill; test_null_dash() local 1188 SkPaint fill; test_path_effect_makes_rrect() local 1315 SkPaint fill; test_make_hairline_path_effect() local 1486 SkPaint fill; test_path_effect_fails() local 1532 SkPaint fill; DEF_TEST() local 1906 SkPaint fill; DEF_TEST() local 2033 SkPaint fill; DEF_TEST() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | randen_engine.h | 96 std::fill(std::begin(state_), std::begin(state_) + kCapacityT, 0); in seed() 97 std::fill(std::begin(state_) + kCapacityT, std::end(state_), seed_value); in seed() 122 std::fill(std::begin(buffer) + requested_entropy, std::end(buffer), 0); in reseed() 186 << os.fill(); in operator <<()
|
| /third_party/skia/docs/examples/ |
| H A D | Canvas_drawPath.cpp | 27 for (auto fill : { SkPathFillType::kWinding, in REG_FIDDLE() 30 path.setFillType(fill); in REG_FIDDLE()
|
| /third_party/python/Lib/idlelib/ |
| H A D | debugger.py | 187 self.error.pack(anchor="w", fill="x") 191 self.fstack.pack(expand=1, fill="both") 193 self.flocals.pack(expand=1, fill="both") 195 self.fglobals.pack(expand=1, fill="both") 473 self.frame.pack(expand=1, fill="both") 475 self.label.pack(fill="x") 477 vbar.pack(side="right", fill="y") 481 canvas.pack(side="left", fill="both", expand=1)
|
| /third_party/backends/japi/ |
| H A D | Jscanimage.java | 215 c.fill = GridBagConstraints.NONE; in addLabeledOption() 220 c.fill = GridBagConstraints.HORIZONTAL; in addLabeledOption() 271 c.fill = GridBagConstraints.BOTH; in initSaneOptions() 281 c.fill = GridBagConstraints.NONE; in initSaneOptions() 357 c.fill = GridBagConstraints.HORIZONTAL; in initSaneOptions() 382 // c.fill = GridBagConstraints.HORIZONTAL; in initOutputPanel() 412 c.fill = GridBagConstraints.BOTH; in init() 487 c.fill = GridBagConstraints.HORIZONTAL; in initButtons() 490 c.fill = GridBagConstraints.BOTH; in initButtons() 777 c.fill in SaneSlider() [all...] |
| /third_party/python/Parser/ |
| H A D | pegen.c | 177 p->fill += 1; in initialize_token() 248 if ((p->fill == p->size) && (_resize_tokens_array(p) != 0)) { in _PyPegen_fill_token() 252 Token *t = p->tokens[p->fill]; in _PyPegen_fill_token() 298 if (p->mark == p->fill) { in _PyPegen_is_memoized() 366 if (p->mark == p->fill) { in _PyPegen_expect_token() 400 if (p->mark == p->fill) { in _PyPegen_expect_forced_token() 418 if (p->mark == p->fill) { in _PyPegen_expect_soft_keyword() 783 p->fill = 0; in _PyPegen_Parser_New() 818 for (int i = 0; i < p->fill; i++) { in reset_parser_state_for_error_pass() 850 Token *last_token = p->tokens[p->fill in _PyPegen_run_parser() [all...] |
| /third_party/node/test/parallel/ |
| H A D | test-buffer-slow.js | 14 sb.fill(1); 26 sb.fill(1);
|
| /third_party/ltp/testcases/kernel/syscalls/memcpy/ |
| H A D | memcpy01.c | 36 static void fill(char *str, int len) in fill() function 71 fill(p, len); in verify_memcpy()
|
| /third_party/skia/experimental/skrive/src/ |
| H A D | Shape.cpp | 49 SkDebugf("[Shape::onRevalidate] %zu geos %zu fill(s) %zu stroke(s)\n", in onRevalidate() 65 for (const auto* fill : fFills) { in onRender() 66 draw_paint(canvas, fill); in onRender()
|