/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmGraphicsShaderTestUtil.cpp | 2192 // This module contains 2 vertex shaders. One that is a passthrough in createMultipleEntries() 2237 // This is a single module that contains 2 fragment shaders. in createMultipleEntries() 3052 if (!de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), *i)) in runAndVerifyDefaultPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiSwapchainTests.cpp | 184 if (de::contains(begin(extensions), end(extensions), "VK_EXT_private_data")) in createDeviceWithWsi() 668 // The Vulkan 1.1.87 spec contains the following VU for VkSwapchainCreateInfoKHR: in createSwapchainTest() 771 // The Vulkan 1.1.87 spec contains the following VU for VkSwapchainCreateInfoKHR: in createSwapchainPrivateDataTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 2874 if (ARM::GPRRegClass.contains(*I)) in LowerReturn() 2876 else if (ARM::DPRRegClass.contains(*I)) in LowerReturn() 3095 /// which contains information used by the runtime to calculate the address. The 3097 /// contains a function pointer that must be called with the address of the 3379 // If we inline a value that contains relocations, we move the relocations in promoteToConstantPool() 4660 // Since we are constrained to GE/GT, if the opcode contains 'less', we need in checkVSELConstraints() 5601 // Return LR, which contains the return address. Mark it an implicit live-in. in LowerRETURNADDR() 9995 !ARM::tGPRRegClass.contains(Reg) && in EmitSjLjDispatchBlock() 9996 !ARM::hGPRRegClass.contains(Reg)) in EmitSjLjDispatchBlock() 9998 if (Subtarget->isThumb1Only() && !ARM::tGPRRegClass.contains(Re in EmitSjLjDispatchBlock() [all...] |
/third_party/icu/icu4c/source/ |
H A D | configure | 2326 This file contains any messages produced by compilers while 2451 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 2452 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 2768 # whose full name contains unusual characters. 2863 # UCONFIG_CFLAGS: contains a copy of anything that needs to be set by end users 8067 # It is not useful on other systems. If it contains results you don't 8090 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 8091 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 9242 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 9244 $as_echo "$as_me: WARNING: $ac_file contains [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.cpp | 1090 return mUsedBuffers.contains(buffer.getBufferSerial().getValue()); in usesBuffer() 1115 if (!mUsedBuffers.contains(buffer->getBufferSerial().getValue())) in bufferRead()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 9 // This file contains routines that help analyze properties that chains of 615 return !TrueValues.contains(APInt::getNullValue(CI->getBitWidth())); in isKnownNonZeroFromAssume() 2084 if (Range.contains(Value)) in rangeMetadataExcludesValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 4760 if (Op0 && L->contains(Op0)) 4762 if (Op1 && L->contains(Op1)) 4837 // Make sure that the scheduling region contains all
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 5266 return Known.contains(Assumed) && Known != Assumed; in isBetterRange() 5445 if (SatisfyingRegion.contains(LHSAARange)) in calculateCmpInst()
|
/third_party/skia/third_party/externals/icu/source/ |
H A D | configure | 2314 This file contains any messages produced by compilers while 2439 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 2440 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 2756 # whose full name contains unusual characters. 2851 # UCONFIG_CFLAGS: contains a copy of anything that needs to be set by end users 8008 # It is not useful on other systems. If it contains results you don't 8031 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 8032 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 9182 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 9184 $as_echo "$as_me: WARNING: $ac_file contains [all...] |
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 33 * contains the most recent documentation and should also be applicable to * 2304 // This file contains all internal macro definitions 4525 * j.m_value.destroy(j.m_type) to avoid a memory leak in case j contains an 5839 hierarchy of the JSON value is managed by the stack `ref_stack` which contains 5843 constructor contains the parsed value. 5982 @invariant If the ref stack contains a value, then it is an array or an 6238 @invariant If the ref stack contains a value, then it is an array or an 6653 @note In case of errors, variable error_message contains a textual 7356 contains cycles, but any cycle can be left when EOF is read. Therefore, 12772 bool contains(cons [all...] |
/third_party/skia/third_party/externals/microhttpd/ |
H A D | configure | 2115 This file contains any messages produced by compilers while 2240 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 2241 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 2493 # whose full name contains unusual characters. 9240 # as well as any symbol that contains `d'. 10619 # if the path contains ";" then we assume it to be the separator 10621 # assumed that no part of a normal pathname contains ";" but that should 10775 # the default ld.so.conf also contains /usr/contrib/lib and 12416 # On Solaris (at least, for some versions), libc contains stubbed 13268 { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \ [all...] |
/third_party/python/Python/ |
H A D | Python-ast.c | 840 int contains = PySequence_Contains(fields, key); in ast_type_init() local 841 if (contains == -1) { in ast_type_init() 844 } else if (contains == 1) { in ast_type_init()
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 3205 bool contains( std::string const& s, std::string const& infix ); 4983 return "contains string: " + Catch::Detail::stringify( m_substr ); 11752 ContainsMatcher::ContainsMatcher( CasedString const& comparator ) : StringMatcherBase( "contains", comparator ) {} 11755 return contains( m_comparator.adjustString( source ), m_comparator.m_str ); 13834 bool contains( std::string const& s, std::string const& infix ) { 15429 return contains( normaliseString( str ), m_pattern );
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 4448 if (AArch64::GPR64RegClass.contains(*I)) in LowerReturn() 4450 else if (AArch64::FPR64RegClass.contains(*I)) in LowerReturn() 4592 /// which contains information used by the runtime to calculate the address. The 4594 /// contains a function pointer that must be called with the address of the 4601 /// ldr x0, [x0, _var@TLVPPAGEOFF] ; x0 now contains address of descriptor 4602 /// ldr x1, [x0] ; x1 contains 1st entry of descriptor, 5873 // Return LR, which contains the return address. Mark it an implicit live-in. in LowerRETURNADDR() 13320 if (AArch64::GPR64RegClass.contains(*I)) in insertCopiesSplitCSR() 13322 else if (AArch64::FPR64RegClass.contains(*I)) in insertCopiesSplitCSR()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_adapter.cpp | 2626 HILOG_DEBUG("The parameter contains the wrong bundleName or the empty bundleName"); in BackgroundEvent() 2640 if (!jsonObject.contains(Constants::PARAM_FORM_CALL_EVENT_METHOD_KEY) || in BackgroundEvent()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 3712 if (!src.r.contains(dst.r)) { in crop()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 4118 if (binaries.contains("task")) in makeComputeOrMeshTestRequiredSubgroupSize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 309 // selector contains all of the 64-bit instructions from x86-64, in isTypeLegal() 1250 if (!SrcRC->contains(DstReg)) in X86SelectRet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 3728 // An inline asm() statement in C++ contains lists of input and output 3809 if (Attr.getValueAsString().contains("-sse"))
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 4100 if (binaries.contains("task")) in makeComputeOrMeshTestRequiredSubgroupSize()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ParseContext.cpp | 738 // If it starts "gl_" or contains two consecutive underscores, it's reserved. 761 if (identifier.contains("__")) in checkIsNotReserved() 944 // This function checks to see if the node (for the expression) contains a scalar boolean expression 956 // This function checks to see if the node (for the expression) contains a scalar boolean expression 975 reasonStream << reason << " (structure contains a sampler)"; in checkIsNotOpaqueType() 2432 // In case the loop body was not parsed as a block and contains a statement that simply refers in addLoop() 2462 // loop conditions. Wrap the loop to a block that declares the condition variable and contains in addLoop()
|
/third_party/libevdev/ |
H A D | configure | 1817 This file contains any messages produced by compilers while 1948 *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 1949 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 2419 # If we don't find one directory that contains all the files we need, 2497 # whose full name contains unusual characters. 9689 # as well as any symbol that contains 'd'. 11180 # if the path contains ";" then we assume it to be the separator 11182 # assumed that no part of a normal pathname contains ";" but that should 11395 # the default ld.so.conf also contains /usr/contrib/lib and 13966 # It is not useful on other systems. If it contains result [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 4211 if (!io.InputQueueCharacters.contains('\t')) in InputTextEx() 6832 if (g.MenusIdSubmittedThisFrame.contains(id))
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 1954 This file contains any messages produced by compilers while 2079 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 2080 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; 2338 # whose full name contains unusual characters. 9481 # as well as any symbol that contains 'd'. 10962 # if the path contains ";" then we assume it to be the separator 10964 # assumed that no part of a normal pathname contains ";" but that should 11177 # the default ld.so.conf also contains /usr/contrib/lib and 13779 # It is not useful on other systems. If it contains results you don't 13802 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 2170 Mips::GPRMM16RegClassID).contains(DstReg.getReg()) && in processInstruction() 3195 if (MipsMCRegisterClasses[Mips::FGR32RegClassID].contains(Reg)) in nextReg()
|