/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/encoders/ |
D | UTF8.java | 42 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/ |
D | UTF8.java | 40 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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | xgot.s | 22 .globl fill symbol 27 fill: # @fill label
|
/external/llvm/test/MC/Mips/ |
D | xgot.s | 22 .globl fill symbol 27 fill: # @fill label
|
/external/skia/tests/ |
D | StrokerTest.cpp | 32 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/skqp/tests/ |
D | StrokerTest.cpp | 32 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/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/ |
D | Zeros.java | 63 private final Fill<T> fill; field in Zeros 65 private Zeros(Fill<T> fill) { in Zeros()
|
/external/brotli/js/ |
D | polyfill.js | 60 Int8Array.prototype.fill = Array.prototype.fill; method in Int8Array 64 Int32Array.prototype.fill = Array.prototype.fill; method in Int32Array
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DrawableFactory.java | 75 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
|
D | HitPointPool.java | 22 protected void fill() { in fill() method in HitPointPool
|
D | VectorPool.java | 29 protected void fill() { in fill() method in VectorPool
|
/external/jemalloc_new/src/ |
D | bitmap.c | 45 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/ |
D | validate.c | 19 void *fill) in do_one() 65 char *src, *dst, *redzone, *fill; in test_copy_loop() local
|
/external/elfutils/libelf/ |
D | elf_fill.c | 43 elf_fill (int fill) in elf_fill()
|
/external/python/cpython3/Modules/_decimal/tests/ |
D | formathelper.py | 238 def rand_format(fill, typespec='EeGgFfn%'): argument 295 def randfill(fill): argument
|
/external/python/cpython2/Tools/webchecker/ |
D | tktools.py | 135 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | Arrays.java | 338 public static void fill( in fill() method in Arrays 348 public static void fill( in fill() method in Arrays 360 public static void fill( in fill() method in Arrays 370 public static void fill( in fill() method in Arrays 380 public static void fill( in fill() method in Arrays 390 public static void fill( in fill() method in Arrays 400 public static void fill( in fill() method in Arrays 414 public static void fill( in fill() method in Arrays 428 public static void fill( in fill() method in Arrays 442 public static void fill( in fill() method in Arrays
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/ |
D | Arrays.java | 340 public static void fill( in fill() method in Arrays 350 public static void fill( in fill() method in Arrays 362 public static void fill( in fill() method in Arrays 372 public static void fill( in fill() method in Arrays 382 public static void fill( in fill() method in Arrays 392 public static void fill( in fill() method in Arrays 402 public static void fill( in fill() method in Arrays 416 public static void fill( in fill() method in Arrays 430 public static void fill( in fill() method in Arrays 444 public static void fill( in fill() method in Arrays
|
/external/compiler-rt/test/asan/TestCases/ |
D | strcmp_strict.c | 12 char fill = 'o'; in main() local
|
D | strpbrk_strict.c | 12 char fill = 'o'; in main() local
|
D | strchr_strict.c | 12 char fill = 'o'; in main() local
|
D | strcspn_strict.c | 12 char fill = 'o'; in main() local
|
D | strstr_strict.c | 12 char fill = 'o'; in main() local
|
D | strspn_strict.c | 12 char fill = 'o'; in main() local
|
/external/python/cpython2/Objects/stringlib/ |
D | transmogrify.h | 85 pad(PyObject *self, Py_ssize_t left, Py_ssize_t right, char fill) in pad() 223 Py_ssize_t fill; in stringlib_zfill() local
|