HomeSort by relevance Sort by last modified time
    Searched defs:begin (Results 151 - 175 of 3803) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
functions-original.cc 34 // This is named like the begin() method which isn't renamed, but
36 void begin() {} function in namespace:blink
  /frameworks/av/services/audioflinger/
StateQueue.cpp 76 template<typename T> T* StateQueue<T>::begin() function in class:android::StateQueue
78 ALOG_ASSERT(!mInMutation, "begin() called when in a mutation");
  /frameworks/base/tools/aapt2/util/
ImmutableMap.h 41 std::vector<std::pair<TKey, TValue>>(list.begin(), list.end()));
46 std::vector<std::pair<TKey, TValue>> data(list.begin(), list.end());
47 std::sort(data.begin(), data.end());
60 auto iter = std::lower_bound(data_.begin(), end_iter, key, cmp);
67 const_iterator begin() const { return data_.begin(); } function in class:aapt::ImmutableMap
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegmentFactory.h 31 const_iterator begin() const { return m_Segments.begin(); } function in class:mcld::ELFSegmentFactory
32 iterator begin() { return m_Segments.begin(); } function in class:mcld::ELFSegmentFactory
  /frameworks/compile/mclinker/include/mcld/MC/
SearchDirs.h 59 const_iterator begin() const { return m_DirList.begin(); } function in class:mcld::SearchDirs
60 iterator begin() { return m_DirList.begin(); } function in class:mcld::SearchDirs
  /frameworks/compile/mclinker/include/mcld/Script/
RpnExpr.h 40 const_iterator begin() const { return m_TokenQueue.begin(); } function in class:mcld::RpnExpr
41 iterator begin() { return m_TokenQueue.begin(); } function in class:mcld::RpnExpr
SectionsCmd.h 38 const_iterator begin() const { return m_SectionCommands.begin(); } function in class:mcld::SectionsCmd
39 iterator begin() { return m_SectionCommands.begin(); } function in class:mcld::SectionsCmd
StringList.h 40 const_iterator begin() const { return m_Tokens.begin(); } function in class:mcld::StringList
41 iterator begin() { return m_Tokens.begin(); } function in class:mcld::StringList
  /frameworks/rs/rsov/compiler/spirit/
word_stream_impl.cpp 25 : mWords(words), mIter(mWords.begin()) {}
28 : mWords(words), mIter(mWords.begin()) {}
32 const uint32_t *begin = (uint32_t *)str.c_str(); local
33 const uint32_t *end = begin + (len / 4);
34 mWords.insert(mWords.end(), begin, end);
  /hardware/interfaces/confirmationui/support/test/
msg_formatting_test.cpp 73 auto begin = out.pos(); local
104 ASSERT_EQ(8, const_cast<uint8_t*>(reinterpret_cast<const uint8_t*>(prompt.c_str())) - begin);
105 ASSERT_EQ(20, extra.data() - begin);
106 ASSERT_EQ(27, const_cast<uint8_t*>(reinterpret_cast<const uint8_t*>(locale.c_str())) - begin);
107 ASSERT_EQ(40, reinterpret_cast<uint8_t*>(uiOpts.data()) - begin);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Core/
RewriteBuffer.h 35 iterator begin() const { return Buffer.begin(); } function in class:clang::RewriteBuffer
45 Initialize(Input.begin(), Input.end());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LivePhysRegs.h 138 const_iterator begin() const { return LiveRegs.begin(); } function in class:llvm::LivePhysRegs
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 41 const_iterator begin() const { function in class:llvm::DWARFAbbreviationDeclarationSet
42 return Decls.begin();
69 DWARFAbbreviationDeclarationSetMap::const_iterator begin() const { function in class:llvm::DWARFDebugAbbrev
70 return AbbrDeclSets.begin();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ValueSymbolTable.h 94 inline iterator begin() { return vmap.begin(); } function in class:llvm::ValueSymbolTable
97 inline const_iterator begin() const { return vmap.begin(); } function in class:llvm::ValueSymbolTable
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/XRay/
Trace.h 59 citerator begin() const { return Records.begin(); } function in class:llvm::xray::Trace
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Rewrite/Core/
RewriteBuffer.h 35 iterator begin() const { return Buffer.begin(); } function in class:clang::RewriteBuffer
45 Initialize(Input.begin(), Input.end());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SetVector.h 83 iterator begin() { function in class:llvm::SetVector
84 return vector_.begin();
88 const_iterator begin() const { function in class:llvm::SetVector
89 return vector_.begin();
180 auto NI = vector_.begin();
249 for (typename STy::const_iterator SI = S.begin(), SE = S.end(); SI != SE;
262 for (typename STy::const_iterator SI = S.begin(), SE = S.end(); SI != SE;
UniqueVector.h 76 iterator begin() { return Vector.begin(); } function in class:llvm::UniqueVector
79 const_iterator begin() const { return Vector.begin(); } function in class:llvm::UniqueVector
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LivePhysRegs.h 142 const_iterator begin() const { return LiveRegs.begin(); } function in class:llvm::LivePhysRegs
LiveStackAnalysis.h 55 const_iterator begin() const { return S2IMap.begin(); } function in class:llvm::LiveStacks
57 iterator begin() { return S2IMap.begin(); } function in class:llvm::LiveStacks
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
DebugCrossExSubsection.h 37 Iterator begin() const { return References.begin(); } function in class:llvm::codeview::final
DebugFrameDataSubsection.h 30 FixedStreamArray<FrameData>::Iterator begin() const { return Frames.begin(); } function in class:llvm::codeview::final
DebugStringTableSubsection.h 78 StringMap<uint32_t>::const_iterator begin() const { return Strings.begin(); } function in class:llvm::codeview::DebugStringTableSubsection
DebugSymbolRVASubsection.h 31 ArrayType::Iterator begin() const { return RVAs.begin(); } function in class:llvm::codeview::final
DebugSymbolsSubsection.h 30 CVSymbolArray::Iterator begin() const { return Records.begin(); } function in class:llvm::codeview::final

Completed in 648 milliseconds

1 2 3 4 5 67 8 91011>>