Home
last modified time | relevance | path

Searched defs:fill (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
DUTF8.java40 private static void fill(byte[] table, int first, int last, byte b) in fill() method in UTF8
51 fill(categories, 0x00, 0x0F, C_CR1); in fill() method
52 fill(categories, 0x10, 0x1F, C_CR2); in fill() method
53 fill(categories, 0x20, 0x3F, C_CR3); in fill() method
54 fill(categories, 0x40, 0x41, C_ILL); in fill() method
55 fill(categories, 0x42, 0x5F, C_L2A); in fill() method
56 fill(categories, 0x60, 0x60, C_L3A); in fill() method
57 fill(categories, 0x61, 0x6C, C_L3B); in fill() method
58 fill(categories, 0x6D, 0x6D, C_L3C); in fill() method
59 fill(categories, 0x6E, 0x6F, C_L3B); in fill() method
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/encoders/
DUTF8.java42 private static void fill(byte[] table, int first, int last, byte b) in fill() method in UTF8
53 fill(categories, 0x00, 0x0F, C_CR1); in fill() method
54 fill(categories, 0x10, 0x1F, C_CR2); in fill() method
55 fill(categories, 0x20, 0x3F, C_CR3); in fill() method
56 fill(categories, 0x40, 0x41, C_ILL); in fill() method
57 fill(categories, 0x42, 0x5F, C_L2A); in fill() method
58 fill(categories, 0x60, 0x60, C_L3A); in fill() method
59 fill(categories, 0x61, 0x6C, C_L3B); in fill() method
60 fill(categories, 0x6D, 0x6D, C_L3C); in fill() method
61 fill(categories, 0x6E, 0x6F, C_L3B); in fill() method
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/encoders/
DUTF8.java42 private static void fill(byte[] table, int first, int last, byte b) in fill() method in UTF8
53 fill(categories, 0x00, 0x0F, C_CR1); in fill() method
54 fill(categories, 0x10, 0x1F, C_CR2); in fill() method
55 fill(categories, 0x20, 0x3F, C_CR3); in fill() method
56 fill(categories, 0x40, 0x41, C_ILL); in fill() method
57 fill(categories, 0x42, 0x5F, C_L2A); in fill() method
58 fill(categories, 0x60, 0x60, C_L3A); in fill() method
59 fill(categories, 0x61, 0x6C, C_L3B); in fill() method
60 fill(categories, 0x6D, 0x6D, C_L3C); in fill() method
61 fill(categories, 0x6E, 0x6F, C_L3B); in fill() method
[all …]
/external/skia/docs/examples/
DPath_IsInverseFillType.cpp6 #define nameValue(fill) { SkPathFillType::fill, #fill } argument
10 SkPathFillType fill; in draw() member
18 for (auto fill: fills ) { in draw() local
DPath_ConvertToNonInverseFillType.cpp6 #define nameValue(fill) { SkPathFillType::fill, #fill } argument
10 SkPathFillType fill; in draw() member
/external/skia/tests/
DStrokerTest.cpp34 SkPath fill; in pathTest() local
158 SkPath path, fill; in DEF_TEST() local
197 SkPath path, fill; in DEF_TEST() local
237 SkPath path, fill; in DEF_TEST() local
289 SkPath path, fill; in DEF_TEST() local
347 SkPath path, fill; in DEF_TEST() local
392 SkPath path, fill; in DEF_TEST() local
431 SkPath path, fill; in DEF_TEST() local
456 SkPath path, fill; in DEF_TEST() local
/external/rust/crates/ring/src/
Drand.rs33 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified>; in fill() method
41 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
309 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
333 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
367 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
389 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
422 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
DArrays.java264 public static void fill(boolean[] a, boolean val) in fill() method in Arrays
269 public static void fill(boolean[] a, int fromIndex, int toIndex, boolean val) in fill() method in Arrays
274 public static void fill(byte[] a, byte val) in fill() method in Arrays
282 public static void fill(byte[] a, int fromIndex, byte val) in fill() method in Arrays
287 public static void fill(byte[] a, int fromIndex, int toIndex, byte val) in fill() method in Arrays
292 public static void fill(char[] a, char val) in fill() method in Arrays
297 public static void fill(char[] a, int fromIndex, int toIndex, char val) in fill() method in Arrays
302 public static void fill(int[] a, int val) in fill() method in Arrays
310 public static void fill(int[] a, int fromIndex, int val) in fill() method in Arrays
315 public static void fill(int[] a, int fromIndex, int toIndex, int val) in fill() method in Arrays
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
DArrays.java264 public static void fill(boolean[] a, boolean val) in fill() method in Arrays
269 public static void fill(boolean[] a, int fromIndex, int toIndex, boolean val) in fill() method in Arrays
274 public static void fill(byte[] a, byte val) in fill() method in Arrays
282 public static void fill(byte[] a, int fromIndex, byte val) in fill() method in Arrays
287 public static void fill(byte[] a, int fromIndex, int toIndex, byte val) in fill() method in Arrays
292 public static void fill(char[] a, char val) in fill() method in Arrays
297 public static void fill(char[] a, int fromIndex, int toIndex, char val) in fill() method in Arrays
302 public static void fill(int[] a, int val) in fill() method in Arrays
310 public static void fill(int[] a, int fromIndex, int val) in fill() method in Arrays
315 public static void fill(int[] a, int fromIndex, int toIndex, int val) in fill() method in Arrays
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DArrays.java262 public static void fill(boolean[] a, boolean val) in fill() method in Arrays
267 public static void fill(boolean[] a, int fromIndex, int toIndex, boolean val) in fill() method in Arrays
272 public static void fill(byte[] a, byte val) in fill() method in Arrays
280 public static void fill(byte[] a, int fromIndex, byte val) in fill() method in Arrays
285 public static void fill(byte[] a, int fromIndex, int toIndex, byte val) in fill() method in Arrays
290 public static void fill(char[] a, char val) in fill() method in Arrays
295 public static void fill(char[] a, int fromIndex, int toIndex, char val) in fill() method in Arrays
300 public static void fill(int[] a, int val) in fill() method in Arrays
308 public static void fill(int[] a, int fromIndex, int val) in fill() method in Arrays
313 public static void fill(int[] a, int fromIndex, int toIndex, int val) in fill() method in Arrays
[all …]
/external/llvm/test/MC/Mips/
Dxgot.s22 .globl fill symbol
27 fill: # @fill label
/external/ComputeLibrary/tests/
DAssetsLibrary.h568 void AssetsLibrary::fill(std::vector<T> &vec, D &&distribution, std::random_device::result_type see… in fill() function
619 void AssetsLibrary::fill(T &&tensor, D &&distribution, std::random_device::result_type seed_offset)… in fill() function
655 void AssetsLibrary::fill(RawTensor &raw, D &&distribution, std::random_device::result_type seed_off… in fill() function
669 void AssetsLibrary::fill(T &&tensor, const std::string &name, Format format) const in fill() function
684 void AssetsLibrary::fill(T &&tensor, const std::string &name, Channel channel) const in fill() function
690 void AssetsLibrary::fill(T &&tensor, const std::string &name, Format format, Channel channel) const in fill() function
705 void AssetsLibrary::fill(T &&tensor, RawTensor raw) const in fill() function
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/
DZeros.java63 private final Fill<T> fill; field in Zeros
65 private Zeros(Fill<T> fill) { in Zeros()
/external/replicaisland/src/com/replica/replicaisland/
DDrawableFactory.java75 protected void fill() { in fill() method in DrawableFactory.DrawableBitmapPool
112 protected void fill() { in fill() method in DrawableFactory.ScrollableBitmapPool
141 protected void fill() { in fill() method in DrawableFactory.TiledBackgroundVertexGridPool
/external/brotli/js/
Dpolyfill.js60 Int8Array.prototype.fill = Array.prototype.fill; method in Int8Array
64 Int32Array.prototype.fill = Array.prototype.fill; method in Int32Array
/external/jemalloc_new/src/
Dbitmap.c45 bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo, bool fill) { in bitmap_init()
100 bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo, bool fill) { in bitmap_init()
/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c19 void *fill) in do_one()
65 char *src, *dst, *redzone, *fill; in test_copy_loop() local
/external/python/cpython2/Tools/webchecker/
Dtktools.py135 fill=BOTH, expand=1, wrap=WORD, pack=1, argument
164 fill=BOTH, expand=1, pack=1, class_=None, name=None, argument
186 fill=BOTH, expand=1, pack=1, class_=None, name=None, argument
299 def make_group_frame(master, name=None, label=None, fill=Y, argument
/external/ComputeLibrary/tests/validation/fixtures/UNIT/
DMemoryManagerFixture.h65 void fill(U &&tensor, int i) in fill() function
168 void fill(U &&tensor, int i) in fill() function
306 void fill(U &&tensor, int i) in fill() function
/external/python/cpython3/Modules/_decimal/tests/
Dformathelper.py238 def rand_format(fill, typespec='EeGgFfn%'): argument
295 def randfill(fill): argument
/external/ComputeLibrary/tests/validation/fixtures/
DHOGDescriptorFixture.h64 void fill(V &&tensor, const std::string image, Format format) in fill() function
70 void fill(V &&tensor, int i, D max) in fill() function
DWinogradConvolutionLayerFixture.h70 void fill(U &&tensor, int i, float min, float max) in fill() function
174 void fill(U &&tensor, int i, float min, float max) in fill() function
336 void fill(U &&tensor, int i, float min, float max) in fill() function
418 void fill(U &&tensor, int i, float min, float max) in fill() function
497 void fill(U &&tensor, int i, float min, float max) in fill() function
DCropResizeFixture.h60 void fill(U &&tensor, int i) in fill() function
66 void fill(U &&tensor, int i, V min, V max) in fill() function
/external/openscreen/util/
Dyet_another_bit_vector.cc35 YetAnotherBitVector::Fill fill) { in YetAnotherBitVector()
84 void YetAnotherBitVector::Resize(int new_size, YetAnotherBitVector::Fill fill) { in Resize()
246 void YetAnotherBitVector::InitializeForNewSize(int new_size, Fill fill) { in InitializeForNewSize()
/external/skia/gm/
Dquadpaths.cpp39 SkPaint::Style style, SkPathFillType fill, in drawPath()
112 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
169 SkPaint::Style style, SkPathFillType fill, in drawPath()
242 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local

12345678910>>...18