HomeSort by relevance Sort by last modified time
    Searched refs:stub (Results 101 - 125 of 403) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/tests/tests/text/src/android/text/method/cts/
TimeKeyListenerTest.java 19 import com.android.cts.stub.R;
41 super("com.android.cts.stub", KeyListenerStubActivity.class);
  /cts/tests/tests/view/src/android/view/animation/cts/
AlphaAnimationTest.java 30 import com.android.cts.stub.R;
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
  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_LayoutParamsTest.java 31 import com.android.cts.stub.R;
ViewGroup_MarginLayoutParamsTest.java 28 import com.android.cts.stub.R;
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListView_LayoutParamsTest.java 19 import com.android.cts.stub.R;
AnalogClockTest.java 19 import com.android.cts.stub.R;
41 super("com.android.cts.stub", FrameLayoutStubActivity.class);
FrameLayout_LayoutParamsTest.java 19 import com.android.cts.stub.R;
SpinnerTest.java 19 import com.android.cts.stub.R;
44 super("com.android.cts.stub", RelativeLayoutStubActivity.class);
94 com.android.cts.stub.R.array.string, android.R.layout.simple_spinner_item);
SimpleCursorAdapterTest.java 19 import com.android.cts.stub.R;
224 int sceneryImgResId = com.android.cts.stub.R.drawable.scenery;
255 int testimgRawId = com.android.cts.stub.R.raw.testimage;
405 com.android.cts.stub.R.layout.cursoradapter_host, null);
424 com.android.cts.stub.R.layout.cursoradapter_host, null);
TableLayoutTest.java 36 import com.android.cts.stub.R;
53 super("com.android.cts.stub", TableStubActivity.class);
83 activity.setContentView(com.android.cts.stub.R.layout.table_layout_1);
85 .findViewById(com.android.cts.stub.R.id.table1);
89 activity.setContentView(com.android.cts.stub.R.layout.table_layout_2);
90 tableLayout = (TableLayout) activity.findViewById(com.android.cts.stub.R.id.table2);
314 activity.setContentView(com.android.cts.stub.R.layout.table_layout_1);
319 (TableLayout) activity.findViewById(com.android.cts.stub.R.id.table1);
516 activity.setContentView(com.android.cts.stub.R.layout.table_layout_2);
521 (TableLayout) activity.findViewById(com.android.cts.stub.R.id.table2)
    [all...]
  /external/icu4c/test/intltest/
trnserr.cpp 276 StubTransliterator stub; local
278 if (stub.clone() != NULL){
  /external/libffi/src/powerpc/
darwin_closure.S 106 bl Lffi_closure_helper_DARWIN$stub
297 Lffi_closure_helper_DARWIN$stub:
  /external/v8/src/arm/
virtual-frame-arm.cc 172 StackCheckStub stub; local
173 // Call the stub if lower.
175 Operand(reinterpret_cast<intptr_t>(stub.GetCode().location()),
virtual-frame-arm.h 288 // Call stub given the number of arguments it expects on (and
290 void CallStub(CodeStub* stub, int arg_count) {
293 masm()->CallStub(stub);
311 // Call into an IC stub given the number of arguments it removes
312 // from the stack. Register arguments to the IC stub are implicit,
313 // and depend on the type of IC stub.
full-codegen-arm.cc 130 // The stub will rewrite receiever and parameter count if the previous
132 ArgumentsAccessStub stub(ArgumentsAccessStub::NEW_OBJECT);
133 __ CallStub(&stub);
151 StackCheckStub stub; local
153 Operand(reinterpret_cast<intptr_t>(stub.GetCode().location()),
1738 InstanceofStub stub; local
    [all...]
  /frameworks/base/tools/aidl/
generate_java.cpp 64 this->comment = "/** Local-side IPC implementation stub class. */";
80 ctor->comment = "/** Construct the stub at attach it to the "
82 ctor->name = "Stub";
175 proxyType += ".Stub.Proxy";
354 // == the stub method ====================================================
518 new LiteralExpression("Stub." + transactCodeName),
559 generate_interface_descriptors(StubClass* stub, ProxyClass* proxy)
563 c->statements->Add(new MethodCall(stub->transact_reply, "writeString",
566 stub->transact_switch->cases.push_back(c);
593 // the stub inner clas
594 StubClass* stub = new StubClass( local
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
AttachmentEditor.java 120 ViewStub stub = (ViewStub) findViewById(stubId); local
121 view = stub.inflate();
  /packages/apps/Phone/src/com/android/phone/
ManageConferenceUtils.java 72 ViewStub stub = (ViewStub) mInCallScreen.findViewById(R.id.manageConferencePanelStub); local
73 stub.inflate();
  /external/v8/src/ia32/
full-codegen-ia32.cc 128 // The stub will rewrite receiver and parameter count if the previous
130 ArgumentsAccessStub stub(ArgumentsAccessStub::NEW_OBJECT);
131 __ CallStub(&stub);
150 StackCheckStub stub; local
151 __ CallStub(&stub);
531 // Emit the inlined tests assumed by the stub.
572 // Call the ToBoolean stub for all other cases.
573 ToBooleanStub stub; local
575 __ CallStub(&stub);
578 // The stub returns nonzero for true. Complete based on the context
1876 InstanceofStub stub; local
    [all...]
macro-assembler-ia32.cc 209 // If we are already generating a shared stub, not inlining the
214 RecordWriteStub stub(object, dst, value);
215 CallStub(&stub);
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 130 // The stub will rewrite receiver and parameter count if the previous
132 ArgumentsAccessStub stub(ArgumentsAccessStub::NEW_OBJECT);
133 __ CallStub(&stub);
151 StackCheckStub stub; local
152 __ CallStub(&stub);
533 // Emit the inlined tests assumed by the stub.
574 // Call the ToBoolean stub for all other cases.
575 ToBooleanStub stub; local
577 __ CallStub(&stub);
580 // The stub returns nonzero for true. Complete based on the context
1862 InstanceofStub stub; local
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_PeopleTest.java 299 com.android.cts.stub.R.drawable.testimage);
321 com.android.cts.stub.R.drawable.size_48x48, null);
326 com.android.cts.stub.R.drawable.size_48x48, null);
  /cts/tests/tests/app/src/android/app/cts/
TimePickerDialogTest.java 54 super("com.android.cts.stub", DialogStubActivity.class);
105 tD = new TimePickerDialog( mContext, com.android.cts.stub.R.style.Theme_AlertDialog,
  /cts/tests/tests/content/src/android/content/cts/
ContextTest.java 31 import com.android.cts.stub.R;

Completed in 6443 milliseconds

1 2 3 45 6 7 8 91011>>