Home
last modified time | relevance | path

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

12345678910>>...15

/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/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/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/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/skqp/tests/
DStrokerTest.cpp32 SkPath fill; in pathTest() local
156 SkPath path, fill; in DEF_TEST() local
195 SkPath path, fill; in DEF_TEST() local
235 SkPath path, fill; in DEF_TEST() local
287 SkPath path, fill; in DEF_TEST() local
345 SkPath path, fill; in DEF_TEST() local
390 SkPath path, fill; in DEF_TEST() local
429 SkPath path, fill; in DEF_TEST() local
454 SkPath path, fill; in DEF_TEST() local
/external/skia/tests/
DStrokerTest.cpp32 SkPath fill; in pathTest() local
156 SkPath path, fill; in DEF_TEST() local
195 SkPath path, fill; in DEF_TEST() local
235 SkPath path, fill; in DEF_TEST() local
287 SkPath path, fill; in DEF_TEST() local
345 SkPath path, fill; in DEF_TEST() local
390 SkPath path, fill; in DEF_TEST() local
429 SkPath path, fill; in DEF_TEST() local
454 SkPath path, fill; in DEF_TEST() local
/external/llvm/test/MC/Mips/
Dxgot.s22 .globl fill symbol
27 fill: # @fill label
/external/llvm-project/llvm/test/MC/Mips/
Dxgot.s22 .globl fill symbol
27 fill: # @fill label
/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/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/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/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/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/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/llvm-project/lldb/third_party/Python/module/progress/
Dprogress.py32 fill=six.unichr(0x25C9).encode("utf-8"), argument
94 fill=six.unichr(0x25C9).encode("utf-8"), argument
132 fill=six.unichr(0x25C9).encode("utf-8"), argument
/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/python/cpython3/Modules/_decimal/tests/
Dformathelper.py238 def rand_format(fill, typespec='EeGgFfn%'): argument
295 def randfill(fill): argument
/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/elfutils/libelf/
Delf_fill.c43 elf_fill (int fill) in elf_fill()
/external/python/cpython2/Objects/stringlib/
Dtransmogrify.h85 pad(PyObject *self, Py_ssize_t left, Py_ssize_t right, char fill) in pad()
223 Py_ssize_t fill; in stringlib_zfill() local
/external/skqp/gm/
Dquadpaths.cpp31 SkPaint::Style style, SkPath::FillType fill, in drawPath()
104 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
161 SkPaint::Style style, SkPath::FillType fill, in drawPath()
234 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local

12345678910>>...15