HomeSort by relevance Sort by last modified time
    Searched refs:stub (Results 251 - 275 of 1141) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/view/
ViewStub.java 43 * &lt;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();
315 * @param stub The ViewStub that initiated the inflation.
318 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();
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/arm-eabi/lib/ldscripts/
armelf.xr 69 *(.text .stub)
armelf.xu 69 *(.text .stub)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/arm-eabi/lib/ldscripts/
armelf.xr 69 *(.text .stub)
armelf.xu 69 *(.text .stub)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/arm-linux-androideabi/lib/ldscripts/
armelf_linux_eabi.xr 69 *(.text .stub)
armelf_linux_eabi.xu 69 *(.text .stub)
armelfb_linux_eabi.xr 69 *(.text .stub)
armelfb_linux_eabi.xu 69 *(.text .stub)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/ldscripts/
armelf_linux_eabi.xr 69 *(.text .stub)
armelf_linux_eabi.xu 69 *(.text .stub)
armelfb_linux_eabi.xr 69 *(.text .stub)
armelfb_linux_eabi.xu 69 *(.text .stub)
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/ldscripts/
elf32_x86_64.xr 48 *(.text .stub)
elf32_x86_64.xu 48 *(.text .stub)
elf_k1om.xr 52 *(.text .stub)

Completed in 638 milliseconds

<<11121314151617181920>>