/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...] |
TokenTypes.java | 82 public static final int ORGANIZATION = START + 45;
|
Lexer.java | 196 TokenTypes.ORGANIZATION);
|
/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...] |
NameMap.java | 139 putNameMap(ORGANIZATION, Organization.class.getName()); //31
|
SIPHeaderNames.java | 81 public static final String ORGANIZATION = OrganizationHeader.NAME; //31
|
/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/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/bin/ |
arm-linux-androideabi-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/arm-linux-androideabi-4.4.x/bin/ |
arm-linux-androideabi-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/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailDisplayUtils.java | 44 import android.provider.ContactsContract.CommonDataKinds.Organization; 149 * Returns the organization of the contact. If several organizations are given, 154 == DisplayNameSources.ORGANIZATION; 160 if (Organization.CONTENT_ITEM_TYPE.equals(mimeType)) { 161 final String company = entryValues.getAsString(Organization.COMPANY); 162 final String title = entryValues.getAsString(Organization.TITLE); 165 // DisplayName is already the organization, it mirrors company or (if company
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
ContactFragment.java | 61 import android.provider.ContactsContract.CommonDataKinds.Organization; 437 } else if (Organization.CONTENT_ITEM_TYPE.equals(mimeType) && 439 // Build organization entries 444 && mDisplayNameSource == DisplayNameSources.ORGANIZATION
|
/external/pcre/ |
pcregexp.pas | 22 * Neither the name of the <ORGANIZATION> nor the names of its contributors
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardEntry.java | 32 import android.provider.ContactsContract.CommonDataKinds.Organization; 70 private static final int DEFAULT_ORGANIZATION_TYPE = Organization.TYPE_WORK; 91 ORGANIZATION, 780 builder.withValueBackReference(Organization.RAW_CONTACT_ID, backReferenceIndex); 781 builder.withValue(Data.MIMETYPE, Organization.CONTENT_ITEM_TYPE); 782 builder.withValue(Organization.TYPE, mType); 784 builder.withValue(Organization.COMPANY, mOrganizationName); 787 builder.withValue(Organization.DEPARTMENT, mDepartmentName); 790 builder.withValue(Organization.TITLE, mTitle); 793 builder.withValue(Organization.PHONETIC_NAME, mPhoneticName) 815 OrganizationData organization = (OrganizationData) obj; local [all...] |
/frameworks/base/core/java/android/provider/ |
ContactsContract.java | [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsDatabaseHelper.java | 52 import android.provider.ContactsContract.CommonDataKinds.Organization; [all...] |
/prebuilt/sdk/12/ |
android.jar | |