/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/ |
D | CustomFormatterPersonTest.java | 30 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/ |
D | arkts-no-func-props-4-error.ets | 17 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();
|
D | arkts-no-func-props-4-ok.ets | 18 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/ |
D | object-literal.js | 16 firstName:"John", property 24 assert (person.firstName === "John"); 42 john.firstName = "John"; 47 assert (person.firstName === john.firstName);
|
D | string-prototype-charat.js | 117 var test_object = {firstName:"John", lastName:"Doe"}; property
|
D | string-prototype-charcodeat.js | 104 var test_object = {firstName:"John", lastName:"Doe"}; property
|
D | string-prototype-indexof.js | 119 var test_object = {firstName:"John", lastName:"Doe"}; property
|
D | string-prototype-lastindexof.js | 133 var test_object = {firstName:"John", lastName:"Doe"}; property
|
D | string-prototype-substr.js | 144 var test_object = {firstName:"John", lastName:"Doe"}; property
|
D | string-prototype-substring.js | 145 var test_object = {firstName:"John", lastName:"Doe"}; property
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | ResourceManager.cpp | 39 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()
|
D | Context.cpp | 194 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/ |
D | arkts-identifiers-as-prop-names-8-error.ets | 21 const firstName = Symbol("firstName"); 24 [firstName]: "John", 28 console.log(person[firstName]); // output: John
|
/third_party/typescript/tests/baselines/reference/ |
D | mappedTypeCircularReferenceInAccessor.symbols | 5 firstName: string, 6 >firstName : Symbol(User.firstName, Decl(mappedTypeCircularReferenceInAccessor.ts, 0, 16))
|
D | mappedTypeCircularReferenceInAccessor.types | 3 firstName: string, 4 >firstName : string
|
D | mappedTypeCircularReferenceInAccessor.js | 3 firstName: string,
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-umd/arkts-no-umd-4-ok/ |
D | arkts-no-umd-4-ok.ts | 19 firstName: string; property
|
/third_party/typescript/tests/cases/compiler/ |
D | mappedTypeCircularReferenceInAccessor.ts | 2 firstName: string, property
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
D | NameSpace.hpp | 47 GLuint firstName() in firstName() function in gl::NameSpace
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-umd/ |
D | arkts-no-umd-4-error.ets | 18 firstName: string;
|
/third_party/skia/tests/ |
D | FontMgrTest.cpp | 70 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/ |
D | any.proto | 108 // "firstName": <string>,
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | Display.cpp | 232 destroySharedImage(reinterpret_cast<EGLImageKHR>((intptr_t)mSharedImageNameSpace.firstName())); in terminate()
|
/third_party/icu/docs/userguide/collation/ |
D | architecture.md | 260 intended to allow concatenating strings like firstName+\\uFFFE+lastName to yield
|