Searched refs:first (Results 51 - 75 of 2232) sorted by relevance

1234567891011>>

/external/protobuf/java/src/main/java/com/google/protobuf/
H A DUninitializedMessageException.java88 boolean first = true;
90 if (first) {
91 first = false;
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DAnnotationFormatter.java42 boolean first = true;
44 if (!first) {
47 first = false;
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/
H A DArrayEncodedValueAdaptor.java48 boolean first = true;
50 if (!first) {
53 first = false;
/external/stlport/src/
H A Dnum_put.cpp28 // space in the buffer to extend the number past [first, last).
31 __insert_grouping_aux(Char* first, Char* last, const string& grouping, argument
36 if (first == last)
41 if (*first == Plus || *first == Minus) {
43 ++first;
46 first += basechars;
57 if ((groupsize <= 0) || (groupsize >= cur_group - first) || (groupsize == CHAR_MAX)) {
68 return (last - first) + sign + basechars;
135 __insert_grouping(char * first, cha argument
149 __insert_grouping(wchar_t* first, wchar_t* last, const string& grouping, wchar_t separator, wchar_t Plus, wchar_t Minus, int basechars) argument
[all...]
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Ddomconfigurationcansetparameter04.js96 var first;
114 first = acronymElem.firstChild;
116 nodeType = first.nodeType;
/external/webkit/Source/WebCore/platform/
H A DArena.cpp98 pool->first.next = NULL;
99 pool->first.base = pool->first.avail = pool->first.limit =
100 (uword)ARENA_ALIGN(&pool->first + 1);
101 pool->current = &pool->first;
116 ** to claim an arena, on a first fit basis, from the global
165 if ( 0 == pool->first.next )
166 pool->first.next = a;
192 if ( !pool->first
[all...]
/external/elfutils/src/
H A Dylwrap80 first=yes
134 # A missing file is only an error for the first file. This
138 if test $first = yes; then
144 first=no
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERObjectIdentifier.java68 boolean first = true;
79 if (first)
94 first = false;
279 char first = identifier.charAt(0);
280 if (first < '0' || first > '2')
323 ASN1ObjectIdentifier[] first = cache[idx1];
325 if (first == null)
327 first = cache[idx1] = new ASN1ObjectIdentifier[255];
332 ASN1ObjectIdentifier possibleMatch = first[idx
[all...]
/external/clang/include/clang/Serialization/
H A DContinuousRangeMap.h29 /// the first range is from I0 to I1, the second from I1 to I2, the third from
49 return L.first < R;
52 return L < R.first;
58 return L.first < R.first;
67 assert((Rep.empty() || Rep.back().first < Val.first) &&
74 if (I != Rep.end() && I->first == Val.first) {
92 // I points to the first entr
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DUniformListItem.java33 * output list size (which is four bytes) and before the first item.</p>
98 OffsettedItem first = items.get(0);
99 return (items.size() * first.writeSize()) + getAlignment(items);
131 boolean first = true;
136 if (first) {
137 first = false;
162 boolean first = true;
168 if (first) {
171 first = false;
/external/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp29 const MCSymbol *LHSS = ((const PairTy *)LHS)->first;
30 const MCSymbol *RHSS = ((const PairTy *)RHS)->first;
/external/opencv/cvaux/src/
H A Dcvcorrespond.cpp50 icvDynamicCorrespond( int *first, /* first sequence of runs */ argument
81 if( (first == 0) ||
115 prev = first[0];
121 l_end = first[curr];
158 l_beg = first[first_curr];
160 l_color = first[first_curr];
162 l_end = first[first_curr];
258 second_corr[second_curr] = first[first_curr];
259 second_corr[second_curr + 1] = first[first_cur
324 icvDynamicCorrespondMulti( int lines, int *first, int *first_runs, int *second, int *second_runs, int *first_corr, int *second_corr ) argument
387 cvDynamicCorrespondMulti( int lines, int *first, int *first_runs, int *second, int *second_runs, int *first_corr, int *second_corr ) argument
[all...]
/external/stlport/
H A Dlibstlport.mk3 # Make sure bionic is first so we can include system headers.
/external/opencv/cv/src/
H A D_cvkdtree.hpp84 int dimension_of_highest_variance(__instype * first, __instype * last, argument
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, argument
119 assert(last - first >
140 median_partition(__instype * first, __instype * last, __instype * k, int dim, __valuector ctor) argument
158 insert(__instype * first, __instype * last, __valuector ctor) argument
241 CvKDTree(__valuetype * first, __valuetype * last, int _point_dim, __deref _deref = __deref()) argument
248 CvKDTree(__instype * first, __instype * last, int _point_dim, __valuector ctor, __deref _deref = __deref()) argument
258 set_data(__valuetype * first, __valuetype * last, int _point_dim) argument
262 set_data(__instype * first, __instype * last, int _point_dim, __valuector ctor) argument
[all...]
/external/easymock/src/org/easymock/
H A DEasyMock.java698 * @param first
699 * placeholder for the first expectation.
704 public static boolean and(boolean first, boolean second) { argument
712 * @param first
713 * placeholder for the first expectation.
718 public static byte and(byte first, byte second) { argument
726 * @param first
727 * placeholder for the first expectation.
732 public static char and(char first, char second) { argument
740 * @param first
746 and(double first, double second) argument
760 and(float first, float second) argument
774 and(int first, int second) argument
788 and(long first, long second) argument
802 and(short first, short second) argument
818 and(T first, T second) argument
832 or(boolean first, boolean second) argument
846 or(byte first, byte second) argument
860 or(char first, char second) argument
874 or(double first, double second) argument
888 or(float first, float second) argument
902 or(int first, int second) argument
916 or(long first, long second) argument
930 or(short first, short second) argument
946 or(T first, T second) argument
958 not(boolean first) argument
970 not(byte first) argument
982 not(char first) argument
994 not(double first) argument
1006 not(float first) argument
1018 not(int first) argument
1030 not(long first) argument
1042 not(short first) argument
1056 not(T first) argument
[all...]
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java46 boolean first = true;
56 if (first)
57 first = false;
76 if (first)
77 first = false;
497 char first = typedescriptor.charAt (0);
499 if (first == '[')
502 else if (first == 'L')
507 return primitive (first);
514 char first
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseTraversers.java254 * @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(in 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
878 public int first(int context, int expandedTypeID) method in class:DTMDefaultBaseTraversers.FollowingTraverser
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...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Ddevicemanager.h47 Device(const std::string& first, int second) argument
48 : name(first),
51 Device(const std::string& first, const std::string& second) argument
52 : name(first), id(second) {}
/external/clang/test/CodeCompletion/
H A Dfunction-templates.cpp3 void sort(RandomAccessIterator first, RandomAccessIterator last);
19 // CHECK-CC1: sort(<#RandomAccessIterator first#>, <#RandomAccessIterator last#>
/external/clang/test/Preprocessor/
H A Dc99-6_10_3_4_p9.c15 showlist(The first, second, and third items.);
16 // CHECK: puts("The first, second, and third items.");
/external/linux-tools-perf/util/include/linux/
H A Dtypes.h18 struct hlist_node *first; member in struct:hlist_head
/external/stlport/test/unit/
H A Dequal_test.cpp45 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/v8/test/mjsunit/regress/
H A Dregress-1146.js33 a.first = function() { return 11; }
42 var b = "first";
/external/webkit/Source/WebCore/svg/
H A DColorDistance.cpp66 Color ColorDistance::addColorsAndClamp(const Color& first, const Color& second) argument
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/
H A DWebPageProxyGtk.cpp44 m_pageClient->getEditorCommandsForKeyEvent(m_keyEventQueue.first(), commandsList);

Completed in 1272 milliseconds

1234567891011>>