Searched refs:Finish (Results 1 - 25 of 111) sorted by relevance

12345

/external/mesa3d/src/gallium/state_trackers/xorg/
H A DSConscript23 conf.Finish()
/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module_unittest.cc178 // this.root_handler_.EndAttributes, but not this.root_handler_.Finish.
186 // not Finish.
193 // not Finish. If NAME is non-zero, use it as the DW_AT_name
201 // function's size. Call EndAttributes and Finish; one cannot define
210 // a DW_AT_name attribute. Call EndAttributes and Finish.
241 // this.root_handler_.Finish. After that point, no further calls
399 handler->Finish();
423 handler->Finish();
462 func->Finish();
485 die->Finish();
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_flush.c129 * Called via ctx->Driver.Finish()
146 functions->Finish = st_glFinish;
151 * Finish() is identical to Flush() in all cases - no differences in
157 functions->Finish = st_glFlush;
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DInflater.cs84 public override void Finish() method in class:DotZLib.Inflater
89 err = inflate(ref _ztream, (int)FlushTypes.Finish);
H A DDeflater.cs86 public override void Finish() method in class:DotZLib.Deflater
91 err = deflate(ref _ztream, (int)FlushTypes.Finish);
H A DDotZLib.cs24 None, Partial, Sync, Full, Finish, Block enumerator in enum:DotZLib.FlushTypes
200 void Finish(); method in interface:DotZLib.Codec
H A DCodecBase.cs109 public abstract void Finish(); method in class:DotZLib.CodecBase
/external/google-breakpad/src/processor/
H A Dsynth_minidump_unittest.cc62 section.Finish(0);
73 section2.Finish(0x32287ec2);
87 stream.Finish(0x41424344);
105 memory.Finish(0x51525354);
166 context.Finish(0x8665da0c);
169 stack.Finish(0xe08cdbd1);
197 context.Finish(0x8665da0c);
255 s.Finish(0xdc2bb469);
265 list.Finish(0x84e09808);
282 list.Finish(
[all...]
H A Dsynth_minidump.h66 // minidump.Finish();
84 // - dump.Add(thing) invokes thing->Finish, which tells *thing the
152 // functions call the Finish member function of the object being
153 // added for you; if you are 'Add'ing this section, you needn't Finish it.
154 virtual void Finish(const Label &offset) { function in class:google_breakpad::SynthMinidump::Section
294 element->Finish(file_offset_ + Size());
302 // Finish up the contents of this section, mark it as having been
304 virtual void Finish(const Label &offset) { function in class:google_breakpad::SynthMinidump::List
305 Stream::Finish(offset);
326 // The following functions call OBJECT->Finish(), an
[all...]
H A Dminidump_unittest.cc124 dump.Finish();
135 big_minidump.Finish();
149 dump.Finish();
185 dump.Finish();
238 dump.Finish();
317 dump.Finish();
360 dump.Finish();
416 dump.Finish();
454 dump.Finish();
566 dump.Finish();
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_ioctl.c93 functions->Finish = radeonFinish;
/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.h34 void Finish();
/external/v8/src/x87/
H A Dlithium-gap-resolver-x87.h34 void Finish();
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2diehandler_unittest.cc77 MOCK_METHOD0(Finish, void());
96 MOCK_METHOD0(Finish, void());
167 EXPECT_CALL(mock_root_handler, Finish())
242 EXPECT_CALL(mock_root_handler, Finish())
283 // Finish the root DIE (and thus the CU).
329 EXPECT_CALL(*mock_child1_handler, Finish())
353 EXPECT_CALL(*mock_child3_handler, Finish())
357 EXPECT_CALL(mock_root_handler, Finish())
422 // Finish the root DIE (and thus the CU).
476 EXPECT_CALL(*mock_grandchild_handler, Finish())
[all...]
H A Ddwarf2reader_die_unittest.cc178 info.Finish();
300 info.Finish();
318 info.Finish();
339 info.Finish();
357 info.Finish();
383 info.Finish();
402 info.Finish();
420 info.Finish();
444 info.Finish();
H A Ddwarf2diehandler.cc69 // Finish off this handler now. and edit *PARENT to indicate that
71 parent->handler_->Finish();
125 entry->handler_->Finish();
H A Ddwarf2reader_test_common.h89 TestCompilationUnit &Finish() { function in class:TestCompilationUnit
135 // Finish the current abbreviation code.
142 // Finish the current abbreviation table.
H A Ddwarf2diehandler.h147 // children, it invokes the handler's Finish() member function,
179 // - Finish()
252 // any). We call Finish on every handler --- even if EndAttributes
254 virtual void Finish() { }; function in class:dwarf2reader::DIEHandler
/external/google-breakpad/src/common/linux/
H A Dfile_id_unittest.cc140 elf.Finish();
172 elf.Finish();
207 elf.Finish();
236 elf1.Finish();
253 elf2.Finish();
H A Ddump_symbols_unittest.cc114 elf.Finish();
154 elf.Finish();
/external/clang/test/SemaCXX/
H A Dmissing-namespace-qualifier-typo-corrections.cpp79 // "fimish" to "Finish". The result would be no correction being suggested
83 void Finish(int); // expected-note {{'Finish' declared here}}
85 fimish(7); // expected-error {{use of undeclared identifier 'fimish'; did you mean 'Finish'?}}
/external/pdfium/core/include/fxcodec/
H A Dfx_codec_provider.h38 virtual void Finish(void* pContext) = 0;
/external/v8/src/compiler/
H A Dcommon-operator.h97 const Operator* Finish(int arguments);
H A Dcommon-operator-unittest.cc169 TEST_F(CommonOperatorTest, Finish) {
171 const Operator* op = common()->Finish(arguments);
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc180 void LogMessage::Finish() { function in class:google::protobuf::internal::LogMessage
203 other.Finish();

Completed in 1039 milliseconds

12345