HomeSort by relevance Sort by last modified time
    Searched refs:content (Results 176 - 200 of 3244) sorted by null

1 2 3 4 5 6 78 91011>>

  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
DerOutputStream.java 37 content = object;
52 content = val[index][1];
61 content = val[index][0];
83 content = values[i];
106 content = values[i];
148 int i = choice.getIndex(content);
149 content = choice.getObjectToEncode(content);
151 Object[] values = new Object[] { choice.type[i], content };
157 // in case if we get content bytes while getting its lengt
    [all...]
  /external/webkit/WebCore/dom/
Text.idl 31 Text replaceWholeText(in DOMString content)
  /frameworks/base/common/java/com/android/common/userhappiness/
UserHappinessSignals.java 19 import android.content.Intent;
20 import android.content.Context;
  /frameworks/base/core/java/android/app/
IInstrumentationWatcher.aidl 20 import android.content.ComponentName;
  /frameworks/base/core/java/android/speech/
IRecognitionService.aidl 20 import android.content.Intent;
  /frameworks/base/core/java/android/view/accessibility/
IAccessibilityManager.aidl 22 import android.content.pm.ServiceInfo;
  /frameworks/base/core/java/android/view/animation/
BounceInterpolator.java 19 import android.content.Context;
20 import android.content.res.TypedArray;
CycleInterpolator.java 19 import android.content.Context;
20 import android.content.res.TypedArray;
  /frameworks/base/core/java/com/android/internal/appwidget/
IAppWidgetHost.aidl 19 import android.content.ComponentName;
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LaunchpadTabActivity.java 20 import android.content.ComponentName;
21 import android.content.Intent;
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsLaunchPerformance.java 20 import android.content.ComponentName;
21 import android.content.Intent;
DialerLaunchPerformance.java 20 import android.content.ComponentName;
21 import android.content.Intent;
  /packages/apps/Provision/src/com/android/provision/
DefaultActivity.java 20 import android.content.ComponentName;
21 import android.content.pm.PackageManager;
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
siteMgr.c 114 #define UPDATE_BEACON_INTERVAL(pSite, pFrameInfo) pSite->beaconInterval = pFrameInfo->content.iePacket.beaconInerval
116 #define UPDATE_CAPABILITIES(pSite, pFrameInfo) pSite->capabilities = pFrameInfo->content.iePacket.capabilities
118 #define UPDATE_PRIVACY(pSite, pFrameInfo) pSite->privacy = ((pFrameInfo->content.iePacket.capabilities >> CAP_PRIVACY_SHIFT) & CAP_PRIVACY_MASK) ? TI_TRUE : TI_FALSE
120 #define UPDATE_AGILITY(pSite, pFrameInfo) pSite->agility = ((pFrameInfo->content.iePacket.capabilities >> CAP_AGILE_SHIFT) & CAP_AGILE_MASK) ? TI_TRUE : TI_FALSE
122 #define UPDATE_SLOT_TIME(pSite, pFrameInfo) pSite->newSlotTime = ((pFrameInfo->content.iePacket.capabilities >> CAP_SLOT_TIME_SHIFT) & CAP_SLOT_TIME_MASK) ? PHY_SLOT_TIME_SHORT : PHY_SLOT_TIME_LONG
123 #define UPDATE_PROTECTION(pSite, pFrameInfo) pSite->useProtection = (pFrameInfo->content.iePacket.useProtection)
128 #define UPDATE_SSID(pSite, pFrameInfo) if (pFrameInfo->content.iePacket.pSsid != NULL) { \
129 pSite->ssid.len = pFrameInfo->content.iePacket.pSsid->hdr[1]; \
139 (void *)pFrameInfo->content.iePacket.pSsid->serviceSetId, \
142 #define UPDATE_CHANNEL(pSite, pFrameInfo, rxChannel) if (pFrameInfo->content.iePacket.pDSParamsSet == NULL)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SlidingDrawerTest.java 30 import android.content.Context;
119 View content = drawer.getContent(); local
120 assertTrue(content instanceof TextView);
121 assertEquals(R.id.content, content.getId());
144 View content = drawer.getContent(); local
146 assertEquals(View.GONE, content.getVisibility());
150 assertEquals(View.VISIBLE, content.getVisibility());
154 assertEquals(View.GONE, content.getVisibility());
181 View content = drawer.getContent() local
242 View content = drawer.getContent(); local
299 View content = drawer.getContent(); local
328 View content = drawer.getContent(); local
    [all...]
  /cts/tools/signature-tools/src/signature/io/html/
HtmlDeltaExternalizer.java 66 StringBuilder content = new StringBuilder(); local
69 apiOverviewPage.writeTo(content);
70 writeToFile(location + OVERVIEW_PAGE_NAME, content.toString());
83 content = new StringBuilder();
86 packagePage.writeTo(content);
90 writeToFile(packageOverviewFileName, content.toString());
95 content = new StringBuilder();
98 classPage.writeTo(content);
103 writeToFile(classOverviewFileName, content.toString());
124 private void writeToFile(String fileName, String content)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/
regulatoryDomain.c 196 tWhalParam.content.interogateCmdCBParams.CB_Func = (void *)regulatoryDomain_getPowerLevelTableCB;
197 tWhalParam.content.interogateCmdCBParams.CB_handle = hRegulatoryDomain;
198 tWhalParam.content.interogateCmdCBParams.CB_buf = (UINT8*)(&(pRegulatoryDomain->tPowerLevelTableInterrogate));
260 if (NULL == pParam->content.pCountry)
272 setSupportedChannelsAccording2CountryIe(pRegulatoryDomain, pParam->content.pCountry, bBand_2_4);
290 UINT8 uNewPowerConstraint = DBM2DBMDIV10(pParam->content.powerConstraint);
310 UINT8 uNewTPC = DBM2DBMDIV10(pParam->content.ExternTxPowerPreferred);
328 regulatoryDomain_setChannelValidity(pRegulatoryDomain, pParam->content.channelValidity.channelNum,
329 pParam->content.channelValidity.channelValidity);
334 if(pRegulatoryDomain->uUserMaxTxPower != pParam->content.desiredTxPower
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
siteMgr.c 112 #define UPDATE_BEACON_INTERVAL(pSite, pFrameInfo) pSite->beaconInterval = pFrameInfo->content.iePacket.beaconInerval
114 #define UPDATE_CAPABILITIES(pSite, pFrameInfo) pSite->capabilities = pFrameInfo->content.iePacket.capabilities
116 #define UPDATE_PRIVACY(pSite, pFrameInfo) pSite->privacy = ((pFrameInfo->content.iePacket.capabilities >> CAP_PRIVACY_SHIFT) & CAP_PRIVACY_MASK) ? TI_TRUE : TI_FALSE
118 #define UPDATE_AGILITY(pSite, pFrameInfo) pSite->agility = ((pFrameInfo->content.iePacket.capabilities >> CAP_AGILE_SHIFT) & CAP_AGILE_MASK) ? TI_TRUE : TI_FALSE
120 #define UPDATE_SLOT_TIME(pSite, pFrameInfo) pSite->newSlotTime = ((pFrameInfo->content.iePacket.capabilities >> CAP_SLOT_TIME_SHIFT) & CAP_SLOT_TIME_MASK) ? PHY_SLOT_TIME_SHORT : PHY_SLOT_TIME_LONG
121 #define UPDATE_PROTECTION(pSite, pFrameInfo) pSite->useProtection = (pFrameInfo->content.iePacket.useProtection)
123 #define UPDATE_SSID(pSite, pFrameInfo) if (pFrameInfo->content.iePacket.pSsid != NULL) { \
124 pSite->ssid.len = pFrameInfo->content.iePacket.pSsid->hdr[1]; \
127 (void *)pFrameInfo->content.iePacket.pSsid->serviceSetId, \
128 pFrameInfo->content.iePacket.pSsid->hdr[1]) ;
    [all...]
scanResultTable.c 53 #define UPDATE_BEACON_INTERVAL(pSite, pFrame) pSite->beaconInterval = (pFrame)->parsedIEs->content.iePacket.beaconInerval
54 #define UPDATE_CAPABILITIES(pSite, pFrame) pSite->capabilities = (pFrame)->parsedIEs->content.iePacket.capabilities
55 #define UPDATE_PRIVACY(pSite, pFrame) pSite->privacy = (((pFrame)->parsedIEs->content.iePacket.capabilities >> CAP_PRIVACY_SHIFT) & CAP_PRIVACY_MASK) ? TI_TRUE : TI_FALSE
56 #define UPDATE_AGILITY(pSite, pFrame) pSite->agility = (((pFrame)->parsedIEs->content.iePacket.capabilities >> CAP_AGILE_SHIFT) & CAP_AGILE_MASK) ? TI_TRUE : TI_FALSE
57 #define UPDATE_SLOT_TIME(pSite, pFrame) pSite->newSlotTime = (((pFrame)->parsedIEs->content.iePacket.capabilities >> CAP_SLOT_TIME_SHIFT) & CAP_SLOT_TIME_MASK) ? PHY_SLOT_TIME_SHORT : PHY_SLOT_TIME_LONG
58 #define UPDATE_PROTECTION(pSite, pFrame) pSite->useProtection = ((pFrame)->parsedIEs->content.iePacket.useProtection)
60 #define UPDATE_SSID(pScanResultTable, pSite, pFrame) if ((pFrame)->parsedIEs->content.iePacket.pSsid != NULL) { \
61 pSite->ssid.len = (pFrame)->parsedIEs->content.iePacket.pSsid->hdr[1]; \
64 (void *)(pFrame)->parsedIEs->content.iePacket.pSsid->serviceSetId, \
65 (pFrame)->parsedIEs->content.iePacket.pSsid->hdr[1]);
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
ServiceTest.java 20 import android.content.ComponentName;
21 import android.content.Context;
22 import android.content.Intent;
23 import android.content.ServiceConnection;
398 args = {android.content.Intent.class, int.class}
418 args = {android.content.res.Configuration.class}
465 args = {android.content.Intent.class, int.class}
481 args = {android.content.Intent.class, int.class}
491 args = {android.content.Intent.class}
496 args = {android.content.Intent.class
    [all...]
ApplicationTest.java 22 import android.content.Context;
23 import android.content.Intent;
24 import android.content.pm.ActivityInfo;
46 args = {android.content.res.Configuration.class}
  /cts/tests/src/android/content/cts/
AvailableIntentsActivity.java 17 package android.content.cts;
ContextWrapperStubActivity.java 17 package android.content.cts;
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountService.java 20 import android.content.Intent;
  /cts/tests/tests/content/src/android/content/cts/
Intent_FilterComparisonTest.java 17 package android.content.cts;
19 import android.content.Intent;
20 import android.content.Intent.FilterComparison;
42 args = {android.content.Intent.class}

Completed in 386 milliseconds

1 2 3 4 5 6 78 91011>>