HomeSort by relevance Sort by last modified time
    Searched refs:NAME (Results 1 - 25 of 658) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderNames.java 44 public static final String MIN_EXPIRES = MinExpiresHeader.NAME; //1
45 public static final String ERROR_INFO = ErrorInfoHeader.NAME; //2
46 public static final String MIME_VERSION = MimeVersionHeader.NAME; //3
47 public static final String IN_REPLY_TO = InReplyToHeader.NAME; //4
48 public static final String ALLOW = AllowHeader.NAME; //5
49 public static final String CONTENT_LANGUAGE = ContentLanguageHeader.NAME;
51 public static final String CALL_INFO = CallInfoHeader.NAME; //7
52 public static final String CSEQ = CSeqHeader.NAME; //8
53 public static final String ALERT_INFO = AlertInfoHeader.NAME; //9
54 public static final String ACCEPT_ENCODING = AcceptEncodingHeader.NAME;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
SIPHeaderNamesIms.java 40 public static final String PATH = PathHeader.NAME;
41 public static final String SERVICE_ROUTE = ServiceRouteHeader.NAME;
42 public static final String P_ASSERTED_IDENTITY = PAssertedIdentityHeader.NAME;
43 public static final String P_PREFERRED_IDENTITY = PPreferredIdentityHeader.NAME;
44 public static final String CALLED_PARTY_ID = PCalledPartyIDHeader.NAME;
45 public static final String P_VISITED_NETWORK_ID = PVisitedNetworkIDHeader.NAME;
46 public static final String P_CHARGING_FUNCTION_ADDRESSES = PChargingFunctionAddressesHeader.NAME;
47 public static final String P_CHARGING_VECTOR = PChargingVectorHeader.NAME;
51 public static final String PRIVACY = PrivacyHeader.NAME;
52 public static final String P_ASSOCIATED_URI = PAssociatedURIHeader.NAME;
    [all...]
SecurityClientHeader.java 46 * Name of SecurityClientHeader
48 public final static String NAME = "Security-Client";
  /external/elfutils/src/
versionhash.h 31 #define NAME ld_version_str_tab
sectionhash.h 31 #define NAME ld_section_tab
  /external/nist-sip/java/javax/sip/header/
CSeqHeader.java 4 String NAME = "CSeq";
ContentEncodingHeader.java 4 String NAME = "Content-Encoding";
InReplyToHeader.java 4 String NAME = "In-Reply-To";
MinExpiresHeader.java 4 String NAME = "Min-Expires";
ProxyAuthenticateHeader.java 4 String NAME = "Proxy-Authenticate";
ProxyAuthorizationHeader.java 4 String NAME = "Proxy-Authorization";
ProxyRequireHeader.java 4 String NAME = "Proxy-Require";
RequireHeader.java 4 String NAME = "Require";
SIPIfMatchHeader.java 4 String NAME = "SIP-If-Match";
SupportedHeader.java 4 String NAME = "Supported";
UnsupportedHeader.java 4 String NAME = "Unsupported";
  /frameworks/compile/mclinker/scripts/
target_files.sh 9 local NAME=$1
11 local TARGET_FILE="${MCLINKERTOP}/lib/${DEPLOYMENT}/${NAME}.h";
19 local NAME=$1
21 local TARGET_FILE="${MCLINKERTOP}/lib/${DEPLOYMENT}/${NAME}.cpp";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 64 /* Define a lock variable NAME with storage class CLASS. The lock must be
68 definitions you must use a pointer to the lock structure (i.e., NAME
71 #define __libc_lock_define(CLASS,NAME) \
72 CLASS __libc_lock_t NAME;
73 #define __libc_rwlock_define(CLASS,NAME) \
74 CLASS __libc_rwlock_t NAME;
75 #define __libc_lock_define_recursive(CLASS,NAME) \
76 CLASS __libc_lock_recursive_t NAME;
77 #define __rtld_lock_define_recursive(CLASS,NAME) \
78 CLASS __rtld_lock_recursive_t NAME;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 64 /* Define a lock variable NAME with storage class CLASS. The lock must be
68 definitions you must use a pointer to the lock structure (i.e., NAME
71 #define __libc_lock_define(CLASS,NAME) \
72 CLASS __libc_lock_t NAME;
73 #define __libc_rwlock_define(CLASS,NAME) \
74 CLASS __libc_rwlock_t NAME;
75 #define __libc_lock_define_recursive(CLASS,NAME) \
76 CLASS __libc_lock_recursive_t NAME;
77 #define __rtld_lock_define_recursive(CLASS,NAME) \
78 CLASS __rtld_lock_recursive_t NAME;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 64 /* Define a lock variable NAME with storage class CLASS. The lock must be
68 definitions you must use a pointer to the lock structure (i.e., NAME
71 #define __libc_lock_define(CLASS,NAME) \
72 CLASS __libc_lock_t NAME;
73 #define __libc_rwlock_define(CLASS,NAME) \
74 CLASS __libc_rwlock_t NAME;
75 #define __libc_lock_define_recursive(CLASS,NAME) \
76 CLASS __libc_lock_recursive_t NAME;
77 #define __rtld_lock_define_recursive(CLASS,NAME) \
78 CLASS __rtld_lock_recursive_t NAME;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ParserFactory.java 39 * A factory class that does a name lookup on a registered parser and
40 * returns a header parser for the given name.
60 parserTable.put(ReplyToHeader.NAME.toLowerCase(), ReplyToParser.class);
63 InReplyToHeader.NAME.toLowerCase(),
67 AcceptEncodingHeader.NAME.toLowerCase(),
71 AcceptLanguageHeader.NAME.toLowerCase(),
75 parserTable.put(ToHeader.NAME.toLowerCase(), ToParser.class);
77 parserTable.put(FromHeader.NAME.toLowerCase(), FromParser.class);
80 parserTable.put(CSeqHeader.NAME.toLowerCase(), CSeqParser.class);
82 parserTable.put(ViaHeader.NAME.toLowerCase(), ViaParser.class)
    [all...]
  /external/srec/srec/include/
sizes.h 29 #define FOUR_BYTE_PTR(PTR,NAME,DUMMY) union { PTR NAME; asr_int32_t DUMMY; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stab.h 7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stab.h 7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stab.h 7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,

Completed in 652 milliseconds

1 2 3 4 5 6 7 8 91011>>