HomeSort by relevance Sort by last modified time
    Searched refs:stub (Results 151 - 175 of 642) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/opencv/
cvjni.cpp 142 CvMat stub; local
143 CvMat *mat_image = cvGetMat(m_sourceImage, &stub);
258 CvMat stub, *mat_image; local
260 mat_image = cvGetMat( m_sourceImage, &stub );
752 CvMat stub, *mat_image;
754 mat_image = cvGetMat( frameImage, &stub );
  /external/v8/src/
type-info.cc 34 #include "stub-cache.h"
175 Handle<Object> stub = GetInfo(expr->position()); local
176 ASSERT(stub->IsCode());
177 return Code::cast(*stub)->external_array_type();
182 Handle<Object> stub = GetInfo(expr->position()); local
183 ASSERT(stub->IsCode());
184 return Code::cast(*stub)->external_array_type();
  /packages/apps/Browser/src/com/android/browser/
BrowserHistoryPage.java 210 ViewStub stub = (ViewStub) mRoot.findViewById(R.id.pref_stub); local
211 if (stub != null) {
212 inflateTwoPane(stub);
231 private void inflateTwoPane(ViewStub stub) {
232 stub.setLayoutResource(R.layout.preference_list_content);
233 stub.inflate();
  /cts/tests/tests/widget/src/android/widget/cts/
TabHost_TabSpecTest.java 19 import com.android.cts.stub.R;
54 super("com.android.cts.stub", TabHostStubActivity.class);
160 tabSpec2.setContent(com.android.cts.stub.R.id.tabhost_textview);
170 tabSpec3.setContent(com.android.cts.stub.R.id.tabhost_listview);
TableRow_LayoutParamsTest.java 52 super("com.android.cts.stub", TableStubActivity.class);
145 activity.setContentView(com.android.cts.stub.R.layout.table_layout_2);
146 int idTable = com.android.cts.stub.R.id.table2;
247 .getXml(com.android.cts.stub.R.xml.base_attributes);
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;
  /packages/apps/Mms/tests/src/com/android/mms/ui/
LongThreadTest.java 73 ViewStub stub = (ViewStub)mActivity.findViewById(R.id.recipients_editor_stub); local
74 if (stub != null) {
75 View stubView = stub.inflate();
148 // TODO Auto-generated method stub
153 // TODO Auto-generated method stub
158 // TODO Auto-generated method stub
163 // TODO Auto-generated method stub
172 // TODO Auto-generated method stub
177 // TODO Auto-generated method stub
182 // TODO Auto-generated method stub
    [all...]
  /cts/tests/src/android/app/cts/
AppStubActivity.java 29 import com.android.cts.stub.R;
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 27 import com.android.cts.stub.R;
  /cts/tests/tests/content/src/android/content/res/cts/
PluralResourcesTest.java 28 import com.android.cts.stub.R;
Resources_ThemeTest.java 29 import com.android.cts.stub.R;
  /cts/tests/tests/media/src/android/media/cts/
FaceDetector_FaceTest.java 19 import com.android.cts.stub.R;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
FontTest.java 20 import com.android.cts.stub.R;
ProgramFragmentFixedFunctionTest.java 19 import com.android.cts.stub.R;
  /cts/tests/tests/text/src/android/text/method/cts/
DateKeyListenerTest.java 19 import com.android.cts.stub.R;
45 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;
  /external/opencv/cvaux/src/
cvbgfg_codebook.cpp 93 CvMat stub, *image = cvGetMat( _image, &stub ); local
235 CvMat stub, *image = cvGetMat( _image, &stub ); local
  /external/v8/src/mips/
code-stubs-mips.cc 68 // stub so you don't have to set up the frame.
252 // This stub does not handle the inlined cases (Smis, Booleans, undefined).
253 // The stub returns zero for false, and a non-zero value for true.
300 GenericBinaryOpStub stub(key, type_info);
301 return stub.GetCode();
308 TypeRecordingBinaryOpStub stub(key, type_info, result_type_info);
309 return stub.GetCode();
  /frameworks/compile/linkloader/include/impl/
ELFObject.hxx 190 // We have not implement function stub in this runtime env
194 void *stub = text->getStubLayout()->allocateStub(ext_func);
195 if (!stub) {
196 llvm::errs() << "unable to allocate stub." << "\n";
200 //out() << "stub: for " << ext_func << " at " << stub << "\n";
201 sym->setAddress(stub);
202 S = (uint32_t)stub;
214 rsl_assert(0 && "Stub is still too far");
  /external/v8/src/arm/
lithium-codegen-arm.cc 33 #include "stub-cache.h"
174 FastNewContextStub stub(heap_slots);
175 __ CallStub(&stub);
784 RegExpConstructResultStub stub; local
785 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
789 RegExpExecStub stub; local
790 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
794 SubStringStub stub; local
795 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
799 NumberToStringStub stub; local
809 StringCompareStub stub; local
4200 StackCheckStub stub; local
    [all...]

Completed in 924 milliseconds

1 2 3 4 5 67 8 91011>>