/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 422 def set(self, value): member in Variable 426 initialize = set 634 def set(self, value): member in BooleanVar 638 initialize = set 707 Returns the set value.""" 709 'set', 'tk_strictMotif', boolean)) 835 widget is omitted if it has the takefocus resource set 955 """Release grab for this widget if currently set.""" 963 self.tk.call('grab', 'set', self._w) 971 self.tk.call('grab', 'set', ' 3531 def set(self, value): global() member in Scale 3592 def set(self, first, last): global() member in Scrollbar [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.cpp | 714 // Compute active variable set for block. in computeReferenceLayout() 836 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies() 867 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes() 883 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const BufferBlock& bufferBlock) in collectUniqueBasicTypes() 889 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() 897 std::set<glu::DataType> types; in generateCompareFuncs() 898 std::set<glu::DataType> compareFuncs; in generateCompareFuncs() 904 for (std::set<glu::DataType>::const_iterator iter = types.begin(); iter != types.end(); ++iter) in generateCompareFuncs()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework.py | 1711 bitfieldTypeNames = set([bitmask.name for bitmask in api.bitmasks]) 2014 QUERY_RESULT_TYPES = set([ 2680 blobStructs[vkVersion] = set() 2877 blobStructs[vkVersion] = set() 3706 withdrawnVkBranches = set() 3707 withdrawnScBranches = set() 3728 addedVersions = set()
|
H A D | gen_framework_sc.py | 803 bitfieldEnums = set([getBitEnumNameForBitfield(n) for n in bitfieldNames if getBitEnumNameForBitfield(n) in [enum.name for enum in rawEnums]]) 1378 bitfieldTypeNames = set([bitfield.name for bitfield in api.bitfields]) 1668 QUERY_RESULT_TYPES = set([ 1699 COMPOSITE_TYPES = set([t.name for t in api.compositeTypes if not t.isAlias]) 1796 versionSet = set() 2379 blobStructs[vkVersion] = set() 2598 blobStructs[vkVersion] = set()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageFormatTests.cpp | 62 #include <set> 65 using std::set; 430 static set<string> getSupportedExtensions (tcu::TestLog& log, const Library& egl, const EGLDisplay dpy, const glw::Functions gl) in getSupportedExtensions() 432 set<string> exts; in getSupportedExtensions() 1419 set<string> exts = getSupportedExtensions(log, api.m_egl, api.m_display, api.m_gl); in invokeGLES() 1607 set<string> exts = getSupportedExtensions(getLog(), m_eglTestCtx.getLibrary(), m_display, m_gl); in checkExtensions() 1631 set<string> exts; in init()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_glsl.cpp | 999 // If there are any spec constants on legacy GLSL, defer declaration, we need to set up macro 1237 // SPIRVCrossDecorationPacked is set by layout_for_variable earlier to mark that we need to emit offset qualifiers. 1935 // Do not emit set = decoration in regular GLSL output, but 1940 attr.push_back(join("set = ", get_decoration(var.self, DecorationDescriptorSet))); 2110 block_flags.set(DecorationBlock); 2145 block_flags.set(DecorationBlock); 2462 ir.meta[type.self].decoration.decoration_flags.set(DecorationBlock); 2908 // If any no-read/no-write flags are actually set, assume that the compiler knows what it's doing. 2913 flags.set(DecorationNonWritable); 2914 flags.set(DecorationNonReadabl [all...] |
/base/security/access_token/services/privacymanager/src/record/ |
H A D | permission_record_manager.cpp | 210 // set update flag to true in MergeOrInsertRecord() 489 static void TransferToOpcode(const std::vector<std::string>& permissionList, std::set<int32_t>& opCodeList) in TransferToOpcode() 631 std::set<int32_t> opCodeList; in GetRecordsFromLocalDB() 645 std::set<int32_t> tokenIdList; in GetRecordsFromLocalDB() 654 tokenIdList.insert(tokenId); // new tokenId, inset into set in GetRecordsFromLocalDB() 1216 std::set<std::string> permSet; in PermissionListFilter() 1839 // set value from config in GetConfigValue()
|
/base/telephony/cellular_data/test/ |
H A D | cellular_data_test.cpp | 401 * @tc.name Test set default data card slot 439 * @tc.name Test set default data card slot 1720 std::set<NetCap> netCaps; in HWTEST_F() 1734 std::set<NetCap> netCaps = { NetManagerStandard::NetCap::NET_CAPABILITY_INTERNET }; in HWTEST_F() 1748 std::set<NetCap> netCaps; in HWTEST_F() 1761 std::set<NetCap> netCaps = { NetManagerStandard::NetCap::NET_CAPABILITY_INTERNET }; in HWTEST_F()
|
/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | file_parser.py | 157 oldset = set(oldargs) 158 newset = set(newargs) 163 # in the implementation set only 168 # in the current set only 205 list = sorted(set(p.findall(body))) 218 list = sorted(set(p.findall(body))) 439 """ Retrieve the function parts from the specified contents as a set of
|
/third_party/icu/tools/colprobe/ |
H A D | sortedlines.cpp | 9 SortedLines::SortedLines(const UnicodeSet &set, const UnicodeSet &excludeBounds, const StrengthProbe &probe, in SortedLines() argument 16 repertoire(set), in SortedLines() 59 // first sort through the set in getBounds() 345 SortedLines::updateBounds(UnicodeSet &set) { in updateBounds() argument 348 UnicodeSetIterator it1(set); in updateBounds()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationbuilder.cpp | 1080 // We set 0 case bits for secondary CEs too in setCaseBits() 1089 CollationBuilder::suppressContractions(const UnicodeSet &set, const char *&parserErrorReason, in suppressContractions() argument 1092 dataBuilder->suppressContractions(set, errorCode); in suppressContractions() 1094 parserErrorReason = "application of [suppressContractions [set]] failed"; in suppressContractions() 1099 CollationBuilder::optimize(const UnicodeSet &set, const char *& /* parserErrorReason */, in optimize() argument 1102 optimizeSet.addAll(set); in optimize() 1210 // It also saves a little bit of space, and may reduce the set of characters with contractions. in addTailComposites() 1255 // they are set to the last combining classes seen. in mergeCompositeIntoString() 1702 // Contraction set consists only of strings in ucol_getUnsafeSet() 1704 // break the strings apart and add them to the unsafe set in ucol_getUnsafeSet() [all...] |
H A D | rulebasedcollator.cpp | 280 LocalPointer<UnicodeSet> set(getTailoredSet(errorCode)); in hashCode() 282 UnicodeSetIterator iter(*set); in hashCode() 400 RuleBasedCollator::internalAddContractions(UChar32 c, UnicodeSet &set, UErrorCode &errorCode) const { in internalAddContractions() argument 402 ContractionsAndExpansions(&set, NULL, NULL, false).forCodePoint(data, c, errorCode); in internalAddContractions()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_validate.c | 51 struct set *uses, *if_uses, *defs; 86 struct set *blocks; 89 struct set *ssa_srcs; 105 struct set *shader_gc_list; 197 /* As we walk SSA defs, we add every use to this set. We need to make sure in validate_ssa_src() 659 /* Make sure that the creator didn't forget to set the range_base+range. */ in validate_intrinsic_instr() 1227 /* And we have to be in our successor's predecessors set */ in validate_block_predecessors() 1504 /* Must have exactly one mode set */ in validate_var_decl() 1612 /* Resize the ssa_srcs set. It's likely that the size of this set wil in validate_function_impl() [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | index.c | 62 * attribute, set ib_dirty to TRUE, thus index block will be updated during 567 * STATUS_OK with errno set to ESUCCESS if we know for sure that the 569 * STATUS_NOT_FOUND with errno set to ENOENT if we know for sure the 573 * STATUS_ERROR with errno set if on unexpected error during lookup. 759 * If an error occurs return -1, set errno to error code and @icx is left 997 static int ntfs_ibm_modify(ntfs_index_context *icx, VCN vcn, int set) in ntfs_ibm_modify() argument 1006 ntfs_log_trace("%s vcn: %lld\n", set ? "set" : "clear", (long long)vcn); in ntfs_ibm_modify() 1014 if (set) { in ntfs_ibm_modify() 1028 if (set) in ntfs_ibm_modify() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationbuilder.cpp | 1080 // We set 0 case bits for secondary CEs too in setCaseBits() 1089 CollationBuilder::suppressContractions(const UnicodeSet &set, const char *&parserErrorReason, in suppressContractions() argument 1092 dataBuilder->suppressContractions(set, errorCode); in suppressContractions() 1094 parserErrorReason = "application of [suppressContractions [set]] failed"; in suppressContractions() 1099 CollationBuilder::optimize(const UnicodeSet &set, const char *& /* parserErrorReason */, in optimize() argument 1102 optimizeSet.addAll(set); in optimize() 1231 // It also saves a little bit of space, and may reduce the set of characters with contractions. in addTailComposites() 1276 // they are set to the last combining classes seen. in mergeCompositeIntoString() 1723 // Contraction set consists only of strings in ucol_getUnsafeSet() 1725 // break the strings apart and add them to the unsafe set in ucol_getUnsafeSet() [all...] |
H A D | rulebasedcollator.cpp | 282 LocalPointer<UnicodeSet> set(getTailoredSet(errorCode)); in hashCode() 284 UnicodeSetIterator iter(*set); in hashCode() 402 RuleBasedCollator::internalAddContractions(UChar32 c, UnicodeSet &set, UErrorCode &errorCode) const { in internalAddContractions() argument 404 ContractionsAndExpansions(&set, nullptr, nullptr, false).forCodePoint(data, c, errorCode); in internalAddContractions()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | mtypes.h | 90 struct set; 720 * The derived value \c _TestTwoSide is set when the front-face and back-face 1318 /** Largest index + 1 of texture units that have had any CurrentTex set. */ 1527 * The gl*Pointer() functions will set VERTEX_ATTRIB_ARRAY_STRIDE 1529 * glBindVertexBuffer() will only set VERTEX_BINDING_STRIDE. 1734 * \c PrimitiveRestartFixedIndex is set. 1749 * The _DrawVAO is either set to the currently bound VAO for array type 1750 * draws or to internal VAO's set up by the vbo module to execute immediate 1768 * happen when ST_NEW_VERTEX_ARRAYS is set. 1776 * pointer is set t [all...] |
/third_party/littlefs/scripts/ |
H A D | test.py | 67 self.defines = set() 217 self.defines = set.union(*( 218 set(case.defines) for case in self.cases)) 791 children = set()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-number-format.cc | 11 #include <set> 258 std::set<std::string> sanctioned(Intl::SanctionedSimpleUnits()); in CreateUnitMap() 1168 std::set<std::string> relevant_extension_keys{"nu"}; in New() 2159 const std::set<std::string>& JSNumberFormat::GetAvailableLocales() { in GetAvailableLocales()
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | lib.rs | 105 // Some convenient typedefs for a fast hash map and hash set. 226 /// If none of the above patterns match, then bindgen will generate a set of Rust constants. 239 /// End-users of the crate may need to set the `BINDGEN_EXTRA_CLANG_ARGS` environment variable to 240 /// add additional arguments. For example, to build against a different sysroot a user could set 388 for (set, flag) in regex_sets { in command_line_flags() 389 for item in set.get_items() { in command_line_flags() 395 for (abi, set) in &self.options.abi_overrides { in command_line_flags() 396 for item in set.get_items() { in command_line_flags() 794 /// (docstrings) or not. This is set to true by default. 988 /// Mark the given enum (or set o [all...] |
/third_party/rust/crates/clang-sys/src/ |
H A D | lib.rs | 1732 pub fn clang_CXCursorSet_contains(set: CXCursorSet, cursor: CXCursor) -> c_uint; in clang_CXCursorSet_contains() 1733 pub fn clang_CXCursorSet_insert(set: CXCursorSet, cursor: CXCursor) -> c_uint; in clang_CXCursorSet_insert() 2003 pub fn clang_disposeCXCursorSet(set: CXCursorSet); in clang_disposeCXCursorSet() 2015 pub fn clang_disposeStringSet(set: *mut CXStringSet); in clang_disposeStringSet()
|
/third_party/python/Lib/ |
H A D | _pyio.py | 86 returned I/O object is closed, unless closefd is set to False.) 123 buffering is an optional integer used to set the buffering policy. 207 modes = set(mode) 208 if modes - set("axrwb+t") or len(mode) > len(modes): 309 # builtins.open was set to OpenWrapper to not become a bound method 310 # when set to a class variable. _io.open is a built-in function whereas 641 set not to block and has no data to read. 672 None if the object is set not to block and has no data to read. 1334 # a subclass or the user set self.flush to something. This is the same 1532 if not set(mod [all...] |
H A D | pickle.py | 183 EMPTY_SET = b'\x8f' # push empty set on the stack 184 ADDITEMS = b'\x90' # modify set by adding topmost stack items 1014 self.save_reduce(set, (list(obj),), obj=obj) 1031 dispatch[set] = save_set 1460 self.append(set()) 1704 if isinstance(set_obj, set):
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineFlagsTests.cpp | 49 #include <set> 311 // miss shader is loaded into each test regardless m_params.miss() is set in RayTracingTestPipeline() 314 // cloest hit shader is loaded into each test regardless m_params.chit() is set in RayTracingTestPipeline() 615 << "layout(rgba32i, set = 0, binding = 0) uniform iimage2D result;" << endl in initPrograms() 616 << "layout(set = 0, binding = 1) uniform accelerationStructureEXT topLevelAS;" << endl in initPrograms() 637 // miss shader is created in each test regardless the m_params.miss() is set in initPrograms() 651 // closest hit shader is created in each test regardless the m_params.chit() is set in initPrograms() 909 std::set<deUint32> usedIndexes; in prepareShaderBindingTable() 939 std::set<deUint32> usedIndexes; in prepareShaderBindingTable() 1350 using FlagsSet = std::set<VkPipelineCreateFlag [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 1170 Move<VkDescriptorSet> set (allocateDescriptorSet(vkd, device, &allocateInfo)); in createSplitDescriptorSet() 1192 *set, in createSplitDescriptorSet() 1205 *set, in createSplitDescriptorSet() 1221 return set; in createSplitDescriptorSet() 2010 splitShader << "layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp subpassInputMS i_depth;\n" in init() 2011 << "layout(input_attachment_index = 0, set = 0, binding = 1) uniform highp usubpassInputMS i_stencil;\n"; in init() 2014 splitShader << "layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp subpassInputMS i_depth;\n"; in init() 2016 splitShader << "layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp usubpassInputMS i_stencil;\n"; in init() 2087 "layout(input_attachment_index = 0, set = 0, binding = 0) uniform highp " << subpassType << " i_color;\n" in init()
|