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

  /external/nist-sip/java/gov/nist/javax/sip/parser/
OrganizationParser.java 31 /** Parser for Organization header.
44 * @param organization the header to parse
46 public OrganizationParser(String organization) {
47 super(organization);
60 * @return SIPHeader (Organization object)
67 Organization organization = new Organization(); local
69 headerName(TokenTypes.ORGANIZATION);
71 organization.setHeaderName(SIPHeaderNames.ORGANIZATION)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Organization.java 36 * Organization SIP Header.
47 public class Organization extends SIPHeader implements OrganizationHeader {
54 * Organization field
56 protected String organization; field in class:Organization
63 return organization;
69 public Organization() {
70 super(ORGANIZATION);
74 * Get the organization field.
78 return organization;
82 * Set the organization membe
    [all...]
HeaderFactoryImpl.java 630 * organization value.
632 * @param organization - the new string value of the organization.
634 * unexpectedly while parsing the organization value.
637 public OrganizationHeader createOrganizationHeader(String organization)
639 if (organization == null)
640 throw new NullPointerException("bad organization arg");
641 Organization o = new Organization();
642 o.setOrganization(organization);
    [all...]
  /external/nist-sip/java/javax/sip/header/
OrganizationHeader.java 6 String NAME = "Organization";
9 void setOrganization(String organization) throws ParseException;
HeaderFactory.java 98 OrganizationHeader createOrganizationHeader(String organization)
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509ObjectIdentifiers.java 16 static final DERObjectIdentifier organization = new DERObjectIdentifier(id + ".10"); field in interface:X509ObjectIdentifiers
23 // {iso(1) identified-organization(3) oiw(14) secsig(3) algorithms(2) 26 } //
28 // {iso(1) identified-organization(3) TeleTrust(36) algorithm(3) hashAlgorithm(2) RIPEMD-160(1)}
34 // {iso(1) identified-organization(3) TeleTrust(36) algorithm(3) signatureAlgorithm(3) rsaSignature(1) rsaSignatureWithripemd160(2) }
  /external/openssl/crypto/x509v3/
v3_cpols.c 125 ASN1_SIMPLE(NOTICEREF, organization, DISPLAYTEXT),
289 } else if(!strcmp(cnf->name, "organization")) {
295 if(ia5org) nref->organization->type = V_ASN1_IA5STRING;
296 else nref->organization->type = V_ASN1_VISIBLESTRING;
297 if(!ASN1_STRING_set(nref->organization, cnf->value,
324 (!not->noticeref->noticenos || !not->noticeref->organization)) {
419 ref->organization->data);
x509v3.h 282 ASN1_STRING *organization; member in struct:NOTICEREF_st
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 38 import android.provider.ContactsContract.CommonDataKinds.Organization;
106 public static final int ORGANIZATION = 6;
116 String organization; field in class:GlobalSearchSupport.SearchSuggestion
138 boolean hasOrganization = !TextUtils.isEmpty(organization);
148 text2 = organization;
235 if (Organization.COMPANY != Data.DATA1 || Phone.NUMBER != Data.DATA1
247 mMimeTypeIdOrganization = dbHelper.getMimeTypeId(Organization.CONTENT_ITEM_TYPE);
401 if (isSuperPrimary || suggestion.organization == null) {
402 suggestion.organization = c.getString(SearchSuggestionQuery.ORGANIZATION);
    [all...]
ContactsDatabaseHelper.java 56 import android.provider.ContactsContract.CommonDataKinds.Organization;
376 public static final int ORGANIZATION = 5;
2328 String organization = cursor.getString(OrganizationQuery.COMPANY); local
    [all...]
  /frameworks/base/core/java/android/pim/vcard/
VCardEntry.java 33 import android.provider.ContactsContract.CommonDataKinds.Organization;
62 private final static int DEFAULT_ORGANIZATION_TYPE = Organization.TYPE_WORK;
279 OrganizationData organization = (OrganizationData)obj; local
280 return (type == organization.type &&
281 TextUtils.equals(companyName, organization.companyName) &&
282 TextUtils.equals(departmentName, organization.departmentName) &&
283 TextUtils.equals(titleName, organization.titleName) &&
284 isPrimary == organization.isPrimary);
622 // Create new first organization entry, with "null" title which may be
654 // Create new first organization entry, with "null" other info, which may b
    [all...]
  /packages/apps/Tag/src/com/android/vcard/
VCardEntry.java 32 import android.provider.ContactsContract.CommonDataKinds.Organization;
63 private final static int DEFAULT_ORGANIZATION_TYPE = Organization.TYPE_WORK;
277 OrganizationData organization = (OrganizationData)obj; local
278 return (type == organization.type &&
279 TextUtils.equals(companyName, organization.companyName) &&
280 TextUtils.equals(departmentName, organization.departmentName) &&
281 TextUtils.equals(titleName, organization.titleName) &&
282 isPrimary == organization.isPrimary);
621 // Create new first organization entry, with "null" title which may be
653 // Create new first organization entry, with "null" other info, which may b
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 40 # The default organization.
127 if [ -n "$ORGANIZATION" ]; then
128 if [ -f "$ORGANIZATION" ]; then
129 ORGANIZATION="`cat $ORGANIZATION`"
133 ORGANIZATION="$DEFAULT_ORGANIZATION"
134 elif [ -f $HOME/.organization ]; then
135 ORGANIZATION="`cat $HOME/.organization`"
229 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 39 # The default organization.
126 if [ -n "$ORGANIZATION" ]; then
127 if [ -f "$ORGANIZATION" ]; then
128 ORGANIZATION="`cat $ORGANIZATION`"
132 ORGANIZATION="$DEFAULT_ORGANIZATION"
133 elif [ -f $HOME/.organization ]; then
134 ORGANIZATION="`cat $HOME/.organization`"
228 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 39 # The default organization.
126 if [ -n "$ORGANIZATION" ]; then
127 if [ -f "$ORGANIZATION" ]; then
128 ORGANIZATION="`cat $ORGANIZATION`"
132 ORGANIZATION="$DEFAULT_ORGANIZATION"
133 elif [ -f $HOME/.organization ]; then
134 ORGANIZATION="`cat $HOME/.organization`"
228 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 39 # The default organization.
126 if [ -n "$ORGANIZATION" ]; then
127 if [ -f "$ORGANIZATION" ]; then
128 ORGANIZATION="`cat $ORGANIZATION`"
132 ORGANIZATION="$DEFAULT_ORGANIZATION"
133 elif [ -f $HOME/.organization ]; then
134 ORGANIZATION="`cat $HOME/.organization`"
228 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 40 # The default organization.
127 if [ -n "$ORGANIZATION" ]; then
128 if [ -f "$ORGANIZATION" ]; then
129 ORGANIZATION="`cat $ORGANIZATION`"
133 ORGANIZATION="$DEFAULT_ORGANIZATION"
134 elif [ -f $HOME/.organization ]; then
135 ORGANIZATION="`cat $HOME/.organization`"
229 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 39 # The default organization.
126 if [ -n "$ORGANIZATION" ]; then
127 if [ -f "$ORGANIZATION" ]; then
128 ORGANIZATION="`cat $ORGANIZATION`"
132 ORGANIZATION="$DEFAULT_ORGANIZATION"
133 elif [ -f $HOME/.organization ]; then
134 ORGANIZATION="`cat $HOME/.organization`"
228 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 39 # The default organization.
126 if [ -n "$ORGANIZATION" ]; then
127 if [ -f "$ORGANIZATION" ]; then
128 ORGANIZATION="`cat $ORGANIZATION`"
132 ORGANIZATION="$DEFAULT_ORGANIZATION"
133 elif [ -f $HOME/.organization ]; then
134 ORGANIZATION="`cat $HOME/.organization`"
228 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 39 # The default organization.
126 if [ -n "$ORGANIZATION" ]; then
127 if [ -f "$ORGANIZATION" ]; then
128 ORGANIZATION="`cat $ORGANIZATION`"
132 ORGANIZATION="$DEFAULT_ORGANIZATION"
133 elif [ -f $HOME/.organization ]; then
134 ORGANIZATION="`cat $HOME/.organization`"
228 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 39 # The default organization.
126 if [ -n "$ORGANIZATION" ]; then
127 if [ -f "$ORGANIZATION" ]; then
128 ORGANIZATION="`cat $ORGANIZATION`"
132 ORGANIZATION="$DEFAULT_ORGANIZATION"
133 elif [ -f $HOME/.organization ]; then
134 ORGANIZATION="`cat $HOME/.organization`"
228 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gccbug 40 # The default organization.
127 if [ -n "$ORGANIZATION" ]; then
128 if [ -f "$ORGANIZATION" ]; then
129 ORGANIZATION="`cat $ORGANIZATION`"
133 ORGANIZATION="$DEFAULT_ORGANIZATION"
134 elif [ -f $HOME/.organization ]; then
135 ORGANIZATION="`cat $HOME/.organization`"
229 ORGANIZATION_C='<organization of PR author (multiple lines)>
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 162 // Remove the original primary organization
170 // Remove the remaining organization
744 private void assertSearchSuggestion(boolean name, boolean photo, boolean organization,
768 if (organization) {
    [all...]
  /external/openssl/include/openssl/
x509v3.h 282 ASN1_STRING *organization; member in struct:NOTICEREF_st
  /external/dropbear/libtommath/
bn.tex 354 \section{Function Organization}
    [all...]

Completed in 916 milliseconds