Home
last modified time | relevance | path

Searched refs:contains (Results 1701 - 1725 of 1842) sorted by relevance

1...<<61626364656667686970>>...74

/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctint-sse2.asm17 ; This file contains a slower but more accurate integer implementation of the
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctint-sse2.asm18 ; This file contains a slower but more accurate integer implementation of the
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtznames_impl.cpp1167 if (!mzIDs->contains((void *)mzID)) { in _getAvailableMetaZoneIDs()
1972 // The tz database contains a few zones sharing a in handleMatch()
2082 // The tz database contains a few zones sharing a in prepareFind()
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp2027 if (!src || bitmapBounds.contains(*src)) { in drawImageRect()
/third_party/skia/tests/
H A DReadWritePixelsGpuTest.cpp276 } else if (!rules.fUncontainedRectSucceeds && !surfBounds.contains(rect)) { in gpu_read_pixels_test_driver()
/third_party/pcre2/pcre2/
H A DRunGrepTest.bat52 :: Set srcdir to the current or parent directory, whichever one contains the
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp1057 if (LoopRep->contains(LB)) in mergeLoop()
H A DSIRegisterInfo.cpp1264 if (BaseClass->contains(Reg)) { in getPhysRegClass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp265 if (MRC.contains(Reg)) { in printInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp111 // The named file contains a set of transformations that may have been applied
388 /// the function name. If the function name contains suffix, additional
704 // Branch and phinodes instruction usually contains debug info from sources outside of in getInstWeight()
794 /// instance in which that call instruction is calling to. It contains
1923 if (PSL->contains(F.getName())) in runOnFunction()
H A DWholeProgramDevirt.cpp36 // that contains all vtables with !type metadata that participate in the link.
45 // contains a summary of all vtables with !type metadata that participate in
369 /// Whether any function summary contains an llvm.assume(llvm.type.test) for
937 // See if the program contains a single implementation of this virtual in trySingleImplDevirt()
992 // See if the program contains a single implementation of this virtual in trySingleImplDevirt()
1004 // If the summary list contains multiple summaries where at least one is in trySingleImplDevirt()
1114 !FSAttr.getValueAsString().contains("+retpoline")) in applyICallBranchFunnel()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_validation.cc144 if (f->TransitivelyCalledFunctions().contains(to)) { in TraverseCallChain()
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbitblb.cpp454 if (!endNode->fFollowPos->contains(endMarkNode)) { in calcChainedFollowPos()
780 // if s contains one of the end marker nodes in its list of tree positions then
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java355 * @throws InvalidProtocolBufferException if the message contains Any types that can't be
968 // A Value message can only have at most one field set (it only contains in printValue()
1016 && (alwaysOutputDefaultValueFields || includingDefaultValueFields.contains(field))) { in print()
1244 // No matter what value it contains, we always print it as "null". in printSingleFieldValue()
/third_party/rust/crates/clap/clap_derive/src/
H A Ditem.rs1311 } else if !possible_kind.contains(attr.kind.get()) { in assert_attr_kind()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set.h1470 bool contains(const key_arg<K>& key) const {
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp1237 if (orr.getBounds().contains(irr.getBounds())) {
/third_party/rust/crates/termcolor/src/
H A Dlib.rs1995 Err(if s.contains(",") { in from_str_numeric()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawTests.cpp1114 !de::contains(DE_ARRAY_BEGIN(disallowedCases), DE_ARRAY_END(disallowedCases), hash)) in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp1801 } while (de::contains(seen, code) && --genIterations > 0);
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderExecUtil.cpp503 TCU_CHECK_INTERNAL(!de::contains(ret.locationMap, it->name)); in computeFragmentOutputLayout()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.cpp507 if (!de::contains(removeExts, *aIter)) in removeExtensions()
/third_party/vk-gl-cts/modules/egl/
H A DteglRobustnessTests.cpp416 if (!de::contains(extensions.begin(), extensions.end(), *reqExt)) in checkRequiredEGLExtensions()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp7519 // Set 0 contains the output buffer.
7520 // Set 1 contains the input attachments.
8113 // 2. Record a command buffer that contains the copy operation(s).
8512 // In the partial copy tests the destination image contains copied data only in the bottom half of the image.
8593 // CopiedValues, respectively. If the dst image contains multiple array layers, only one layer has the copied data
8596 // Set 0 contains the output buffers.
8597 // Set 1 contains the input attachments.
9173 de::contains(dedicatedAllocationImageToImageFormatsToTestSet, testParams.params.dst.image.format) ||
9174 de::contains(dedicatedAllocationImageToImageFormatsToTestSet, testParams.params.src.image.format);
14580 de::contains(dedicatedAllocationBlittingFormatsToTestSe
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2171 // Okay, if we reached this point, UniquedVals[0..Multiple-1] contains in get_VSPLTI_elt()
4700 // Caller contains any byval parameter is not supported. in IsEligibleForTailCallOptimization_64SVR4()
4704 // Callee contains any byval parameter is not supported, too. in IsEligibleForTailCallOptimization_64SVR4()
5308 // One for loading the TOC anchor for the module that contains the called in prepareDescriptorIndirectCall()
5584 // Mark this function as potentially containing a function that contains a in LowerCall_32SVR4()
5595 // contains copies of aggregates which are passed by value. in LowerCall_32SVR4()
5840 // Mark this function as potentially containing a function that contains a in LowerCall_64SVR4()
6495 // Mark this function as potentially containing a function that contains a in LowerCall_Darwin()
7290 if (PPC::G8RCRegClass.contains(*I)) in LowerReturn()
7292 else if (PPC::F8RCRegClass.contains(* in LowerReturn()
[all...]

Completed in 114 milliseconds

1...<<61626364656667686970>>...74