Home
last modified time | relevance | path

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

12

/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-substring.js145 var test_object = {firstName:"John", lastName:"Doe"}; property
Dstring-prototype-substr.js144 var test_object = {firstName:"John", lastName:"Doe"}; property
/third_party/ejdb/src/jql/
DREADME.md80 "firstName": "John",
125 "firstName": "John",
178 curl --data-raw '@family/[firstName = John]' -H'X-Access-Token:myaccess01' -X POST http://localhost…
180 1 {"firstName":"John","lastName":"Doe","age":28,"pets":[{"name":"Rexy rex","kind":"dog","likes":["b…
194 < k 1 {"firstName":"John"...
200 < k 1 {"firstName":"John"...
299 Find JSON document having `firstName` key at root level.
301 /[* = "firstName"]
307 /[[* = "firstName"] = John]
310 Key name can be either `firstName` or `lastName` but should have `John` value in any case.
[all …]
/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/ejdb/
DREADME.md252 "firstName": "John",
297 "firstName": "John",
350 curl --data-raw '@family/[firstName = John]' -H'X-Access-Token:myaccess01' -X POST http://localhost…
352 1 {"firstName":"John","lastName":"Doe","age":28,"pets":[{"name":"Rexy rex","kind":"dog","likes":["b…
366 < k 1 {"firstName":"John"...
372 < k 1 {"firstName":"John"...
471 Find JSON document having `firstName` key at root level.
473 /[* = "firstName"]
479 /[[* = "firstName"] = John]
482 Key name can be either `firstName` or `lastName` but should have `John` value in any case.
[all …]
/third_party/ejdb/src/jbr/
DREADME.md109 4 {"firstName":"John","lastName":"Ryan","age":39}
110 3 {"firstName":"Jack","lastName":"Parker","age":35,"pets":[{"name":"Sonic","kind":"mouse","likes":[…
111 1 {"firstName":"John","lastName":"Doe","age":28,"pets":[{"name":"Rexy rex","kind":"dog","likes":["b…
121 4 {"firstName":"John","lastName":"Ryan","age":39}
198 "firstName": "Jack",
248 > k query family /* | /firstName
249 < k 4 {"firstName":"John"}
250 < k 3 {"firstName":"Jack"}
251 < k 1 {"firstName":"John"}
262 > k explain family /* | /firstName
[all …]
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/basics/
Dclass-with-readonly-parameter-properties.src.ts2 constructor(readonly firstName: string,
Dclass-with-public-parameter-properties.src.ts2 constructor(public firstName: string, property in Foo
Dclass-with-private-parameter-properties.src.ts2 constructor(private firstName: string, property in Foo
Dclass-with-protected-parameter-properties.src.ts2 constructor(protected firstName: string, property in Foo
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DNameSpace.hpp47 GLuint firstName() in firstName() function in gl::NameSpace
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/basics/
Dclass-with-readonly-parameter-properties.src.ts.shot104 "name": "firstName",
464 "value": "firstName",
Dclass-with-public-parameter-properties.src.ts.shot104 "name": "firstName",
646 "value": "firstName",
Dclass-with-private-parameter-properties.src.ts.shot104 "name": "firstName",
646 "value": "firstName",
Dclass-with-protected-parameter-properties.src.ts.shot104 "name": "firstName",
646 "value": "firstName",
/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/typescript_eslint/packages/eslint-plugin/docs/rules/
Dno-type-alias.md10 firstName: string,
18 function addPerson(person : { firstName: string, lastName: string, age: number}) { ... }
26 firstName: string,
/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()

12