Searched refs:page1 (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/bluez/src/ |
D | storage.h | 46 int write_features_info(bdaddr_t *local, bdaddr_t *peer, unsigned char *page1, unsigned char *page2… 47 int read_remote_features(bdaddr_t *local, bdaddr_t *peer, unsigned char *page1, unsigned char *page…
|
D | storage.c | 430 unsigned char *page1, unsigned char *page2) in write_features_info() argument 444 if (page1) in write_features_info() 446 sprintf(str + (i * 2), "%2.2X", page1[i]); in write_features_info() 474 unsigned char *page1, unsigned char *page2) in read_remote_features() argument 480 if (page1 == NULL && page2 == NULL) in read_remote_features() 495 if (page1 && len >= 16) in read_remote_features() 496 err = decode_bytes(str, page1, 8); in read_remote_features()
|
/external/webkit/Source/WebKit/qt/tests/qwebpage/ |
D | tst_qwebpage.cpp | 2647 QWebPage page1; in testStopScheduledPageRefresh() local 2648 page1.setNetworkAccessManager(new TestNetworkManager(&page1)); in testStopScheduledPageRefresh() 2649 page1.mainFrame()->setHtml("<html><head>" in testStopScheduledPageRefresh() 2653 QVERIFY(::waitForSignal(&page1, SIGNAL(loadFinished(bool)))); in testStopScheduledPageRefresh() 2655 QCOMPARE(page1.mainFrame()->url(), QUrl(QLatin1String("qrc:///resources/index.html"))); in testStopScheduledPageRefresh()
|
/external/sqlite/dist/ |
D | sqlite3.c | 47679 u8 *page1 = pPage1->aData; 47681 if( memcmp(page1, zMagicHeader, 16)!=0 ){ 47686 if( page1[18]>1 ){ 47689 if( page1[19]>1 ){ 47693 if( page1[18]>2 ){ 47696 if( page1[19]>2 ){ 47708 if( page1[19]==2 && pBt->doNotUseWAL==0 ){ 47726 if( memcmp(&page1[21], "\100\040\040",3)!=0 ){ 47729 pageSize = (page1[16]<<8) | (page1[17]<<16); 47737 usableSize = pageSize - page1[20]; [all …]
|
D | sqlite3.c.orig | 47672 u8 *page1 = pPage1->aData; 47674 if( memcmp(page1, zMagicHeader, 16)!=0 ){ 47679 if( page1[18]>1 ){ 47682 if( page1[19]>1 ){ 47686 if( page1[18]>2 ){ 47689 if( page1[19]>2 ){ 47697 ** required as the version of page 1 currently in the page1 buffer 47701 if( page1[19]==2 && pBt->doNotUseWAL==0 ){ 47719 if( memcmp(&page1[21], "\100\040\040",3)!=0 ){ 47722 pageSize = (page1[16]<<8) | (page1[17]<<16); [all …]
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 11567 …* tests/qwebhistory/resources/page1.html: Renamed from WebKit/qt/tests/qwebhistory/data/page1.html. 16810 * tests/qwebhistory/data/page1.html: Added.
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 1619 http://berkshires.citysearch.com/find/directory/berkshires/120/277/page1.html?init_search=1 5516 …/information_society/topics/ecomm/highlights/current_spotlights/art_7_task_force/page1/index_en.htm 10653 http://members.optusnet.com.au/~gtosiris/page1.html 14874 http://revels.bizland.com/store/page1.html 27074 http://www.bbc.co.uk/communicate/archive/sonofgod/page1.shtml 44392 http://www.geocities.com/grubbymitts/page1.html 55931 http://www.medhunters.com/queryResult/jobQuery/nurseManagerAmbulatoryCare/page1.html 56149 http://www.members.aol.com/_ht_a/sk8swthazlzzrds2/page1.html 56152 http://www.members.aol.com/sk8swthazlzzrds2/page1.html 61573 http://www.ofswa.on.ca/thelog/july2001/page1.html [all …]
|