Home
last modified time | relevance | path

Searched refs:stubs (Results 1 – 25 of 82) sorted by relevance

1234

/external/protobuf/python/
Dstubout.py36 self.stubs = []
93 self.stubs.append((orig_obj, attr_name, orig_attr))
102 self.stubs.reverse()
104 for args in self.stubs:
107 self.stubs = []
Dmox.py162 self.stubs = stubout.StubOutForTesting()
228 self.stubs.Set(obj, attr_name, stub)
233 self.stubs.UnsetAll()
/external/protobuf/
DAndroid.mk20 src/google/protobuf/stubs/common.cc \
21 src/google/protobuf/stubs/once.cc \
22 src/google/protobuf/stubs/hash.cc \
23 src/google/protobuf/stubs/hash.h \
24 src/google/protobuf/stubs/map-util.h \
25 src/google/protobuf/stubs/stl_util-inl.h \
126 src/google/protobuf/stubs/common.cc \
127 src/google/protobuf/stubs/hash.cc \
128 src/google/protobuf/stubs/once.cc \
129 src/google/protobuf/stubs/structurally_valid.cc \
[all …]
Dautogen.sh10 if test ! -f src/google/protobuf/stubs/common.h; then
Dgenerate_descriptor_proto.sh13 if test ! -e src/google/protobuf/stubs/common.h; then
Dconfigure.ac9 # * src/google/protobuf/stubs/common.h
/external/protobuf/src/
DMakefile.am41 google/protobuf/stubs/common.h \
42 google/protobuf/stubs/once.h \
84 google/protobuf/stubs/common.cc \
85 google/protobuf/stubs/once.cc \
86 google/protobuf/stubs/hash.cc \
87 google/protobuf/stubs/hash.h \
88 google/protobuf/stubs/map-util.h \
89 google/protobuf/stubs/stl_util-inl.h \
104 google/protobuf/stubs/strutil.cc \
105 google/protobuf/stubs/strutil.h \
[all …]
DMakefile.in301 am__nobase_include_HEADERS_DIST = google/protobuf/stubs/common.h \
302 google/protobuf/stubs/once.h google/protobuf/descriptor.h \
495 google/protobuf/stubs/common.h \
496 google/protobuf/stubs/once.h \
537 google/protobuf/stubs/common.cc \
538 google/protobuf/stubs/once.cc \
539 google/protobuf/stubs/hash.cc \
540 google/protobuf/stubs/hash.h \
541 google/protobuf/stubs/map-util.h \
542 google/protobuf/stubs/stl_util-inl.h \
[all …]
/external/protobuf/vsprojects/
Dextract_includes.bat4 md include\google\protobuf\stubs
10 copy ..\src\google\protobuf\stubs\common.h include\google\protobuf\stubs\common.h
11 copy ..\src\google\protobuf\stubs\once.h include\google\protobuf\stubs\once.h
/external/v8/
DAndroid.v8common.mk16 src/code-stubs.cc \
108 src/arm/code-stubs-arm.cc \
130 src/mips/code-stubs-mips.cc \
152 src/ia32/code-stubs-ia32.cc \
/external/opencv/cxcore/src/
Dcxlogic.cpp222 CvMatND stubs[2]; in icvLogicS() local
229 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator )); in icvLogicS()
388 CvMatND stubs[3]; in icvLogic() local
395 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator )); in icvLogic()
650 CvMatND stubs[2]; in cvNot() local
653 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator )); in cvNot()
Dcxarithm.cpp304 CvMatND stubs[3]; local
311 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator ));
580 CvMatND stubs[2]; in cvSubRS() local
587 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator )); in cvSubRS()
776 CvMatND stubs[3]; in cvAdd() local
783 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator )); in cvAdd()
1052 CvMatND stubs[2]; in cvAddS() local
1059 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator )); in cvAddS()
1372 CvMatND stubs[3]; in cvMul() local
1375 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator )); in cvMul()
[all …]
/external/qemu-pc-bios/bochs/
DMakefile.in428 memory/memory.dsp iodev/iodev.dsp instrument/stubs/stubs.dsp \
682 instrument/stubs/instrument.h iodev/iodev.h bochs.h iodev/vga.h \
688 instrument/stubs/instrument.h cpu/cpu.h disasm/disasm.h cpu/crregs.h \
696 gui/textconfig.h gui/keymap.h instrument/stubs/instrument.h cpu/cpu.h \
705 instrument/stubs/instrument.h cpu/cpu.h disasm/disasm.h cpu/crregs.h \
713 instrument/stubs/instrument.h cpu/cpu.h disasm/disasm.h cpu/crregs.h \
721 instrument/stubs/instrument.h
725 gui/keymap.h instrument/stubs/instrument.h cpu/cpu.h disasm/disasm.h \
733 gui/textconfig.h gui/keymap.h instrument/stubs/instrument.h \
738 instrument/stubs/instrument.h iodev/iodev.h bochs.h iodev/vga.h \
/external/v8/tools/gyp/
Dv8.gyp270 '../../src/code-stubs.cc',
271 '../../src/code-stubs.h',
512 '../../src/arm/code-stubs-arm.cc',
513 '../../src/arm/code-stubs-arm.h',
546 '../../src/ia32/code-stubs-ia32.cc',
547 '../../src/ia32/code-stubs-ia32.h',
579 '../../src/mips/code-stubs-mips.cc',
580 '../../src/mips/code-stubs-mips.h',
611 '../../src/x64/code-stubs-x64.cc',
612 '../../src/x64/code-stubs-x64.h',
/external/v8/src/
DSConscript53 code-stubs.cc
146 arm/code-stubs-arm.cc
167 mips/code-stubs-mips.cc
187 ia32/code-stubs-ia32.cc
206 x64/code-stubs-x64.cc
Dincremental-marking.cc432 UnseededNumberDictionary* stubs = heap->code_stubs(); in PatchIncrementalMarkingRecordWriteStubs() local
434 int capacity = stubs->Capacity(); in PatchIncrementalMarkingRecordWriteStubs()
436 Object* k = stubs->KeyAt(i); in PatchIncrementalMarkingRecordWriteStubs()
437 if (stubs->IsKey(k)) { in PatchIncrementalMarkingRecordWriteStubs()
442 Object* e = stubs->ValueAt(i); in PatchIncrementalMarkingRecordWriteStubs()
/external/llvm/test/CodeGen/AArch64/
Dpic-eh-stubs.ll10 ; ... referring indirectly to stubs for its typeinfo ...
/external/webkit/Source/WebCore/platform/graphics/chromium/
DImageChromiumMac.mm46 // FIXME: These are temporary stubs, we need real implementations which
/external/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.ml55 overhead on top of the two stubs that are already invoked for each
/external/zlib/src/contrib/delphi/
Dreadme.txt29 and _malloc and _free are added as C RTL stubs. As a result,
/external/valgrind/main/docs/internals/
Dnotes.txt109 point(s) to appropriate helper stubs instead. There is no point in
119 redirected to suitable stubs which do normal syscalls instead.
Dporting-HOWTO.txt43 uncomment and fix up the copied ones. Just use stubs that fail (immediately
DDarwin-notes.txt96 assembly stubs actually necessary for anything? I don't know.
/external/llvm/docs/
DCompilerWriterInfo.rst61 * `Long branch stubs for powerpc64-linux (from binutils) <http://sources.redhat.com/ml/binutils/200…
/external/chromium/chrome/browser/
Dbrowser_main_mac.mm48 // From browser_main_win.h, stubs until we figure out the right thing...

1234