HomeSort by relevance Sort by last modified time
    Searched refs:one (Results 876 - 900 of 2053) sorted by null

<<31323334353637383940>>

  /external/eigen/lapack/
ilaclr.f 104 * Quick test for the common case where one corner is non-zero.
iladlc.f 104 * Quick test for the common case where one corner is non-zero.
iladlr.f 104 * Quick test for the common case where one corner is non-zero.
ilaslc.f 104 * Quick test for the common case where one corner is non-zero.
ilaslr.f 104 * Quick test for the common case where one corner is non-zero.
ilazlc.f 104 * Quick test for the common case where one corner is non-zero.
ilazlr.f 104 * Quick test for the common case where one corner is non-zero.
  /external/elfutils/0.153/libdwfl/
Android.mk 70 # libdwfl is one of the few libs that will never compile with clang
  /external/libunwind/doc/
unw_is_signal_frame.tex 36 not. Otherwise, a negative value of one of the error-codes below is
unw_step.tex 27 negative value of one of the error-codes below is returned.
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_soa.c 127 return bld->base.one;
138 return bld->base.one;
  /external/openfst/src/include/fst/
pair-weight.h 61 static const PairWeight<W1, W2> &One() {
62 static const PairWeight<W1, W2> one(W1::One(), W2::One());
63 return one;
tuple-weight.h 69 static const TupleWeight<W, n> &One() {
70 static const TupleWeight<W, n> one(W::One());
71 return one;
  /external/replicaisland/src/com/replica/replicaisland/
AnimationComponent.java 373 public void setRubySounds(Sound one, Sound two, Sound three) {
374 mRubySound1 = one;
  /external/skia/experimental/Intersection/
ShapeOps.cpp 19 // so it isn't duplicated by walkers like this one
216 void operate(const SkPath& one, const SkPath& two, ShapeOp op, SkPath& result) {
225 Op::EdgeBuilder builder(one, contours);
thingsToDo.txt 116 Likewise, to resolve whether one contour is inside another, it seems that
118 if one is inside of the other, I need to know for each which side of the edge
127 Suppose each contour has one extra segment shooting straight up from the top
159 thankfully, no splits) to find one matching endpoint.
168 and/or to determine whether one curve is to the inside or outside of another.
439 // are already marked done on one or the other
  /external/skia/platform_tools/android/tests/expectations/
Android.mk 161 # diamond-master (one test to rule them all)
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 3 # only count as one instruction, even though they repeat many times
15 # did this one way, newer binutils the other
  /external/valgrind/main/memcheck/tests/darwin/
scalar.c 491 size_t one = 1; local
496 SY(__NR_stat_extended, 0, 0, 0, &one); FAIL;
502 SY(__NR_lstat_extended, 0, 0, 0, &one); FAIL;
508 SY(__NR_fstat_extended, 0, 0, 0, &one); FAIL;
605 size_t one = 1; local
610 SY(__NR_stat64_extended, 0, 0, 0, &one); FAIL;
616 SY(__NR_lstat64_extended, 0, 0, 0, &one); FAIL;
622 SY(__NR_fstat64_extended, 0, 0, 0, &one); FAIL;
1126 // use the 6th one!
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 22 \*(sd works by making only one pass over the
51 Zero- or One- address commands
198 with one address, in which case the command will only be executed
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 56 to it to form one "logical line"; if N consecutive lines end
58 form one logical line.
79 """Construct a new TextFile object. At least one of 'filename'
173 # one. (We don't actually buffer read-ahead data -- lines only
191 # mind. If we find one and it's the first character, or
259 # trailing, or one or the other, or neither)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_assertions.py 142 one = ''.join(chr(i) for i in range(255))
144 self.testableTrue._formatMessage(one, u'\uFFFD')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 56 to it to form one "logical line"; if N consecutive lines end
58 form one logical line.
79 """Construct a new TextFile object. At least one of 'filename'
173 # one. (We don't actually buffer read-ahead data -- lines only
191 # mind. If we find one and it's the first character, or
259 # trailing, or one or the other, or neither)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_assertions.py 142 one = ''.join(chr(i) for i in range(255))
144 self.testableTrue._formatMessage(one, u'\uFFFD')
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 21 * have one grammar import others and share same error variables
179 * generation within one method rather than spread among all of the
194 * Override this to change the message generated for one or more
369 * rest of the input looking for one of the missing tokens.
408 * resync to one of those tokens. Note that FOLLOW(c)='^' and if
497 * a missing token in the input stream. "Insert" one by just not
625 * we have to conjure one up. This method gives the user control
651 /** Consume tokens until one matches the given token set */
717 * For now we use a hashtable and just the slow Object-based one.
718 * Later, we can make a special one for ints and also one tha
    [all...]

Completed in 607 milliseconds

<<31323334353637383940>>