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

1 2 3 45 6 7 8 91011>>

  /external/libpng/scripts/
makefile.acorn 36 @.pngtest: @.o.pngtest @.libpng-lib C:o.Stubs Zlib:zlib_lib
37 Link $(Linkflags) @.o.pngtest @.libpng-lib C:o.Stubs Zlib:zlib_lib
  /external/owasp/sanitizer/tools/findbugs/licenses/
LICENSE-AppleJavaExtensions.txt 4 This is a pluggable jar of stub classes representing the new Apple eAWT and eIO APIs for Java 1.4 on Mac OS X. The purpose of these stubs is to allow for compilation of eAWT- or eIO-referencing code on platforms other than Mac OS X. The jar file is enclosed in a zip archive for easy expansion on other platforms.
6 These stubs are not intended for the runtime classpath on non-Mac platforms. Please see the OSXAdapter sample for how to write cross-platform code that uses eAWT.
  /external/protobuf/src/google/protobuf/compiler/
code_generator.cc 37 #include <google/protobuf/stubs/common.h>
38 #include <google/protobuf/stubs/strutil.h>
  /external/protobuf/src/google/protobuf/stubs/
once.cc 38 #include <google/protobuf/stubs/once.h>
48 #include <google/protobuf/stubs/atomicops.h>
hash.cc 33 #include <google/protobuf/stubs/hash.h>
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP2UriObserverTests.java 48 assertTrue(updateBookmark(toUpdate, "http://stub1.com", "Stub1: Revenge of the stubs"));
84 assertTrue(updateHistory(toUpdate, "http://stub1.com", "Stub1: Revenge of the stubs"));
  /art/runtime/arch/
memcmp16.h 29 // inlined, and a static version that assembly stubs can link against.
  /bionic/libm/
fake_long_double.c 23 * Android works around those cases by replacing the broken functions with our own trivial stubs
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
Types.java 17 package com.android.stubs;
  /external/compiler-rt/test/BlocksRuntime/
objectRRGC.c 61 // call helper routines directly. These will, in turn, we hope, call the stubs above
objectassign.c 60 // call helper routines directly. These will, in turn, we hope, call the stubs above
  /external/libunwind/src/ppc/
Ginit_local.c 3 Copied from src/x86_64/, modified slightly (or made empty stubs) for
  /external/protobuf/
autogen.sh 10 if test ! -f src/google/protobuf/stubs/common.h; then
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_options.h 38 #include <google/protobuf/stubs/common.h>
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream.cc 37 #include <google/protobuf/stubs/common.h>
  /external/v8/src/compiler/x64/
linkage-x64.cc 8 #include "src/code-stubs.h"
  /external/v8/src/ic/
access-compiler.h 8 #include "src/code-stubs.h"
  /external/v8/test/webkit/
dfg-proto-stub-watchpoint-fire.js 25 "Tests that we don't crash if a watchpoint on prototype access stubs is fired."
  /external/vboot_reference/firmware/
README 15 These are stubs used to link the vboot1 libraries into host-side test
  /external/zlib/src/old/
Makefile.riscos 44 @.minigzip: @.o.minigzip @.lib C:o.Stubs
45 Link $(Linkflags) @.o.minigzip @.lib C:o.Stubs
46 @.example: @.o.example @.lib C:o.Stubs
47 Link $(Linkflags) @.o.example @.lib C:o.Stubs
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
intl.h 34 /* Stubs. */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
DLFCN.py 74 # Included from gnu/stubs.h
  /art/compiler/driver/
compiler_options.h 34 kVerifyNone, // Skip verification and compile nothing except JNI stubs.
35 kInterpretOnly, // Verify, and compile only JNI stubs.
36 kVerifyAtRuntime, // Only compile JNI stubs and verify at runtime.
  /external/protobuf/src/google/protobuf/compiler/java/
java_field.cc 39 #include <google/protobuf/stubs/common.h>
48 #include <google/protobuf/stubs/strutil.h>
49 #include <google/protobuf/stubs/substitute.h>
  /external/protobuf/src/google/protobuf/
dynamic_message.h 44 #include <google/protobuf/stubs/common.h>
120 // This struct just contains a hash_map. We can't #include <google/protobuf/stubs/hash.h> from
122 // release. Namely, stubs/hash.h, which defines hash_map portably, is not a

Completed in 704 milliseconds

1 2 3 45 6 7 8 91011>>