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

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/header/
OrganizationHeader.java 6 String NAME = "Organization";
9 void setOrganization(String organization) throws ParseException;
  /frameworks/base/core/tests/coretests/res/raw/
v21_org_before_title.vcf 4 ORG:Company;Organization;Devision;Room;Sheet No.
  /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/libvpx/tools/
gen_authors.sh 3 # Add organization names manually.
  /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...]
  /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/bouncycastle/src/main/java/org/bouncycastle/asn1/iana/
IANAObjectIdentifiers.java 8 // {iso(1) identified-organization(3) dod(6) internet(1) security(5) mechanisms(5) ipsec(8) isakmpOakley(1)}
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/oiw/
OIWObjectIdentifiers.java 8 // {iso(1) identified-organization(3) oiw(14) secsig(3) algorithms(2) 26 } //
27 // {iso(1) identified-organization(3) oiw(14) dirservsig(7) algorithm(2) encryption(1) 1 }
  /packages/apps/Contacts/src/com/android/contacts/
TypePrecedence.java 25 import android.provider.ContactsContract.CommonDataKinds.Organization;
72 Organization.TYPE_CUSTOM,
73 Organization.TYPE_WORK,
74 Organization.TYPE_OTHER};
110 } else if (mimetype.equals(Organization.CONTENT_ITEM_TYPE)) {
  /external/openssl/android.testssl/
Uss.cnf 21 organizationName = Organization Name (eg, company)
  /external/openssl/crypto/conf/
ssleay.cnf 66 Attribute_text_4 = Organization Name (eg, company)
  /external/ppp/pppd/plugins/pppoatm/
atmsap.h 29 * bytes assigned by the organization owning the OUI.
  /external/v8/
AUTHORS 4 # Name/Organization <email address>
  /external/zlib/contrib/dotzlib/
LICENSE_1_0.txt 3 Permission is hereby granted, free of charge, to any person or organization
  /packages/apps/Contacts/src/com/android/contacts/model/
ExchangeSource.java 28 import android.provider.ContactsContract.CommonDataKinds.Organization;
250 kind.typeColumn = Organization.TYPE;
252 kind.typeList.add(buildOrgType(Organization.TYPE_WORK).setSpecificMax(1));
253 kind.typeList.add(buildOrgType(Organization.TYPE_OTHER).setSpecificMax(1));
254 kind.typeList.add(buildOrgType(Organization.TYPE_CUSTOM).setSecondary(true)
258 kind.fieldList.add(new EditField(Organization.COMPANY, R.string.ghostData_company,
260 kind.fieldList.add(new EditField(Organization.TITLE, R.string.ghostData_title,
FallbackSource.java 32 import android.provider.ContactsContract.CommonDataKinds.Organization;
107 return new EditType(type, Organization.getTypeLabelResource(type));
350 DataKind kind = getKindForMimetype(Organization.CONTENT_ITEM_TYPE);
352 kind = addKind(new DataKind(Organization.CONTENT_ITEM_TYPE,
354 kind.actionHeader = new SimpleInflater(Organization.COMPANY);
355 kind.actionBody = new SimpleInflater(Organization.TITLE);
359 kind.typeColumn = Organization.TYPE;
361 kind.typeList.add(buildOrgType(Organization.TYPE_WORK));
362 kind.typeList.add(buildOrgType(Organization.TYPE_OTHER));
363 kind.typeList.add(buildOrgType(Organization.TYPE_CUSTOM).setSecondary(true
    [all...]
  /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...]
  /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...]

Completed in 624 milliseconds

1 2 3 4 5 6 7 8 91011>>