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

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/chromeos/cros/
mount_library.h 119 static MountLibrary* GetImpl(bool stub);
  /external/opencv/cv/src/
cvcamshift.cpp 66 CvMat stub, *mat = (CvMat*)imgProb; local
79 CV_CALL( mat = cvGetMat( mat, &stub ));
180 CvMat cur_win, stub, *mat = (CvMat*)imgProb; local
188 CV_CALL( mat = cvGetMat( mat, &stub ));
cvpyrsegmentation.cpp 195 _CvPyramid stub; local
278 p_base->p = &stub;
309 p_cur->p = &stub;
329 (float) threshold1, is_last_iter, &stub,
358 stub.c = 0;
558 if( p != &stub )
609 _CvPyramidC3 stub; local
697 p_base->p = &stub;
729 p_cur->p = &stub;
749 (float) threshold1, is_last_iter, &stub,
1031 _CvPyramid *stub = (_CvPyramid *) _stub; local
1214 _CvPyramidC3 *stub = (_CvPyramidC3 *) _stub; local
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 40 #include "stub-cache.h"
197 FastNewContextStub stub(heap_slots);
198 __ CallStub(&stub);
246 // The stub will rewrite receiever and parameter count if the previous
256 ArgumentsAccessStub stub(type);
257 __ CallStub(&stub);
293 StackCheckStub stub; local
294 __ CallStub(&stub);
366 InterruptStub stub; local
367 __ CallStub(&stub);
372 StackCheckStub stub; local
425 InterruptStub stub; local
1676 StoreArrayLiteralElementStub stub; local
2986 SubStringStub stub; local
2999 RegExpExecStub stub; local
3123 NumberToStringStub stub; local
3257 StringCompareStub stub; local
3354 RegExpConstructResultStub stub; local
    [all...]
code-stubs-arm.h 311 // Flag that indicates how to generate code for the stub StringAddStub.
314 // Omit left string check in stub (left is definitely a string).
316 // Omit right string check in stub (right is definitely a string).
318 // Omit both string checks in stub.
397 // This stub can convert a signed int32 to a heap number (double). It does
398 // not work for int32s that are in Smi range! No GC occurs during this stub
497 static Mode GetMode(Code* stub) {
498 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
499 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
517 static void Patch(Code* stub, Mode mode)
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 40 #include "stub-cache.h"
190 FastNewContextStub stub(heap_slots);
191 __ CallStub(&stub);
240 // The stub will rewrite receiver and parameter count if the previous
250 ArgumentsAccessStub stub(type);
251 __ CallStub(&stub);
288 StackCheckStub stub; local
289 __ CallStub(&stub);
356 InterruptStub stub; local
357 __ CallStub(&stub);
366 StackCheckStub stub; local
424 InterruptStub stub; local
1633 StoreArrayLiteralElementStub stub; local
2921 SubStringStub stub; local
2934 RegExpExecStub stub; local
3060 NumberToStringStub stub; local
3199 StringCompareStub stub; local
3297 RegExpConstructResultStub stub; local
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 48 #include "stub-cache.h"
204 FastNewContextStub stub(heap_slots);
205 __ CallStub(&stub);
253 // The stub will rewrite receiever and parameter count if the previous
263 ArgumentsAccessStub stub(type);
264 __ CallStub(&stub);
299 StackCheckStub stub; local
300 __ CallStub(&stub);
376 InterruptStub stub; local
377 __ CallStub(&stub);
383 StackCheckStub stub; local
434 InterruptStub stub; local
1689 StoreArrayLiteralElementStub stub; local
3004 SubStringStub stub; local
3017 RegExpExecStub stub; local
3147 NumberToStringStub stub; local
3287 StringCompareStub stub; local
3388 RegExpConstructResultStub stub; local
    [all...]
code-stubs-mips.h 312 // Flag that indicates how to generate code for the stub StringAddStub.
315 // Omit left string check in stub (left is definitely a string).
317 // Omit right string check in stub (right is definitely a string).
319 // Omit both string checks in stub.
398 // This stub can convert a signed int32 to a heap number (double). It does
399 // not work for int32s that are in Smi range! No GC occurs during this stub
512 static Mode GetMode(Code* stub) {
513 Instr first_instruction = Assembler::instr_at(stub->instruction_start());
514 Instr second_instruction = Assembler::instr_at(stub->instruction_start() +
532 static void Patch(Code* stub, Mode mode)
    [all...]
  /external/v8/test/mjsunit/
binary-op-newspace.js 30 // Check that a mod where the stub code hits a failure in heap number
46 // Check that an add where the stub code hits a failure in heap number
  /external/v8/test/mjsunit/regress/
regress-900966.js 32 // Test that the fast case character-at stub handles an out-of-bound
34 // the character-at stub.
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 89 ViewStub stub = (ViewStub) findViewById(R.id.autologin_stub); local
90 mAutoLogin = (AutologinBar) stub.inflate();
99 ViewStub stub = (ViewStub) findViewById(R.id.snapshotbar_stub); local
100 mSnapshotBar = (SnapshotBar) stub.inflate();
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();
  /packages/apps/Browser/src/com/android/browser/stub/
NullController.java 1 package com.android.browser.stub;
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroup_LayoutParamsTest.java 117 getAttributeSet(com.android.cts.stub.R.layout.radiogroup_1));
134 getAttributeSet(com.android.cts.stub.R.layout.radiogroup_1));
146 AttributeSet attrs = getAttributeSet(com.android.cts.stub.R.layout.radiogroup_1);
TabHost_TabSpecTest.java 19 import com.android.cts.stub.R;
50 super("com.android.cts.stub", TabHostStubActivity.class);
141 tabSpec2.setContent(com.android.cts.stub.R.id.tabhost_textview);
151 tabSpec3.setContent(com.android.cts.stub.R.id.tabhost_listview);
SimpleCursorAdapterTest.java 19 import com.android.cts.stub.R;
178 int sceneryImgResId = com.android.cts.stub.R.drawable.scenery;
209 int testimgRawId = com.android.cts.stub.R.raw.testimage;
310 com.android.cts.stub.R.layout.cursoradapter_host, null);
324 com.android.cts.stub.R.layout.cursoradapter_host, null);
TableRow_LayoutParamsTest.java 46 super("com.android.cts.stub", TableStubActivity.class);
95 activity.setContentView(com.android.cts.stub.R.layout.table_layout_2);
96 int idTable = com.android.cts.stub.R.id.table2;
189 .getXml(com.android.cts.stub.R.xml.base_attributes);
  /packages/apps/Mms/tests/src/com/android/mms/ui/
ComposeMessageActivityTests.java 67 ViewStub stub = (ViewStub)mActivity.findViewById(R.id.recipients_editor_stub); local
68 if (stub != null) {
69 View stubView = stub.inflate();
SmsTest.java 81 ViewStub stub = (ViewStub)mActivity.findViewById(R.id.recipients_editor_stub); local
82 if (stub != null) {
83 View stubView = stub.inflate();
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...]
  /external/v8/src/x64/
full-codegen-x64.cc 39 #include "stub-cache.h"
204 FastNewContextStub stub(heap_slots);
205 __ CallStub(&stub);
253 // The stub will rewrite receiver and parameter count if the previous
263 ArgumentsAccessStub stub(type);
264 __ CallStub(&stub);
299 StackCheckStub stub; local
300 __ CallStub(&stub);
331 StackCheckStub stub; local
332 __ CallStub(&stub);
1586 StoreArrayLiteralElementStub stub; local
2808 SubStringStub stub; local
2821 RegExpExecStub stub; local
2947 NumberToStringStub stub; local
3086 StringCompareStub stub; local
3183 RegExpConstructResultStub stub; local
    [all...]
  /external/icu4c/test/hdrtst/
Makefile.in 86 @FAIL=0;NONE="(No deprecated headers)";for stub in `cat $(srcdir)/dfiles.txt | grep -v '^#'` ; do \
87 file=unicode/$$stub ; \
99 rm -f unicode/$$stub ; \
  /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 );
  /cts/tests/src/android/app/cts/
AppStubActivity.java 29 import com.android.cts.stub.R;
  /cts/tests/tests/app/src/android/app/cts/
TimePickerDialogTest.java 48 super("com.android.cts.stub", DialogStubActivity.class);
77 tD = new TimePickerDialog( mContext, com.android.cts.stub.R.style.Theme_AlertDialog,

Completed in 416 milliseconds

1 2 3 4 5 67 8 91011>>