HomeSort by relevance Sort by last modified time
    Searched refs:begin (Results 251 - 275 of 3797) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/webui/
remoting_ui.cc 52 std::copy(full_html.begin(), full_html.end(), html_bytes->data.begin());
sync_internals_html_source.cc 42 std::copy(html.begin(), html.end(), bytes->data.begin());
  /external/chromium/net/http/
http_auth_sspi_win_unittest.cc 65 HttpAuth::ChallengeTokenizer challenge(challenge_text.begin(),
78 HttpAuth::ChallengeTokenizer first_challenge(first_challenge_text.begin(),
90 HttpAuth::ChallengeTokenizer second_challenge(second_challenge_text.begin(),
103 HttpAuth::ChallengeTokenizer challenge(challenge_text.begin(),
116 HttpAuth::ChallengeTokenizer first_challenge(first_challenge_text.begin(),
126 HttpAuth::ChallengeTokenizer second_challenge(second_challenge_text.begin(),
139 HttpAuth::ChallengeTokenizer first_challenge(first_challenge_text.begin(),
149 HttpAuth::ChallengeTokenizer second_challenge(second_challenge_text.begin(),
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessiondescription.cc 36 for (ContentInfos::const_iterator content = contents.begin();
47 for (ContentInfos::const_iterator content = contents.begin();
  /external/clang/include/clang/AST/
CXXInheritance.h 186 paths_iterator begin() { return Paths.begin(); } function in class:clang::CXXBasePaths
188 const_paths_iterator begin() const { return Paths.begin(); } function in class:clang::CXXBasePaths
284 iterator begin() { return Overrides.begin(); } function in class:clang::OverridingMethods
285 const_iterator begin() const { return Overrides.begin(); } function in class:clang::OverridingMethods
  /external/clang/include/clang/Index/
Handlers.h 60 /// I = TURes.begin(), E = TURes.end(); I != E; ++I) { ....
74 iterator begin() const { return Store.begin(); } function in class:clang::idx::Storing
  /external/clang/lib/AST/
StmtViz.cpp 47 if (OutStr[0] == '\n') OutStr.erase(OutStr.begin());
53 OutStr.insert(OutStr.begin()+i+1, 'l');
  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 122 /// begin/end - Iterators for function metadata.
124 iterator begin() { return Functions.begin(); } function in class:llvm::GCStrategy
  /external/llvm/lib/Target/Alpha/
AlphaBranchSelector.cpp 45 for (MachineFunction::iterator MFI = Fn.begin(), E = Fn.end(); MFI != E;
49 for (MachineBasicBlock::iterator MBBI = MBB->begin(), EE = MBB->end();
  /external/llvm/lib/Transforms/Utils/
InstructionNamer.cpp 40 for (Function::iterator BB = F.begin(), E = F.end(); BB != E; ++BB) {
44 for (BasicBlock::iterator I = BB->begin(), E = BB->end(); I != E; ++I)
  /external/llvm/tools/bugpoint-passes/
TestPasses.cpp 37 for (BasicBlock::iterator I = BB.begin(), E = BB.end(); I != E; ++I)
60 for (BasicBlock::iterator I = BB.begin(), E = BB.end(); I != E; ++I)
  /external/oprofile/libpp/
sample_container.h 34 samples_iterator begin(symbol_entry const *) const;
39 samples_iterator begin() const;
  /external/skia/gpu/include/
GrTDArray.h 79 T* begin() const { return fArray; } function in class:GrTDArray
127 for (T* curr = this->begin(); curr < stop; curr++) {
139 for (T* curr = this->begin(); curr < stop; curr++) {
151 for (T* curr = this->begin(); curr < stop; curr++) {
159 for (T* curr = this->begin(); curr < stop; curr++) {
168 T* curr = this->begin();
180 0 == memcmp(a.begin(), b.begin(), a.count() * sizeof(T)));
  /external/stlport/test/eh/
test.cpp 10 for(it = coll.begin(); it != coll.end(); ++it) {
24 set1.insert(aVector.begin(), aVector.end());
  /external/stlport/test/unit/
accum_test.cpp 36 int sum = accumulate(v.begin(), v.end(), 0);
44 int prod = accumulate(v.begin(), v.end(), 1, mult);
fill_test.cpp 33 fill(v.begin(), v.end(), 42);
49 fill_n(v.begin(), v.size(), 42);
  /external/webkit/Source/WebCore/dom/
StaticHashSetNodeList.cpp 58 ListHashSet<RefPtr<Node> >::const_iterator it = m_nodes.begin();
68 ListHashSet<RefPtr<Node> >::const_iterator it = m_nodes.begin();
  /external/webkit/Source/WebCore/loader/
DocumentWriter.h 51 void begin();
52 void begin(const KURL&, bool dispatchWindowObjectAvailable = true, SecurityOrigin* forcedSecurityOrigin = 0);
  /external/webkit/Source/WebCore/svg/
SVGPathByteStream.h 62 DataIterator begin() { return m_data.begin(); } function in class:WebCore::SVGPathByteStream
  /external/webkit/Tools/QtTestBrowser/
fpstimer.cpp 79 m_frames.erase(m_frames.begin(), m_frames.begin() + FRAMES_TO_PURGE_WHEN_FULL);
  /ndk/tests/device/test-gnustl-full/unit/
accum_test.cpp 36 int sum = accumulate(v.begin(), v.end(), 0);
44 int prod = accumulate(v.begin(), v.end(), 1, mult);
fill_test.cpp 33 fill(v.begin(), v.end(), 42);
49 fill_n(v.begin(), v.size(), 42);
  /ndk/tests/device/test-stlport/unit/
accum_test.cpp 36 int sum = accumulate(v.begin(), v.end(), 0);
44 int prod = accumulate(v.begin(), v.end(), 1, mult);
fill_test.cpp 33 fill(v.begin(), v.end(), 42);
49 fill_n(v.begin(), v.size(), 42);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
iterators_fn_imps.hpp 39 * begin().
53 begin() function in class:PB_DS_CLASS_C_DEC
70 begin() const function in class:PB_DS_CLASS_C_DEC

Completed in 2215 milliseconds

<<11121314151617181920>>