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

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
wchar.h 49 * and all wc functions are stubs to their "normal" equivalent...
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
wchar.h 49 * and all wc functions are stubs to their "normal" equivalent...
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
wchar.h 49 * and all wc functions are stubs to their "normal" equivalent...
  /system/core/include/private/
android_filesystem_config.h 118 * bionic/libc/bionic/stubs.cpp
  /external/protobuf/python/
mox.py 162 self.stubs = stubout.StubOutForTesting()
203 """Call reset on all mock objects. This does not unset stubs."""
228 self.stubs.Set(obj, attr_name, stub)
231 """Restore stubs to their original state."""
233 self.stubs.UnsetAll()
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 220 StubMap Stubs;
238 I = processRelocationRef(SectionID, I, Obj, LocalSections, Stubs);
240 // If there is an attached checker, notify it about the stubs for this
243 Checker->registerStubMap(Obj.getFileName(), SectionID, Stubs);
687 // and stubs for branches Thumb - ARM and ARM - Thumb.
    [all...]
RuntimeDyldImpl.h 60 /// Size - section size. Doesn't include the stubs.
359 StubMap &Stubs) = 0;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/
random_graphs.py 526 stubs = list(range(n)) * d
528 while stubs:
530 random.shuffle(stubs)
531 stubiter = iter(stubs)
544 stubs = [node for node, potential in potential_edges.items()
  /device/asus/fugu/libaudio/
audio_hal_thunks.cpp 55 * Audio output stream stubs.
372 * Audio device stubs
  /external/elfutils/src/tests/
run-dwarf-getmacros.sh 644 file /usr/include/gnu/stubs.h
645 file /usr/include/gnu/stubs-64.h
  /external/freetype/src/raster/
ftraster.c     [all...]
  /external/openssh/
ssh_api.c 47 * stubs for the server side implementation of kex.
48 * disable privsep so our stubs will never be called.
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc 39 #include <google/protobuf/stubs/common.h>
43 #include <google/protobuf/stubs/strutil.h>
javamicro_message.cc 36 #include <google/protobuf/stubs/hash.h>
40 #include <google/protobuf/stubs/strutil.h>
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 48 #include <google/protobuf/stubs/common.h>
49 #include <google/protobuf/stubs/stl_util.h>
zero_copy_stream_impl_lite.cc 40 #include <google/protobuf/stubs/common.h>
41 #include <google/protobuf/stubs/stl_util.h>
zero_copy_stream_impl_lite.h 50 #include <google/protobuf/stubs/common.h>
51 #include <google/protobuf/stubs/stl_util.h>
  /external/protobuf/src/google/protobuf/
reflection_ops_unittest.cc 40 #include <google/protobuf/stubs/common.h>
43 #include <google/protobuf/stubs/strutil.h>
  /external/protobuf/src/google/protobuf/stubs/
common.cc 33 #include <google/protobuf/stubs/common.h>
34 #include <google/protobuf/stubs/once.h>
  /external/strace/
configure.ac 843 AC_MSG_RESULT([Generated MIPS syscallent stubs])
845 AC_MSG_FAILURE([Failed to generate syscallent stubs])
  /external/v8/src/
compiler.h 443 // For compiled stubs, the stub object
501 // Number of parameters used for compilation of stubs that require arguments.
log.h 329 // Used for logging stubs found in the snapshot.
365 // Used for logging stubs found in the snapshot.
  /frameworks/base/tools/layoutlib/create/
README.txt 92 - specific methods to override (see method stubs details below).
146 - Method stubs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
features.h 376 <gnu/stubs.h> contains `#define __stub_FUNCTION' when FUNCTION is a stub
378 #include <gnu/stubs.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
features.h 387 <gnu/stubs.h> contains `#define __stub_FUNCTION' when FUNCTION is a stub
389 #include <gnu/stubs.h>

Completed in 4067 milliseconds

<<11121314151617181920>>