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

<<11121314151617181920>>

  /external/libxml2/python/
setup.py 106 print("failed to find and generate stubs for libxml2, aborting ...")
132 print("failed to generate stubs for libxslt, aborting ...")
setup.py.in 106 print("failed to find and generate stubs for libxml2, aborting ...")
132 print("failed to generate stubs for libxslt, aborting ...")
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 757 auto SectionMapItr = Stubs.find(FileName);
758 if (SectionMapItr == Stubs.end()) {
762 if (Stubs.empty())
763 ErrorMsg += "No stubs registered.";
766 for (const auto& StubEntry : Stubs) {
867 Stubs[FileName][SectionName].SectionID = SectionID;
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
extension_dict.cc 36 #include <google/protobuf/stubs/common.h>
45 #include <google/protobuf/stubs/shared_ptr.h>
  /external/protobuf/src/google/protobuf/stubs/
substitute.h 35 #include <google/protobuf/stubs/common.h>
36 #include <google/protobuf/stubs/strutil.h>
  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 37 #include <google/protobuf/stubs/common.h>
42 #include <google/protobuf/stubs/stl_util.h>
service.h 104 #include <google/protobuf/stubs/common.h>
122 // stubs), but they subclass this base interface. The methods of this
153 // used by this Service. For stubs, the "correct type" depends on the
  /external/v8/src/
flag-definitions.h 186 "use optimizing compiler to generate keyed generic load stubs")
249 DEFINE_BOOL(trace_hydrogen_stubs, false, "trace generated hydrogen for stubs")
441 "trace deoptimization of generated code stubs")
518 "make maps embedded in inline cache stubs")
663 // code-stubs-hydrogen.cc
665 "Print the time it takes to lazily compile hydrogen code stubs.")
    [all...]
code-stubs.cc 8 #include "src/code-stubs.h"
66 UnseededNumberDictionary* stubs = isolate()->heap()->code_stubs(); local
67 int index = stubs->FindEntry(GetKey());
69 *code_out = Code::cast(stubs->ValueAt(index));
106 // TODO(yangguo) remove this once the code serializer handles code stubs.
251 // Code stubs with special cache cannot be recreated from stub key.
  /external/valgrind/coregrind/
pub_core_trampoline.h 39 // stubs for signal returns. Note, all the code within runs on the
40 // simulated CPU. The vsyscall stubs are gotten to by use of the
  /external/valgrind/docs/internals/
notes.txt 109 point(s) to appropriate helper stubs instead. There is no point in
119 redirected to suitable stubs which do normal syscalls instead.
  /frameworks/base/test-runner/src/android/test/
ProviderTestCase2.java 43 * An {@link android.test.IsolatedContext} that stubs out Context methods that might
49 * regular content resolver, but uses {@link IsolatedContext}. It stubs out
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 22 // AIX 7.1 and higher has these definitions. Definitions and stubs
37 // The following are stubs. They are not supported on AIX 6.1.
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
xlocale.h 22 // AIX 7.1 and higher has these definitions. Definitions and stubs
37 // The following are stubs. They are not supported on AIX 6.1.
  /external/v8/src/heap/
incremental-marking.cc 9 #include "src/code-stubs.h"
465 UnseededNumberDictionary* stubs = heap->code_stubs(); local
467 int capacity = stubs->Capacity();
469 Object* k = stubs->KeyAt(i);
470 if (stubs->IsKey(k)) {
474 Object* e = stubs->ValueAt(i);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/
degree_seq.py 120 # build stublist, a list of available degree-repeated stubs
242 # build stublists of available degree-repeated stubs
442 # If there are not enough stubs to connect to, then the sequence is
450 # Reduce the next dmax largest stubs
462 # Add back to the list any nonzero stubs that were removed
555 # Attach arcs from the nodes with the most stubs
571 # Add the nodes back to the heaps that still have available stubs
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 35 #include <google/protobuf/stubs/hash.h>
42 #include <google/protobuf/stubs/map_util.h>
43 #include <google/protobuf/stubs/common.h>
45 #include <google/protobuf/stubs/strutil.h>
46 #include <google/protobuf/stubs/substitute.h>
  /external/opencv/cxcore/src/
cxarithm.cpp 304 CvMatND stubs[3]; local
311 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator ));
580 CvMatND stubs[2]; local
587 CV_CALL( cvInitNArrayIterator( 2, arrs, 0, stubs, &iterator ));
776 CvMatND stubs[3]; local
783 CV_CALL( cvInitNArrayIterator( 3, arrs, 0, stubs, &iterator ));
1052 CvMatND stubs[2]; local
1372 CvMatND stubs[3]; local
1730 CvMatND stubs[3]; local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 41 #include <google/protobuf/stubs/hash.h>
42 #include <google/protobuf/stubs/strutil.h>
43 #include <google/protobuf/stubs/substitute.h>
  /external/v8/src/arm64/
debug-arm64.cc 289 // Register state for CallFunctionStub (from code-stubs-arm64.cc).
298 // Calling convention for CallConstructStub (from code-stubs-arm64.cc).
309 // Calling convention for CallConstructStub (from code-stubs-arm64.cc).
  /external/conscrypt/
Android.mk 146 LOCAL_JAVA_LIBRARIES := conscrypt-stubs
156 LOCAL_MODULE := conscrypt-stubs
  /external/libunwind/src/x86_64/
Gstep.c 106 (ii) PLT (shared-library) call-stubs: PLT stubs are invoked
  /external/llvm/test/tools/llvm-objdump/ARM/
macho-private-headers.test 71 CHECK: reserved2 16 (size of stubs)
205 EXE: reserved2 4 (size of stubs)
  /external/nanopb-c/generator/google/protobuf/
service.py 56 stubs), but they subclass this base interface. The methods of this
81 used by this Service. For stubs, the "correct type" depends on the
  /external/protobuf/python/google/protobuf/
service.py 56 stubs), but they subclass this base interface. The methods of this
81 used by this Service. For stubs, the "correct type" depends on the

Completed in 362 milliseconds

<<11121314151617181920>>