/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...] |
/external/chromium_org/ppapi/c/ |
pp_macros.h | 57 NAME is the name of the type without any spaces or the struct or enum 65 #define PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, CTYPENAME, SIZE) \ 66 struct PP_Dummy_Struct_For_##NAME { \ 68 ## NAME ## _is_not_ ## SIZE ## \ 77 #define PP_COMPILE_ASSERT_SIZE_IN_BYTES(NAME, SIZE) \ 78 PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, NAME, SIZE) 86 #define PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(NAME, SIZE) \ 87 PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, struct NAME, SIZE [all...] |
/external/chromium_org/ppapi/api/ |
pp_macros.idl | 48 NAME is the name of the type without any spaces or the struct or enum 56 #define PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, CTYPENAME, SIZE) \ 57 struct PP_Dummy_Struct_For_##NAME { \ 59 ## NAME ## _is_not_ ## SIZE ## \ 68 #define PP_COMPILE_ASSERT_SIZE_IN_BYTES(NAME, SIZE) \ 69 PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, NAME, SIZE) 77 #define PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(NAME, SIZE) \ 78 PP_COMPILE_ASSERT_SIZE_IN_BYTES_IMPL(NAME, struct NAME, SIZE [all...] |
/external/elfutils/src/ |
versionhash.h | 31 #define NAME ld_version_str_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";
|
/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/chromium_org/third_party/sqlite/src/ |
publish_osx.sh | 7 # Set srcdir to the name of the directory that contains the publish.sh 28 NAME=sqlite3-$VERS-osx-x86.bin 29 echo '***** '"COMPILING $NAME..." 30 gcc $CFLAGS -Itsrc sqlite3.c tsrc/shell.c -o $NAME -ldl 31 strip $NAME 32 chmod 644 $NAME 33 gzip $NAME 35 mv $NAME.gz doc
|
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
EmptyProtocolDefinitions.h | 30 #define EMPTY_PROTOCOL(NAME) \ 31 @protocol NAME <NSObject> \
|
/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,
|