/external/v8/src/x64/ |
lithium-codegen-x64.cc | 34 #include "stub-cache.h" 182 FastNewContextStub stub(heap_slots); 183 __ CallStub(&stub); 728 RegExpConstructResultStub stub; local 729 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr); 733 RegExpExecStub stub; local 734 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr); 738 SubStringStub stub; local 739 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr); 743 NumberToStringStub stub; local 753 StringCompareStub stub; local 1336 ToBooleanStub stub; local 3990 StackCheckStub stub; local [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
SpinnerTest.java | 19 import com.android.cts.stub.R; 44 super("com.android.cts.stub", RelativeLayoutStubActivity.class); 94 com.android.cts.stub.R.array.string, android.R.layout.simple_spinner_item);
|
SimpleCursorAdapterTest.java | 19 import com.android.cts.stub.R; 224 int sceneryImgResId = com.android.cts.stub.R.drawable.scenery; 255 int testimgRawId = com.android.cts.stub.R.raw.testimage; 405 com.android.cts.stub.R.layout.cursoradapter_host, null); 424 com.android.cts.stub.R.layout.cursoradapter_host, null);
|
TableLayoutTest.java | 19 import com.android.cts.stub.R; 52 super("com.android.cts.stub", TableStubActivity.class); 82 activity.setContentView(com.android.cts.stub.R.layout.table_layout_1); 84 .findViewById(com.android.cts.stub.R.id.table1); 88 activity.setContentView(com.android.cts.stub.R.layout.table_layout_2); 89 tableLayout = (TableLayout) activity.findViewById(com.android.cts.stub.R.id.table2); 313 activity.setContentView(com.android.cts.stub.R.layout.table_layout_1); 318 (TableLayout) activity.findViewById(com.android.cts.stub.R.id.table1); [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
libcros_service_library.cc | 302 LibCrosServiceLibrary* LibCrosServiceLibrary::GetImpl(bool stub) { 303 if (stub)
|
/external/icu4c/test/intltest/ |
trnserr.cpp | 276 StubTransliterator stub; local 278 if (stub.clone() != NULL){
|
/external/libffi/src/powerpc/ |
darwin_closure.S | 106 bl Lffi_closure_helper_DARWIN$stub 297 Lffi_closure_helper_DARWIN$stub:
|
/external/opencv/cv/src/ |
cvcorner.cpp | 427 CvMat stub, *src = (CvMat*)srcarr; local 430 CV_CALL( src = cvGetMat( srcarr, &stub )); 454 CvMat stub, *src = (CvMat*)srcarr; local 457 CV_CALL( src = cvGetMat( srcarr, &stub )); 481 CvMat stub, *src = (CvMat*)srcarr; local 484 CV_CALL( src = cvGetMat( srcarr, &stub )); 527 CvMat stub, *src = (CvMat*)srcarr; local 531 CV_CALL( src = cvGetMat( srcarr, &stub ));
|
cvcornersubpix.cpp | 71 CvMat stub, *src = (CvMat*)srcarr; local 72 CV_CALL( src = cvGetMat( srcarr, &stub ));
|
cvfeatureselect.cpp | 80 CvMat stub, *img = (CvMat*)image; local 91 CV_CALL( img = cvGetMat( img, &stub, &coi1 ));
|
/frameworks/base/tools/aidl/ |
generate_java.cpp | 64 this->comment = "/** Local-side IPC implementation stub class. */"; 80 ctor->comment = "/** Construct the stub at attach it to the " 82 ctor->name = "Stub"; 175 proxyType += ".Stub.Proxy"; 354 // == the stub method ==================================================== 519 new LiteralExpression("Stub." + transactCodeName), 560 generate_interface_descriptors(StubClass* stub, ProxyClass* proxy) 564 c->statements->Add(new MethodCall(stub->transact_reply, "writeString", 567 stub->transact_switch->cases.push_back(c); 594 // the stub inner clas 595 StubClass* stub = new StubClass( local [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
AttachmentEditor.java | 124 ViewStub stub = (ViewStub) findViewById(stubId); local 125 view = stub.inflate();
|
/packages/apps/Phone/src/com/android/phone/ |
ManageConferenceUtils.java | 73 ViewStub stub = (ViewStub) mInCallScreen.findViewById(R.id.manageConferencePanelStub); local 74 stub.inflate();
|
/prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/i686-android-linux/lib/ldscripts/ |
elf_i386.xr | 45 *(.text .stub)
|
elf_i386.xu | 45 *(.text .stub)
|
/prebuilt/linux-x86/toolchain/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/ia32/ |
lithium-codegen-ia32.cc | 35 #include "stub-cache.h" 167 FastNewContextStub stub(heap_slots); 168 __ CallStub(&stub); 728 RegExpConstructResultStub stub; local 729 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, CONTEXT_ADJUSTED); 733 RegExpExecStub stub; local 734 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, CONTEXT_ADJUSTED); 738 SubStringStub stub; local 739 CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr, CONTEXT_ADJUSTED); 743 NumberToStringStub stub; local 753 StringCompareStub stub; local 1333 ToBooleanStub stub; local 4157 StackCheckStub stub; local [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
Contacts_PeopleTest.java | 301 com.android.cts.stub.R.drawable.testimage); 319 com.android.cts.stub.R.drawable.size_48x48, null); 324 com.android.cts.stub.R.drawable.size_48x48, null);
|
/external/v8/src/ |
ic.cc | 37 #include "stub-cache.h" 168 // The stub was generated for JSObject but called for non-JSObject. 514 // Lookup is valid: Update inline cache and stub cache. 643 // Get the constant function and compute the code stub for this 645 // that the code stub is in the stub cache. 677 // There is only one shared stub for calling normalized 679 // property must be found in the receiver for the stub to be 731 // Set the target to the pre monomorphic stub to delay 767 // If we're unable to compute the stub (not enough memory left), w 1269 Code* stub = generic_stub(); local 1542 Code* stub = (strict_mode == kStrictMode) local 1702 Code* stub = local [all...] |
/cts/tests/src/android/theme/cts/ |
SnapshotActivity.java | 19 import com.android.cts.stub.R;
|
ThemeTester.java | 19 import com.android.cts.stub.R;
|
/cts/tests/tests/app/src/android/app/cts/ |
TimePickerDialogTest.java | 53 super("com.android.cts.stub", DialogStubActivity.class); 103 tD = new TimePickerDialog( mContext, com.android.cts.stub.R.style.Theme_AlertDialog,
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
ApplicationInfoTest.java | 19 import com.android.cts.stub.R;
|