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

1 2 34 5 6 7 8 91011>>

  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
Parent.java 17 package com.android.stubs;
  /development/ndk/sources/android/ndk_helper/
NDKHelper.h 30 #include "gl3stub.h" //GLES3 stubs
  /external/libunwind/src/ppc/
Gget_proc_info.c 3 Copied from src/x86_64/, modified slightly (or made empty stubs) for
Gget_save_loc.c 3 Copied from src/x86_64/, modified slightly (or made empty stubs) for
longjmp.S 3 Copied from src/x86_64/, modified slightly (or made empty stubs) for
  /external/llvm/test/tools/llvm-readobj/Inputs/
dynamic-table-so.mips 
  /external/mockito/src/org/mockito/internal/debugging/
MockitoDebuggerImpl.java 40 out += line("*** Unused stubs ***");
  /external/protobuf/
generate_descriptor_proto.sh 13 if test ! -e src/google/protobuf/stubs/common.h; then
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 51 #include <google/protobuf/stubs/map_util.h>
52 #include <google/protobuf/stubs/stl_util.h>
53 #include <google/protobuf/stubs/strutil.h>
54 #include <google/protobuf/stubs/substitute.h>
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid_unittest.cc 4 #include <google/protobuf/stubs/common.h>
  /external/v8/src/compiler/arm/
linkage-arm.cc 8 #include "src/code-stubs.h"
  /external/v8/src/compiler/arm64/
linkage-arm64.cc 8 #include "src/code-stubs.h"
  /external/v8/src/compiler/ia32/
linkage-ia32.cc 8 #include "src/code-stubs.h"
  /external/v8/src/ic/
call-optimization.h 8 #include "src/code-stubs.h"
  /external/v8/test/fuzz-natives/
fuzz-natives.status 34 # TODO(danno): Fix these internal function that are only callable form stubs
  /packages/apps/TvSettings/Settings/res/layout/
setup_activity.xml 20 <!-- TODO: Explore using view stubs instead of FrameLayouts -->
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
sgtty.h 27 in that case, the functions are just stubs that return ENOSYS. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
sgtty.h 27 in that case, the functions are just stubs that return ENOSYS. */
  /system/core/libcutils/
dlmalloc_stubs.c 22 * Stubs for functions defined in bionic/libc/bionic/dlmalloc.c. These
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 613 // Output stubs for dynamically-linked functions.
614 MachineModuleInfoMachO::SymbolListTy Stubs;
616 Stubs = MMIMacho.GetFnStubList();
617 if (!Stubs.empty()) {
626 for (const auto &Stub : Stubs) {
637 Stubs.clear();
641 // Output stubs for external and common global variables.
642 Stubs = MMIMacho.GetGVStubList();
643 if (!Stubs.empty()) {
650 for (auto &Stub : Stubs)
    [all...]
  /external/mesa3d/docs/
dispatch.html 164 <h3>3.3. Assembly Language Dispatch Stubs</h3>
167 dispatch stubs. Platforms like x86 that pass parameters on the stack seem
171 stubs varies from platform to platform and application to application.
172 However, by using the assembly stubs, many platforms can use an additional
175 <p>The biggest hurdle to creating assembly stubs is handling the various
190 <p>People wishing to implement assembly stubs for new platforms should focus
248 <h3 id="fixedsize">3.4. Fixed-Length Dispatch Stubs</h3>
257 <p>If the assembly stubs are all the same size, the pointer need not be
267 <h2 id="autogen">4. Automatic Generation of Dispatch Stubs</h2>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/
bipartite.py 45 choosing randomly from the possible free stubs, one in A and
86 stubs=[]
87 stubs.extend([[v]*aseq[v] for v in range(0,lena)])
89 astubs=[x for subseq in stubs for x in subseq]
91 stubs=[]
92 stubs.extend([[v]*bseq[v-lena] for v in range(lena,lena+lenb)])
94 bstubs=[x for subseq in stubs for x in subseq]
112 nodes in set B until all stubs are connected.
182 set B until all stubs are connected.
254 highest and the lowest degree nodes in set B until all stubs ar
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOARM.h 56 StubMap &Stubs) override {
80 processBranchRelocation(RE, Value, Stubs);
174 StubMap &Stubs) {
178 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value);
180 if (i != Stubs.end()) {
184 Stubs[Value] = Section.StubOffset;
  /external/protobuf/src/google/protobuf/
message.cc 37 #include <google/protobuf/stubs/hash.h>
41 #include <google/protobuf/stubs/common.h>
42 #include <google/protobuf/stubs/once.h>
50 #include <google/protobuf/stubs/strutil.h>
51 #include <google/protobuf/stubs/map_util.h>
52 #include <google/protobuf/stubs/stl_util.h>
  /external/icu/icu4c/source/common/unicode/
unifilt.h 41 * <p>Note: UnicodeFilter currently stubs out two pure virtual methods
52 * hierarchy and either redesign it, or simply remove the stubs in

Completed in 628 milliseconds

1 2 34 5 6 7 8 91011>>