/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...] |
/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; }
|
GrGLNameAllocator.cpp | 329 GrGLNameAllocator::GrGLNameAllocator(GrGLuint firstName, GrGLuint endName) 330 : fFirstName(firstName), 332 SkASSERT(firstName > 0); 333 SkASSERT(endName > 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; }
|
GrGLNameAllocator.cpp | 329 GrGLNameAllocator::GrGLNameAllocator(GrGLuint firstName, GrGLuint endName) 330 : fFirstName(firstName), 332 SkASSERT(firstName > 0); 333 SkASSERT(endName > firstName);
|
/external/chromium_org/third_party/libxml/src/ |
dbgen.pl | 33 printf " <firstname>$first</firstname>\n", $i;
|
dbgenattr.pl | 33 printf " firstname='$first'\n", $i;
|
/external/chromium_org/chrome/renderer/autofill/ |
form_autofill_browsertest.cc | 62 " <INPUT type=\"text\" id=\"firstname\"/>" 153 names.push_back(ASCIIToUTF16("firstname")); 189 WebElement element = web_frame->document().getElementById("firstname"); 686 " <LABEL for=\"firstname\">First name:</LABEL>" 687 " <INPUT type=\"text\" id=\"firstname\" value=\"John\"/>" 717 WebElement element = frame->document().getElementById("firstname"); 736 expected.name = ASCIIToUTF16("firstname"); 796 WebElement element = frame->document().getElementById("firstname"); 812 " First name: <INPUT type=\"text\" id=\"firstname\" value=\"John\"/> 1374 WebInputElement firstname = GetMainFrame()->document(). local 1472 WebInputElement firstname = GetMainFrame()->document(). local 2964 WebInputElement firstname = local 3077 WebInputElement firstname = local 3156 WebInputElement firstname = local 3224 WebInputElement firstname = local 3292 WebInputElement firstname = local 3361 WebInputElement firstname = local 3410 WebInputElement firstname = local [all...] |
autofill_renderer_browsertest.cc | 63 " <input type=\"text\" id=\"firstname\"/>" 86 expected.name = ASCIIToUTF16("firstname"); 165 " <input type=\"text\" id=\"firstname\"/>" 181 " <input id=\"firstname\" autocomplete=\"OFF\"/>" 194 WebInputElement firstname = local 195 document.getElementById("firstname").to<WebInputElement>(); 202 autofill_agent_->FormControlElementClicked(firstname, true);
|
/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);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/ |
RawContactUtil.java | 106 public static long createRawContactWithName(ContentResolver resolver, String firstName, 108 return createRawContactWithName(resolver, firstName, lastName, null); 111 public static long createRawContactWithName(ContentResolver resolver, String firstName, 114 DataUtil.insertStructuredName(resolver, rawContactId, firstName, lastName);
|
/external/chromium_org/third_party/libjingle/source/talk/xmllite/ |
xmlelement_unittest.cc | 200 "<firstname>George</firstname>" 204 "<firstname>John</firstname>" 209 element->FirstNamed(QName("", "firstname"))); 211 element->FirstNamed(QName("test-foo", "firstname"))); 220 EXPECT_EQ("John", element->FirstNamed(QName("test-foo", "firstname"))-> 221 NextNamed(QName("test-foo", "firstname"))->BodyText()); 226 EXPECT_TRUE(NULL == element->FirstNamed(QName("test-foo", "firstname"))-> 227 NextNamed(QName("test-foo", "firstname"))- [all...] |
/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,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/ |
yasm_parsers.xml | 12 <firstname>Peter</firstname>
|
/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...] |
/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...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
ContactOperations.java | 125 * Can be null if firstName/lastName are specified. 126 * @param firstName The first name of the contact - can be null if fullName 132 public ContactOperations addName(String fullName, String firstName, String lastName) { 139 if (!TextUtils.isEmpty(firstName)) { 140 mValues.put(StructuredName.GIVEN_NAME, firstName); 274 * @param firstName the new first name to store 283 String firstName, 289 if (!TextUtils.equals(existingFirstName, firstName)) { 290 mValues.put(StructuredName.GIVEN_NAME, firstName);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/ |
yasm_dbgfmts.xml | 12 <firstname>Peter</firstname>
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/ |
datastore.py | 26 firstname = db.StringProperty() variable in class:Contact
|
/packages/apps/Exchange/src/com/android/exchange/provider/ |
ExchangeDirectoryProvider.java | 185 String firstName, String lastName) { 189 r.put(StructuredName.GIVEN_NAME, firstName); 568 final String firstName = galDataRow.get(GalData.FIRST_NAME); 570 if (!TextUtils.isEmpty(firstName) || !TextUtils.isEmpty(lastName)) { 571 if (!TextUtils.isEmpty(firstName) && !TextUtils.isEmpty(lastName)) { 572 displayName = firstName + " " + lastName; 573 } else if (!TextUtils.isEmpty(firstName)) { 574 displayName = firstName; 599 * Alternate Display Name field is LastName FirstName to support user 606 final String firstName = galDataRow.get(GalData.FIRST_NAME) [all...] |
/external/chromium_org/chrome/browser/autofill/ |
autofill_interactive_uitest.cc | 65 "<label for=\"firstname\">First name:</label>" 66 " <input type=\"text\" id=\"firstname\"" 332 " document.getElementById('firstname').focus();" 340 ExpectFieldValue("firstname", "Milton"); 388 ExpectFieldValue("firstname", "M"); 505 "document.getElementById('firstname').value = '';")); 506 ExpectFieldValue("firstname", ""); 512 ExpectFieldValue("firstname", "Milton"); 525 "document.getElementById('firstname').oninput = function() {" 597 "document.getElementById('firstname').onchange = function() { [all...] |
/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
web_services.py | 253 contact.firstname = self.safe_attr(jcontact, 'f') 263 contact.handle = contact.firstname + '_' + contact.lastname 317 firstname = 'Juliet', 325 firstname = 'Romeo', 333 firstname = 'Tybalt', 354 'firstname': 'f',
|
/development/samples/SampleSyncAdapter/samplesyncadapter_server/templates/ |
contacts.html | 41 <td><a href="/edit_contact?id={{ contact.key.id }}">{{ contact.firstname }} {{ contact.lastname }}</a></td>
|
/external/javasqlite/src/main/java/SQLite/ |
TableResult.java | 23 * id|firstname|lastname|
|
/external/llvm/tools/opt/ |
Passes.cpp | 303 StringRef FirstName = 305 if (isModulePassName(FirstName)) 309 if (isCGSCCPassName(FirstName)) { 318 if (isFunctionPassName(FirstName)) {
|