HomeSort by relevance Sort by last modified time
    Searched refs:fill (Results 26 - 50 of 2357) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/asan/TestCases/
strcspn_strict.c 12 char fill = 'o'; local
15 memset(s1, fill, size);
17 memset(s2, fill, size);
strpbrk_strict.c 12 char fill = 'o'; local
15 memset(s1, fill, size);
16 s2[0] = fill;
strstr_strict.c 12 char fill = 'o'; local
15 memset(s1, fill, size);
16 memset(s2, fill, size);
strchr_strict.c 12 char fill = 'o'; local
14 memset(s, fill, size);
strspn_strict.c 12 char fill = 'o'; local
15 memset(s1, fill, size);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
AudioFiller.java 36 public int fill(float[] buffer, int numFrames, int numChans); method in interface:AudioFiller
  /external/libcxx/test/std/containers/sequences/array/array.fill/
fill.fail.cpp 12 // void fill(const T& u);
26 // expected-error-re@array:* {{static_assert failed {{.*}}"cannot fill zero-sized array of type 'const T'"}}
27 c.fill(5.5); // expected-note {{requested here}}
fill.pass.cpp 12 // void fill(const T& u);
27 c.fill(5.5);
37 c.fill(5.5);
  /external/llvm/test/MC/Mips/msa/
test_2r_msa64.s 3 # CHECK: fill.d $w27, $9 # encoding: [0x7b,0x03,0x4e,0xde]
5 fill.d $w27, $9
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips-jalx-2.s 10 .fill 8
  /external/clang/test/CodeGen/
mmx-inline-asm.c 7 void foo(long long fill) {
8 __m64 vfill = _mm_cvtsi64_m64(fill);
  /external/llvm/test/MC/Mips/
xgot.s 22 .globl fill
24 .type fill,@function
26 .ent fill
27 fill: # @fill label
56 .end fill
58 .size fill, ($tmp0)-fill
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
tls-hidden3a.s 10 .fill 0xabc0
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfThunk.s 379 ldf.fill f127=[sp],16;;ldf.fill f126=[sp],16;;ldf.fill f125=[sp],16;;ldf.fill f124=[sp],16;;
380 ldf.fill f123=[sp],16;;ldf.fill f122=[sp],16;;ldf.fill f121=[sp],16;;ldf.fill f120=[sp],16;;
381 ldf.fill f119=[sp],16;;ldf.fill f118=[sp],16;;ldf.fill f117=[sp],16;;ldf.fill f116=[sp],16;;
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
erratum843419.s 24 .fill 4072,1,0
62 .fill 8,1,255
64 .fill 4,1,255
67 .fill 2,1,255
71 .fill 2,1,255
74 .fill 4,1,255
78 .fill 2,1,255
82 .fill 2,1,255
84 .fill 496,1,255
  /external/python/cpython2/Demo/turtle/
tdemo_yinyang.py 19 fill(True)
25 fill(True)
34 fill(False)
  /external/replicaisland/src/com/replica/replicaisland/
GameComponentPool.java 25 fill(); method
31 fill(); method
35 protected void fill() { method in class:GameComponentPool
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
mapmisc.s 5 .fill 0, 0, 0
29 .fill 4, 4, 4
39 .fill 0, 0, 0
  /external/ImageMagick/MagickCore/
draw-private.h 30 const ssize_t y,PixelInfo *fill,ExceptionInfo *exception)
34 *fill=draw_info->fill;
43 pattern->tile_offset.x,y+pattern->tile_offset.y,fill,exception);
  /external/ImageMagick/PerlMagick/demo/
shadow-text.pl 9 $image->Annotate(font=>'Generic.ttf',fill=>'rgba(100,100,100,0.8)',
12 $image->Annotate(font=>'Generic.ttf',fill=>'red',stroke=>'blue',pointsize=>60,
  /external/brotli/js/
polyfill.js 40 if (!Array.prototype.fill) {
41 Object.defineProperty(Array.prototype, 'fill', {
59 if (!Int8Array.prototype.fill) {
60 Int8Array.prototype.fill = Array.prototype.fill; method in class:Int8Array
63 if (!Int32Array.prototype.fill) {
64 Int32Array.prototype.fill = Array.prototype.fill; method in class:Int32Array
  /external/clang/test/Lexer/
string-literal-errors.cpp 27 #define foo() lots and lots of tokens, need at least 8 to fill up the smallvector buffer #BadThingsHappenNow
  /external/xz-embedded/linux/include/linux/decompress/
unxz.h 14 int (*fill)(void *dest, unsigned int size),
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
tls128.s 7 .fill 124,1,0
  /external/libcxx/test/std/input.output/iostream.format/std.manip/
setfill.pass.cpp 30 assert(os.fill() == '*');
36 assert(os.fill() == L'*');

Completed in 508 milliseconds

12 3 4 5 6 7 8 91011>>