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

12 3 4 5 6 7 8 91011>>

  /external/protobuf/vsprojects/
libprotobuf.vcproj 159 RelativePath="..\src\google\protobuf\stubs\common.h"
203 RelativePath="..\src\google\protobuf\stubs\hash.h"
211 RelativePath="..\src\google\protobuf\stubs\map_util.h"
223 RelativePath="..\src\google\protobuf\stubs\atomicops.h"
227 RelativePath="..\src\google\protobuf\stubs\atomicops_internals_x86_msvc.h"
231 RelativePath="..\src\google\protobuf\stubs\platform_macros.h"
235 RelativePath="..\src\google\protobuf\stubs\once.h"
259 RelativePath="..\src\google\protobuf\stubs\stl_util.h"
263 RelativePath="..\src\google\protobuf\stubs\stringprintf.h"
267 RelativePath="..\src\google\protobuf\stubs\template_util.h
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
atomicops.h 59 #include <google/protobuf/stubs/platform_macros.h>
169 #include <google/protobuf/stubs/atomicops_internals_tsan.h>
173 #include <google/protobuf/stubs/atomicops_internals_x86_msvc.h>
180 #include <google/protobuf/stubs/atomicops_internals_solaris.h>
184 #include <google/protobuf/stubs/atomicops_internals_macosx.h>
189 #include <google/protobuf/stubs/atomicops_internals_x86_gcc.h>
191 #include <google/protobuf/stubs/atomicops_internals_arm_gcc.h>
193 #include <google/protobuf/stubs/atomicops_internals_arm64_gcc.h>
195 #include <google/protobuf/stubs/atomicops_internals_arm_qnx.h>
197 #include <google/protobuf/stubs/atomicops_internals_mips_gcc.h
    [all...]
  /external/protobuf/src/
Makefile.am 41 google/protobuf/stubs/atomicops.h \
42 google/protobuf/stubs/atomicops_internals_arm_gcc.h \
43 google/protobuf/stubs/atomicops_internals_arm64_gcc.h \
44 google/protobuf/stubs/atomicops_internals_arm_qnx.h \
45 google/protobuf/stubs/atomicops_internals_atomicword_compat.h \
46 google/protobuf/stubs/atomicops_internals_generic_gcc.h \
47 google/protobuf/stubs/atomicops_internals_macosx.h \
48 google/protobuf/stubs/atomicops_internals_mips_gcc.h \
49 google/protobuf/stubs/atomicops_internals_pnacl.h \
50 google/protobuf/stubs/atomicops_internals_tsan.h
    [all...]
  /external/llvm/bindings/ocaml/backends/
Makefile 29 stubs:
35 all-backends: stubs
40 clean-backends: stubs
46 install-backends: stubs
51 uninstall-backends: stubs
56 ocamldoc: stubs
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 26 /// FnStubs - Darwin '$stub' stubs. The key is something like "Lfoo$stub",
30 /// GVStubs - Darwin '$non_lazy_ptr' stubs. The key is something like
35 /// HiddenGVStubs - Darwin '$non_lazy_ptr' stubs. The key is something like
60 /// Accessor methods to return the set of stubs in sorted order.
75 /// GVStubs - These stubs are used to materialize global addresses in PIC
88 /// Accessor methods to return the set of stubs in sorted order.
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
SomeEnum.java 17 package com.android.stubs;
Annot.java 17 package com.android.stubs;
InterfaceEnum.java 17 package com.android.stubs;
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/a/
SomeInterface.java 17 package com.android.stubs.a;
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/hidden/
Hidden.java 17 package com.android.stubs.c;
PackagePrivate.java 17 package com.android.stubs.c;
HiddenOuter.java 17 package com.android.stubs.c;
  /development/build/
build_android_stubs.mk 1 # Build an SDK jar file out of the generated stubs
3 # sdk_stub_name: the name of the SDK stubs; the stub source code should have been generated to
13 # api-stubs-timestamp file, which is the $@ of the droiddoc rule.
33 @echo Compiling SDK Stubs: $@
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockCanvas.java 11 @MockClass(realClass = Canvas.class, stubs="", inverse=true)
  /external/chromium-trace/trace-viewer/third_party/webapp2/tests/
test_base.py 33 Service stubs are available for the following services:
46 # Then activate the testbed, which prepares the service stubs for use.
52 # Next, declare which service stubs you want to use.
62 # This restores the original stubs so that tests do not interfere
  /prebuilts/sdk/renderscript/lib/mips/
libRSSupportIO.so 
  /external/protobuf/python/
stubout.py 24 stubs = StubOutForTesting()
25 stubs.Set(os.path, 'exists', lambda x: 1)
27 stubs.UnsetAll()
36 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 = []
  /external/v8/src/
code-factory.h 45 // Code stubs. Add methods here as needed to reduce dependency on
46 // code-stubs.h.
  /external/v8/test/cctest/
cctest.gyp 167 'test-code-stubs.cc',
168 'test-code-stubs-ia32.cc',
177 'test-code-stubs.cc',
178 'test-code-stubs-x64.cc',
187 'test-code-stubs.cc',
188 'test-code-stubs-arm.cc',
197 'test-code-stubs.cc',
198 'test-code-stubs-arm64.cc',
208 'test-code-stubs.cc',
209 'test-code-stubs-mips.cc'
    [all...]
  /external/mesa3d/src/mapi/mapi/
u_execmem.c 29 * Function for allocating executable memory for dispatch stubs.
31 * Copied from main/execmem.c and simplified for dispatch stubs.
65 * Dispatch stubs are of fixed size and never freed. Thus, we do not need to
  /art/runtime/
instrumentation_test.cc 595 // Check we can switch to instrumentation stubs
622 // Configure stubs with instrumentation stubs.
628 // Configure stubs with interpreter.
641 // Configure stubs with interpreter.
646 // Configure stubs with instrumentation stubs.
661 // Configure stubs with instrumentation stubs.
667 // Configure stubs with interpreter
    [all...]
  /external/protobuf/
Android.mk 22 src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc \
23 src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc \
24 src/google/protobuf/stubs/common.cc \
25 src/google/protobuf/stubs/once.cc \
26 src/google/protobuf/stubs/hash.h \
27 src/google/protobuf/stubs/map_util.h \
28 src/google/protobuf/stubs/shared_ptr.h \
29 src/google/protobuf/stubs/stringprintf.cc \
30 src/google/protobuf/stubs/stringprintf.h \
160 src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc
    [all...]
  /build/tools/droiddoc/test/generics/
Android.mk 22 -stubs __test_generics__
  /build/tools/droiddoc/test/stubs/
Android.mk 22 -stubs $(OUT_DIR)/__test_stubs__
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/mips/raw/lib/mips/
libsplitappjni.so 

Completed in 708 milliseconds

12 3 4 5 6 7 8 91011>>