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

1 2 34 5 6 7 8 91011>>

  /cts/tests/src/android/widget/cts/
RatingBarStubActivity.java 22 import com.android.cts.stub.R;
ScrollViewStubActivity.java 19 import com.android.cts.stub.R;
SlidingDrawerStubActivity.java 19 import com.android.cts.stub.R;
StubActivity.java 22 * Stub activity for helping test. It's an empty activity.
ViewFlipperStubActivity.java 19 import com.android.cts.stub.R;
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationUtilsTest.java 19 import com.android.cts.stub.R;
43 super("com.android.cts.stub", AnimationTestStubActivity.class);
70 // XML file of com.android.cts.stub.R.anim.anim_alpha
86 // Load LayoutAnimationController from com.android.cts.stub.R.anim.anim_gridlayout
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
NumberTest.java 32 // TODO Auto-generated method stub
38 // TODO Auto-generated method stub
44 // TODO Auto-generated method stub
50 // TODO Auto-generated method stub
  /dalvik/vm/mterp/
config-armv5te-vfp 25 # source for the instruction table stub
26 asm-stub armv5te/stub.S
32 # C pre-processor defines for stub C instructions
  /dalvik/vm/mterp/x86-atom/
stub.S 17 * File: stub.S
  /dalvik/vm/native/
InternalNative.h 29 /* exception-throwing stub for abstract methods (DalvikNativeFunc) */
  /development/tools/mkstubs/tests/data/
TestBaseClass.java 28 throw new RuntimeException("Stub");
  /external/icu4c/test/intltest/
ucaconf.h 9 * files. ICU ships with stub data files, as the whole test are too
  /external/qemu/distrib/sdl-1.2.12/src/thread/generic/
SDL_systhread_c.h 24 /* Stub until we implement threads on this platform */
  /external/qemu/hw/
arm_pic.c 14 /* Stub functions for hardware that doesn't exist. */
  /external/v8/test/mjsunit/tools/
tickprocessor-test-func-info.log 5 code-creation,Stub,0x424260,348,"CompareStub_GE"
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/function/
tostring-1.js 48 t1 = new TestFunction( "stub", "value", tab + "return value;" );
62 "stub.toString()",
64 stub.toString() );
93 function stub( value ) { function
  /frameworks/base/tests/BrowserTestPlugin/src/com/android/testplugin/
TestPlugin.java 27 // TODO Auto-generated method stub
  /packages/apps/Email/src/org/apache/james/mime4j/
LogFactory.java 20 * Empty stub for the apache logging library.
  /cts/tests/res/layout/
digitalclock_layout.xml 17 <com.android.cts.stub.alarmclock.DigitalClock android:id="@+id/digitalClock"
48 </com.android.cts.stub.alarmclock.DigitalClock>
  /cts/tests/tests/app/src/android/app/cts/
LauncherActivity_IconResizerTest.java 19 import com.android.cts.stub.R;
35 private static final String PACKAGE = "com.android.cts.stub";
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
UTF16CharsetTest.java 50 // TODO Auto-generated method stub
66 // TODO Auto-generated method stub
  /frameworks/base/core/java/android/os/
RemoteCallback.java 40 class LocalCallback extends IRemoteCallback.Stub {
100 IRemoteCallback.Stub.asInterface(target)) : null;
  /packages/apps/Gallery3D/src/com/cooliris/media/
IndexRangeIterator.java 62 // TODO Auto-generated method stub
69 // TODO Auto-generated method stub
  /external/v8/src/
ic.cc 36 #include "stub-cache.h"
162 // invalid stub again.
435 // Lookup is valid: Update inline cache and stub cache.
505 // Set the target to the pre monomorphic stub to delay
511 // Compute monomorphic stub.
520 // Get the constant function and compute the code stub for this
522 // that the code stub is in the stub cache.
546 // There is only one shared stub for calling normalized
548 // property must be found in the receiver for the stub to b
890 Code* stub = generic_stub(); local
1185 Code* stub = generic_stub(); local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TableRowTest.java 36 import com.android.cts.stub.R;
53 super("com.android.cts.stub", TableStubActivity.class);
118 activity.setContentView(com.android.cts.stub.R.layout.table_layout_1);
120 .findViewById(com.android.cts.stub.R.id.table1);
131 activity.setContentView(com.android.cts.stub.R.layout.table_layout_2);
132 tableLayout = (TableLayout) activity.findViewById(com.android.cts.stub.R.id.table2);
155 activity.setContentView(com.android.cts.stub.R.layout.table_layout_1);
157 .findViewById(com.android.cts.stub.R.id.table1);
162 activity.setContentView(com.android.cts.stub.R.layout.table_layout_2);
163 tableLayout = (TableLayout) activity.findViewById(com.android.cts.stub.R.id.table2)
    [all...]

Completed in 158 milliseconds

1 2 34 5 6 7 8 91011>>