/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | dominator_tree.cpp | 17 #include <set>
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
H A D | makedata.mak | 48 # set the following to 'static' or 'dll' depending
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | tblcoll.h | 108 * 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__.py | 192 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 D | AudioOutputStreamOpenSLES.cpp | 415 mPositionMillis.set(millisWritten); in setFramesRead() 440 // set result based on SLresult in updateServiceFrameCounter()
|
/third_party/skia/src/utils/ |
H A D | SkCanvasStateUtils.cpp | 235 matrix.set(i, state.matrix[i]); in setup_canvas_from_MC_state()
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_preview.cpp | 34 familyName->set(fNameToFamilyMap[index].name); in onGetFamilyName()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLMetalCodeGenerator.h | 277 std::set<String> fWrittenIntrinsics;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPassCache.cpp | 56 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 D | BackendVk.cpp | 168 // 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 D | hb-face.cc | 301 * @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 D | test_future.py | 94 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.py | 504 # 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 D | HashTable.h | 168 // 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 D | update.py | 32 # 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 D | BPFMIPeephole.cpp | 60 std::set<MachineInstr *> PhiInsns;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonRDFOpt.cpp | 74 return MachineFunctionProperties().set(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiMemAluCombiner.cpp | 70 return MachineFunctionProperties().set(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCBoolRetToInt.cpp | 99 // 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 D | PPCBranchSelector.cpp | 61 return MachineFunctionProperties().set(
|
H A D | PPCPreEmitPeephole.cpp | 58 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 D | SystemZShortenInst.cpp | 38 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 D | WebAssemblyFixFunctionBitcasts.cpp | 299 U->set(Wrapper); in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FixupBWInsts.cpp | 130 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 D | jsonToSpirv.h | 119 // 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,
|