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

1 2 3 4 5 6 7 8 910

  /frameworks/base/core/tests/coretests/res/raw/
v21_org_before_title.vcf 4 ORG:Company;Organization;Devision;Room;Sheet No.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
NoticeReference.java 21 * organization DisplayText,
32 private DisplayText organization; field in class:NoticeReference
45 organization = new DisplayText(orgName);
75 organization = new DisplayText (orgName);
91 organization = new DisplayText(displayTextType,
114 organization = DisplayText.getInstance(as.getObjectAt(0));
135 return organization;
151 av.add (organization);
X509ObjectIdentifiers.java 16 static final DERObjectIdentifier organization = new DERObjectIdentifier(id + ".10"); field in interface:X509ObjectIdentifiers
20 // {iso(1) identified-organization(3) oiw(14) secsig(3) algorithms(2) 26 } //
25 // {iso(1) identified-organization(3) TeleTrust(36) algorithm(3) hashAlgorithm(2) RIPEMD-160(1)}
31 // {iso(1) identified-organization(3) TeleTrust(36) algorithm(3) signatureAlgorithm(3) rsaSignature(1) rsaSignatureWithripemd160(2) }
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/oiw/
OIWObjectIdentifiers.java 8 // {iso(1) identified-organization(3) oiw(14) secsig(3) algorithms(2) 26 } //
22 // {iso(1) identified-organization(3) oiw(14) dirservsig(7) algorithm(2) encryption(1) 1 }
  /dalvik/libcore/security/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)}
  /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)
CAss.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;
102 return new EditType(type, Organization.getTypeLabelResource(type));
345 DataKind kind = getKindForMimetype(Organization.CONTENT_ITEM_TYPE);
347 kind = addKind(new DataKind(Organization.CONTENT_ITEM_TYPE,
349 kind.actionHeader = new SimpleInflater(Organization.COMPANY);
350 kind.actionBody = new SimpleInflater(Organization.TITLE);
354 kind.typeColumn = Organization.TYPE;
356 kind.typeList.add(buildOrgType(Organization.TYPE_WORK));
357 kind.typeList.add(buildOrgType(Organization.TYPE_OTHER));
358 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...]
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
VCardExporterTests.java 26 import android.provider.ContactsContract.CommonDataKinds.Organization;
632 entry.addContentValues(Organization.CONTENT_ITEM_TYPE)
633 .put(Organization.COMPANY, "CompanyX")
634 .put(Organization.DEPARTMENT, "DepartmentY")
635 .put(Organization.TITLE, "TitleZ")
636 .put(Organization.JOB_DESCRIPTION, "Description Rambda") // Ignored.
637 .put(Organization.OFFICE_LOCATION, "Mountain View") // Ignored.
638 .put(Organization.PHONETIC_NAME, "PhoneticName!") // Ignored
639 .put(Organization.SYMBOL, "(^o^)/~~"); // Ignore him (her).
640 entry.addContentValues(Organization.CONTENT_ITEM_TYPE
    [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/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/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...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/nist/
NISTObjectIdentifiers.java 9 // iso/itu(2) joint-assign(16) us(840) organization(1) gov(101) csor(3)
  /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);

Completed in 142 milliseconds

1 2 3 4 5 6 7 8 910