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

1234567891011>>

/external/clang/test/SemaCXX/
H A Dnon-empty-class-size-zero.cpp13 int first; member in struct:Y
/external/compiler-rt/test/BlocksRuntime/
H A Djosh.C19 MyStruct first; // works local
H A Dlocalisglobal.c21 int aresame(void *first, void *second) { argument
22 long *f = (long *)first;
/external/libcxx/test/containers/associative/set/
H A Dinsert_cv.pass.cpp29 assert(r.first == m.begin());
31 assert(*r.first == 2);
35 assert(r.first == m.begin());
37 assert(*r.first == 1);
41 assert(r.first == prev(m.end()));
43 assert(*r.first == 3);
47 assert(r.first == prev(m.end()));
49 assert(*r.first == 3);
58 assert(r.first == m.begin());
60 assert(*r.first
[all...]
H A Dinsert_rv.pass.cpp31 assert(r.first == m.begin());
33 assert(*r.first == 2);
37 assert(r.first == m.begin());
39 assert(*r.first == 1);
43 assert(r.first == prev(m.end()));
45 assert(*r.first == 3);
49 assert(r.first == prev(m.end()));
51 assert(*r.first == 3);
60 assert(r.first == m.begin());
62 assert(*r.first
[all...]
/external/chromium_org/third_party/freetype/src/cache/
H A Dftcmru.c32 FTC_MruNode first = *plist; local
35 if ( first )
37 FTC_MruNode last = first->prev;
42 FTC_MruNode cnode = first;
54 } while ( cnode != first );
58 first->prev = node;
60 node->next = first;
76 FTC_MruNode first = *plist; local
79 FT_ASSERT( first != NULL );
81 if ( first !
125 FTC_MruNode first = *plist; local
207 FTC_MruNode first, node; local
331 FTC_MruNode first, node, next; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_split.c61 GLboolean split_prim_inplace(GLenum mode, GLuint *first, GLuint *incr) argument
65 *first = 1;
69 *first = 2;
73 *first = 2;
77 *first = 3;
81 *first = 3;
85 *first = 4;
89 *first = 4;
93 *first = 0;
/external/freetype/src/cache/
H A Dftcmru.c32 FTC_MruNode first = *plist; local
35 if ( first )
37 FTC_MruNode last = first->prev;
42 FTC_MruNode cnode = first;
54 } while ( cnode != first );
58 first->prev = node;
60 node->next = first;
76 FTC_MruNode first = *plist; local
79 FT_ASSERT( first != NULL );
81 if ( first !
125 FTC_MruNode first = *plist; local
207 FTC_MruNode first, node; local
331 FTC_MruNode first, node, next; local
[all...]
/external/mesa3d/src/mesa/vbo/
H A Dvbo_split.c61 GLboolean split_prim_inplace(GLenum mode, GLuint *first, GLuint *incr) argument
65 *first = 1;
69 *first = 2;
73 *first = 2;
77 *first = 3;
81 *first = 3;
85 *first = 4;
89 *first = 4;
93 *first = 0;
/external/oprofile/
H A Dopev.py37 first = fields[0].split(':', 1)
38 if first[0] == 'include':
39 ev(first[1] + "/events", ovf)
42 if first[0] == 'um':
43 first[1] = number(first[1])
44 if first[0] == '':
48 dict[first[0]] = first[1]
/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp58 void choose (InputIter first, InputIter last, OutputIter result, int numItems);
61 T choose (InputIter first, InputIter last);
65 T chooseWeighted (InputIter first, InputIter last, WeightIter weight);
68 void shuffle (Iterator first, Iterator last);
103 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems) argument
110 for (ndx = 0; first != last; ++first, ++ndx)
113 *(result + ndx) = *first;
118 *(result + r) = *first;
126 T Random::choose (InputIter first, InputIte argument
135 chooseWeighted(InputIter first, InputIter last, WeightIter weight) argument
166 shuffle(Iterator first, Iterator last) argument
[all...]
/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
H A Dmove_alloc.pass.cpp61 assert(std::distance(eq.first, eq.second) == 2);
62 C::const_iterator i = eq.first;
63 assert(i->first == 1);
66 assert(i->first == 1);
69 assert(std::distance(eq.first, eq.second) == 2);
70 i = eq.first;
71 assert(i->first == 2);
74 assert(i->first == 2);
78 assert(std::distance(eq.first, eq.second) == 1);
79 i = eq.first;
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMAxisTraverser.java36 * for(int nodeHandle=myTraverser.first(myContext);
50 * an axis, the first function must be used to get the first node.
57 * @return the first node in the traversal.
59 public int first(int context) method in class:DTMAxisTraverser
67 * an axis, the first function must be used to get the first node.
76 * @return the first node in the traversal.
78 public int first(int context, int extendedTypeID) method in class:DTMAxisTraverser
90 * previous traversal step. For the first traversa
[all...]
/external/chromium_org/chrome/browser/spellchecker/
H A Dword_trimmer.cc24 size_t first = std::string::npos; local
31 if (first == std::string::npos)
32 first = word_offset[0];
35 if (first == std::string::npos) {
46 if (first == std::string::npos)
48 *start -= first;
49 return text.substr(first, last - first);
/external/clang/test/Index/
H A Dcomplete-macros.c21 #define variadic4(first, second, args, ...)
22 #define variadic5(first, second, args ...)
43 // CHECK-VARIADIC: macro definition:{TypedText variadic4}{LeftParen (}{Placeholder first}{Comma , }{Placeholder second}{Comma , }{Placeholder args, ...}{RightParen )} (70)
44 // CHECK-VARIADIC: macro definition:{TypedText variadic5}{LeftParen (}{Placeholder first}{Comma , }{Placeholder second}{Comma , }{Placeholder args...}{RightParen )} (70)
/external/compiler-rt/test/tsan/
H A Duser_malloc.cc9 static int first = 0; local
10 if (__sync_lock_test_and_set(&first, 1) == 0)
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
H A Dhello-world.cs1 Hello <?cs var:name.first ?> <?cs var:name.last ?>.
/external/libcxx/test/containers/associative/map/map.modifiers/
H A Derase_iter_iter.pass.cpp14 // iterator erase(const_iterator first, const_iterator last);
43 assert(m.begin()->first == 1);
45 assert(next(m.begin())->first == 2);
47 assert(next(m.begin(), 2)->first == 3);
49 assert(next(m.begin(), 3)->first == 4);
51 assert(next(m.begin(), 4)->first == 5);
53 assert(next(m.begin(), 5)->first == 6);
55 assert(next(m.begin(), 6)->first == 7);
57 assert(next(m.begin(), 7)->first == 8);
63 assert(next(m.begin(), 0)->first
[all...]
H A Derase_iter.pass.cpp43 assert(m.begin()->first == 1);
45 assert(next(m.begin())->first == 2);
47 assert(next(m.begin(), 2)->first == 3);
49 assert(next(m.begin(), 3)->first == 5);
51 assert(next(m.begin(), 4)->first == 6);
53 assert(next(m.begin(), 5)->first == 7);
55 assert(next(m.begin(), 6)->first == 8);
61 assert(m.begin()->first == 2);
63 assert(next(m.begin())->first == 3);
65 assert(next(m.begin(), 2)->first
[all...]
/external/libcxx/test/containers/associative/multimap/multimap.modifiers/
H A Derase_iter_iter.pass.cpp14 // iterator erase(const_iterator first, const_iterator last);
43 assert(m.begin()->first == 1);
45 assert(next(m.begin())->first == 2);
47 assert(next(m.begin(), 2)->first == 3);
49 assert(next(m.begin(), 3)->first == 4);
51 assert(next(m.begin(), 4)->first == 5);
53 assert(next(m.begin(), 5)->first == 6);
55 assert(next(m.begin(), 6)->first == 7);
57 assert(next(m.begin(), 7)->first == 8);
63 assert(next(m.begin(), 0)->first
[all...]
/external/libcxx/test/utilities/utility/pairs/pairs.pair/
H A Ddefault.pass.cpp24 assert(p.first == 0.0f);
32 static_assert(p.first == 0.0f, "");
H A Dswap.pass.cpp26 assert(p1.first == 5);
28 assert(p2.first == 3);
/external/libcxx/test/utilities/utility/pairs/pairs.spec/
H A Dnon_member_swap.pass.cpp26 assert(p1.first == 5);
28 assert(p2.first == 3);
/external/libunwind/src/mi/
H A Ddyn-register.c37 di->next = _U_dyn_info_list.first;
41 _U_dyn_info_list.first = di;
/external/valgrind/main/
H A DAndroid.test.mk3 LOCAL_MULTILIB := first

Completed in 2755 milliseconds

1234567891011>>