Home
last modified time | relevance | path

Searched refs:set (Results 5476 - 5500 of 8140) sorted by relevance

1...<<211212213214215216217218219220>>...326

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddominator_tree.cpp17 #include <set>
/third_party/skia/third_party/externals/icu/source/extra/uconv/
H A Dmakedata.mak48 # set the following to 'static' or 'dll' depending
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dtblcoll.h108 * Sort ordering may be customized by providing your own set of rules. For more on
530 * If that attribute is set to UCOL_NON_IGNORABLE, then the variable top has no effect.
560 * @param varTop one or more (if contraction) char16_ts to which the variable top should be set
562 * @param status error code. If error code is set, the return value is undefined. Errors set by this function are: <br>
578 * @param varTop a UnicodeString size 1 or more (if contraction) of char16_ts to which the variable top should be set
579 * @param status error code. If error code is set, the return value is undefined. Errors set by this function are: <br>
604 * @param status error code (not changed by function). If error code is set, the return value is undefined.
678 * length is also set t
[all...]
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
H A D__main__.py192 files_to_copy = set()
300 print("Cannot find BUILDRULES! Did you set your --src_dir?", file=sys.stderr)
/third_party/skia/third_party/externals/oboe/src/opensles/
H A DAudioOutputStreamOpenSLES.cpp415 mPositionMillis.set(millisWritten); in setFramesRead()
440 // set result based on SLresult in updateServiceFrameCounter()
/third_party/skia/src/utils/
H A DSkCanvasStateUtils.cpp235 matrix.set(i, state.matrix[i]); in setup_canvas_from_MC_state()
/third_party/skia/src/ports/
H A DSkFontMgr_preview.cpp34 familyName->set(fNameToFamilyMap[index].name); in onGetFamilyName()
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.h277 std::set<String> fWrittenIntrinsics;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.cpp56 colorMask.set(index); in SetColor()
164 // There is only one subpass, so it is safe to set both initialLayout and finalLayout to in CreateRenderPassForQuery()
192 // All color attachments without a corresponding resolve attachment must be set to VK_ATTACHMENT_UNUSED in CreateRenderPassForQuery()
196 attachmentRef.layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; // The Khronos Vulkan validation layer will complain if not set in CreateRenderPassForQuery()
H A DBackendVk.cpp168 // These environment variables need only be set while loading procs and gathering device in Initialize()
204 return DAWN_FORMAT_INTERNAL_ERROR("Couldn't set VK_ICD_FILENAMES to %s.", in Initialize()
207 // Succesfully loaded driver and set VK_ICD_FILENAMES. in Initialize()
231 return DAWN_INTERNAL_ERROR("Couldn't set VK_LAYER_PATH"); in Initialize()
267 usedKnobs.layers.set(layer, true); in CreateVkInstance()
316 // it does with a device or physical device. So we should set apiVersion to Vulkan 1.0 in CreateVkInstance()
317 // if the instance only supports Vulkan 1.0. Otherwise we set apiVersion to Vulkan 1.2, in CreateVkInstance()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-face.cc301 * @key: The user-data key to set
563 * Character set.
571 * @out: The set to add Unicode characters to
574 * them to the #hb_set_t set @out.
587 * @out: The set to add Variation Selector characters to
590 * them to the #hb_set_t set @out.
604 * @out: The set to add Unicode characters to
607 * them to the #hb_set_t set @out.
770 if (!data->tables.set (tag, hb_blob_reference (blob))) in hb_face_builder_add_table()
/third_party/python/Lib/test/
H A Dtest_future.py94 self.assertCountEqual(set(flags.values()), flags.values())
289 eq("set[str,]")
347 # f-strings with '=' don't round trip very well, so set the expected
/third_party/python/Lib/
H A D_osx_support.py504 # distutils' perspective is what MACOSX_DEPLOYMENT_TARGET is set
539 archs = tuple(sorted(set(archs)))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h168 // Present bit set number of words (4 bytes), followed by that many actual in calculateSerializedLength()
173 // Deleted bit set number of words (4 bytes), followed by that many actual in calculateSerializedLength()
244 // The only way FirstUnused would not be set is if every single entry in the in find_as()
293 Present.set(Entry.index()); in set_as_internal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/
H A Dupdate.py32 # LLVM_COMMIT must be set to the commit hash that we last updated to when running third_party/update-llvm-10.sh.
121 # Used when building LLVM for darwin. Affects values set in the generated config files.
172 targets = set()
271 # Get a set of platform-specific triples.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFMIPeephole.cpp60 std::set<MachineInstr *> PhiInsns;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp74 return MachineFunctionProperties().set(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp70 return MachineFunctionProperties().set(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp99 // Temporarily set the operands to 0. We'll fix this later in in translate()
249 // Replace the operands of the translated instructions. They were set to in runOnUse()
266 U.set(BackToBool); in runOnUse()
H A DPPCBranchSelector.cpp61 return MachineFunctionProperties().set(
H A DPPCPreEmitPeephole.cpp58 return MachineFunctionProperties().set(
69 // kill/dead flag set. It keeps track of the def register of BBI, the use
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZShortenInst.cpp38 return MachineFunctionProperties().set(
182 // Set up the set of live registers at the end of MBB (live out) in processBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp299 U->set(Wrapper); in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp130 return MachineFunctionProperties().set(
329 // Don't set src flags, as we don't know if we're also killing the superreg. in tryReplaceCopy()
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h119 // Any specific enum can have a set of capabilities that allow it:
122 // A set of extensions.
125 // Parameterize a set of operands with their OperandClass(es) and descriptions.
235 // Parameterize a set of enumerants that form an enum
240 void set(const std::string& enumName, EnumValues* enumValuesArg, bool mask = false) in set() function in spv::EnumDefinition
269 // Parameterize an instruction's logical format, including its known set of operands,

Completed in 23 milliseconds

1...<<211212213214215216217218219220>>...326