/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | asn1.h | 204 int modified; /* set to 1 if 'enc' is invalid */ 207 /* Used with ASN1 LONG type: if a long is set to this it is omitted */ 213 * as "don't change" and STABLE_FLAGS_MALLOC is always set. By setting 434 * control characters and MSB set characters 448 * set this to use backslash and quote. 468 * If this is set we convert all character strings to UTF8 first 474 * If this is set we don't attempt to interpret content: just assume all 481 /* If this is set we include the string type in the output */ 542 * set and sequence are left complete and still contain the set o 545 ASN1_STRING *set; global() member [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | asn1.h | 204 int modified; /* set to 1 if 'enc' is invalid */ 207 /* Used with ASN1 LONG type: if a long is set to this it is omitted */ 213 * as "don't change" and STABLE_FLAGS_MALLOC is always set. By setting 434 * control characters and MSB set characters 448 * set this to use backslash and quote. 468 * If this is set we convert all character strings to UTF8 first 474 * If this is set we don't attempt to interpret content: just assume all 481 /* If this is set we include the string type in the output */ 542 * set and sequence are left complete and still contain the set o 545 ASN1_STRING *set; global() member [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | context.rs | 357 /// A set of all the included filenames. 379 /// The set of `ItemId`s that are allowlisted. This the very first thing 387 /// The set of `ItemId`s that are allowlisted for code generation _and_ that 393 /// Map from an item's id to the set of template parameter items that it 398 /// The set of `TypeKind::Comp` items found during parsing that need their 402 /// The set of enums that are defined by a pair of `enum` and `typedef`, 418 /// The set of (`ItemId`s of) types that can't derive debug. 424 /// The set of (`ItemId`s of) types that can't derive default. 430 /// The set of (`ItemId`s of) types that can't derive copy. 436 /// The set o [all...] |
/third_party/python/Lib/ |
H A D | subprocess.py | 158 # There's no obvious reason to set this, but allow it anyway so 186 # There's no obvious reason to set this, but allow it anyway so 449 decoded according to locale encoding, or by "encoding" if set. Text mode 531 according to locale encoding, or by "encoding" if set. Text mode is 777 (if set) or the system default otherwise. 1178 according to locale encoding, or by "encoding" if set. Text mode 1427 # An handle with it's lowest two bits set might be a special console 1523 raise FileNotFoundError('shell not found: neither %ComSpec% nor %SystemRoot% is set') 1735 else: # child's stdout is not set, use parent's stdout 1881 fds_to_keep = set(pass_fd [all...] |
/third_party/python/Lib/asyncio/ |
H A D | base_events.py | 411 # A weak set of all asynchronous generators that are 453 If factory is None the default task factory will be set. 1011 # if host is empty or not set, e.g. when an 1021 raise ValueError('You must set server_hostname ' 1169 fallback set to True makes asyncio to manually read and send 1492 infos = set(itertools.chain.from_iterable(infos)) 1710 be set. 1727 handler is set, and can be called by a custom exception 1812 # Exception in the user set custom exception handler.
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_ssl.py | 1539 loop.call_soon_threadsafe(eof.set)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 44 #include <set>
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 58 #include <set> 509 << "layout(set = 0, binding = 0) uniform " << samplerPrefix << "sampler2DMS" << (params.numLayers > 1 ? "Array" : "") << " u_image;\n" in initPrograms() 510 << "layout(set = 0, binding = 1, std430) writeonly buffer ColorOutput {\n" in initPrograms() 513 << "layout(input_attachment_index = 0, set = 0, binding = 2) uniform " << samplerPrefix << "subpassInputMS" << " input_attach;\n" in initPrograms() 559 << "layout(set = 0, binding = 0) uniform " << samplerPrefix << "sampler2DMS" << (params.numLayers > 1 ? "Array" : "") << " u_image;\n" in initPrograms() 560 << "layout(set = 0, binding = 1, std430) writeonly buffer ColorOutput {\n" in initPrograms() 627 // Create descriptor set in drawAndSampleInputAttachment() 1146 // Create descriptor set in dispatchSampleImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingCaptureReplayTests.cpp | 26 #include <set> 829 "layout(set = 0, binding = 0) uniform UniformParams\n" in initPrograms() 833 "layout(r32ui, set = 0, binding = 1) uniform uimage3D result;\n" in initPrograms() 834 "layout(set = 0, binding = 2) uniform accelerationStructureEXT topLevelAS;\n" in initPrograms() 936 // All pipelines will be using the same set of shaders and shader groups. in runTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationSignalOrderTests.cpp | 51 #include <set> 657 // Create a dozen of set of write/read operations. in iterate() 1391 // Create a dozen of set of write/read operations. in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureTestUtil.cpp | 46 #include <set> 177 "layout (set=0, binding=0, std140) uniform Block \n" in initializePrograms() 184 "layout (set=1, binding=0) uniform ${PRECISION} ${SAMPLER_TYPE} u_sampler;\n" in initializePrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 44 #include <set>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | BranchFolding.cpp | 242 JTIsLive.set(Op.getIndex()); in OptimizeFunction() 541 /// block and set I to the position of the first non-terminator, if there 953 // Build SameTails, identifying the set of blocks with this hash code in TryTailMergeBlocks()
|
H A D | IfConversion.cpp | 224 return MachineFunctionProperties().set( 1077 // It's unsafe to duplicate convergent instructions in this context, so set in ScanInstructions() 1097 // it's safe iff the set of control flows that leads us to the convergent in ScanInstructions() 1105 // "c1 || c2". Since we've shrunk the set of control flows which lead to in ScanInstructions() 1485 // before MI. This is needed to set the Undef flag only when reg is in UpdatePredRedefs() 2309 // don't have to set C as A's successor as it already is. We only need to in MergeBlocks() 2314 // correct edge probability of this combined edge, we need to set the edge in MergeBlocks()
|
H A D | SplitKit.cpp | 238 ThroughBlocks.set(BI.MBB->getNumber()); in calcLiveBlockInfo() 498 // set the force bit. in forceRecompute() 1013 // The ParentVNI->id set for which hoisting back-copies are not beneficial in hoistCopies() 1515 // Get rid of unused values and set phi-kill flags. in finish()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 1189 void set(unsigned ID, MDNode &MD); 1244 /// OwnedModules - The set of modules instantiated in this context, and which 1370 /// A set of interned tags for operand bundles. The StringMap maps 1380 /// A set of interned synchronization scopes. The StringMap maps
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcKHRDebugTests.cpp | 144 * Creates and set as current new context that should be used by test. 156 * Destroys context used by test and set original context as current 309 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageControl with <source> set to GL_ARRAY_BUFFER"); in iterate() 314 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageControl with <type> set to GL_ARRAY_BUFFER"); in iterate() 318 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageControl with <severity> set to GL_ARRAY_BUFFER"); in iterate() 323 CHECK_ERROR(GL_INVALID_VALUE, "DebugMessageControl with <count> set to -1"); in iterate() 327 CHECK_ERROR(GL_INVALID_OPERATION, "DebugMessageControl with <source> set to GL_DONT_CARE and non zero <count>"); in iterate() 331 CHECK_ERROR(GL_INVALID_OPERATION, "DebugMessageControl with <type> set to GL_DONT_CARE and non zero <count>"); in iterate() 337 "DebugMessageControl with <severity> set to GL_DEBUG_SEVERITY_LOW and non zero <count>"); in iterate() 357 CHECK_ERROR(GL_INVALID_VALUE, "GetDebugMessageLog with <bufSize> set t in iterate() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SurfaceVk.cpp | 745 // application will set a scissor and viewport in a manner consistent with its view of the in initializeImpl() 777 // ANGLE must create the swapchain with VkSwapchainCreateInfoKHR::preTransform set to the in initializeImpl() 792 // Set emulated pre-transform if any emulated prerotation features are set. in initializeImpl() 2070 ->set(std::move(lastValidationMessage)); in updateOverlay()
|
H A D | ProgramExecutableVk.cpp | 476 // The descriptor pool that this descriptor set was allocated from needs to be retained each in allocUniformAndXfbDescriptorSet() 477 // time the descriptor set is used in a new command. in allocUniformAndXfbDescriptorSet() 487 // Clear descriptor set cache. It may no longer be valid. in allocUniformAndXfbDescriptorSet() 493 // Add the descriptor set into cache in allocUniformAndXfbDescriptorSet() 857 // This must be called after mTransformOptions have been set. in getGraphicsPipeline() 948 // For this workaround, we have to create an empty descriptor set for each descriptor set in initDynamicDescriptorPools() 979 // Store a reference to the pipeline and descriptor set layouts. This will create them if they in createPipelineLayout() 1191 // Size is set to the size of the empty buffer for shader stages with no uniform data, in updateDefaultUniformsDescriptorSet() 1192 // otherwise it is set t in updateDefaultUniformsDescriptorSet() [all...] |
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DGpu.cpp | 141 if (!fCachedOpsRenderPass->set(rt, origin, bounds, colorInfo, stencilInfo, sampledProxies)) { in onGetOpsRenderPass() 268 // requested, this describes the resolved texture. Therefore we always have samples set in createD3DTexture() 274 // might want to manually set alignment to 4KB for smaller textures in createD3DTexture() 1073 // if the format is unordered accessible and resource flag is set, use resource for uav in onRegenerateMipMapLevels() 1081 // if the format is unordered accessible, copy to resource with same format and flag set in onRegenerateMipMapLevels() 1144 // set sampler in onRegenerateMipMapLevels() 1175 // set constants in onRegenerateMipMapLevels() 1200 // set up shaderView descriptor table in onRegenerateMipMapLevels() 1465 // Since we're sharing data for all the levels, set all the upper level footprints to the base. in onClearBackendTexture()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandBuffer.cpp | 984 // We need both a descriptor set object for updates and a descriptor set data pointer for routines in CmdBindDescriptorSets() 1105 queryPool->getQuery(query + i)->set(0); 1168 // N is the number of bits set in the view mask of the subpass the command is executed in." 1805 // Returns the number of bits set in the view mask, or 1 if multiview is disabled.
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jchuff-sse2.asm | 128 ; Upon completion, free_bits will be set to the number of remaining bits from
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_skeletons.cpp | 1115 macros.usage.set(buffer.toStringPiece()); in parseUnitUsageOption()
|
/third_party/skia/src/sksl/ |
H A D | SkSLDSLParser.cpp | 89 TOKEN(SET, "set"); in InitLayoutMap() 727 result.set(this->layoutInt(), this->position(t)); in layout()
|
/third_party/skia/src/utils/ |
H A D | SkPolyUtils.cpp | 351 // set up in SkInsetConvexPolygon() 707 // set up helpers in insert() 942 // we don't need to set found->fBelow here in remove() 1511 fGridConversion.set(sk_ieee_float_divide(fHCount - 0.001f, width), in init()
|