Home
last modified time | relevance | path

Searched defs:first (Results 1 – 25 of 541) sorted by relevance

12345678910>>...22

/external/elfutils/lib/
Dlist.h18 #define CDBL_LIST_ADD_REAR(first, newp) \ argument
34 #define CDBL_LIST_DEL(first, elem) \ argument
61 #define SNGL_LIST_PUSH(first, newp) \ argument
71 #define CSNGL_LIST_ADD_REAR(first, newp) \ argument
/external/webkit/Source/WebCore/css/
DPair.h40 …static PassRefPtr<Pair> create(PassRefPtr<CSSPrimitiveValue> first, PassRefPtr<CSSPrimitiveValue> … in create()
46 CSSPrimitiveValue* first() const { return m_first.get(); } in first() function
49 void setFirst(PassRefPtr<CSSPrimitiveValue> first) { m_first = first; } in setFirst()
54 Pair(PassRefPtr<CSSPrimitiveValue> first, PassRefPtr<CSSPrimitiveValue> second) in Pair()
/external/easymock/src/org/easymock/
DEasyMock.java704 public static boolean and(boolean first, boolean second) { in and()
718 public static byte and(byte first, byte second) { in and()
732 public static char and(char first, char second) { in and()
746 public static double and(double first, double second) { in and()
760 public static float and(float first, float second) { in and()
774 public static int and(int first, int second) { in and()
788 public static long and(long first, long second) { in and()
802 public static short and(short first, short second) { in and()
818 public static <T> T and(T first, T second) { in and()
832 public static boolean or(boolean first, boolean second) { in or()
[all …]
/external/stlport/test/unit/
Dalg_test.cpp229 vector<int>::iterator first; in find_first_of_test() local
241 vector<int>::iterator first; in find_first_of_test() local
259 vector<int>::iterator first; in find_first_of_test() local
271 vector<int>::iterator first; in find_first_of_test() local
285 vector<int>::iterator first; in find_first_of_test() local
299 vector<int>::iterator first; in find_first_of_test() local
314 vector<int>::iterator first; in find_first_of_test() local
328 vector<MyIntComparable>::iterator first; in find_first_of_test() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseTraversers.java256 public int first(int context) in first() method in DTMDefaultBaseTraversers.AncestorOrSelfTraverser
273 public int first(int context, int expandedTypeID) in first() method in DTMDefaultBaseTraversers.AncestorOrSelfTraverser
408 public int first(int context) in first() method in DTMDefaultBaseTraversers.ChildTraverser
427 public int first(int context, int expandedTypeID) in first() method in DTMDefaultBaseTraversers.ChildTraverser
679 public int first(int context, int expandedTypeID) in first() method in DTMDefaultBaseTraversers.DescendantTraverser
785 public int first(int context) in first() method in DTMDefaultBaseTraversers.DescendantOrSelfTraverser
840 public int first(int context) in first() method in DTMDefaultBaseTraversers.FollowingTraverser
845 int first; in first() local
878 public int first(int context, int expandedTypeID) in first() method in DTMDefaultBaseTraversers.FollowingTraverser
882 int first; in first() local
[all …]
/external/easymock/src/org/easymock/internal/matchers/
DNot.java26 private final IArgumentMatcher first; field in Not
28 public Not(IArgumentMatcher first) { in Not()
/external/guava/src/com/google/common/collect/
DLists.java233 public static <E> List<E> asList(@Nullable E first, E[] rest) { in asList()
240 final E first; field in Lists.OnePlusArrayList
243 OnePlusArrayList(@Nullable E first, E[] rest) { in OnePlusArrayList()
275 public static <E> List<E> asList( in asList()
283 final E first; field in Lists.TwoPlusArrayList
287 TwoPlusArrayList(@Nullable E first, @Nullable E second, E[] rest) { in TwoPlusArrayList()
/external/webrtc/src/system_wrappers/source/spreadsortlib/
Dspreadsort.hpp125 …spread_sort_rec(RandomAccessIter first, RandomAccessIter last, std::vector<RandomAccessIter> &bin_… in spread_sort_rec()
242 …spread_sort_rec(RandomAccessIter first, RandomAccessIter last, std::vector<RandomAccessIter> &bin_… in spread_sort_rec()
290 …spread_sort_rec(RandomAccessIter first, RandomAccessIter last, std::vector<RandomAccessIter> &bin_… in spread_sort_rec()
338 spread_sort(RandomAccessIter first, RandomAccessIter last, div_type, data_type) in spread_sort()
347 …spread_sort(RandomAccessIter first, RandomAccessIter last, div_type, data_type, right_shift shift,… in spread_sort()
356 … spread_sort(RandomAccessIter first, RandomAccessIter last, div_type, data_type, right_shift shift) in spread_sort()
366 inline void integer_sort(RandomAccessIter first, RandomAccessIter last) in integer_sort()
377 inline void integer_sort(RandomAccessIter first, RandomAccessIter last, in integer_sort()
387 inline void integer_sort(RandomAccessIter first, RandomAccessIter last, in integer_sort()
483 …positive_float_sort_rec(RandomAccessIter first, RandomAccessIter last, std::vector<RandomAccessIte… in positive_float_sort_rec()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMAxisTraverser.java59 public int first(int context) in first() method in DTMAxisTraverser
78 public int first(int context, int extendedTypeID) in first() method in DTMAxisTraverser
/external/android-mock/src/com/google/android/testing/mocking/
DAndroidMock.java1052 public static boolean and(boolean first, boolean second) { in and()
1077 public static byte and(byte first, byte second) { in and()
1102 public static char and(char first, char second) { in and()
1127 public static double and(double first, double second) { in and()
1152 public static float and(float first, float second) { in and()
1177 public static int and(int first, int second) { in and()
1202 public static long and(long first, long second) { in and()
1227 public static short and(short first, short second) { in and()
1253 public static <T> T and(T first, T second) { in and()
1278 public static boolean or(boolean first, boolean second) { in or()
[all …]
/external/v8/test/mjsunit/
Dcyrillic.js34 first: "\u0430", // a property
49 first: "\u03b1", // alpha property
69 var first = lc ? chars.first : chars.FIRST; variable
/external/clang/test/SemaObjC/
Dproperty-typecheck-1.m73 NSArray* first; field
77 @property (readonly) NSMutableArray* first; property
80 - (NSArray*) first; method
/external/guava/src/com/google/common/base/
DJoiner.java111 @Nullable Object first, @Nullable Object second, Object... rest) in appendTo()
148 @Nullable Object first, @Nullable Object second, Object... rest) { in appendTo()
172 public final String join( in join()
DSuppliers.java47 Function<? super F, T> function, Supplier<F> first) { in compose()
56 final Supplier<? extends F> first; field in Suppliers.SupplierComposition
59 Supplier<? extends F> first) { in SupplierComposition()
/external/chromium/base/memory/
Dscoped_vector.h67 void insert(iterator position, InputIterator first, InputIterator last) { in insert()
76 iterator erase(iterator first, iterator last) { in erase()
87 iterator weak_erase(iterator first, iterator last) { in weak_erase()
/external/chromium/chrome/browser/password_manager/
Dpassword_form_data.cc75 const std::vector<PasswordForm*>& first, in ContainsSamePasswordFormsPtr()
101 std::vector<webkit_glue::PasswordForm>& first, in ContainsSamePasswordForms()
/external/webkit/Source/WebCore/platform/text/brew/
DTextBreakIteratorBrew.cpp102 int WordBreakIterator::first() in first() function in WebCore::WordBreakIterator
142 int CharBreakIterator::first() in first() function in WebCore::CharBreakIterator
170 int LineBreakIterator::first() in first() function in WebCore::LineBreakIterator
210 int SentenceBreakIterator::first() in first() function in WebCore::SentenceBreakIterator
/external/opencv/cv/src/
D_cvkdtree.hpp84 int dimension_of_highest_variance(__instype * first, __instype * last, in dimension_of_highest_variance()
117 __instype * median_partition(__instype * first, __instype * last, in median_partition()
140 void median_partition(__instype * first, __instype * last, in median_partition()
158 int insert(__instype * first, __instype * last, __valuector ctor) { in insert()
241 CvKDTree(__valuetype * first, __valuetype * last, int _point_dim, in CvKDTree()
248 CvKDTree(__instype * first, __instype * last, int _point_dim, in CvKDTree()
258 void set_data(__valuetype * first, __valuetype * last, int _point_dim) { in set_data()
262 void set_data(__instype * first, __instype * last, int _point_dim, in set_data()
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DChainedData.java73 Data first = dataList[0]; in getFirstData() local
84 Data first = dataList.get(0); in getFirstData() local
94 Data first = null; in getChild() local
/external/elfutils/libelf/
Delf_newscn.c36 bool first = false; local
/external/e2fsprogs/e2fsck/
Dmessage.c238 int *first, int recurse) in expand_at_expression()
400 int *first, in expand_percent_expression()
518 struct problem_context *pctx, int first, in print_e2fsck_message()
/external/openssl/crypto/asn1/
Dt_x509a.c70 char oidstr[80], first; in X509_CERT_AUX_print() local
/external/clang/test/Index/
Drecursive-member-access.c2 struct rdar8650865 *first; member
/external/clang/test/CodeGenObjC/
Dunname-bf-metadata.m6 int first; field
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
DSDL_qsort.c92 typedef struct { char * first; char * last; } stack_entry; member
264 static char * pivot_big(char *first, char *mid, char *last, size_t size, in pivot_big()
307 char *first,*last; in qsort_nonaligned() local
338 char *first,*last; in qsort_aligned() local
369 char *first,*last; in qsort_words() local

12345678910>>...22