Searched refs:begin (Results 1 - 25 of 3538) sorted by relevance

1234567891011>>

/external/clang/test/Sema/Inputs/
H A Dpragma-arc-cf-code-audited.h16 #pragma clang arc_cf_code_audited begin
/external/oprofile/libregex/
H A Ddemangle_java_symbol.cpp40 string::const_iterator & begin, string::const_iterator end);
42 string::const_iterator & begin, string::const_iterator end);
46 string::const_iterator & begin, string::const_iterator end)
50 if (begin == end)
53 switch (*begin) {
66 ++begin;
72 string::const_iterator & begin, string::const_iterator end)
74 if (base_type(result, begin, end))
77 if (object_type(result, begin, end))
80 if (array_type(result, begin, en
45 base_type(string & result, string::const_iterator & begin, string::const_iterator end) argument
71 field_type(string & result, string::const_iterator & begin, string::const_iterator end) argument
87 array_type(string & result, string::const_iterator & begin, string::const_iterator end) argument
103 list_of_field_type(string & result, string::const_iterator & begin, string::const_iterator end) argument
121 return_descriptor(string & result, string::const_iterator & begin, string::const_iterator end) argument
141 method_descriptor(string & result, string::const_iterator & begin, string::const_iterator end) argument
170 methode_name(string & result, string::const_iterator & begin, string::const_iterator end) argument
187 object_type(string & result, string::const_iterator & begin, string::const_iterator end) argument
206 demangle_symbol(string::const_iterator begin, string::const_iterator end) argument
[all...]
/external/clang/test/Sema/
H A Dpragma-arc-cf-code-audited.c3 #pragma clang arc_cf_code_audited foo // expected-error {{expected 'begin' or 'end'}}
5 #pragma clang arc_cf_code_audited begin foo // expected-warning {{extra tokens at end of #pragma directive}}
10 #pragma clang arc_cf_code_audited begin // expected-note {{#pragma entered here}}
11 #pragma clang arc_cf_code_audited begin // expected-error {{already inside '#pragma clang arc_cf_code_audited'}} expected-note {{#pragma entered here}}
18 #pragma clang arc_cf_code_audited begin // expected-error {{'#pragma clang arc_cf_code_audited' was not ended within this file}}
/external/chromium/chrome/browser/extensions/
H A Dextension_i18n_api.cc34 size_t begin = 0; local
37 end = acceptLanguages.find(',', begin);
38 if (end > begin) {
40 string16 acceptLang = acceptLanguages.substr(begin, end - begin);
44 begin = end + 1;
45 // 'begin >= acceptLanguages.length()' to guard against a value
47 if (end == string16::npos || begin >= acceptLanguages.length())
/external/ceres-solver/internal/ceres/
H A Dstl_util.h47 void STLDeleteContainerPointers(ForwardIterator begin, argument
49 while (begin != end) {
50 ForwardIterator temp = begin;
51 ++begin;
58 // hash_set, or any other STL container which defines sensible begin(), end(),
69 STLDeleteContainerPointers(container->begin(), container->end());
/external/libusb-compat/libusb/
H A Dusbi.h25 #define LIST_ADD(begin, ent) \
27 if (begin) { \
28 ent->next = begin; \
33 begin = ent; \
36 #define LIST_DEL(begin, ent) \
41 begin = ent->next; \
/external/valgrind/main/none/tests/
H A Dpth_mutexspeed.stdout.exp0 begin 100000 lock--unlocks
/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DURLComponent.h38 URLComponent(int begin, int length) : m_begin(begin), m_length(length) { } argument
40 // Helper that returns a component created with the given begin and ending
42 static inline URLComponent fromRange(int begin, int end) argument
44 return URLComponent(begin, end - begin);
62 int begin() const { return m_begin; } function in class:WTF::URLComponent
63 void setBegin(int begin) { m_begin = begin; } argument
H A DURLSegments.cpp52 return scheme.begin();
60 return username.begin();
66 return password.begin();
72 return host.begin();
78 return port.begin() - 1; // Back over delimiter.
80 return port.begin(); // Don't want delimiter counted.
86 return path.begin();
92 return query.begin() - 1; // Back over delimiter.
94 return query.begin(); // Don't want delimiter counted.
100 return fragment.begin(); // Bac
[all...]
H A DURLParser.h78 int i = auth.begin() + auth.length() - 1;
79 while (i > auth.begin() && spec[i] != '@')
84 parseUserInfo(spec, URLComponent(auth.begin(), i - auth.begin()), username, password);
85 parseServerInfo(spec, URLComponent::fromRange(i + 1, auth.begin() + auth.length()), host, port);
97 int begin = 0; local
98 while (begin < specLength && shouldTrimFromURL(spec[begin]))
99 begin++;
100 if (begin
153 int begin = 0; local
248 int begin = 0; local
293 int begin = 0; local
462 trimURL(const CHAR* spec, int& begin, int& end) argument
[all...]
/external/icu4c/common/
H A Dchariter.cpp22 : textLength(0), pos(0), begin(0), end(0) {
26 : textLength(length), pos(0), begin(0), end(length) {
33 : textLength(length), pos(position), begin(0), end(length) {
45 : textLength(length), pos(position), begin(textBegin), end(textEnd) {
49 if(begin < 0) {
50 begin = 0;
51 } else if(begin > textLength) {
52 begin = textLength;
54 if(end < begin) {
55 end = begin;
[all...]
/external/linux-tools-perf/util/include/linux/
H A Dlist.h18 * @begin: first element in the range to delete from the list.
23 static inline void list_del_range(struct list_head *begin, argument
26 begin->prev->next = end->next;
27 end->next->prev = begin->prev;
/external/protobuf/src/google/protobuf/stubs/
H A Dstl_util-inl.h52 void STLDeleteContainerPointers(ForwardIterator begin, argument
54 while (begin != end) {
55 ForwardIterator temp = begin;
56 ++begin;
85 return str->empty() ? NULL : &*str->begin();
90 // hash_set, or any other STL container which defines sensible begin(), end(),
101 STLDeleteContainerPointers(container->begin(), container->end());
112 for (typename T::iterator i = v->begin(); i != v->end(); ++i) {
/external/bison/examples/calc++/
H A Dlocation.hh55 : begin (b)
62 : begin (p)
71 : begin (f, l, c)
82 begin.initialize (f, l, c);
83 end = begin;
92 begin = end;
111 position begin; member in class:yy::location
117 inline const location operator+ (const location& begin, const location& end) argument
119 location res = begin;
125 inline const location operator+ (const location& begin, unsigne argument
[all...]
/external/stlport/test/unit/
H A Dperm_test.cpp54 __iota(v1.begin(), v1.end(), 0);
56 prev_permutation(v1.begin(), v1.end());
60 prev_permutation(v1.begin(), v1.end());
64 prev_permutation(v1.begin(), v1.end());
68 prev_permutation(v1.begin(), v1.end());
72 prev_permutation(v1.begin(), v1.end());
76 prev_permutation(v1.begin(), v1.end());
80 prev_permutation(v1.begin(), v1.end());
84 prev_permutation(v1.begin(), v1.end());
88 prev_permutation(v1.begin(), v
[all...]
H A Drndshf_test.cpp56 __iota(v1.begin(), v1.end(), 0);
61 random_shuffle(v1.begin(), v1.end(), r);
62 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 0)==1);
63 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 1)==1);
64 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 2)==1);
65 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 3)==1);
66 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 4)==1);
67 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 5)==1);
68 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 6)==1);
69 CPPUNIT_ASSERT(count(v1.begin(), v
[all...]
H A Drotate_test.cpp51 __iota(v1.begin(), v1.end(), 0);
53 rotate(v1.begin(), v1.begin()+1, v1.end());
65 rotate(v1.begin(), v1.begin()+2, v1.end());
77 rotate(v1.begin(), v1.begin()+7, v1.end());
107 __iota(v1.begin(), v1.end(), 0);
110 rotate_copy(v1.begin(), v1.begin()
[all...]
/external/elfutils/libdw/
H A Ddwarf_haspc.c65 Dwarf_Addr begin; local
69 &begin, &end)) > 0)
70 if (pc >= begin && pc < end)
/external/v8/src/
H A Dv8conversions.cc87 const char* begin = SeqAsciiString::cast(str)->GetChars(); local
88 const char* end = begin + str->length();
89 return InternalStringToDouble(unicode_cache, begin, end, flags,
92 const uc16* begin = SeqTwoByteString::cast(str)->GetChars(); local
93 const uc16* end = begin + str->length();
94 return InternalStringToDouble(unicode_cache, begin, end, flags,
112 const char* begin = SeqAsciiString::cast(str)->GetChars(); local
113 const char* end = begin + str->length();
114 return InternalStringToInt(unicode_cache, begin, end, radix);
116 const uc16* begin local
[all...]
/external/clang/test/SemaCXX/
H A Dfor-range-no-std.cpp5 int *begin();
13 int begin(Range); // expected-note {{not viable}}
23 iter begin(ADL); // expected-note {{not viable}}
28 NS::iter begin(NS::NoADL); // expected-note {{not viable}}
/external/stlport/stlport/stl/
H A D_relops_cont.h10 equal(__x.begin(), __x.end(), __y.begin());
17 return lexicographical_compare(__x.begin(), __x.end(),
18 __y.begin(), __y.end());
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGGraph.h44 BasicBlock(unsigned bytecodeBegin, NodeIndex begin, NodeIndex end) argument
46 , begin(begin)
57 NodeIndex begin; member in struct:JSC::DFG::BasicBlock
96 BasicBlock* begin = m_blocks.begin(); local
97 BasicBlock* block = binarySearch<BasicBlock, unsigned, BasicBlock::getBytecodeBegin>(begin, m_blocks.size(), bytecodeBegin);
98 ASSERT(block >= m_blocks.begin() && block < m_blocks.end());
99 return static_cast<BlockIndex>(block - begin);
/external/marisa-trie/lib/marisa/
H A Drange.h11 Range(UInt32 begin, UInt32 end, UInt32 pos) argument
12 : begin_(begin), end_(end), pos_(pos) {}
14 void set_begin(UInt32 begin) { argument
15 begin_ = begin;
24 UInt32 begin() const { function in class:marisa::Range
45 WRange(UInt32 begin, UInt32 end, UInt32 pos, double weight) argument
46 : range_(begin, end, pos), weight_(weight) {}
48 void set_begin(UInt32 begin) { argument
49 range_.set_begin(begin);
64 UInt32 begin() cons function in class:marisa::WRange
[all...]
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Drange.h11 Range(UInt32 begin, UInt32 end, UInt32 pos) argument
12 : begin_(begin), end_(end), pos_(pos) {}
14 void set_begin(UInt32 begin) { argument
15 begin_ = begin;
24 UInt32 begin() const { function in class:marisa_alpha::Range
45 WRange(UInt32 begin, UInt32 end, UInt32 pos, double weight) argument
46 : range_(begin, end, pos), weight_(weight) {}
48 void set_begin(UInt32 begin) { argument
49 range_.set_begin(begin);
64 UInt32 begin() cons function in class:marisa_alpha::WRange
[all...]
/external/openfst/src/include/fst/
H A Dinterval-set.h40 T begin; member in struct:fst::IntervalSet::Interval
43 Interval() : begin(-1), end(-1) {}
45 Interval(T b, T e) : begin(b), end(e) {}
48 return begin < i.begin || (begin == i.begin && end > i.end);
52 return begin == i.begin && end == i.end;
56 return begin !
[all...]

Completed in 2478 milliseconds

1234567891011>>