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

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ldscripts/
elf_i386.xr 45 *(.text .stub)
elf_i386.xu 45 *(.text .stub)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib/ldscripts/
elf_i386.xr 45 *(.text .stub)
elf_i386.xu 45 *(.text .stub)
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/i686-android-linux/lib/ldscripts/
elf_i386.xr 45 *(.text .stub)
elf_i386.xu 45 *(.text .stub)
  /external/opencv/cxcore/src/
cxdrawing.cpp 170 CvMat stub, *mat = (CvMat*)img; local
175 CV_CALL( mat = cvGetMat( mat, &stub ));
2205 CvMat stub, *mat = (CvMat*)img; local
2432 CvMat stub, *mat = (CvMat*)img; local
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 33 #include "stub-cache.h"
182 FastNewContextStub stub(heap_slots);
183 __ CallStub(&stub);
853 RegExpConstructResultStub stub; local
854 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
858 RegExpExecStub stub; local
859 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
863 SubStringStub stub; local
864 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
868 NumberToStringStub stub; local
878 StringCompareStub stub; local
5010 StackCheckStub stub; local
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 33 #include "stub-cache.h"
180 FastNewContextStub stub(heap_slots);
181 __ CallStub(&stub);
816 RegExpConstructResultStub stub; local
817 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
821 RegExpExecStub stub; local
822 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
826 SubStringStub stub; local
827 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
831 NumberToStringStub stub; local
841 StringCompareStub stub; local
4945 StackCheckStub stub; local
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 34 #include "stub-cache.h"
192 FastNewContextStub stub(heap_slots);
193 __ CallStub(&stub);
726 RegExpConstructResultStub stub; local
727 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
731 RegExpExecStub stub; local
732 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
736 SubStringStub stub; local
737 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
741 NumberToStringStub stub; local
751 StringCompareStub stub; local
4635 StackCheckStub stub; local
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 35 #include "stub-cache.h"
194 FastNewContextStub stub(heap_slots);
195 __ CallStub(&stub);
762 RegExpConstructResultStub stub; local
763 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
767 RegExpExecStub stub; local
768 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
772 SubStringStub stub; local
773 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
777 NumberToStringStub stub; local
787 StringCompareStub stub; local
4847 StackCheckStub stub; local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 19 import com.android.cts.stub.R;
46 super("com.android.cts.stub", TableStubActivity.class);
62 activity.setContentView(com.android.cts.stub.R.layout.table_layout_1);
64 .findViewById(com.android.cts.stub.R.id.table1);
68 activity.setContentView(com.android.cts.stub.R.layout.table_layout_2);
69 tableLayout = (TableLayout) activity.findViewById(com.android.cts.stub.R.id.table2);
209 activity.setContentView(com.android.cts.stub.R.layout.table_layout_1);
214 (TableLayout) activity.findViewById(com.android.cts.stub.R.id.table1);
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_PeopleTest.java 255 com.android.cts.stub.R.drawable.testimage);
273 com.android.cts.stub.R.drawable.size_48x48, null);
278 com.android.cts.stub.R.drawable.size_48x48, null);
MediaStore_Video_ThumbnailsTest.java 19 import com.android.cts.stub.R;
  /cts/tests/tests/content/src/android/content/cts/
ContextTest.java 19 import com.android.cts.stub.R;
  /cts/tests/tests/content/src/android/content/res/cts/
AssetManagerTest.java 33 import com.android.cts.stub.R;
FractionTest.java 23 import com.android.cts.stub.R;
PrimitiveTest.java 24 import com.android.cts.stub.R;
  /cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java 37 private final int MOVIE = com.android.cts.stub.R.drawable.animated;
40 super("com.android.cts.stub", MockActivity.class);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
FileA3DTest.java 21 import com.android.cts.stub.R;
  /cts/tests/tests/security/src/android/security/cts/
PackageSignatureTest.java 19 import com.android.cts.stub.R;
  /cts/tests/tests/text/src/android/text/method/cts/
DateTimeKeyListenerTest.java 19 import com.android.cts.stub.R;
41 super("com.android.cts.stub", KeyListenerStubActivity.class);
TimeKeyListenerTest.java 19 import com.android.cts.stub.R;
38 super("com.android.cts.stub", KeyListenerStubActivity.class);
  /cts/tests/tests/text/src/android/text/style/cts/
DrawableMarginSpanTest.java 19 import com.android.cts.stub.R;
ImageSpanTest.java 19 import com.android.cts.stub.R;

Completed in 764 milliseconds

1 2 3 4 5 6 7 891011>>