HomeSort by relevance Sort by last modified time
    Searched refs:eTag (Results 1 - 11 of 11) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadEntry.java 30 public static final String ETAG = "etag";
45 @Column("etag")
46 public String eTag;
66 .append("etag").append(eTag).append(", ")
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceRequest.cpp 103 const String& eTag = resourceToRevalidate->response().httpHeaderField("ETag");
104 if (!lastModified.isEmpty() || !eTag.isEmpty()) {
110 if (!eTag.isEmpty())
111 resourceRequest.setHTTPHeaderField("If-None-Match", eTag);
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverMsr.h 204 EScanResultTag eTag; /**< */
TWDriver.h     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncn.h 206 void scanCncn_ScanCompleteNotificationCB (TI_HANDLE hScanCncn, EScanResultTag eTag,
ScanCncn.c 567 * \param eTag - the scan type tag
574 void scanCncn_ScanCompleteNotificationCB (TI_HANDLE hScanCncn, EScanResultTag eTag,
582 TRACE6(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncn_ScanCompleteNotificationCB: tag: %d, result count: %d, SPS status: %d, TSF Error: %d, scan status: %d, PS mode: %d\n", eTag, uResultCount, SPSStatus, bTSFError, scanStatus, PSMode);
585 eClient = SCAN_CLIENT_FROM_TAG (eTag);
640 EScanResultTag eTag = (EScanResultTag)str[ 1 ];
643 TRACE2(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncn_PeriodicScanReportCB: tag: %d, result count: %d\n", eTag, uResultCount);
646 eClient = SCAN_CLIENT_FROM_TAG (eTag);
667 EScanResultTag eTag = (EScanResultTag)str[1];
670 TRACE2(pScanCncn->hReport, REPORT_SEVERITY_INFORMATION , "scanCncn_PeriodicScanCompleteCB: tag: %d, result count: %d\n", eTag, uResultCount);
673 eClient = SCAN_CLIENT_FROM_TAG (eTag);
    [all...]
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.cpp 464 const String& eTag = newestCachedResource->response().httpHeaderField("ETag");
465 if (!lastModified.isEmpty() || !eTag.isEmpty()) {
468 if (!eTag.isEmpty())
469 request.setHTTPHeaderField("If-None-Match", eTag);
    [all...]
  /hardware/ti/wlan/wl1271/TWD/MacServices/
MeasurementSrvSM.c 279 pMeasurementCmd.eTag = pMeasurementSRV->msrRequest.eTag;
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmdIE.c 822 pCmd->scanTag = (TI_UINT8)pMeasurementParams->eTag;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
measurementMgrSM.c 870 request.eTag = SCAN_RESULT_TAG_MEASUREMENT;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 246 milliseconds