HomeSort by relevance Sort by last modified time
    Searched refs:first (Results 226 - 250 of 4330) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.cons/
iter_alloc.pass.cpp 25 test(It first, It last)
31 S s2(first, last);
33 assert(s2.size() == std::distance(first, last));
35 for (It it = first; it != last; ++it, ++i)
43 test(It first, It last, const test_allocator<typename std::iterator_traits<It>::value_type>& a)
49 S s2(first, last, a);
51 assert(s2.size() == std::distance(first, last));
53 for (It it = first; it != last; ++it, ++i)
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.alg/re.alg.match/
basic.pass.cpp 14 // regex_match(BidirectionalIterator first, BidirectionalIterator last,
39 assert(m.prefix().first == s);
40 assert(m.prefix().second == m[0].first);
42 assert(m.suffix().first == m[0].second);
54 assert(m.prefix().first == s);
55 assert(m.prefix().second == m[0].first);
57 assert(m.suffix().first == m[0].second);
95 assert(m.prefix().first == s);
96 assert(m.prefix().second == m[0].first);
98 assert(m.suffix().first == m[0].second)
    [all...]
ecma.pass.cpp 14 // regex_match(BidirectionalIterator first, BidirectionalIterator last,
33 assert(m.prefix().first == s);
34 assert(m.prefix().second == m[0].first);
36 assert(m.suffix().first == m[0].second);
48 assert(m.prefix().first == s);
49 assert(m.prefix().second == m[0].first);
51 assert(m.suffix().first == m[0].second);
89 assert(m.prefix().first == s);
90 assert(m.prefix().second == m[0].first);
92 assert(m.suffix().first == m[0].second)
    [all...]
  /external/v8/test/mjsunit/
cyrillic.js 33 FIRST: "\u0410", // A
34 first: "\u0430", // a
48 FIRST: "\u0391", // ALPHA
49 first: "\u03b1", // alpha
69 var first = lc ? chars.first : chars.FIRST;
72 var first_other_case = lc ? chars.FIRST : chars.first;
76 assertTrue(Range(first, last).test(first), 1)
    [all...]
  /external/opencv/cv/src/
_cvkdtree.hpp 84 int dimension_of_highest_variance(__instype * first, __instype * last,
86 assert(last - first > 0);
92 for (__instype * k = first; k < last; ++k)
94 mean /= last - first;
96 for (__instype * k = first; k < last; ++k) {
100 var /= last - first;
113 // given point indices and dimension, find index of median; (almost) modifies [first,last)
114 // such that points_in[first,median]<=point[median], points_in(median,last)>point[median].
117 __instype * median_partition(__instype * first, __instype * last,
119 assert(last - first > 0)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
SignatureSpi.java 258 byte[] first = makeUnsigned(r);
262 if (first.length > second.length)
264 res = new byte[first.length * 2];
271 System.arraycopy(first, 0, res, res.length / 2 - first.length, first.length);
300 byte[] first = new byte[encoding.length / 2];
303 System.arraycopy(encoding, 0, first, 0, first.length);
304 System.arraycopy(encoding, first.length, second, 0, second.length)
    [all...]
  /external/smack/src/org/xbill/DNS/
RRset.java 74 Record first = first(); local
75 if (!r.sameRRset(first))
79 if (r.getTTL() != first.getTTL()) {
80 if (r.getTTL() > first.getTTL()) {
82 r.setTTL(first.getTTL());
186 return first().getName();
195 return first().getRRsetType();
204 return first().getDClass();
210 return first().getTTL()
218 first() { method in class:RRset
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/Array/
splice1.js 43 function mySplice(testArray, splicedArray, first, len, elements)
46 var adjustedFirst = first;
49 if (adjustedFirst < 0) adjustedFirst = testArray.length + first;
78 for (var first = -(testArray.length+2); first <= 2 + testArray.length; first++)
93 actualRemoved = actualSpliced.splice(first,len);
94 expectedRemoved = mySplice(testArray,expectedSpliced,first,len,[]);
96 var adjustedFirst = first;
97 if (adjustedFirst < 0) adjustedFirst = testArray.length + first;
    [all...]
splice2.js 43 function mySplice(testArray, splicedArray, first, len, elements)
46 var adjustedFirst = first;
49 if (adjustedFirst < 0) adjustedFirst = testArray.length + first;
74 for (var first = -(testArray.length+2); first <= 2 + testArray.length; first++)
89 actualRemoved = actualSpliced.splice(first,len,-97,new String("test arg"),[],9.8);
90 expectedRemoved = mySplice(testArray,expectedSpliced,first,len,[-97,new String("test arg"),[],9.8]);
92 var adjustedFirst = first;
93 if (adjustedFirst < 0) adjustedFirst = testArray.length + first;
    [all...]
  /external/easymock/src/org/easymock/
EasyMock.java 698 * @param first
699 * placeholder for the first expectation.
704 public static boolean and(boolean first, boolean second) {
712 * @param first
713 * placeholder for the first expectation.
718 public static byte and(byte first, byte second) {
726 * @param first
727 * placeholder for the first expectation.
732 public static char and(char first, char second) {
740 * @param first
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.alg/re.alg.search/
ecma.pass.cpp 14 // regex_search(BidirectionalIterator first, BidirectionalIterator last,
33 assert(m.prefix().first == s);
34 assert(m.prefix().second == m[0].first);
36 assert(m.suffix().first == m[0].second);
48 assert(m.prefix().first == s);
49 assert(m.prefix().second == m[0].first);
51 assert(m.suffix().first == m[0].second);
70 assert(m.prefix().first == s);
71 assert(m.prefix().second == m[0].first);
73 assert(m.suffix().first == m[0].second)
    [all...]
  /external/emma/core/java12/com/vladium/jcd/lib/
Types.java 46 boolean first = true;
56 if (first)
57 first = false;
76 if (first)
77 first = false;
497 char first = typedescriptor.charAt (0); local
499 if (first == '[')
502 else if (first == 'L')
507 return primitive (first);
514 char first = typedescriptor.charAt (0) local
555 char first = typedescriptor.charAt (0); local
572 char first = typedescriptor.charAt (0); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 254 * @return the first node in the traversal.
256 public int first(int context) method in class:DTMDefaultBaseTraversers.AncestorOrSelfTraverser
271 * @return the first node in the traversal.
273 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.AncestorOrSelfTraverser
335 * calling this function, one should first call
382 // System.out.println("Found node via index: "+first);
399 * an axis, the first function must be used to get the first node.
406 * @return the first node in the traversal.
408 public int first(int context method in class:DTMDefaultBaseTraversers.ChildTraverser
427 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.ChildTraverser
679 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.DescendantTraverser
785 public int first(int context) method in class:DTMDefaultBaseTraversers.DescendantOrSelfTraverser
840 public int first(int context) method in class:DTMDefaultBaseTraversers.FollowingTraverser
845 int first; local
878 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.FollowingTraverser
882 int first; local
1141 public int first(int context) method in class:DTMDefaultBaseTraversers.ParentTraverser
1160 public int first(int current, int expandedTypeID) method in class:DTMDefaultBaseTraversers.ParentTraverser
1413 public int first(int context) method in class:DTMDefaultBaseTraversers.SelfTraverser
1430 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.SelfTraverser
1477 public int first(int context) method in class:DTMDefaultBaseTraversers.AllFromRootTraverser
1490 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.AllFromRootTraverser
1564 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.RootTraverser
1638 public int first(int context) method in class:DTMDefaultBaseTraversers.DescendantOrSelfFromRootTraverser
1657 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.DescendantOrSelfFromRootTraverser
1709 public int first(int context) method in class:DTMDefaultBaseTraversers.DescendantFromRootTraverser
1728 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.DescendantFromRootTraverser
    [all...]
  /bionic/libc/arch-mips/bionic/
crtbegin.S 34 # this is the small startup code that is first run when
  /development/ndk/platforms/android-9/arch-mips/src/
crtbegin_dynamic.S 34 # this is the small startup code that is first run when
crtbegin_static.S 34 # this is the small startup code that is first run when
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.h 47 Device(const std::string& first, int second)
48 : name(first),
51 Device(const std::string& first, const std::string& second)
52 : name(first), id(second) {}
  /external/clang/test/CodeCompletion/
function-templates.cpp 3 void sort(RandomAccessIterator first, RandomAccessIterator last);
19 // CHECK-CC1: sort(<#RandomAccessIterator first#>, <#RandomAccessIterator last#>
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p9.c 15 showlist(The first, second, and third items.);
16 // CHECK: puts("The first, second, and third items.");
  /external/linux-tools-perf/util/include/linux/
types.h 18 struct hlist_node *first; member in struct:hlist_head
  /external/llvm/lib/Object/
ELFObjectFile.cpp 31 if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2LSB)
41 else if (Ident.first == ELF::ELFCLASS32 && Ident.second == ELF::ELFDATA2MSB)
51 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2MSB)
61 else if (Ident.first == ELF::ELFCLASS64 && Ident.second == ELF::ELFDATA2LSB) {
  /external/stlport/test/unit/
equal_test.cpp 45 CPPUNIT_ASSERT( (range.first - numbers) == 4 );
57 CPPUNIT_ASSERT( (range.first - v.begin()) == 6 );
59 for (; range.first != range.second; ++range.first)
60 CPPUNIT_ASSERT( *range.first == 2 );
63 CPPUNIT_ASSERT( range.first == range.second );
64 CPPUNIT_ASSERT( range.first == v.end() );
96 CPPUNIT_ASSERT( (range.first - chars) == 18 );
98 for (; range.first != range.second; ++range.first)
    [all...]
  /external/webkit/Source/WebCore/svg/
ColorDistance.cpp 66 Color ColorDistance::addColorsAndClamp(const Color& first, const Color& second)
68 return Color(clampColorValue(first.red() + second.red()),
69 clampColorValue(first.green() + second.green()),
70 clampColorValue(first.blue() + second.blue()));
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebPageProxyGtk.cpp 44 m_pageClient->getEditorCommandsForKeyEvent(m_keyEventQueue.first(), commandsList);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
OneShotScheduler.java 54 Filter first = null; local
55 // return the first filter that is not scheduled before.
69 if (first == filter) {
72 // save the first scheduled one
73 if (first == null) first = filter;

Completed in 2660 milliseconds

1 2 3 4 5 6 7 8 91011>>