/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationiterator.cpp | 159 ceBuffer.set(i, other.ceBuffer.get(i)); in CollationIterator() 267 ceBuffer.set(ceBuffer.length, Collation::latinCE0FromCE32(ce32)); in appendCEsFromCE32() 268 ceBuffer.set(ceBuffer.length + 1, Collation::latinCE1FromCE32(ce32)); in appendCEsFromCE32() 385 ceBuffer.set(ceBuffer.length, Collation::ceFromCE32(jamoCE32s[c])); in appendCEsFromCE32() 386 ceBuffer.set(ceBuffer.length + 1, Collation::ceFromCE32(jamoCE32s[19 + v])); in appendCEsFromCE32()
|
/third_party/python/Lib/test/ |
H A D | test_abc.py | 189 self.assertEqual(E.__abstractmethods__, set()) 521 self.assertEqual(A.__abstractmethods__, set()) 559 self.assertEqual(B.__abstractmethods__, set()) 577 self.assertEqual(B.__abstractmethods__, set()) 654 self.assertEqual(C.__abstractmethods__, set())
|
H A D | test_getpath.py | 720 but $__PYVENV_LAUNCHER__ has been set to the original process. 890 self._dirs = set() 974 _trail = set() 1064 self._xfiles = set() 1066 self._dirs = set() 1146 _trail = set()
|
H A D | test_types.py | 1 # Python test set -- part 6, built-in types 669 set, 679 set, 1050 attrs = set(dir(self.mappingproxy({}))) - set(dir(object())) 1196 self.assertEqual(set(view), set(keys)) 1197 self.assertEqual(set(view.keys()), set(keys)) 1198 self.assertEqual(set(vie [all...] |
H A D | test_sys.py | 319 "cannot set the recursion limit to [0-9]+ " 421 entered_g.set() 428 # At this point, t has finished its entered_g.set(), although it's 463 self.assertIn(sourceline, ["leave_g.wait()", "entered_g.set()"]) 466 leave_g.set() 487 entered_g.set() 499 # At this point, t has finished its entered_g.set(), although it's 534 leave_g.set() 788 # has been set to a non existent program name and Python is unable to 979 # Don't use the atexit module because _Py_Finalizing is only set [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.h | 52 #include <set> 73 using GlobalValueSet = std::set<const GlobalValue *>; 200 std::set<Function*> StubsToClone; 224 std::set<Function*>& getStubsToClone(SourceModuleHandle H) { in getStubsToClone() 258 using PartitioningFtor = std::function<std::set<Function*>(Function&)>; 416 // and set the compile action to compile the partition containing the in addLogicalModule() 533 "CODLayer/GVsResolver responsibility set lookup failed: "); in addLogicalModule() 702 "CODLayer/SubResolver responsibility set lookup failed: "); in emitPartition()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceBitVector.h | 124 void set(unsigned Idx) { (*this)[Idx] = true; } 126 void set() { 354 /// count - Returns the number of bits which are set. 362 /// any - Returns true if any bit is set. 370 /// all - Returns true if all bits are set. 383 /// none - Returns true if none of the bits are set. 386 /// find_first - Returns the index of the first set bit, -1 if none 387 /// of the bits are set. 395 /// find_next - Returns the index of the next set bit following the 396 /// "Prev" bit. Returns -1 if the next set bi [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | fixed_array_test.cc | 63 void set(int value) { value_ = value; } in set() function in __anon19163::ConstructionTester 274 array[i].set(i); in TestArray() 283 array.data()[i].set(i + 1); in TestArray() 327 (array[i])[j].set(i * elements_per_inner_array + j); in TestArrayOfArrays() 340 (array.data()[i])[j].set((i + 1) * elements_per_inner_array + j); in TestArrayOfArrays()
|
/third_party/spirv-tools/utils/ |
H A D | generate_grammar_tables.py | 107 caps = sorted(set([tuple(c) for c in caps if c])) 151 extensions = sorted(set([tuple(e) for e in extensions if e])) 384 - set_name: the name of the extended instruction set. 595 return sorted(set(extensions)) 663 emitted = set() # The values of capabilities we already have emitted 701 exts[key] = sorted(set(exts[key])) 746 'instruction set') 750 'extended instruction set') 754 'instruction set') 758 'instruction set') [all...] |
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
H A D | stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js | 80 /**@internal*/ set c(val: number) { } 199 set c(val: number);
487 > /**@internal*/ set c(val:
497 >>> set c(val: number);
507 2 > set
1078 set: function (val) { },
1532 >>> set: function (val) { },
1540 2 > set c(
1562 > /**@internal*/ set c(val: number) { } 1582 > /**@internal*/ set [all...] |
H A D | stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js | 80 /*@internal*/ set c(val: number) { } 199 set c(val: number);
487 > /*@internal*/ set c(val:
497 >>> set c(val: number);
507 2 > set
1078 /*@internal*/ set: function (val) { },
1549 >>> /*@internal*/ set: function (val) { },
1561 4 > set c(
1585 > /*@internal*/ set c(val: number) { } 1605 > /*@internal*/ set [all...] |
H A D | stripInternal-jsdoc-style-with-comments-emit-enabled.js | 80 /**@internal*/ set c(val: number) { } 190 /**@internal*/ set c(val: number);
383 > /**@internal*/ set c(val:
395 >>> /**@internal*/ set c(val: number);
409 4 > set
1073 /**@internal*/ set: function (val) { },
1409 >>> /**@internal*/ set: function (val) { },
1421 4 > set c(
1445 > /**@internal*/ set c(val: number) { } 1465 > /**@internal*/ set [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | module-instantiate.cc | 231 maps->set(type_index, maybe_canonical_map.GetHeapObject()); in CreateMapForType() 239 // that's cached on every RTT can be set up correctly. in CreateMapForType() 262 maps->set(type_index, *map); in CreateMapForType() 628 tables->set(i, *table_obj); in Build() 640 tables->set(i, *table_obj); in Build() 668 // Make sure all canonical indices have been set. in Build() 700 vectors->set(i, *feedback); in Build() 1049 tagged_globals_->set(global.offset, *value.to_ref()); in WriteGlobalValue() 1328 instance->tables().set(table_index, *value); in ProcessImportedTable() 1344 // The imported memory should have been already set u in ProcessImportedMemory() [all...] |
/third_party/python/Lib/ |
H A D | typing.py | 299 all_params = set(params) 617 should not be set on instances of that class. Usage:: 1247 have 'name' always set. If 'inst' is False, then the alias can't be instantiated; 1305 return list(set(super().__dir__() 1660 return set(self.__args__) == set(other.__args__) 1696 return set(_value_and_type_iter(self.__args__)) == set(_value_and_type_iter(other.__args__)) 1821 if len(set(params)) != len(params): 1870 tvarset = set(tvar [all...] |
/third_party/icu/tools/unicode/py/ |
H A D | preparseucd.py | 60 _ignored_properties = set(( 485 prop = (prop_type, aliases, set(), {}) 499 prop = ("String", [name, name], set(), {}) 505 prop = ("Miscellaneous", [name, name], set(), {}) 526 prop = ("Miscellaneous", ["scx", "Script_Extensions"], set(), {}) 612 short_script_names = script_prop[2] # set 1046 # set the value that reduces the file size the most as a block property value. 1076 # but set the default value if that property was not set 1567 # set a [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | collationtest.cpp | 202 // and sort in ascending order by set and then code point. in TestImplicits() 220 // The tests should pass either way, so we only test the order of a small set of Han characters in TestImplicits() 1064 errorCode.set(U_PARSE_ERROR); 1073 errorCode.set(U_PARSE_ERROR); 1079 errorCode.set(U_PARSE_ERROR); 1129 errorCode.set(U_PARSE_ERROR); 1148 errorCode.set(U_PARSE_ERROR); 1169 errorCode.set(U_PARSE_ERROR); 1183 errorCode.set(U_PARSE_ERROR); 1219 errorCode.set(U_PARSE_ERRO [all...] |
/third_party/node/deps/v8/src/diagnostics/ |
H A D | gdb-jit.cc | 69 void set(const T& value) { in set() function in v8::internal::GDBJITInterface::Writer::Slot 835 symbols.at(0).set(ELFSymbol::SerializedLayout( 1105 fb_block_size.set(static_cast<uint32_t>(w->position() - fb_block_start)); 1123 block_size.set(static_cast<uint32_t>(w->position() - block_start)); 1154 block_size.set(static_cast<uint32_t>(w->position() - block_start)); 1165 block_size.set(static_cast<uint32_t>(w->position() - block_start)); 1172 size.set(static_cast<uint32_t>(w->position() - start)); 1391 prologue_length.set(static_cast<uint32_t>(w->position() - prologue_start)); 1463 total_length.set(static_cast<uint32_t>(w->position() - start)); 1570 length_slot->set(static_cas [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-regexp.cc | 856 elements->set(0, *subject); in RUNTIME_FUNCTION() 863 elements->set(i, *substring); in RUNTIME_FUNCTION() 1275 elements->set(cursor++, *match); in SearchRegExpMultiple() 1283 elements->set(cursor++, *substring); in SearchRegExpMultiple() 1286 elements->set(cursor++, ReadOnlyRoots(isolate).undefined_value()); in SearchRegExpMultiple() 1290 elements->set(cursor++, Smi::FromInt(match_start)); in SearchRegExpMultiple() 1291 elements->set(cursor++, *subject); in SearchRegExpMultiple() 1298 elements->set(cursor++, *groups); in SearchRegExpMultiple() 1328 last_match_cache->set(i, Smi::FromInt(last_match[i])); in SearchRegExpMultiple() 1710 elems->set( in RUNTIME_FUNCTION() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingBufferDeviceAddressTests.cpp | 113 deUint32 set; member 185 if (m_data.set >= context.getDeviceProperties().limits.maxBoundDescriptorSets) in checkSupport() 186 TCU_THROW(NotSupportedError, "descriptor set number not supported"); in checkSupport() 382 decls << "layout(r32ui, set = " << m_data.set << ", binding = 0) uniform uimage2D image0_0;\n"; in initPrograms() 405 "layout(set = " << m_data.set << ", binding = 1, " << layout << ") " << baseStorage << " T2 {\n" in initPrograms() 665 // Create a layout and allocate a descriptor set for it. in iterate() 879 vector<vk::VkDescriptorSetLayout> descriptorSetLayoutsRaw(m_data.set+1); in iterate() 880 for (size_t i = 0; i < m_data.set in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingBufferDeviceAddressTests.cpp | 113 deUint32 set; member 185 if (m_data.set >= context.getDeviceProperties().limits.maxBoundDescriptorSets) in checkSupport() 186 TCU_THROW(NotSupportedError, "descriptor set number not supported"); in checkSupport() 382 decls << "layout(r32ui, set = " << m_data.set << ", binding = 0) uniform uimage2D image0_0;\n"; in initPrograms() 405 "layout(set = " << m_data.set << ", binding = 1, " << layout << ") " << baseStorage << " T2 {\n" in initPrograms() 665 // Create a layout and allocate a descriptor set for it. in iterate() 879 vector<vk::VkDescriptorSetLayout> descriptorSetLayoutsRaw(m_data.set+1); in iterate() 880 for (size_t i = 0; i < m_data.set in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 121 void set (size_t ndx, bool value) in set() function in vkt::memory::__anon29285::BitVector 137 set(ndx, value); in setRange() 154 set(ndx, value); in setRange() 166 set(ndx, other.get(ndx) && get(ndx)); 182 set(ndx, other.get(ndx) && get(ndx)); 205 m_defined.set(pos, true); 206 m_flushed.set(pos / m_atomSize, false); 215 m_defined.set(pos, true); 226 m_defined.set(pos, true); 227 m_flushed.set(po [all...] |
/third_party/skia/src/pathops/ |
H A D | SkOpSegment.cpp | 296 priorAngle->set(spanBase, prior); in calcAngles() 304 angle->set(span, next); in calcAngles() 1624 edge->fCubic[0].set(startPtT.fPt); in subDivide() 1626 edge->fCubic[points].set(endPtT.fPt); in subDivide() 1635 edge->fLine[1].set(fPts[1]); in subDivide() 1639 edge->fConic[1].set(fPts[1]); in subDivide() 1645 edge->fCubic[1].set(fPts[1]); in subDivide() 1646 edge->fCubic[2].set(fPts[2]); in subDivide() 1649 edge->fCubic[1].set(fPts[2]); in subDivide() 1650 edge->fCubic[2].set(fPt in subDivide() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 39 #include <set> 512 // Recursively traverse the use-def chains of the given value and return a set 516 // scope. The returned set doesn't include constants. 517 static std::set<Value *> getBaseValues( in getBaseValues() 519 DenseMap<Value *, std::set<Value *>> &Visited) { in getBaseValues() 523 std::set<Value *> Result; in getBaseValues() 534 std::set<Value *> OpResult = getBaseValues(Op, DT, Visited); in getBaseValues() 663 // Returns true and insert a region into the right biased set and the map if the 694 // Returns true and insert a select into the right biased set and the map if the 1093 // Use std::set a in shouldSplit() [all...] |
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface.cc | 495 // errno won't be set in this case. I am confused as to how such an in WriteAllToDisk() 931 "--experimental_allow_proto3_optional was not set." in Run() 1107 // If the --experimental_allow_proto3_optional flag was set, we allow. in AllowProto3Optional() 1156 // was rigorous in checking unused imports and that the descriptor set in ParseInputFiles() 1158 // of that descriptor set that left unused imports. in ParseInputFiles() 1217 // Clear all members that are set by Run(). Note that we must not clear in Clear() 1218 // members which are set by other methods before Run() is called. in Clear() 1938 " set, so that the set is " in PrintHelpText() 1955 " set o in PrintHelpText() [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wldev_common.c | 66 struct net_device *dev, u32 cmd, void *arg, u32 len, u32 set) in wldev_ioctl() 75 ioc.set = set; in wldev_ioctl() 506 WLDEV_ERROR(("%s: set country failed due to Disassoc error %d\n", in wldev_set_country() 524 WLDEV_ERROR(("%s: set country for %s as %s rev %d failed\n", in wldev_set_country() 531 printf("%s: set country for %s as %s rev %d\n", in wldev_set_country() 65 wldev_ioctl( struct net_device *dev, u32 cmd, void *arg, u32 len, u32 set) wldev_ioctl() argument
|