HomeSort by relevance Sort by last modified time
    Searched defs:Begin (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/chromium/app/sql/
transaction.cc 22 bool Transaction::Begin() {
34 << "Did you remember to call Begin() and check its return?";
44 << "Did you remember to call Begin() and check its return?";
  /external/chromium_org/cc/layers/
layer_iterator.cc 20 void LayerIteratorActions::BackToFront::Begin(
95 void LayerIteratorActions::FrontToBack::Begin(
179 template CC_EXPORT void LayerIteratorActions::BackToFront::Begin(
189 template CC_EXPORT void LayerIteratorActions::BackToFront::Begin(
205 template CC_EXPORT void LayerIteratorActions::FrontToBack::Begin(
218 template CC_EXPORT void LayerIteratorActions::FrontToBack::Begin(
  /external/chromium_org/sql/
transaction.cc 22 bool Transaction::Begin() {
34 << "Did you remember to call Begin() and check its return?";
44 << "Did you remember to call Begin() and check its return?";
recovery.cc 16 scoped_ptr<Recovery> Recovery::Begin(
  /external/chromium_org/cc/debug/
paint_time_counter.h 32 RingBufferType::Iterator Begin() const { return ring_buffer_.Begin(); }
ring_buffer.h 95 // for (RingBuffer<T, kSize>::Iterator it = ring_buffer.Begin(); it; ++it) {}
96 Iterator Begin() const {
  /external/sfntly/cpp/src/sfntly/data/
growable_memory_byte_array.cc 58 std::copy(b + offset, b + offset + length, b_.begin() + index);
78 byte_t* GrowableMemoryByteArray::Begin() {
memory_byte_array.cc 88 byte_t* MemoryByteArray::Begin() {
  /art/runtime/
mem_map.h 68 byte* Begin() const {
77 return Begin() + Size();
81 return Begin() <= addr && addr < End();
88 MemMap(const std::string& name, byte* begin, size_t size, void* base_begin, size_t base_size,
elf_file.h 47 byte* Begin() {
48 return map_->Begin();
  /external/chromium_org/cc/resources/
memory_history.h 42 RingBufferType::Iterator Begin() const { return ring_buffer_.Begin(); }
  /external/chromium_org/ppapi/c/dev/
ppp_printing_dev.h 61 * can only be made after a successful call to Begin. Returns the number of
65 int32_t (*Begin)(PP_Instance instance,
68 * Prints the specified pages using the format specified in Begin.
  /external/chromium_org/ppapi/cpp/dev/
printing_dev.cc 31 int32_t Begin(PP_Instance instance,
70 &Begin,
  /external/llvm/lib/CodeGen/
MachineLoopInfo.cpp 51 MachineFunction::iterator Begin = TopMBB->getParent()->begin();
52 if (TopMBB != Begin) {
56 if (TopMBB == Begin) break;
  /external/llvm/lib/DebugInfo/
DWARFDebugLoc.h 25 uint64_t Begin;
  /external/llvm/lib/IR/
User.cpp 49 Use *Begin = static_cast<Use*>(::operator new(size));
50 Use *End = Begin + N;
52 return Use::initTags(Begin, End);
  /external/llvm/lib/MC/
MCModule.cpp 22 uint64_t Begin = NewAtom->Begin;
24 assert(Begin <= NewAtom->End && "Creating MCAtom with endpoints reversed?");
28 Begin, AtomComp);
36 MCTextAtom *MCModule::createTextAtom(uint64_t Begin, uint64_t End) {
37 MCTextAtom *NewAtom = new MCTextAtom(this, Begin, End);
42 MCDataAtom *MCModule::createDataAtom(uint64_t Begin, uint64_t End) {
43 MCDataAtom *NewAtom = new MCDataAtom(this, Begin, End);
52 Atom->Begin, AtomComp);
63 Atom->Begin = NewBegin
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreePatternLexer.cs 39 public const int Begin = 1;
96 return Begin;
  /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/clang/lib/Sema/
SemaFixItUtils.cpp 60 const SourceLocation Begin = FullExpr->getSourceRange().getBegin();
99 S, Begin, VK_LValue);
110 CharSourceRange::getTokenRange(Begin, Begin)));
113 Hints.push_back(FixItHint::CreateInsertion(Begin, "*("));
116 Hints.push_back(FixItHint::CreateInsertion(Begin, "*"));
137 S, Begin, VK_RValue);
144 CharSourceRange::getTokenRange(Begin, Begin)));
147 Hints.push_back(FixItHint::CreateInsertion(Begin, "&("))
    [all...]
  /external/chromium_org/content/common/android/
trace_event_binding.cc 79 static void Begin(JNIEnv* env, jclass clazz,
  /external/chromium_org/ppapi/proxy/
ppp_printing_proxy.cc 40 int32_t Begin(PP_Instance instance,
100 &Begin,
171 *result = CallWhileUnlocked(ppp_printing_impl_->Begin,
  /external/clang/unittests/AST/
CommentLexer.cpp 65 SourceLocation Begin = SourceMgr.getLocForStartOfFile(File);
67 Lexer L(Allocator, Diags, Traits, Begin, Source, Source + strlen(Source));
    [all...]
  /external/libvpx/libvpx/test/
i420_video_source.h 48 virtual void Begin() {
ivf_video_source.h 54 virtual void Begin() {

Completed in 1146 milliseconds

1 2 3 4 5