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

<<11121314151617

  /cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java 34 import com.android.cts.stub.R;
50 super("com.android.cts.stub", LinearLayoutStubActivity.class);
ProgressBarTest.java 19 import com.android.cts.stub.R;
RadioGroupTest.java 19 import com.android.cts.stub.R;
SimpleExpandableListAdapterTest.java 107 com.android.cts.stub.R.layout.cursoradapter_host, null);
TabHostTest.java 19 import com.android.cts.stub.R;
51 super("com.android.cts.stub", TabHostStubActivity.class);
103 final Activity activity = launchActivity("com.android.cts.stub", StubActivity.class, null);
139 final ActivityGroup activity = launchActivity("com.android.cts.stub",
ToastTest.java 19 import com.android.cts.stub.R;
50 super("com.android.cts.stub", StubActivity.class);
ViewAnimatorTest.java 19 import com.android.cts.stub.R;
51 super("com.android.cts.stub", ViewAnimatorStubActivity.class);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 261 com.android.cts.stub.R.drawable.testimage);
266 com.android.cts.stub.R.drawable.testimage);
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 1223 RegExpCEntryStub stub; local
    [all...]
stub-cache-arm.cc 32 #include "stub-cache.h"
74 // Jump to the first instruction in the code stub.
289 // Stub never generated for non-global objects that require access
425 CEntryStub stub(1);
426 __ CallStub(&stub);
    [all...]
  /external/v8/src/x64/
ic-x64.cc 33 #include "stub-cache.h"
40 // Static IC stub generators.
442 // to check this explicitly since this generic stub does not perform
656 // to do this because this generic stub does not perform map checks.
799 // to do this because this generic stub does not perform map checks.
    [all...]
stub-cache-x64.cc 33 #include "stub-cache.h"
74 // Jump to the first instruction in the code stub.
226 // Stub never generated for non-global objects that require access
362 CEntryStub stub(1);
363 __ CallStub(&stub);
    [all...]
  /external/v8/tools/
splaytree.js 29 // A namespace stub. It will become more clear how to declare it properly
  /external/v8/src/
debug.cc 43 #include "stub-cache.h"
130 if (code->kind() == Code::STUB) {
347 // construct call or CallFunction stub call.
356 Handle<Code> stub = ComputeCallDebugPrepareStepIn(code->arguments_count()); local
358 original_rinfo()->set_target_address(stub->entry());
360 rinfo()->set_target_address(stub->entry());
373 (maybe_call_function_stub->kind() == Code::STUB &&
380 // Step in through CallFunction stub should also be prepared by caller of
    [all...]
  /external/v8/src/ia32/
ic-ia32.cc 33 #include "stub-cache.h"
40 // Static IC stub generators.
428 // to check this explicitly since this generic stub does not perform
620 // to do this because this generic stub does not perform map checks.
758 // to do this because this generic stub does not perform map checks.
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 1653 ViewStub stub = (ViewStub) mContainer local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 338 // Inflate actual header if we picked a stub
339 final ViewStub stub = (ViewStub)header; local
340 header = stub.inflate();
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 46 import com.android.cts.stub.R;
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 19 import com.android.cts.stub.R;
63 private static final String TEST_PACKAGE_NAME = "com.android.cts.stub";
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageManagerTest.java 19 import com.android.cts.stub.R;
56 private static final String PACKAGE_NAME = "com.android.cts.stub";
628 String permissionName = "com.android.cts.stub.permission.TEST_DYNAMIC.ADD";
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 31 import com.android.cts.stub.R;
ResourcesTest.java 19 import com.android.cts.stub.R;
58 private static final String PACKAGE_NAME = "com.android.cts.stub";
60 "com.android.cts.stub:configVarying/simple";
470 mResources.getValue("com.android.cts.stub:raw/text", tv, false);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 19 import com.android.cts.stub.R;
ScaleDrawableTest.java 19 import com.android.cts.stub.R;
  /cts/tests/tests/media/src/android/media/cts/
AudioManagerTest.java 42 import com.android.cts.stub.R;

Completed in 514 milliseconds

<<11121314151617