HomeSort by relevance Sort by last modified time
    Searched defs:firstName (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLNameAllocator.h 24 * half-open range [firstName, end). Note that the caller will most likely
28 * @param firstName The first name in the range owned by this class. Must be
31 this class. Must be >= firstName.
33 GrGLNameAllocator(GrGLuint firstName, GrGLuint endName);
46 GrGLuint firstName() const { return fFirstName; }
GrGLPathRendering.cpp 427 GrGLuint firstName;
428 GL_CALL_RET(firstName, GenPaths(range));
429 fPathNameAllocator.reset(SkNEW_ARGS(GrGLNameAllocator, (firstName, firstName + range)));
449 path + range <= fPathNameAllocator->firstName() ||
456 path < fPathNameAllocator->firstName() ||
  /external/skia/src/gpu/gl/
GrGLNameAllocator.h 24 * half-open range [firstName, end). Note that the caller will most likely
28 * @param firstName The first name in the range owned by this class. Must be
31 this class. Must be >= firstName.
33 GrGLNameAllocator(GrGLuint firstName, GrGLuint endName);
46 GrGLuint firstName() const { return fFirstName; }
GrGpuGL.cpp     [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapCard.java 39 public final String firstName;
51 * FirstName; MiddleName; Prefix; Suffix
56 firstName = parsedName.length < 2 ? null : parsedName[1];
70 json.put("firstName", firstName);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java 178 public RawContact(String name, String fullName, String firstName, String lastName,
184 mFirstName = firstName;
217 final String firstName = !contact.isNull("f") ? contact.getString("f") : null;
227 return new RawContact(userName, null, firstName, lastName, cellPhone,
239 public static RawContact create(String fullName, String firstName, String lastName,
243 return new RawContact(null, fullName, firstName, lastName, cellPhone, officePhone,
  /packages/apps/Exchange/tests/src/com/android/exchange/eas/
EasSyncContactsTests.java 122 final String firstName = "Joe";
126 nameValues.put(StructuredName.GIVEN_NAME, firstName);
131 final String generatedName = lastName + " " + suffix + ", " + firstName + " " + middleName;
152 final String firstName = "Joe";
155 nameValues.put(StructuredName.GIVEN_NAME, firstName);
159 final String generatedName = firstName + " " + middleName;
166 final String firstName = "Joe";
169 nameValues.put(StructuredName.GIVEN_NAME, firstName);
173 final String generatedName = lastName + " " + suffix + ", " + firstName;
180 final String firstName = "Joe"
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 463 String firstName = null;
487 firstName = c.getString(DataQuery.COLUMN_GIVEN_NAME);
508 RawContact rawContact = RawContact.create(fullName, firstName, lastName, cellPhone,
    [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
VCard.java 105 private String firstName;
168 return firstName;
171 public void setFirstName(String firstName) {
172 this.firstName = firstName;
492 if (firstName != null) {
493 sb.append(StringUtils.escapeForXML(firstName)).append(' ');
631 return firstName != null || lastName != null || middleName != null;
652 if (firstName != null ? !firstName.equals(vCard.firstName) : vCard.firstName != null)
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java 96 String firstName = null;
124 firstName = getValue();
315 ops.addName(entity, prefix, firstName, lastName, middleName, suffix,
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncContacts.java     [all...]
  /packages/apps/Exchange/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 201 String firstName, String lastName) {
205 r.put(StructuredName.GIVEN_NAME, firstName);
586 final String firstName = galDataRow.get(GalData.FIRST_NAME);
588 if (!TextUtils.isEmpty(firstName) || !TextUtils.isEmpty(lastName)) {
589 if (!TextUtils.isEmpty(firstName) && !TextUtils.isEmpty(lastName)) {
590 displayName = firstName + " " + lastName;
591 } else if (!TextUtils.isEmpty(firstName)) {
592 displayName = firstName;
617 * Alternate Display Name field is LastName FirstName to support user
624 final String firstName = galDataRow.get(GalData.FIRST_NAME)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 296 String firstName = descriptor.getXmlLocalName();
297 if (firstName.startsWith(ATTR_LAYOUT_RESOURCE_PREFIX)) {
298 if (firstName.startsWith(ATTR_LAYOUT_MARGIN)) {
309 if (firstName.equals(ATTR_ID)) {
463 String firstName = descriptor.getXmlLocalName();
464 if (firstName.startsWith(ATTR_LAYOUT_RESOURCE_PREFIX)) {
465 if (firstName.startsWith(ATTR_LAYOUT_MARGIN)) {
476 if (firstName.equals(ATTR_ID)) {
484 String category = PropertyMetadata.getCategory(firstName);
500 int firstNameIndex = firstName.length()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 

Completed in 568 milliseconds

1 2