HomeSort by relevance Sort by last modified time
    Searched full:stubs (Results 126 - 150 of 961) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/protobuf/src/google/protobuf/stubs/
substitute.cc 33 #include <google/protobuf/stubs/substitute.h>
34 #include <google/protobuf/stubs/strutil.h>
35 #include <google/protobuf/stubs/stl_util.h>
common_unittest.cc 34 #include <google/protobuf/stubs/common.h>
35 #include <google/protobuf/stubs/strutil.h>
36 #include <google/protobuf/stubs/substitute.h>
  /art/runtime/
instrumentation.h 103 // typical use for instrumentation is for profiling and debugging. Instrumentation may add stubs
121 kInstrumentWithInstrumentationStubs, // execute with instrumentation entry/exit stubs
128 // suspend the runtime to install stubs. You are expected to hold the mutator lock as a proxy
129 // for saying you should have suspended all threads (installing stubs while threads are running
135 // Removes a listener possibly removing instrumentation stubs.
181 // Enable method tracing by installing instrumentation entry/exit stubs or interpreter.
187 // Disable method tracing by uninstalling instrumentation entry/exit stubs or interpreter.
207 // Update the code of a method respecting any installed stubs.
212 // will short-cut to GetCode if instrumentation and static method resolution stubs aren't
356 // Call back for configure stubs
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 241 // Partition M into a "globals and stubs" module, a "common symbols" module,
253 // this to build the compile actions for the stubs below.
265 // Keep track of the stubs we create for this module so that we can set
269 // Search for function definitions and insert stubs into the stubs
277 assert(Proto && "Failed to clone function decl into stubs module.");
310 // stubs/globals module and set the update actions.
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 143 void EmitFunctionStubs(const MachineModuleInfoMachO::SymbolListTy &Stubs);
198 // External or weakly linked global variables need non-lazily-resolved stubs
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOAArch64.h 249 StubMap &Stubs) override {
293 processGOTRelocation(RE, Value, Stubs);
369 RelocationValueRef &Value, StubMap &Stubs) {
372 StubMap::const_iterator i = Stubs.find(Value);
374 if (i != Stubs.end())
385 Stubs[Value] = StubOffset;
RuntimeDyldMachOI386.h 37 StubMap &Stubs) override {
224 // Populate stubs in __jump_table section.
240 "Jump-table section does not contain a whole number of stubs?");
  /external/opencv/cxcore/src/
cxlogic.cpp 222 CvMatND stubs[2]; local
229 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator ));
388 CvMatND stubs[3]; local
395 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator ));
650 CvMatND stubs[2]; local
653 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator ));
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/
graphical.py 144 # If there are not enough stubs to connect to, then the sequence is
151 # Reduce the next dmax largest stubs
161 # Add back to the list any non-zero stubs that were removed
381 # Attach out stubs to the nodes with the most in stubs
396 # Add back the nodes to the heap that still have available stubs
  /docs/source.android.com/src/compatibility/
cts-development.jd 91 <h3 id="test-stubs-and-utilities">Test Stubs and Utilities</h3>
94 <code>cts/tests/src</code> directory. These stubs aren't separated into separate test
  /external/protobuf/src/google/protobuf/compiler/
mock_code_generator.cc 42 #include <google/protobuf/stubs/strutil.h>
43 #include <google/protobuf/stubs/substitute.h>
45 #include <google/protobuf/stubs/stl_util.h>
  /bionic/libdl/
Android.mk 34 # with missing symbols. Since this library is just a bunch of stubs, we set
  /development/tools/idegen/
excluded-paths 19 # Generated API stubs. We only want the originals in our IDE.
  /development/tools/mkstubs/src/com/android/mkstubs/stubber/
ClassStubber.java 27 * A class visitor that generates stubs for all methods of the visited class.
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockRectF.java 24 @MockClass(realClass = RectF.class, stubs="", inverse=true)
  /external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 34 import com.google.doclava.Stubs;
264 Stubs.writeApi(apiWriter, api.getPackages().values());
286 Stubs.writeXml(apiWriter, api.getPackages().values());
322 Stubs.writeXml(apiWriter, pkgInfoDiff);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCheckerImpl.h 73 StubMap Stubs;
  /external/llvm/lib/Target/X86/
X86CompilationCallback_Win64.asm 24 ; WARNING: We cannot use register spill area - we're generating stubs by hands!
  /external/llvm/test/CodeGen/Mips/
mips16-hf-attr-2.ll 1 ; Check that stubs generation for mips16 hard-float mode does not depend
mips16-hf-attr.ll 1 ; Check that stubs generation for mips16 hard-float mode does not depend
  /external/mesa3d/src/mapi/glapi/
glapi_dispatch.c 30 * used if optimized assembly stubs are available (e.g., using
glapi_priv.h 107 * mem we allocate. For the common case of dispatch stubs with size 16 bytes,
  /external/mockito/src/org/mockito/stubbing/
DeprecatedOngoingStubbing.java 11 * Stubs a method call with return value or an exception. E.g:
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_extension.h 39 #include <google/protobuf/stubs/common.h>
  /external/protobuf/src/google/protobuf/compiler/java/
java_context.h 38 #include <google/protobuf/stubs/common.h>

Completed in 609 milliseconds

1 2 3 4 56 7 8 91011>>