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

1 2 3 4 5 6 78 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAssociatedURIList.java 29 package gov.nist.javax.sip.header.ims;
32 import gov.nist.javax.sip.header.SIPHeaderList;
PMediaAuthorizationHeader.java 31 package gov.nist.javax.sip.header.ims;
34 import javax.sip.header.Header;
38 * The P-Media-Authorization SIP Private Header - RFC 3313.
51 public interface PMediaAuthorizationHeader extends Header
PMediaAuthorizationList.java 31 package gov.nist.javax.sip.header.ims;
33 import gov.nist.javax.sip.header.SIPHeaderList;
PPreferredServiceHeader.java 1 package gov.nist.javax.sip.header.ims;
27 import javax.sip.header.Header;
33 * The ABNF for this header is all follows:
52 public interface PPreferredServiceHeader extends Header{
PathList.java 29 package gov.nist.javax.sip.header.ims;
31 import gov.nist.javax.sip.header.SIPHeaderList;
PrivacyList.java 30 package gov.nist.javax.sip.header.ims;
33 import gov.nist.javax.sip.header.SIPHeaderList;
SecurityClient.java 32 package gov.nist.javax.sip.header.ims;
39 import javax.sip.header.ExtensionHeader;
43 * Security-Client header
SecurityServer.java 33 package gov.nist.javax.sip.header.ims;
38 import javax.sip.header.ExtensionHeader;
42 * Security-Server header
SecurityVerify.java 33 package gov.nist.javax.sip.header.ims;
39 import javax.sip.header.ExtensionHeader;
43 * Security-Verify header
ServiceRouteList.java 29 package gov.nist.javax.sip.header.ims;
31 import gov.nist.javax.sip.header.SIPHeaderList;
  /external/nist-sip/java/gov/nist/javax/sip/message/
Content.java 3 import javax.sip.header.ContentDispositionHeader;
4 import javax.sip.header.ContentTypeHeader;
  /external/opencv3/modules/calib3d/include/opencv2/calib3d/
calib3d.hpp 45 #error this is a compatibility header which should not be used inside the OpenCV library
  /external/opencv3/modules/core/include/opencv2/core/
core.hpp 45 #error this is a compatibility header which should not be used inside the OpenCV library
  /external/opencv3/modules/features2d/include/opencv2/features2d/
features2d.hpp 45 #error this is a compatibility header which should not be used inside the OpenCV library
  /external/opencv3/modules/flann/include/opencv2/flann/
flann.hpp 45 #error this is a compatibility header which should not be used inside the OpenCV library
  /external/opencv3/modules/highgui/include/opencv2/highgui/
highgui.hpp 45 #error this is a compatibility header which should not be used inside the OpenCV library
  /external/opencv3/modules/imgcodecs/include/opencv2/imgcodecs/
imgcodecs.hpp 45 #error this is a compatibility header which should not be used inside the OpenCV library
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc.hpp 45 #error this is a compatibility header which should not be used inside the OpenCV library
  /external/opencv3/modules/ml/include/opencv2/ml/
ml.hpp 45 #error this is a compatibility header which should not be used inside the OpenCV library
  /external/opencv3/modules/objdetect/include/opencv2/objdetect/
objdetect.hpp 45 #error this is a compatibility header which should not be used inside the OpenCV library
  /external/opencv3/modules/photo/include/opencv2/photo/
photo.hpp 45 #error this is a compatibility header which should not be used inside the OpenCV library
  /external/opencv3/modules/shape/include/opencv2/shape/
shape.hpp 45 #error this is a compatibility header which should not be used inside the OpenCV library
  /external/opencv3/modules/video/include/opencv2/video/
video.hpp 45 #error this is a compatibility header which should not be used inside the OpenCV library
  /external/opencv3/modules/videoio/include/opencv2/videoio/
videoio.hpp 45 #error this is a compatibility header which should not be used inside the OpenCV library
  /external/v8/build/android/pylib/instrumentation/
instrumentation_parser.py 60 header = None
65 header, value = m.groups()
67 if header in ['STATUS', 'RESULT'] and '=' in value:
69 bundle[header][key] = [value]
70 elif header == 'STATUS_CODE':
73 elif header == 'CODE':
76 logging.warning('Unknown INSTRUMENTATION_%s line: %s', header, value)
78 bundle[header][key].append(line)

Completed in 1437 milliseconds

1 2 3 4 5 6 78 91011>>