/third_party/ejdb/src/jql/ |
D | README.md | 80 "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/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-substring.js | 145 var test_object = {firstName:"John", lastName:"Doe"}; property
|
D | string-prototype-substr.js | 144 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/ejdb/ |
D | README.md | 257 "firstName": "John", 302 "firstName": "John", 355 curl --data-raw '@family/[firstName = John]' -H'X-Access-Token:myaccess01' -X POST http://localhost… 357 1 {"firstName":"John","lastName":"Doe","age":28,"pets":[{"name":"Rexy rex","kind":"dog","likes":["b… 371 < k 1 {"firstName":"John"... 377 < k 1 {"firstName":"John"... 476 Find JSON document having `firstName` key at root level. 478 /[* = "firstName"] 484 /[[* = "firstName"] = John] 487 Key name can be either `firstName` or `lastName` but should have `John` value in any case. [all …]
|
/third_party/ejdb/src/jbr/ |
D | README.md | 109 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/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
D | NameSpace.hpp | 47 GLuint firstName() in firstName() function in gl::NameSpace
|
/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
|