HomeSort by relevance Sort by last modified time
    Searched full:stubbed (Results 1 - 25 of 51) sorted by null

1 2 3

  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
TransformClassAdapter.java 33 /** True if all methods should be stubbed, false if only native ones must be stubbed. */
49 * @param stubNativesOnly True if only native methods should be stubbed. False if all
50 * methods should be stubbed.
132 // stub this method if they are all to be stubbed or if it is a native method
MethodListener.java 24 * have been stubbed by the {@link AsmGenerator}. At runtime the stub will call either a
AsmGenerator.java 39 * and some of which are to be stubbed partially or totally.
53 /** All dependencies that must be completely stubbed. */
70 * Creates a new generator that can generate the output JAR with the stubbed classes.
179 /** Sets the map of dependencies that must be completely stubbed */
189 /** Gets the map of dependencies that must be completely stubbed */
OverrideMethod.java 65 * by the stubbed methods generated by the LayoutLib_create tool.
  /development/tools/mkstubs/src/com/android/mkstubs/
SourceGenerator.java 49 * Generate source for the stubbed classes, mostly for debug purposes.
89 * Generate a source equivalent to the stubbed version of the class reader,
StubGenerator.java 51 * Generate source for the stubbed classes, mostly for debug purposes.
Main.java 284 * <li> Does the same filtering on the classes but this time generates the real stubbed
306 // dump the stubbed jar
  /build/tools/droiddoc/test/stubs/
run.sh 33 echo TWICE STUBBED
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2ForTesting.java 15 * in race conditions. Thus updateTimezoneDependentFields is stubbed out.
  /bionic/libc/
CAVEATS 22 - at the moment, several user-account-related functions like getpwd are stubbed and return
  /bionic/libc/arch-arm/bionic/
exidx_dynamic.c 30 /* Stubbed out in libdl and defined in the dynamic linker.
  /frameworks/base/test-runner/tests/
AndroidManifest.xml 23 android:label="Stubbed Test Browser">
  /system/extras/tests/bionic/libc/bionic/
test_getgrouplist.c 41 /* this only tests the funky behaviour of our stubbed getgrouplist()
  /development/tools/mkstubs/
README.txt 75 output (and stubbed), unless they are explicitly excluded.
82 - The stubbed source is always generated. For example if the output jar name is
  /external/protobuf/python/
stubout.py 53 stubbed. Note that the method Set() does not do that: if obj is
54 an instance, it (and not its class) will be stubbed.
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 638 LoadAssembly("define internal i32 @stubbed() { "
643 " ret i32()* @stubbed "
647 // Call get_stub() to get the address of @stubbed without actually JITting it.
651 StubTy stubbed = get_stub(); local
652 // Now get_stubIR is the only reference to stubbed's stub.
656 EXPECT_EQ(42, stubbed());
  /bionic/linker/
dlfcn.c 22 /* This file hijacks the symbols stubbed out in libdl.so. */
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.h 71 // A collection of methods, stubbed out in this base class, that provide
  /external/clang/www/
OpenProjects.html 33 stubbed out and need to be implemented fully. See the FIXME's in TargetInfo.
  /external/icu4c/common/
ustr_wcs.c 30 /* Android has stubbed out wchar support, where sizeof(wchar_t) == 1. */
  /external/chromium/testing/gtest/m4/
acx_pthread.m4 127 # On Solaris (at least, for some versions), libc contains stubbed
  /external/protobuf/gtest/m4/
acx_pthread.m4 127 # On Solaris (at least, for some versions), libc contains stubbed
  /external/protobuf/m4/
acx_pthread.m4 127 # On Solaris (at least, for some versions), libc contains stubbed
  /frameworks/base/tools/layoutlib/create/
README.txt 153 to intercept calls to some specific methods that are stubbed out and change
  /external/grub/grub/
asmstub.c 754 /* Low-level disk I/O. Our stubbed version just returns a file

Completed in 3290 milliseconds

1 2 3