/third_party/node/test/parallel/ |
H A D | test-http-agent-keepalive.js | 49 function get(path, callback) { function 50 return http.get({ 67 const req = get('/second', common.mustCall((res) => { 86 const req = get('/remote_close', common.mustCall((res) => { 111 const req = get('/error', common.mustNotCall()); 131 const req = get('/first', common.mustCall((res) => {
|
/third_party/node/deps/icu-small/source/common/ |
H A D | pluralmap.h | 134 * prior to using. Call next repeatedly to get the values until it 136 * to getCategoryName() to get the name of the plural category. 162 * Same as calling get(OTHER). 165 return get(OTHER); in getOther() 173 const T &get(Category v) const { in get() function in PluralMap 182 * Convenience routine to get the value by category name. Otherwise 183 * works just like get(Category). 185 const T &get(const char *category) const { in get() function in PluralMap 186 return get(toCategory(category)); in get() 190 * Convenience routine to get th 193 const T &get(const UnicodeString &category) const { get() function in PluralMap [all...] |
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | MatcherBytes.java | 115 Sequence toCompile = Iterables.get(canditiateSequences, 0); in compile() 149 SequenceBytes targetSequence = sequenceMap.get(out); in compile() 151 for (int n = reverseOrder.size() - 1; n >= 0 && reverseOrder.get(n) != targetSequence; n--) { in compile() 152 offsetToStartOfSequence += reverseOrder.get(n).size(); in compile() 171 outBuffer.write(reverseOrder.get(n).getBytes()); in concatSequenceBytesInForwardOrder() 189 ops.get(n).writeTo(outBytes, null, stats); in renderSequence()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | ArrayReturnValueToOutParameter.cpp | 72 *mChangedFunctions[originalId.get()].func, &replacementArguments); in createReplacementCall() 114 if (mChangedFunctions.find(functionId.get()) == mChangedFunctions.end()) in visitFunctionPrototype() 131 mChangedFunctions[functionId.get()] = changedFunction; in visitFunctionPrototype() 134 new TIntermFunctionPrototype(mChangedFunctions[functionId.get()].func); in visitFunctionPrototype() 191 ASSERT(mChangedFunctions.find(functionId.get()) != mChangedFunctions.end()); in visitBranch() 193 new TIntermSymbol(mChangedFunctions[functionId.get()].returnValueVariable); in visitBranch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ModuleSymbolTable.cpp | 101 MCContext MCCtx(MAI.get(), MRI.get(), &MOFI); in initializeRecordStreamer() 173 OS << S.get<AsmSymbol *>()->first; in printSymbolName() 177 auto *GV = S.get<GlobalValue *>(); in printSymbolName() 186 return S.get<AsmSymbol *>()->second; in getSymbolFlags() 188 auto *GV = S.get<GlobalValue *>(); in getSymbolFlags()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | ccp_test.cpp | 77 ; This function always returns 4. DCE should get rid of everything else. in TEST_F() 276 ; The constant folder does not see through access chains. To get this, the in TEST_F() 555 EXPECT_EQ(std::get<1>(res), Pass::Status::SuccessWithoutChange); in TEST_F() 582 EXPECT_EQ(std::get<1>(res), Pass::Status::SuccessWithoutChange); in TEST_F() 648 EXPECT_EQ(std::get<1>(result), Pass::Status::SuccessWithChange); in TEST_F() 1105 EXPECT_EQ(std::get<1>(result), Pass::Status::SuccessWithChange); in TEST_F() 1159 EXPECT_EQ(std::get<1>(result), Pass::Status::SuccessWithChange); in TEST_F() 1209 EXPECT_EQ(std::get<1>(result), Pass::Status::SuccessWithChange); in TEST_F()
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceFillContext_v1.cpp | 73 GrDrawOp* op = static_cast<GrDrawOp*>(owner.get()); in addDrawOp() 133 return fOpsTask.get(); in getOpsTask() 143 this->willReplaceOpsTask(fOpsTask.get(), newOpsTask.get()); in replaceOpsTask() 145 return fOpsTask.get(); in replaceOpsTask() 151 SkASSERT(this->drawingManager()->getLastRenderTask(fWriteView.proxy()) == fOpsTask.get()); in onValidate()
|
/third_party/skia/src/gpu/text/ |
H A D | GrTextBlobCache.cpp | 39 GrTextBlob* blobPtr = blob.get(); in find() 58 if (blob == stillExists.get()) { in internalRemove() 100 fBlobList.remove(blob.get()); in internalPurgeStaleBlobs() 127 while (fCurrentSize > fSizeBudget && (lruBlob = iter.get()) && lruBlob != blob) { in internalCheckPurge() 152 fBlobList.addToHead(blob.get()); in internalAdd() 157 this->internalCheckPurge(blob.get()); in internalAdd()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
H A D | CompositeGlyph.java | 81 return this.data.readUShort(this.contourIndex.get(contour)); in flags() 89 return this.data.readUShort(FontData.DataSize.USHORT.size() + this.contourIndex.get(contour)); in glyphIndex() 93 int index = 2 * FontData.DataSize.USHORT.size() + this.contourIndex.get(contour); in argument1() 102 int index = 2 * FontData.DataSize.USHORT.size() + this.contourIndex.get(contour); in argument2() 124 int index = this.contourIndex.get(contour) + 2 * FontData.DataSize.USHORT.size(); in transformation() 159 sb.append(this.contourIndex.get(contour)); in toString()
|
/third_party/skia/src/pdf/ |
H A D | SkPDFSubsetFont.cpp | 39 const char* data = hb_blob_get_data(blob.get(), &length); 85 HBFace face(hb_face_create(to_blob(std::move(fontData)).get(), ttcIndex)); 93 hb_set_t* glyphs = hb_subset_input_glyph_set(input.get()); 96 HBFace subset = SkPDFHarfBuzzSubset<hb_subset_input_t*>::Make(input.get(), face.get()); 100 HBBlob result(hb_face_reference_blob(subset.get()));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | type_traits.h | 122 static auto get(F*) -> decltype(std::declval<F &>() = std::declval<const F &>(), std::true_type{}); 123 static std::false_type get(...); 124 static constexpr bool value = decltype(get((T*)nullptr))::value; 130 static auto get(F*) -> decltype(std::declval<F &>() = std::declval<F &&>(), std::true_type{}); 131 static std::false_type get(...); 132 static constexpr bool value = decltype(get((T*)nullptr))::value;
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | ticket.h | 185 if (first.get() == nullptr) { in take() 188 if (last.get() != nullptr) { in take() 189 last->next = rec.get(); in take() 190 rec->prev = last.get(); in take() 198 shared->tail.prev = last.get(); in take() 202 first->prev->next = first.get(); in take()
|
H A D | trace.h | 48 static Trace* get(); 174 Trace::ScopedEvent::ScopedEvent(const char* fmt, ...) : trace(Trace::get()) { in ScopedEvent() 193 : trace(Trace::get()), id(id) { in ScopedAsyncEvent() 220 if (auto t = marl::Trace::get()) { \ 226 if (auto t = marl::Trace::get()) { \ 234 if (auto t = marl::Trace::get()) { \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | Thumb1InstrInfo.cpp | 51 BuildMI(MBB, I, DL, get(ARM::tMOVr), DestReg) in copyPhysReg() 61 BuildMI(MBB, I, DL, get(ARM::tMOVSr), DestReg) in copyPhysReg() 68 BuildMI(MBB, I, DL, get(ARM::tPUSH)) in copyPhysReg() 71 BuildMI(MBB, I, DL, get(ARM::tPOP)) in copyPhysReg() 96 BuildMI(MBB, I, DL, get(ARM::tSTRspi)) in storeRegToStackSlot() 125 BuildMI(MBB, I, DL, get(ARM::tLDRspi), DestReg) in loadRegFromStackSlot()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrInfo.cpp | 84 BuildMI(MBB, I, DL, get(CopyOpcode), DestReg) in copyPhysReg() 189 BuildMI(&MBB, DL, get(WebAssembly::BR)).addMBB(TBB); in insertBranch() 203 BuildMI(&MBB, DL, get(WebAssembly::BR_ON_EXN)) in insertBranch() 208 BuildMI(&MBB, DL, get(WebAssembly::BR_IF)).addMBB(TBB).add(Cond[1]); in insertBranch() 211 BuildMI(&MBB, DL, get(WebAssembly::BR_UNLESS)).addMBB(TBB).add(Cond[1]); in insertBranch() 216 BuildMI(&MBB, DL, get(WebAssembly::BR)).addMBB(FBB); in insertBranch()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | pluralmap.h | 134 * prior to using. Call next repeatedly to get the values until it 136 * to getCategoryName() to get the name of the plural category. 162 * Same as calling get(OTHER). 165 return get(OTHER); in getOther() 173 const T &get(Category v) const { in get() function in PluralMap 182 * Convenience routine to get the value by category name. Otherwise 183 * works just like get(Category). 185 const T &get(const char *category) const { in get() function in PluralMap 186 return get(toCategory(category)); in get() 190 * Convenience routine to get th 193 const T &get(const UnicodeString &category) const { get() function in PluralMap [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ExtensionRegistry.java | 144 return immutableExtensionsByName.get(fullName); in findImmutableExtensionByName() 154 return mutableExtensionsByName.get(fullName); in findMutableExtensionByName() 171 return immutableExtensionsByNumber.get(new DescriptorIntPair(containingType, fieldNumber)); in findImmutableExtensionByNumber() 181 return mutableExtensionsByNumber.get(new DescriptorIntPair(containingType, fieldNumber)); in findMutableExtensionByNumber() 194 extensions.add(mutableExtensionsByNumber.get(pair)); in getAllMutableExtensionsByExtendedType() 211 extensions.add(immutableExtensionsByNumber.get(pair)); in getAllImmutableExtensionsByExtendedType()
|
/third_party/skia/include/core/ |
H A D | SkPaint.h | 417 SkShader* getShader() const { return fShader.get(); } in getShader() 446 SkColorFilter* getColorFilter() const { return fColorFilter.get(); } in getColorFilter() 500 SkBlender* getBlender() const { return fBlender.get(); } in getBlender() 526 SkPathEffect* getPathEffect() const { return fPathEffect.get(); } in getPathEffect() 554 SkMaskFilter* getMaskFilter() const { return fMaskFilter.get(); } in getMaskFilter() 584 SkImageFilter* getImageFilter() const { return fImageFilter.get(); } in getImageFilter()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktSafetyCriticalApiTests.cpp | 348 addFunctionCase(group.get(), "forbidden_core_commands", "Verify existence of functions removed from Vulkan", forbiddenCoreCommands); in createSafetyCriticalAPITests() 349 addFunctionCase(group.get(), "forbidden_core_extensions", "Verify existence of extensions removed from Vulkan", forbiddenCoreExtensions); in createSafetyCriticalAPITests() 350 addFunctionCase(group.get(), "forbidden_promoted_commands", "Verify existence of promoted functions removed from Vulkan", forbiddenPromotedCommands); in createSafetyCriticalAPITests() 351 addFunctionCase(group.get(), "forbidden_features", "Verify if specific device features are forbidden for Vulkan SC", forbiddenDeviceFeatures); in createSafetyCriticalAPITests() 352 addFunctionCase(group.get(), "forbidden_properties", "Verify if specific device properties are forbidden for Vulkan SC", forbiddenDeviceProperties); in createSafetyCriticalAPITests() 353 addFunctionCase(group.get(), "allowed_extensions", "Verify if extensions are allowed for Vulkan SC", allowedExtensions); in createSafetyCriticalAPITests()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuImageIO.cpp | 100 png_set_read_fn(png_ptr, resource.get(), pngReadResource); in loadPNG() 240 deUint16 type = readBigEndianShort(resource.get()); in loadPKM() 244 deUint16 width = readBigEndianShort(resource.get()); in loadPKM() 245 deUint16 height = readBigEndianShort(resource.get()); in loadPKM() 246 deUint16 activeWidth = readBigEndianShort(resource.get()); in loadPKM() 247 deUint16 activeHeight = readBigEndianShort(resource.get()); in loadPKM()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrShadingContext.hpp | 83 return context.varyings[0][varyingLoc].get<T>(); in readPointVarying() 89 return packet.barycentric[0][fragNdx] * context.varyings[0][varyingLoc].get<T>() in readLineVarying() 90 + packet.barycentric[1][fragNdx] * context.varyings[1][varyingLoc].get<T>(); in readLineVarying() 96 return packet.barycentric[0][fragNdx] * context.varyings[0][varyingLoc].get<T>() in readTriangleVarying() 97 + packet.barycentric[1][fragNdx] * context.varyings[1][varyingLoc].get<T>() in readTriangleVarying() 98 + packet.barycentric[2][fragNdx] * context.varyings[2][varyingLoc].get<T>(); in readTriangleVarying()
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/ |
H A D | index.js | 85 const c = normalizeCache.get(s); 94 const c = normalizeNocaseCache.get(s); 186 get dev() { 190 get mode() { 194 get nlink() { 198 get uid() { 202 get gid() { 206 get rdev() { 210 get blksize() { 214 get in [all...] |
/third_party/libabigail/src/ |
H A D | abg-comp-filter.cc | 186 diff = fn_parm_d->type_diff().get(); in has_type_size_change() 481 {return decl_name_changed(d1.get(), d2.get());} in decl_name_changed() 1224 // ... or a function parameter diff. In which case, let's get in is_mostly_distinct_diff() 1229 td = const_cast<type_diff_base*>(is_type_diff(pd->type_diff().get())); in is_mostly_distinct_diff() 1234 (is_distinct_diff(pd->type_diff().get())); in is_mostly_distinct_diff() 1279 {return has_anonymous_data_member_change(d.get());} in has_anonymous_data_member_change() 1345 peel_qualified_or_typedef_type(is_type(d->first().get())); in has_harmless_enum_to_int_change() 1347 peel_qualified_or_typedef_type(is_type(d->second().get())); in has_harmless_enum_to_int_change() 1452 f = is_type(d->first()).get(); in type_diff_has_cv_qual_change_only() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineLibraryTests.cpp | 166 m_root = m_nodes.back().get(); in addNode() 172 m_nodes.at(static_cast<size_t>(parent))->appendChild(m_nodes.back().get()); in addNode() 184 // When obtaining shader group handles from the root pipeline, we get a vector of handles in which some of those handles come from pipeline libraries. 496 auto pipelinePtr = pipeline->get(); in compileShaders() 497 pipelinePtr->addShader(shaderStage, createShaderModule(vkd, device, binaries.get(shaderName)), i); in compileShaders() 499 pipelinePtr->addShader(VK_SHADER_STAGE_INTERSECTION_BIT_KHR, isecMod.get(), i); in compileShaders() 522 [](const de::SharedPtr<de::MovePtr<RayTracingPipeline>>& rtPipeline) { return rtPipeline->get()->getFullShaderGroupCount(); }); in getAllGroupCounts() 528 // and for capture/replay handles. Yet their sizes can be different, and the function to get them also changes. The type below 613 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in runTest() 666 rtPipeline->get() in runTest() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.h | 121 constexpr uint32_t get() const { return mAttachmentIndex; } in get() function in rx::vk::final 288 const ObjT &get() const { return mObject; } in get() function in rx::vk::final 289 ObjT &get() { return mObject; } in get() function in rx::vk::final 512 const T &get() const { return mVar; } in get() function in rx::vk::final 513 T &get() { return mVar; } in get() function in rx::vk::final 531 const T &get() const { return mVar; } in get() function in rx::vk::final 532 T &get() { return mVar; } in get() function in rx::vk::final 548 const T &get() const { return mVar; } in get() function in rx::vk::final 549 T &get() { return mVar; } in get() function in rx::vk::final 595 T &get() { retur function in rx::vk::RefCounted 596 const T &get() const { return mObject; } get() function in rx::vk::RefCounted 636 T &get() { return mRefCounted->get(); } get() function in rx::vk::final 637 const T &get() const { return mRefCounted->get(); } get() function in rx::vk::final 745 T &get() get() function in rx::vk::final 750 const T &get() const get() function in rx::vk::final [all...] |