Home
last modified time | relevance | path

Searched refs:firstName (Results 1 – 24 of 24) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
DCustomFormatterPersonTest.java30 final String firstName; field in CustomFormatterPersonTest.Person
33 public Person(String title, String firstName, String lastName) { in Person() argument
35 this.firstName = firstName; in Person()
41 …return "Person {title='" + title + "', firstName='" + firstName + "', lastName='" + lastName + "'}… in toString()
74 result = person.title + " " + person.firstName + " " + person.lastName; in format()
78 ? person.firstName + " " + person.lastName in format()
79 : person.title + " " + person.firstName; in format()
85 : person.firstName; in format()
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-func-props/
Darkts-no-func-props-4-error.ets17 function formatName(firstName: string, lastName: string): string {
18 return `${lastName}, ${firstName}`;
21 formatName.fullName = (firstName: string, lastName: string): string => {
22 return `${firstName} ${lastName}`;
25 formatName.getInitials = (firstName: string, lastName: string): string => {
26 const firstInitial = firstName.charAt(0).toUpperCase();
Darkts-no-func-props-4-ok.ets18 static formatName(firstName: string, lastName: string): string {
19 return `${lastName}, ${firstName}`;
21 static fullName = (firstName: string, lastName: string): string => {
22 return `${firstName} ${lastName}`;
24 static getInitials = (firstName: string, lastName: string): string => {
25 const firstInitial = firstName.charAt(0).toUpperCase();
/third_party/jerryscript/tests/jerry/
Dobject-literal.js16 firstName:"John", property
24 assert (person.firstName === "John");
42 john.firstName = "John";
47 assert (person.firstName === john.firstName);
Dstring-prototype-charat.js117 var test_object = {firstName:"John", lastName:"Doe"}; property
Dstring-prototype-charcodeat.js104 var test_object = {firstName:"John", lastName:"Doe"}; property
Dstring-prototype-indexof.js119 var test_object = {firstName:"John", lastName:"Doe"}; property
Dstring-prototype-lastindexof.js133 var test_object = {firstName:"John", lastName:"Doe"}; property
Dstring-prototype-substr.js144 var test_object = {firstName:"John", lastName:"Doe"}; property
Dstring-prototype-substring.js145 var test_object = {firstName:"John", lastName:"Doe"}; property
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DResourceManager.cpp39 deleteBuffer(mBufferNameSpace.firstName()); in ~ResourceManager()
44 deleteProgram(mProgramNameSpace.firstName()); in ~ResourceManager()
49 deleteShader(mShaderNameSpace.firstName()); in ~ResourceManager()
54 deleteRenderbuffer(mRenderbufferNameSpace.firstName()); in ~ResourceManager()
59 deleteTexture(mTextureNameSpace.firstName()); in ~ResourceManager()
64 deleteSampler(mSamplerNameSpace.firstName()); in ~ResourceManager()
69 deleteFenceSync(mFenceSyncNameSpace.firstName()); in ~ResourceManager()
DContext.cpp194 deleteFramebuffer(mFramebufferNameSpace.firstName()); in ~Context()
199 deleteFence(mFenceNameSpace.firstName()); in ~Context()
204 deleteQuery(mQueryNameSpace.firstName()); in ~Context()
214 deleteTransformFeedback(mTransformFeedbackNameSpace.firstName()); in ~Context()
/third_party/typescript/tests/arkTSTest/testcase/arkts-identifiers-as-prop-names/
Darkts-identifiers-as-prop-names-8-error.ets21 const firstName = Symbol("firstName");
24 [firstName]: "John",
28 console.log(person[firstName]); // output: John
/third_party/typescript/tests/baselines/reference/
DmappedTypeCircularReferenceInAccessor.symbols5 firstName: string,
6 >firstName : Symbol(User.firstName, Decl(mappedTypeCircularReferenceInAccessor.ts, 0, 16))
DmappedTypeCircularReferenceInAccessor.types3 firstName: string,
4 >firstName : string
DmappedTypeCircularReferenceInAccessor.js3 firstName: string,
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-umd/arkts-no-umd-4-ok/
Darkts-no-umd-4-ok.ts19 firstName: string; property
/third_party/typescript/tests/cases/compiler/
DmappedTypeCircularReferenceInAccessor.ts2 firstName: string, property
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DNameSpace.hpp47 GLuint firstName() in firstName() function in gl::NameSpace
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-umd/
Darkts-no-umd-4-error.ets18 firstName: string;
/third_party/skia/tests/
DFontMgrTest.cpp70 SkString firstName; in DEF_TEST() local
71 first->getFamilyName(&firstName); in DEF_TEST()
79 inNames[i], firstName.c_str(), first->uniqueID(), name.c_str(), face->uniqueID()); in DEF_TEST()
/third_party/protobuf/src/google/protobuf/
Dany.proto108 // "firstName": <string>,
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DDisplay.cpp232 destroySharedImage(reinterpret_cast<EGLImageKHR>((intptr_t)mSharedImageNameSpace.firstName())); in terminate()
/third_party/icu/docs/userguide/collation/
Darchitecture.md260 intended to allow concatenating strings like firstName+\\uFFFE+lastName to yield