HomeSort by relevance Sort by last modified time
    Searched refs:fill (Results 1 - 25 of 572) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/0.153/libelf/
elf_fill.c 1 /* Set fill byte used when constructing ELF objects.
64 elf_fill (fill)
65 int fill;
67 __libelf_fill_byte = fill;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
XMLChar.java 104 Arrays.fill(CHARS, 35, 38, (byte) 49 ); // Fill 3 of value (byte) 49
106 Arrays.fill(CHARS, 39, 45, (byte) 49 ); // Fill 6 of value (byte) 49
107 Arrays.fill(CHARS, 45, 47, (byte) -71 ); // Fill 2 of value (byte) -71
109 Arrays.fill(CHARS, 48, 58, (byte) -71 ); // Fill 10 of value (byte) -71
115 Arrays.fill(CHARS, 63, 65, (byte) 49 ); // Fill 2 of value (byte) 49
    [all...]
XML11Char.java 91 Arrays.fill(XML11CHARS, 1, 9, (byte) 17 ); // Fill 8 of value (byte) 17
94 Arrays.fill(XML11CHARS, 11, 13, (byte) 17 ); // Fill 2 of value (byte) 17
96 Arrays.fill(XML11CHARS, 14, 32, (byte) 17 ); // Fill 18 of value (byte) 17
98 Arrays.fill(XML11CHARS, 33, 38, (byte) 33 ); // Fill 5 of value (byte) 33
100 Arrays.fill(XML11CHARS, 39, 45, (byte) 33 ); // Fill 6 of value (byte) 33
    [all...]
  /external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
fill_char_type.pass.cpp 14 // char_type fill(char_type fillch);
22 assert(ios.fill() == ' ');
23 char c = ios.fill('*');
25 assert(ios.fill() == '*');
fill.pass.cpp 14 // char_type fill() const;
22 assert(ios.fill() == ' ');
  /external/libpcap/Win32/Include/
sockstorage.h 33 u_int8_t fill[126]; member in struct:sockaddr_storage
36 u_int8_t fill[127];
  /external/oprofile/libutil++/
stream_util.cpp 21 fill(stream.fill())
30 stream.fill(fill);
stream_util.h 21 * save the stream flags, precision and fill char.
36 char fill; member in class:io_state
  /external/llvm/test/MC/ELF/
leb128.s 6 .fill 126, 1, 0x90
  /external/chromium_org/third_party/polymer/components/paper-icon-button/
paper-icon-button.css 12 fill: #c9c9c9;
15 :host(:not([fill])) /deep/ #focusBg {
  /external/chromium_org/third_party/polymer/components-chromium/paper-icon-button/
paper-icon-button.css 12 fill: #c9c9c9;
15 :host(:not([fill])) /deep/ #focusBg {
  /external/libcxx/test/containers/sequences/array/array.fill/
Android.mk 17 test_makefile := external/libcxx/test/containers/sequences/array/array.fill/Android.mk
19 test_name := containers/sequences/array/array.fill/fill
20 test_src := fill.pass.cpp
fill.pass.cpp 12 // void fill(const T& u);
23 c.fill(5.5);
33 c.fill(5.5);
  /external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/Android.mk
19 test_name := algorithms/alg.modifying.operations/alg.fill/fill_n
23 test_name := algorithms/alg.modifying.operations/alg.fill/fill
24 test_src := fill.pass.cpp
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XML11Char.java 86 Arrays.fill(XML11CHARS, 1, 9, (byte) 17 ); // Fill 8 of value (byte) 17
89 Arrays.fill(XML11CHARS, 11, 13, (byte) 17 ); // Fill 2 of value (byte) 17
91 Arrays.fill(XML11CHARS, 14, 32, (byte) 17 ); // Fill 18 of value (byte) 17
93 Arrays.fill(XML11CHARS, 33, 38, (byte) 33 ); // Fill 5 of value (byte) 33
95 Arrays.fill(XML11CHARS, 39, 45, (byte) 33 ); // Fill 6 of value (byte) 3
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSBorderImageSliceValue.h 37 static PassRefPtrWillBeRawPtr<CSSBorderImageSliceValue> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> slices, bool fill)
39 return adoptRefWillBeNoop(new CSSBorderImageSliceValue(slices, fill));
56 CSSBorderImageSliceValue(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> slices, bool fill);
  /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
  /external/llvm/test/MC/AsmParser/
directive_fill.s 7 .fill 1, 1, 10
13 .fill 2, 2, 3
19 .fill 1, 8, 4
27 .fill 4
35 .fill 4, 2
47 .fill 4, 3, 2
52 # CHECK-WARNINGS: '.fill' directive with size greater than 8 has been truncated to 8
54 .fill 1, 9, 2
59 # CHECK-WARNINGS: '.fill' directive pattern has been truncated to 32-bits
61 .fill 1, 8, 1<<3
    [all...]
  /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
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
NinePieceImage.cpp 44 NinePieceImage::NinePieceImage(PassRefPtr<StyleImage> image, LengthBox imageSlices, bool fill, const BorderImageLengthBox& borderSlices, const BorderImageLengthBox& outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule)
51 m_data.access()->fill = fill;
57 : fill(false)
69 , fill(other.fill)
83 && fill == other.fill
  /external/libcxx/test/input.output/iostream.format/std.manip/
setfill.pass.cpp 30 assert(os.fill() == '*');
36 assert(os.fill() == L'*');
  /external/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill/
Android.mk 17 test_makefile := external/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill/Android.mk
19 test_name := utilities/memory/specialized.algorithms/uninitialized.fill/uninitialized_fill
  /external/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill.n/
Android.mk 17 test_makefile := external/libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill.n/Android.mk
19 test_name := utilities/memory/specialized.algorithms/uninitialized.fill.n/uninitialized_fill_n
  /external/llvm/test/MC/AArch64/
arm64-mapping-within-section.s 16 .fill 10, 2, 42

Completed in 1454 milliseconds

1 2 3 4 5 6 7 8 91011>>