/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | SimplePersonName.java | 28 * to get a new Builder instance. 93 if (fieldValues.get("surname") == null) { in build() 94 String surnamePrefix = fieldValues.get("surname-prefix"); in build() 95 String surnameCore = fieldValues.get("surname-core"); in build() 163 String result = fieldValues.get(makeModifiedFieldName(nameField, modifiers)); in getFieldValue() 170 result = fieldValues.get(fieldName); in getFieldValue() 192 result = fieldValues.get(winningKey); in getFieldValue()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | FormattedValueFieldPositionIteratorImpl.java | 42 FieldPosition fpos = attributes.get(i); in nextPosition() 65 FieldPosition fp = attributes.get(i); in toCharacterIterator() 88 FieldPosition fp1 = attributes.get(i); in addOverlapSpans() 90 FieldPosition fp2 = attributes.get(j); in addOverlapSpans() 121 FieldPosition fp1 = attributes.get(i); in sort() 122 FieldPosition fp2 = attributes.get(i + 1); in sort()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | caltztst.cpp | 208 cal->get(Calendar::ZONE_OFFSET, status) - 209 cal->get(Calendar::DST_OFFSET, status); 213 errln("FAIL: Calendar::get failed"); 227 y = cal->get(UCAL_YEAR, status) - 1900; in dateToFields() 228 m = cal->get(UCAL_MONTH, status); in dateToFields() 229 d = cal->get(UCAL_DATE, status); in dateToFields() 230 hr = cal->get(UCAL_HOUR_OF_DAY, status); in dateToFields() 231 min = cal->get(UCAL_MINUTE, status); in dateToFields() 232 sec = cal->get(UCAL_SECOND, status); in dateToFields()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | FormattedValueFieldPositionIteratorImpl.java | 44 FieldPosition fpos = attributes.get(i); in nextPosition() 67 FieldPosition fp = attributes.get(i); in toCharacterIterator() 90 FieldPosition fp1 = attributes.get(i); in addOverlapSpans() 92 FieldPosition fp2 = attributes.get(j); in addOverlapSpans() 123 FieldPosition fp1 = attributes.get(i); in sort() 124 FieldPosition fp2 = attributes.get(i + 1); in sort()
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | array-species.js | 42 static get [Symbol.species]() { return MyArray; } 54 static get [Symbol.species]() { return MyObject; } 82 static get [Symbol.species]() { return undefined; } 98 static get [Symbol.species]() { throw new SpeciesError; } 111 get() { throw new ConstructorError; } 138 static get [Symbol.species]() {
|
/third_party/node/src/crypto/ |
H A D | crypto_hkdf.cc | 109 if (!ctx || !EVP_PKEY_derive_init(ctx.get()) || in DeriveBits() 110 !EVP_PKEY_CTX_set_hkdf_md(ctx.get(), params.digest) || in DeriveBits() 112 ctx.get(), params.info.data<unsigned char>(), params.info.size())) { in DeriveBits() 143 if (!EVP_PKEY_CTX_hkdf_mode(ctx.get(), EVP_PKEY_HKDEF_MODE_EXPAND_ONLY) || in DeriveBits() 144 !EVP_PKEY_CTX_set1_hkdf_key(ctx.get(), pseudorandom_key, prk_len)) { in DeriveBits() 150 if (EVP_PKEY_derive(ctx.get(), buf.data<unsigned char>(), &length) <= 0) in DeriveBits()
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | reflect.cc | 44 out << *types[i].get(); 68 out << "\"" << std::string(name.get(), name.size()) << "\""; 77 auto store_ = wasm::Store::make(engine.get()); in run() 78 auto store = store_.get(); in run() 87 file.read(binary.get(), file_size); in run() 104 auto instance = wasm::Instance::make(store, module.get(), nullptr); in run()
|
/third_party/node/benchmark/es/ |
H A D | map-bench.js | 72 get(key) { return m[`$${key}`]; }, 74 get size() { return Object.keys(m).length; }, 85 assert.strictEqual(String(m.get(`i${i}`)), m.get(`s${i}`)); 98 assert.strictEqual(String(m.get(`i${i}`)), m.get(`s${i}`));
|
/third_party/node/deps/v8/infra/testing/ |
H A D | PRESUBMIT.py | 65 properties = src_dict.get(prop_name, {}) 89 task_attrs = src_dict.get('swarming_task_attrs', {}) 115 if not test.get('name'): 119 test_args = test.get('test_args', []) 129 variant = test.get('variant', 'default') 164 for test in builder_spec.get('tests', []):
|
/third_party/node/deps/v8/src/objects/ |
H A D | property-array-inl.h | 29 Object PropertyArray::get(int index) const { in get() function in v8::internal::PropertyArray 31 return get(cage_base, index); in get() 34 Object PropertyArray::get(PtrComprCageBase cage_base, int index) const { in get() function in v8::internal::PropertyArray 41 Object PropertyArray::get(int index, SeqCstAccessTag tag) const { in get() function in v8::internal::PropertyArray 43 return get(cage_base, index, tag); in get() 46 Object PropertyArray::get(PtrComprCageBase cage_base, int index, in get() function in v8::internal::PropertyArray
|
/third_party/node/deps/undici/src/lib/core/ |
H A D | connect.js | 28 const ref = this._sessionCache.get(key) 35 get (sessionKey) { 36 const ref = this._sessionCache.get(sessionKey) 56 get (sessionKey) { 57 return this._sessionCache.get(sessionKey) 94 const session = sessionCache.get(sessionKey) || null
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktSafetyCriticalApiTests.cpp | 350 addFunctionCase(group.get(), "forbidden_core_commands", forbiddenCoreCommands); in createSafetyCriticalAPITests() 352 addFunctionCase(group.get(), "forbidden_core_extensions", forbiddenCoreExtensions); in createSafetyCriticalAPITests() 354 addFunctionCase(group.get(), "forbidden_promoted_commands", forbiddenPromotedCommands); in createSafetyCriticalAPITests() 356 addFunctionCase(group.get(), "forbidden_features", forbiddenDeviceFeatures); in createSafetyCriticalAPITests() 358 addFunctionCase(group.get(), "forbidden_properties", forbiddenDeviceProperties); in createSafetyCriticalAPITests() 360 addFunctionCase(group.get(), "allowed_extensions", allowedExtensions); in createSafetyCriticalAPITests()
|
/third_party/skia/src/gpu/ |
H A D | GrStyle.h | 119 SkPathEffect* pathEffect() const { return fPathEffect.get(); } in pathEffect() 122 bool hasPathEffect() const { return SkToBool(fPathEffect.get()); } in hasPathEffect() 124 bool hasNonDashPathEffect() const { return fPathEffect.get() && !this->isDashed(); } in hasNonDashPathEffect() 137 return fDashInfo.fIntervals.get(); in dashIntervals() 197 sk_careful_memcpy(fIntervals.get(), that.fIntervals.get(), in operator =()
|
/third_party/skia/src/core/ |
H A D | SkPictureRecorder.cpp | 25 fRecorder = std::make_unique<SkRecorder>(nullptr, SkRect::MakeEmpty(), fMiniRecorder.get()); in SkPictureRecorder() 40 fRecorder->reset(fRecord.get(), cullRect, fMiniRecorder.get()); in beginRecording() 50 return fActivelyRecording ? fRecorder.get() : nullptr; in getRecordingCanvas() 70 SkRecordOptimize(fRecord.get()); in finishRecordingAsPicture() 131 SkRecordOptimize(fRecord.get()); in finishRecordingAsDrawable()
|
/third_party/skia/src/utils/ |
H A D | SkBitSet.h | 49 Chunk* chunks = fChunks.get(); in set() 62 Chunk* chunks = fChunks.get(); in reset() 79 const Chunk* chunks = fChunks.get(); in forEachSetIndex() 97 const Chunk* chunks = fChunks.get(); in findFirst() 111 const Chunk* chunks = fChunks.get(); in findFirstUnset() 136 return fChunks.get() + (index / kChunkBits); in chunkFor()
|
/third_party/skia/tests/ |
H A D | ApplyGammaTest.cpp | 106 srcPixels.get()[y*kBaseSize.fWidth+x] = SkPreMultiplyARGB(x, y, x, 0xFF); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 111 bm.installPixels(ii, srcPixels.get(), kRowBytes); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 140 sk_memset32(read.get(), 0, kBaseSize.fWidth * kBaseSize.fHeight); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 141 if (!dst->readPixels(ii, read.get(), kRowBytes, 0, 0)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 150 uint32_t r = read.get()[y * kBaseSize.fWidth + x]; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 151 uint32_t s = srcPixels.get()[y * kBaseSize.fWidth + x]; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
H A D | GrRenderTaskClusterTest.cpp | 44 graph->at(2)->addDependency(graph->at(1).get()); in create_graph0() 89 graph->at(1)->addDependency(graph->at(0).get()); in create_graph2() 90 graph->at(2)->addDependency(graph->at(1).get()); in create_graph2() 113 graph->at(1)->addDependency(graph->at(0).get()); in create_graph3() 114 graph->at(3)->addDependency(graph->at(2).get()); in create_graph3() 156 REPORTER_ASSERT(reporter, n == expectedOutput[j++].get()); in DEF_TEST()
|
H A D | ImageNewShaderTest.cpp | 103 run_shader_test(reporter, sourceSurface.get(), destinationSurface.get(), info); in DEF_TEST() 112 run_shader_test(reporter, sourceSurface.get(), destinationSurface.get(), info); in gpu_to_gpu() 121 run_shader_test(reporter, sourceSurface.get(), destinationSurface.get(), info); in raster_to_gpu()
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
H A D | Server.cpp | 30 mMemoryTransferService = mOwnedMemoryTransferService.get(); in Server() 62 data->deviceInfo = device->info.get(); in InjectTexture() 94 data->deviceInfo = device->info.get(); in InjectSwapChain() 135 data->info.get()); in InjectDevice() 144 data->info.get()); in InjectDevice() 151 data->info.get()); in InjectDevice()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SSAUpdaterBulk.cpp | 63 LLVM_DEBUG(dbgs() << "SSAUpdater: Var=" << Var << ": added a use" << *U->get() 79 if (DT->isReachableFromEntry(BB) && PredCache.get(BB).size()) { 84 R.Defines[BB] = UndefValue::get(R.Ty); 115 for (BasicBlock *P : PredCache.get(BB)) { 170 for (BasicBlock *Pred : PredCache.get(PBB)) 180 Value *OldVal = U->get();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
H A D | FDRRecordProducer.cpp | 101 R = std::move(MetadataRecordOrErr.get()); in findNextBufferExtent() 130 R = std::move(BufferExtentsOrError.get()); in produce() 132 assert(isa<BufferExtents>(R.get())); in produce() 133 auto BE = cast<BufferExtents>(R.get()); in produce() 168 R = std::move(MetadataRecordOrErr.get()); in produce() 180 if (auto BE = dyn_cast<BufferExtents>(R.get())) { in produce()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiFrameLowering.cpp | 78 BuildMI(*MBB, MI, DL, LII.get(Lanai::ADD_I_LO), Dst) in replaceAdjDynAllocPseudo() 113 BuildMI(MBB, MBBI, DL, LII.get(Lanai::SW_RI)) in emitPrologue() 122 BuildMI(MBB, MBBI, DL, LII.get(Lanai::ADD_I_LO), Lanai::FP) in emitPrologue() 130 BuildMI(MBB, MBBI, DL, LII.get(Lanai::SUB_I_LO), Lanai::SP) in emitPrologue() 186 BuildMI(MBB, MBBI, DL, LII.get(Lanai::ADD_I_LO), Lanai::SP) in emitEpilogue() 191 BuildMI(MBB, MBBI, DL, LII.get(Lanai::LDW_RI), Lanai::FP) in emitEpilogue()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | privateNamesIncompatibleModifiers.js | 18 public get #fooProp() { return 3; } // Error 20 private get #barProp() { return 3; } // Error 22 protected get #bazProp() { return 3; } // Error 24 readonly get #quxProp() { return 3; } // Error 26 declare get #whatProp() // Error 28 async get #asyncProp() { return 1; } // Error
|
H A D | typeGuardOfFormThisMember.js | 6 get isFile(): this is File { 12 get isDirectory(): this is Directory { 109 get: function () {
119 get: function () {
183 get isFile(): this is File;
185 get isDirectory(): this is Directory;
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | UnmodifiableLazyStringListTest.java | 57 assertSame(STRING_A, list.get(0)); in testReadOnlyMethods() 58 assertSame(STRING_B, list.get(1)); in testReadOnlyMethods() 59 assertSame(STRING_C, list.get(2)); in testReadOnlyMethods() 65 assertSame(list.getByteString(0), byteStringList.get(0)); in testReadOnlyMethods() 66 assertSame(list.getByteString(1), byteStringList.get(1)); in testReadOnlyMethods() 67 assertSame(list.getByteString(2), byteStringList.get(2)); in testReadOnlyMethods()
|