HomeSort by relevance Sort by last modified time
    Searched refs:stub (Results 226 - 250 of 777) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/view/src/android/view/animation/cts/
DecelerateInterpolatorTest.java 19 import com.android.cts.stub.R;
48 super("com.android.cts.stub", AnimationTestStubActivity.class);
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 26 import com.android.cts.stub.R;
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodManagerTest.java 18 import com.android.cts.stub.R;
40 super("com.android.cts.stub", InputMethodStubActivity.class);
  /cts/tests/tests/widget/src/android/widget/cts/
AbsoluteLayoutTest.java 19 import com.android.cts.stub.R;
48 super("com.android.cts.stub", StubActivity.class);
DatePickerTest.java 19 import com.android.cts.stub.R;
RemoteViewsActivityTest.java 28 import com.android.cts.stub.R;
32 private static final String PACKAGE_NAME = "com.android.cts.stub";
ToggleButtonTest.java 29 import com.android.cts.stub.R;
ViewFlipperTest.java 19 import com.android.cts.stub.R;
39 super("com.android.cts.stub", ViewFlipperStubActivity.class);
  /external/v8/src/
incremental-marking.h 204 void ActivateGeneratedStub(Code* stub);
  /external/v8/test/mjsunit/
debug-liveedit-patch-positions.js 69 // stub. This can happen at any time especially if we are running with
122 // replace it's code with stub. So there is no reliable way to get PCs for
elements-transition.js 41 // triggers an IC miss, upon which the conversion stub is generated, but the
43 // the previously patched IC, is then converted using the conversion stub.
  /frameworks/base/core/java/android/view/
ViewStub.java 43 * <ViewStub android:id="@+id/stub"
50 * The ViewStub thus defined can be found using the id "stub." After inflation of
59 * ViewStub stub = (ViewStub) findViewById(R.id.stub);
60 * View inflated = stub.inflate();
314 * @param stub The ViewStub that initiated the inflation.
317 void onInflate(ViewStub stub, View inflated);
  /cts/tests/tests/app/src/android/app/cts/
ProgressDialogTest.java 54 super("com.android.cts.stub", MockActivity.class);
67 com.android.cts.stub.R.drawable.yellow);
75 new ProgressDialog(mContext, com.android.cts.stub.R.style.Theme_AlertDialog);
  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.cc 376 *password = "Stub-TPM-password";
424 *label = "Stub TPM Token";
445 CryptohomeLibrary* CryptohomeLibrary::GetImpl(bool stub) {
446 if (stub)
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 52 interface, which causes the emission of a stub for each function;
  /external/opencv/otherlibs/highgui/
loadsave.cpp 504 CvMat stub, *image; local
510 CV_CALL( image = cvGetMat( arr, &stub ));
  /external/v8/test/mjsunit/regress/
regress-124594.js 31 // after we deoptimize from an inlined constructor to a constructor stub
regress-155924.js 30 // inline cache stub. See http://codereview.chromium.org/155924.
regress-685.js 30 // Test that keyed load IC generic stub uses unsigned comparison for
regress-91013.js 28 // Test that KeyedStore stub for unboxed double arrays backing store
  /packages/apps/Phone/src/com/android/phone/
ManageConferenceUtils.java 105 ViewStub stub = (ViewStub) mInCallScreen.findViewById(R.id.manageConferencePanelStub); local
106 stub.inflate();
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/arm-eabi/lib/ldscripts/
armelf.xr 54 *(.text .stub)
armelf.xu 54 *(.text .stub)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/lib/ldscripts/
armelf.xr 54 *(.text .stub)
armelf.xu 54 *(.text .stub)

Completed in 309 milliseconds

1 2 3 4 5 6 7 8 91011>>