HomeSort by relevance Sort by last modified time
    Searched defs:fill (Results 126 - 150 of 973) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 28 __all__ = ['TextWrapper', 'wrap', 'fill', 'dedent']
43 the wrap() and fill() methods; the other methods are just there for
331 def fill(self, text): member in class:TextWrapper
332 """fill(text : string) -> string
356 def fill(text, width=70, **kwargs): function
357 """Fill a single paragraph of text, returning a new string.
366 return w.fill(text)
  /system/extras/tests/memtest/
memtest.cpp 55 " malloc [fill]\n"
111 bool fill = (argc>=2 && !strcmp(argv[1], "fill")); local
123 if (fill) {
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
InputPointers.java 43 // Fill the gap with the latest time.
53 mTimes.fill(lastTime, fromIndex, fillLength);
107 mPointerIds.fill(pointerId, mPointerIds.getLength(), length);
  /cts/tests/tests/keystore/src/android/keystore/cts/
RSASignatureTest.java 69 Arrays.fill(msg, (byte) 0xf0);
  /cts/tests/tests/net/src/android/net/wifi/cts/
PpsMoParserTest.java 70 Arrays.fill(certFingerprint, (byte) 0x1f);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestNanHalf.java 72 Arrays.fill(arrayOut, (short) 42);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
KernelDataForRenderScriptd1new.java 102 Arrays.fill(kernel, 0);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
KernelDataForRenderScriptF32.java 101 Arrays.fill(kernel, 0);
  /external/ImageMagick/tests/
wandtest.c 5189 *fill, local
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
LookaheadStream.java 101 if ( n > 0 ) fill(n); // out of elements?
105 public void fill(int n) { method in class:LookaheadStream
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdamsNordsieckTransformer.java 160 Arrays.fill(u, BigFraction.ONE);
172 Arrays.fill(shiftedP[0], BigFraction.ZERO);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
NordsieckStepInterpolator.java 192 Arrays.fill(stateVariation, 0.0);
193 Arrays.fill(interpolatedDerivatives, 0.0);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
VectorialCovariance.java 117 Arrays.fill(sums, 0.0);
118 Arrays.fill(productsSums, 0.0);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
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/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CBCBlockCipher.java 158 Arrays.fill(cbcNextV, (byte)0);
CFBBlockCipher.java 264 Arrays.fill(inBuf, (byte)0);
  /external/clang/lib/AST/
Comment.cpp 129 void DeclInfo::fill() { function in class:clang::comments::DeclInfo
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyDialog.java 81 GridDataFactory.create(m_valueText).grab().hintC(80, 8).fill(); method
85 GridDataFactory.create(m_valueText).grab().hintC(50, 1).fill(); method
  /external/eigen/Eigen/src/Core/
CwiseNullaryOp.h 315 EIGEN_STRONG_INLINE void DenseBase<Derived>::fill(const Scalar& val) function in class:Eigen::DenseBase
322 * \sa fill(), setConstant(Index,const Scalar&), setConstant(Index,Index,const Scalar&), setZero(), setOnes(), Constant(), class CwiseNullaryOp, setZero(), setOnes()
  /external/elfutils/libelf/
elf32_updatefile.c 214 we have to write fill bytes, if necessary. */
219 fill the gaps with the prescribed fill byte. */
337 /* If there is a gap, fill it. */
394 header) changed we might have to fill the gap. */
409 /* Fill the gap between last section and section header table if
466 /* Size of the buffer we use to generate the blocks of fill bytes. */
475 /* Helper function to write out fill bytes. */
477 fill (int fd, off_t pos, size_t len, char *fillbuf, size_t *filledp) function
585 && unlikely (fill (elf->fildes, ehdr->e_ehsize
    [all...]
  /external/guava/guava-tests/benchmark/com/google/common/base/
JoinerBenchmark.java 49 Arrays.fill(raw, component);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TrieBuilder.java 224 // fill the entire map with "not used"
225 Arrays.fill(m_map_, 0xff);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestMultipleParagraphs.java 218 Arrays.fill(gotLevels, (byte)-1);
242 Arrays.fill(gotLevels, (byte)-1);
272 Arrays.fill(gotLevels, (byte)-1);
298 Arrays.fill(gotLevels, (byte)-1);
331 Arrays.fill(gotLevels, (byte)-1);
369 Arrays.fill(gotLevels, (byte)-1);
383 Arrays.fill(chars, '\u0020');
402 Arrays.fill(gotLevels, (byte)-1);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TrieBuilder.java 222 // fill the entire map with "not used"
223 Arrays.fill(m_map_, 0xff);

Completed in 627 milliseconds

1 2 3 4 56 7 8 91011>>