HomeSort by relevance Sort by last modified time
    Searched full:begin (Results 976 - 1000 of 17279) sorted by null

<<31323334353637383940>>

  /external/chromium_org/content/browser/worker_host/
worker_document_set.cc 24 for (DocumentInfoSet::const_iterator i = document_set_.begin();
34 for (DocumentInfoSet::iterator i = document_set_.begin();
46 for (DocumentInfoSet::iterator i = document_set_.begin();
  /external/chromium_org/content/common/android/
address_parser_internal.h 22 base::string16::const_iterator begin; member in struct:content::address_parser::internal::Word
26 Word(const base::string16::const_iterator& begin,
35 bool Parse(const base::string16::const_iterator& begin,
  /external/chromium_org/extensions/browser/
event_listener_map.cc 82 for (ListenerList::iterator it = listeners.begin(); it != listeners.end();
108 for (ListenerList::iterator it2 = it->second.begin();
120 for (ListenerList::iterator it2 = it->second.begin();
131 for (ListenerMap::iterator it = listeners_.begin(); it != listeners_.end();
133 for (ListenerList::iterator it2 = it->second.begin();
144 for (ListenerMap::iterator it = listeners_.begin(); it != listeners_.end();
146 for (ListenerList::iterator it2 = it->second.begin();
161 for (std::set<std::string>::const_iterator it = event_names.begin();
195 for (std::set<MatcherID>::iterator id = ids.begin(); id != ids.end();
203 for (ListenerList::const_iterator it = listeners.begin();
    [all...]
  /external/chromium_org/net/quic/congestion_control/
quic_max_sized_map.h 39 ListIterator list_it = insert_order_.begin();
57 ConstIterator Begin() const {
58 return ConstIterator(table_.begin());
  /external/chromium_org/ppapi/api/dev/
ppp_printing_dev.idl 36 * can only be made after a successful call to Begin. Returns the number of
40 int32_t Begin([in] PP_Instance instance,
44 * Prints the specified pages using the format specified in Begin.
  /external/chromium_org/sync/notifier/
mock_ack_handler.cc 47 unacked_invalidations_.begin(),
56 unsent_invalidations_.begin(),
67 unacked_invalidations_.begin(),
  /external/chromium_org/third_party/JSON/JSON-2.59/t/
e01_property.t 5 BEGIN { plan tests => 90 };
7 BEGIN { $ENV{PERL_JSON_BACKEND} = "JSON::backportPP"; }
9 BEGIN {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathByteStream.h 61 DataIterator begin() { return m_data.begin(); } function in class:WebCore::SVGPathByteStream
66 for (DataIterator it = other->begin(); it != other->end(); ++it)
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
ShaderCache.h 56 mMap.begin()->second->Release();
57 mMap.erase(mMap.begin());
68 for (typename Map::iterator it = mMap.begin(); it != mMap.end(); ++it)
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
memory_output_stream.cc 28 store_.insert(store_.end(), buffer->begin(), buffer->end());
37 buffer->begin() + offset,
38 buffer->begin() + offset + length);
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateSet.cpp 18 SK_MEMBER(begin, MSec),
72 memset(fValues.begin(), 0, fValues.count() * sizeof(fValues.begin()[0]));
  /external/chromium_org/third_party/skia/src/core/
SkDeque.cpp 79 char* begin; local
84 begin = first->fStop - fElemSize;
86 begin = first->fBegin - fElemSize;
87 if (begin < first->start()) { // no more room in this chunk
97 first->fBegin = begin;
101 fFront = fBack = begin;
104 fFront = begin;
107 return begin;
167 char* begin = first->fBegin + fElemSize; local
168 SkASSERT(begin <= first->fEnd)
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fts3shared.test 30 BEGIN;
42 BEGIN;
52 BEGIN;
  /external/chromium_org/url/
url_canon_icu.cc 187 bool ReadUTFChar(const char* str, int* begin, int length,
190 U8_NEXT(str, *begin, length, code_point);
195 (*begin)--;
204 bool ReadUTFChar(const base::char16* str, int* begin, int length,
206 if (U16_IS_SURROGATE(str[*begin])) {
207 if (!U16_IS_SURROGATE_LEAD(str[*begin]) || *begin + 1 >= length ||
208 !U16_IS_TRAIL(str[*begin + 1])) {
214 *code_point = U16_GET_SUPPLEMENTARY(str[*begin], str[*begin + 1])
    [all...]
  /external/clang/test/SemaObjC/
arc-cf.m 13 #pragma clang arc_cf_code_audited begin
30 #define CF_AUDIT_BEGIN _Pragma("clang arc_cf_code_audited begin")
52 #pragma clang arc_cf_code_audited begin
  /external/libvorbis/doc/
04-codec.tex 31 \begin{Verbatim}[commandchars=\\\{\}]
51 \begin{Verbatim}[commandchars=\\\{\}]
75 \begin{itemize}
94 \begin{center}
110 \begin{enumerate}
126 \begin{enumerate}
138 \begin{enumerate}
141 \begin{enumerate}
162 \begin{enumerate}
166 \begin{enumerate
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.cpp 55 std::lower_bound(RangeCollection.begin(), RangeCollection.end(),
80 std::for_each(sets.begin(), sets.end(), CountArangeDescriptors(count));
85 std::for_each(sets.begin(), sets.end(), range_adder);
137 std::stable_sort(Aranges.begin(), Aranges.end(), RangeLessThan);
187 RangeCollIterator begin = Aranges.begin(); local
189 RangeCollIterator pos = std::lower_bound(begin, end, range, RangeLessThan);
193 } else if (pos != begin) {
208 RangeCollIterator begin = Aranges.begin(); local
    [all...]
  /external/llvm/lib/MC/
MCFunction.cpp 24 for (iterator I = begin(), E = end(); I != E; ++I)
44 return std::find(Successors.begin(), Successors.end(),
53 return std::find(Predecessors.begin(), Predecessors.end(),
  /external/llvm/unittests/IR/
ValueTest.cpp 41 EXPECT_FALSE(F->isUsedInBasicBlock(F->begin()));
42 EXPECT_TRUE((++F->arg_begin())->isUsedInBasicBlock(F->begin()));
43 EXPECT_TRUE(F->arg_begin()->isUsedInBasicBlock(F->begin()));
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/___PROJECTNAME___.xcodeproj/
project.pbxproj 9 /* Begin PBXBuildFile section */
18 /* Begin PBXCopyFilesBuildPhase section */
32 /* Begin PBXFileReference section */
46 /* Begin PBXFrameworksBuildPhase section */
58 /* Begin PBXGroup section */
135 /* Begin PBXNativeTarget section */
157 /* Begin PBXProject section */
172 /* Begin PBXResourcesBuildPhase section */
183 /* Begin PBXSourcesBuildPhase section */
195 /* Begin PBXVariantGroup section *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/
project.pbxproj 9 /* Begin PBXBuildFile section */
19 /* Begin PBXCopyFilesBuildPhase section */
33 /* Begin PBXFileReference section */
48 /* Begin PBXFrameworksBuildPhase section */
60 /* Begin PBXGroup section */
138 /* Begin PBXNativeTarget section */
160 /* Begin PBXProject section */
175 /* Begin PBXResourcesBuildPhase section */
187 /* Begin PBXSourcesBuildPhase section */
199 /* Begin PBXVariantGroup section *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/___PROJECTNAME___.xcodeproj/
project.pbxproj 9 /* Begin PBXBuildFile section */
18 /* Begin PBXCopyFilesBuildPhase section */
32 /* Begin PBXFileReference section */
46 /* Begin PBXFrameworksBuildPhase section */
58 /* Begin PBXGroup section */
135 /* Begin PBXNativeTarget section */
157 /* Begin PBXProject section */
172 /* Begin PBXResourcesBuildPhase section */
183 /* Begin PBXSourcesBuildPhase section */
195 /* Begin PBXVariantGroup section *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/
project.pbxproj 9 /* Begin PBXBuildFile section */
19 /* Begin PBXCopyFilesBuildPhase section */
33 /* Begin PBXFileReference section */
48 /* Begin PBXFrameworksBuildPhase section */
60 /* Begin PBXGroup section */
138 /* Begin PBXNativeTarget section */
160 /* Begin PBXProject section */
175 /* Begin PBXResourcesBuildPhase section */
187 /* Begin PBXSourcesBuildPhase section */
199 /* Begin PBXVariantGroup section *
    [all...]
  /external/sfntly/cpp/src/sfntly/port/
memory_output_stream.cc 28 store_.insert(store_.end(), buffer->begin(), buffer->end());
37 buffer->begin() + offset,
38 buffer->begin() + offset + length);
  /external/skia/src/animator/
SkAnimateSet.cpp 18 SK_MEMBER(begin, MSec),
72 memset(fValues.begin(), 0, fValues.count() * sizeof(fValues.begin()[0]));

Completed in 543 milliseconds

<<31323334353637383940>>