Home
last modified time | relevance | path

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

12345678910>>...52

/external/mockito/src/org/mockito/
DAdditionalMatchers.java575 public static boolean and(boolean first, boolean second) { in and()
590 public static byte and(byte first, byte second) { in and()
605 public static char and(char first, char second) { in and()
620 public static double and(double first, double second) { in and()
635 public static float and(float first, float second) { in and()
650 public static int and(int first, int second) { in and()
665 public static long and(long first, long second) { in and()
680 public static short and(short first, short second) { in and()
697 public static <T> T and(T first, T second) { in and()
712 public static boolean or(boolean first, boolean second) { in or()
[all …]
/external/elfutils/0.153/lib/
Dlist.h54 #define CDBL_LIST_ADD_REAR(first, newp) \ argument
70 #define CDBL_LIST_DEL(first, elem) \ argument
97 #define SNGL_LIST_PUSH(first, newp) \ argument
107 #define CSNGL_LIST_ADD_REAR(first, newp) \ argument
/external/clang/test/Sema/
Dloop-control.c5 int first = 1; in pr8880_1() local
11 void pr8880_2(int first) { in pr8880_2()
15 void pr8880_3(int first) { in pr8880_3()
19 void pr8880_4(int first) { in pr8880_4()
23 void pr8880_5 (int first) { in pr8880_5()
27 void pr8880_6 (int first) { in pr8880_6()
31 void pr8880_7 (int first) { in pr8880_7()
35 void pr8880_8 (int first) { in pr8880_8()
/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/chromium_org/third_party/WebKit/Source/core/css/
DPair.h39 …static PassRefPtrWillBeRawPtr<Pair> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> first, PassRe… in create()
45 CSSPrimitiveValue* first() const { return m_first.get(); } in first() function
49 void setFirst(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> first) { m_first = first; } in setFirst()
73 …Pair(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> first, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> se… in Pair()
78 …static String generateCSSString(const String& first, const String& second, IdenticalValuesPolicy i… in generateCSSString()
/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/libcxxabi/src/
Dcxa_demangle.cpp97 print_state(const char* msg, const char* first, const char* last, const C& db) in print_state()
109 parse_number(const char* first, const char* last) in parse_number()
172 parse_floating_number(const char* first, const char* last, C& db) in parse_floating_number()
216 parse_source_name(const char* first, const char* last, C& db) in parse_source_name()
258 parse_substitution(const char* first, const char* last, C& db) in parse_substitution()
366 parse_builtin_type(const char* first, const char* last, C& db) in parse_builtin_type()
515 parse_cv_qualifiers(const char* first, const char* last, unsigned& cv) in parse_cv_qualifiers()
544 parse_template_param(const char* first, const char* last, C& db) in parse_template_param()
601 parse_const_cast_expr(const char* first, const char* last, C& db) in parse_const_cast_expr()
627 parse_dynamic_cast_expr(const char* first, const char* last, C& db) in parse_dynamic_cast_expr()
[all …]
/external/mesa3d/src/mesa/math/
Dm_trans_tmp.h37 const GLubyte *first = f; in DEST_4F() local
63 const GLubyte *first = f; in DEST_4FN() local
88 const GLubyte *first = f; in DEST_3FN() local
110 const GLubyte *first = f; in DEST_1F() local
130 const GLubyte *first = f; in DEST_4UB() local
154 const GLubyte *first = f; in DEST_4US() local
178 const GLubyte *first = f; in DEST_1UB() local
199 const GLubyte *first = f; in DEST_1UI() local
/external/chromium_org/third_party/mesa/src/src/mesa/math/
Dm_trans_tmp.h37 const GLubyte *first = f; in DEST_4F() local
63 const GLubyte *first = f; in DEST_4FN() local
88 const GLubyte *first = f; in DEST_3FN() local
110 const GLubyte *first = f; in DEST_1F() local
130 const GLubyte *first = f; in DEST_4UB() local
154 const GLubyte *first = f; in DEST_4US() local
178 const GLubyte *first = f; in DEST_1UB() local
199 const GLubyte *first = f; in DEST_1UI() 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/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_util.c38 void draw_pt_split_prim(unsigned prim, unsigned *first, unsigned *incr) in draw_pt_split_prim()
96 unsigned draw_pt_trim_count(unsigned count, unsigned first, unsigned incr) in draw_pt_trim_count()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_pt_util.c38 void draw_pt_split_prim(unsigned prim, unsigned *first, unsigned *incr) in draw_pt_split_prim()
96 unsigned draw_pt_trim_count(unsigned count, unsigned first, unsigned incr) in draw_pt_trim_count()
/external/chromium_org/third_party/webrtc/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/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/droiddriver/src/com/google/android/droiddriver/finders/
DChainFinder.java34 private final Finder first; field in ChainFinder
37 protected ChainFinder(Finder first, Finder second) { in ChainFinder()
/external/mockito/src/org/mockito/internal/matchers/
DNot.java18 private final Matcher first; field in Not
20 public Not(Matcher first) { in Not()
/external/compiler-rt/test/tsan/
Duser_fopen.cc10 static int first = 0; in fopen() local
17 static int first = 0; in fileno() local
/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/guava/src/com/google/common/collect/
DLists.java239 public static <E> List<E> asList(@Nullable E first, E[] rest) { in asList()
246 final E first; field in Lists.OnePlusArrayList
249 OnePlusArrayList(@Nullable E first, E[] rest) { in OnePlusArrayList()
281 public static <E> List<E> asList( in asList()
289 final E first; field in Lists.TwoPlusArrayList
293 TwoPlusArrayList(@Nullable E first, @Nullable E second, E[] rest) { in TwoPlusArrayList()
/external/chromium_org/third_party/freetype/src/cache/
Dftcmru.c32 FTC_MruNode first = *plist; in FTC_MruNode_Prepend() local
76 FTC_MruNode first = *plist; in FTC_MruNode_Up() local
125 FTC_MruNode first = *plist; in FTC_MruNode_Remove() local
207 FTC_MruNode first, node; in FTC_MruList_Find() local
331 FTC_MruNode first, node, next; in FTC_MruList_RemoveSelection() local
/external/freetype/src/cache/
Dftcmru.c32 FTC_MruNode first = *plist; in FTC_MruNode_Prepend() local
76 FTC_MruNode first = *plist; in FTC_MruNode_Up() local
125 FTC_MruNode first = *plist; in FTC_MruNode_Remove() local
207 FTC_MruNode first, node; in FTC_MruList_Find() local
331 FTC_MruNode first, node, next; in FTC_MruList_RemoveSelection() local
/external/chromium-trace/trace-viewer/src/
Dui_test.js96 decorate: function(first) { argument
100 get first() { getter in Args
129 decorate: function(first, second) { argument
130 Args.prototype.decorate.call(this, first); argument
/external/llvm/test/MC/AsmParser/
Dmacro-qualifier-diagnostics.s37 .macro missing_second_required_argument first=0 second:req argument
46 .macro second_third_required first=0 second:req third:req argument
/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/deqp/framework/delibs/decpp/
DdeRandom.hpp103 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems) in choose()
126 T Random::choose (InputIter first, InputIter last) in choose()
135 T Random::chooseWeighted (InputIter first, InputIter last, WeightIter weight) in chooseWeighted()
166 void Random::shuffle (Iterator first, Iterator last) in shuffle()

12345678910>>...52