Home
last modified time | relevance | path

Searched refs:set (Results 4851 - 4875 of 10270) sorted by relevance

1...<<191192193194195196197198199200>>...411

/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A DstripInternal-jsdoc-style-comment.js80 /**@internal*/ set c(val: number) { }
190 set c(val: number);
358 > /**@internal*/ set c(val:
368 >>> set c(val: number);
378 2 > set
943 set: function (val) { },
1262 >>> set: function (val) { },
1270 2 > set c(
1292 > /**@internal*/ set c(val: number) { }
1312 > /**@internal*/ set
[all...]
H A DstripInternal-with-comments-emit-enabled.js80 /*@internal*/ set c(val: number) { }
190 set c(val: number);
358 > /*@internal*/ set c(val:
368 >>> set c(val: number);
378 2 > set
943 /*@internal*/ set: function (val) { },
1279 >>> /*@internal*/ set: function (val) { },
1291 4 > set c(
1315 > /*@internal*/ set c(val: number) { }
1335 > /*@internal*/ set
[all...]
/third_party/backends/backend/genesys/
H A Dgl841.cpp252 // set up GPIO in gl841_init_registers()
291 static void gl841_set_lide80_fe(Genesys_Device* dev, std::uint8_t set) in gl841_set_lide80_fe() argument
295 if (set == AFE_INIT) { in gl841_set_lide80_fe()
305 if (set == AFE_SET) in gl841_set_lide80_fe()
314 static void gl841_set_ad_fe(Genesys_Device* dev, std::uint8_t set) in gl841_set_ad_fe() argument
320 gl841_set_lide80_fe(dev, set); in gl841_set_ad_fe()
324 if (set == AFE_INIT) { in gl841_set_ad_fe()
336 if (set == AFE_SET) in gl841_set_ad_fe()
365 std::uint8_t set) const in set_fe()
367 DBG_HELPER_ARGS(dbg, "%s", set in set_fe()
[all...]
H A Dgl846.cpp47 /** @brief set all registers to default values .
52 * @param dev device structure holding register set to initialize
106 dev->reg.init_reg(0x10, 0x00); // exposure, set during sensor setup in gl846_init_registers()
107 dev->reg.init_reg(0x11, 0x00); // exposure, set during sensor setup in gl846_init_registers()
108 dev->reg.init_reg(0x12, 0x00); // exposure, set during sensor setup in gl846_init_registers()
109 dev->reg.init_reg(0x13, 0x00); // exposure, set during sensor setup in gl846_init_registers()
110 dev->reg.init_reg(0x14, 0x00); // exposure, set during sensor setup in gl846_init_registers()
111 dev->reg.init_reg(0x15, 0x00); // exposure, set during sensor setup in gl846_init_registers()
120 dev->reg.init_reg(0x1e, 0xf0); // WDTIME, LINESEL: set during sensor and motor setup in gl846_init_registers()
134 dev->reg.init_reg(0x21, 0x10); // STEPNO: set durin in gl846_init_registers()
287 gl846_set_adi_fe(Genesys_Device* dev, std::uint8_t set) gl846_set_adi_fe() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java44 * A mutable set of Unicode characters and multicharacter strings.
49 * Note: method freeze() will not only make the set immutable, but
71 * of traditional set theory function names, <code>add</code> is a
74 * argument is a set complement with respect to the superset range
81 * of the set, the method <code>applyPattern()</code> sets all
130 * <p>Property patterns specify a set of characters having a certain
142 * specify their union. To complement a set, place a '^' immediately
148 * perform a “code point complement” (all code points minus the original set),
162 * set of three characters, 'a', 'b', and '-'.
165 * set differenc
529 public UnicodeSet set(int start, int end) { set() method in UnicodeSet
542 public UnicodeSet set(UnicodeSet other) { set() method in UnicodeSet
3013 toArray(UnicodeSet set) toArray() argument
3918 addCaseMapping(UnicodeSet set, int result, StringBuilder full) addCaseMapping() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java45 * A mutable set of Unicode characters and multicharacter strings.
50 * Note: method freeze() will not only make the set immutable, but
72 * of traditional set theory function names, <code>add</code> is a
75 * argument is a set complement with respect to the superset range
82 * of the set, the method <code>applyPattern()</code> sets all
131 * <p>Property patterns specify a set of characters having a certain
143 * specify their union. To complement a set, place a '^' immediately
156 * set of three characters, 'a', 'b', and '-'.
159 * set difference may be taken using the '-' operator, for example,
160 * "[[:L:]&amp;[\\u0000-\\u0FFF]]" indicates the set o
510 public UnicodeSet set(int start, int end) { set() method in UnicodeSet
522 public UnicodeSet set(UnicodeSet other) { set() method in UnicodeSet
2901 toArray(UnicodeSet set) toArray() argument
3793 addCaseMapping(UnicodeSet set, int result, StringBuilder full) addCaseMapping() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c428 struct radv_descriptor_set_header *set = &cmd_buffer->descriptors[i].push_set.set; in radv_destroy_cmd_buffer() local
429 free(set->mapped_ptr); in radv_destroy_cmd_buffer()
430 if (set->layout) in radv_destroy_cmd_buffer()
431 vk_descriptor_set_layout_unref(&cmd_buffer->device->vk, &set->layout->vk); in radv_destroy_cmd_buffer()
432 vk_object_base_finish(&set->base); in radv_destroy_cmd_buffer()
479 vk_object_base_init(&device->vk, &cmd_buffer->descriptors[i].push_set.set.base, in radv_create_cmd_buffer()
946 struct radv_descriptor_set *set, unsigned idx) in radv_set_descriptor_set()
951 descriptors_state->sets[idx] = set; in radv_set_descriptor_set()
969 struct radv_descriptor_set *set in radv_save_descriptors() local
945 radv_set_descriptor_set(struct radv_cmd_buffer *cmd_buffer, VkPipelineBindPoint bind_point, struct radv_descriptor_set *set, unsigned idx) radv_set_descriptor_set() argument
1021 struct radv_descriptor_set *set = descriptors_state->sets[start + i]; radv_emit_descriptor_pointers() local
3414 struct radv_descriptor_set *set = (struct radv_descriptor_set *)&descriptors_state->push_set.set; radv_flush_push_descriptors() local
3441 struct radv_descriptor_set *set = descriptors_state->sets[i]; radv_flush_indirect_descriptor_sets() local
5197 radv_bind_descriptor_set(struct radv_cmd_buffer *cmd_buffer, VkPipelineBindPoint bind_point, struct radv_descriptor_set *set, unsigned idx) radv_bind_descriptor_set() argument
5289 radv_init_push_descriptor_set(struct radv_cmd_buffer *cmd_buffer, struct radv_descriptor_set *set, struct radv_descriptor_set_layout *layout, VkPipelineBindPoint bind_point) radv_init_push_descriptor_set() argument
5325 radv_meta_push_descriptor_set(struct radv_cmd_buffer *cmd_buffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout _layout, uint32_t set, uint32_t descriptorWriteCount, const VkWriteDescriptorSet *pDescriptorWrites) radv_meta_push_descriptor_set() argument
5356 radv_CmdPushDescriptorSetKHR(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout _layout, uint32_t set, uint32_t descriptorWriteCount, const VkWriteDescriptorSet *pDescriptorWrites) radv_CmdPushDescriptorSetKHR() argument
5390 radv_CmdPushDescriptorSetWithTemplateKHR(VkCommandBuffer commandBuffer, VkDescriptorUpdateTemplate descriptorUpdateTemplate, VkPipelineLayout _layout, uint32_t set, const void *pData) radv_CmdPushDescriptorSetWithTemplateKHR() argument
[all...]
H A Dradv_debug.c61 * [10-11]: 64-bit descriptor set #0 pointer
63 * [72-73]: 64-bit descriptor set #31 pointer
194 radv_dump_descriptor_set(struct radv_device *device, struct radv_descriptor_set *set, unsigned id, in radv_dump_descriptor_set() argument
201 if (!set) in radv_dump_descriptor_set()
203 layout = set->header.layout; in radv_dump_descriptor_set()
205 for (i = 0; i < set->header.layout->binding_count; i++) { in radv_dump_descriptor_set()
206 uint32_t *desc = set->header.mapped_ptr + layout->binding[i].offset / 4; in radv_dump_descriptor_set()
249 struct radv_descriptor_set *set = *(struct radv_descriptor_set **)(ptr + i + 5); in radv_dump_descriptors() local
251 radv_dump_descriptor_set(device, set, i, f); in radv_dump_descriptors()
/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.cpp111 sigset_t set; in SetThreadSignalMask() local
112 sigemptyset(&set); in SetThreadSignalMask()
113 pthread_sigmask(SIG_SETMASK, nullptr, &set); in SetThreadSignalMask()
115 sigaddset(&set, signo); in SetThreadSignalMask()
117 sigdelset(&set, signo); in SetThreadSignalMask()
120 pthread_sigmask(SIG_BLOCK, &set, nullptr); in SetThreadSignalMask()
122 pthread_sigmask(SIG_UNBLOCK, &set, nullptr); in SetThreadSignalMask()
754 XCOLLIE_LOGW("Failed to set threadName for watchdog, errno:%d.", errno); in Start()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp20 #include <set>
52 const static std::set<std::string> READ_WRITE_KEYS = {
209 const static std::set<std::string> READ_ONLY_KEYS = {
591 const std::set<std::string> UINT16_KEYS = {
1335 const std::set<std::string> FORBIDDEN_VALUE = {
1438 const std::set<std::string> &ExifMetadatFormatter::GetRWKeys() in GetRWKeys()
1443 const std::set<std::string> &ExifMetadatFormatter::GetROKeys() in GetROKeys()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp299 std::set<FieldPath> lackingPaths; in CheckValueAndAmendIfNeed()
537 std::set<FieldPath> nestPathCurDepth{FieldPath{SchemaConstant::KEYWORD_SCHEMA_DEFINE}}; in ParseCheckSchemaDefine()
605 // The ParseAndCheckSchemaAttribute do not cope with isIndexable field. Need to set it true here in CheckSchemaDefineItemDecideAttribute()
622 outAttr = SchemaAttribute{inType, false, false, false, FieldValue()}; // hasNotNull set false is OK for this in CheckSchemaDefineItemDecideAttribute()
687 std::set<FieldPath> indexPathSet; in ParseCheckEachIndexFromStringArray()
1062 const std::map<FieldPath, FieldType> &subPathType, std::set<FieldPath> &lackingPaths) in CheckValueBySchemaItem()
1084 int SchemaObject::CheckValue(const ValueObject &inValue, std::set<FieldPath> &lackingPaths) const in CheckValue()
1086 std::set<FieldPath> nestPathCurDepth{FieldPath()}; // Empty path represent root path in CheckValue()
1127 int SchemaObject::AmendValueIfNeed(ValueObject &inValue, const std::set<FieldPath> &lackingPaths, bool &amended) const in AmendValueIfNeed()
/third_party/curl/lib/
H A Dws.c430 if(!(type & CLIENTWRITE_BODY) || data->set.ws_raw_mode) in ws_cw_write()
524 | |Masking-key, if MASK set to 1 |
574 /* marked as continuing, this is the final fragment; set CONT in ws_enc_write_head()
813 if(data->set.connect_only) { in Curl_ws_accept()
920 if(!data->set.connect_only) { in curl_ws_recv()
981 * that we do not return. For these `ctx.written` is not set. */ in curl_ws_recv()
1008 if(data->set.connect_only) in ws_flush()
1049 if(!data->conn && data->set.connect_only) { in curl_ws_send()
1064 if(data->set.ws_raw_mode) { in curl_ws_send()
1171 data->conn->proto.ws && !data->set in curl_ws_meta()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp268 * If abbreviated=true, returns a set which only a sampling of the original code points.
269 * density is the approximate total number of code points to returned for the entire set.
271 const UnicodeSet &abbreviateSet(const UnicodeSet &set, bool abbreviated, int density, in abbreviateSet() argument
274 return set; in abbreviateSet()
276 int32_t rangeCount = set.getRangeCount(); in abbreviateSet()
281 const UnicodeSet *p = &set; in abbreviateSet()
284 int32_t start = set.getRangeStart(i); in abbreviateSet()
285 int32_t end = set.getRangeEnd(i); in abbreviateSet()
289 copy = set; in abbreviateSet()
H A Dtzregts.cpp72 logln("user.timezone:" + System.getProperty("user.timezone", "<not set>")); in Test4052967()
171 cal.set(1997, UCAL_MARCH, 1); in Test4073215()
180 cal.set(1997, UCAL_MARCH, 31); in Test4073215()
188 cal.set(1997, Calendar::DECEMBER, 31); in Test4073215()
475 cal->set(1998, UCAL_APRIL, 5, 10, 0); in Test4126678()
973 tempcal->set(1970, UCAL_FEBRUARY, 1); in Test4176686()
975 tempcal->set(1970, UCAL_AUGUST, 1); in Test4176686()
1011 * Make sure setStartRule and setEndRule set the DST savings to nonzero
1032 errln("Fail: useDaylightTime false with rules set"); in TestJ186()
1035 errln("Fail: dst savings == 0 with rules set"); in TestJ186()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeZoneFormatTest.java88 * Test case for checking if a TimeZone is properly set in the result calendar
113 cal.set(1900, 0, 1); in TestTimeZoneRoundTrip()
115 cal.set(2040, 0, 1); in TestTimeZoneRoundTrip()
122 cal.set(testDateData[i][0], testDateData[i][1], testDateData[i][2]); in TestTimeZoneRoundTrip()
165 // Before parse, set unknown zone to SimpleDateFormat instance in TestTimeZoneRoundTrip()
167 // originally set. in TestTimeZoneRoundTrip()
173 outcal.set(Calendar.DST_OFFSET, badDstOffset); in TestTimeZoneRoundTrip()
174 outcal.set(Calendar.ZONE_OFFSET, badZoneOffset); in TestTimeZoneRoundTrip()
324 cal.set(startYear, Calendar.JANUARY, 1); in TestTimeRoundTrip()
327 cal.set(endYea in TestTimeRoundTrip()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DTimeZoneFormatTest.java91 * Test case for checking if a TimeZone is properly set in the result calendar
116 cal.set(1900, 0, 1); in TestTimeZoneRoundTrip()
118 cal.set(2040, 0, 1); in TestTimeZoneRoundTrip()
125 cal.set(testDateData[i][0], testDateData[i][1], testDateData[i][2]); in TestTimeZoneRoundTrip()
168 // Before parse, set unknown zone to SimpleDateFormat instance in TestTimeZoneRoundTrip()
170 // originally set. in TestTimeZoneRoundTrip()
176 outcal.set(Calendar.DST_OFFSET, badDstOffset); in TestTimeZoneRoundTrip()
177 outcal.set(Calendar.ZONE_OFFSET, badZoneOffset); in TestTimeZoneRoundTrip()
327 cal.set(startYear, Calendar.JANUARY, 1); in TestTimeRoundTrip()
330 cal.set(endYea in TestTimeRoundTrip()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Drbt_pars.cpp193 // set array has not been constructed yet. in lookupMatcher()
194 const UnicodeFunctor* set = NULL; in lookupMatcher() local
198 set = (j < variablesVector->size()) ? in lookupMatcher()
201 return set; in lookupMatcher()
230 // set array has not been constructed yet. in isMatcher()
245 // set array has not been constructed yet. in isReplacer()
386 * @param illegal the set of special characters that is illegal during
690 // do nothing -- min, max already set in parseSection()
1106 // Convert the set vector to an array in parseRules()
1349 // or a set (alread in parseRule()
1528 UnicodeSet* set = new UnicodeSet(rule, pos, USET_IGNORE_SPACE, parseData, status); parseSet() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_precision.cpp36 #include "util/set.h"
54 * will be added to this set.
56 struct set *lowerable_rvalues;
106 find_lowerable_rvalues_visitor(struct set *result,
130 struct set *lowerable_rvalues;
179 find_lowerable_rvalues_visitor::find_lowerable_rvalues_visitor(struct set *res, in find_lowerable_rvalues_visitor()
210 * are all root lowerable nodes and we should add them to the set. in add_lowerable_children()
254 * lowerable set. Therefore if there is a parent then instead of in pop_stack_entry()
255 * adding this instruction to the set we will queue depending on in pop_stack_entry()
266 * set in pop_stack_entry()
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_private.h77 #include "util/set.h"
248 * set the flag `first` to determine when we are starting a new cmd buffer
912 * Defines the set of saved dynamic state.
1097 struct set *bos;
1108 /* When the current subpass is split into multiple jobs, this flag is set
1651 * * Track the suballocated pool bo regions, so if some descriptor set is
1659 struct v3dv_descriptor_set *set; member
1685 /* If VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT is not set the
1687 * following pointers. If set, they are not used, and individually
1709 /* Offset relative to the descriptor pool bo for this set */
1796 } set[MAX_SETS]; global() member
1824 int set[DESCRIPTOR_MAP_SIZE]; global() member
1879 uint8_t set; global() member
2218 v3dv_immutable_samplers(const struct v3dv_descriptor_set_layout *set, const struct v3dv_descriptor_set_binding_layout *binding) v3dv_immutable_samplers() argument
[all...]
/third_party/ninja/src/
H A Dbuild.cc98 set<Edge*>* dyndep_walk) { in AddSubTarget()
352 std::set<Edge*> dyndep_walk; in DyndepsLoaded()
375 for (set<Edge*>::iterator wi = dyndep_walk.begin(); in DyndepsLoaded()
391 set<Node*> dependents; in RefreshDyndepDependents()
396 for (set<Node*>::iterator i = dependents.begin(); in RefreshDyndepDependents()
434 void Plan::UnmarkDependents(const Node* node, set<Node*>* dependents) { in UnmarkDependents()
987 for (set<string>::iterator i = parser.includes_.begin(); in ExtractDeps()
/third_party/node/deps/icu-small/source/i18n/
H A Drbt_pars.cpp193 // set array has not been constructed yet. in lookupMatcher()
194 const UnicodeFunctor* set = nullptr; in lookupMatcher() local
198 set = (j < variablesVector->size()) ? in lookupMatcher()
201 return set; in lookupMatcher()
230 // set array has not been constructed yet. in isMatcher()
245 // set array has not been constructed yet. in isReplacer()
386 * @param illegal the set of special characters that is illegal during
690 // do nothing -- min, max already set in parseSection()
1106 // Convert the set vector to an array in parseRules()
1349 // or a set (alread in parseRule()
1528 UnicodeSet* set = new UnicodeSet(rule, pos, USET_IGNORE_SPACE, parseData, status); parseSet() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h17 #include <set>
828 void initProcsDesktopGL(const gl::Version &version, const std::set<std::string> &extensions);
829 void initProcsGLES(const gl::Version &version, const std::set<std::string> &extensions);
830 void initProcsSharedExtensions(const std::set<std::string> &extensions);
834 const std::set<std::string> &extensions);
835 void initProcsGLESNULL(const gl::Version &version, const std::set<std::string> &extensions);
836 void initProcsSharedExtensionsNULL(const std::set<std::string> &extensions);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp339 Properties.set(MachineFunctionProperties::Property::NoPHIs); in computeFunctionProperties()
343 Properties.set(MachineFunctionProperties::Property::IsSSA); in computeFunctionProperties()
349 Properties.set(MachineFunctionProperties::Property::NoVRegs); in computeFunctionProperties()
410 MF.getProperties().set(MachineFunctionProperties::Property::Legalized); in initializeMachineFunction()
412 MF.getProperties().set( in initializeMachineFunction()
415 MF.getProperties().set(MachineFunctionProperties::Property::Selected); in initializeMachineFunction()
417 MF.getProperties().set(MachineFunctionProperties::Property::FailedISel); in initializeMachineFunction()
543 Twine("preferred register can only be set for normal vregs")); in parseRegisterInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.h558 // This is a very simple RefCount class that has no autoreleasing. Used in the descriptor set and
615 set(other.mRefCounted); in BindingPointer()
619 void set(RefCounted<T> *refCounted) in set() function in rx::vk::final
634 void reset() { set(nullptr); } in reset()
663 void set(VkDevice device, RefCounted<T> *refCounted) in set() function in rx::vk::final
694 set(device, new RefCounted<T>(std::move(newObject))); in assign()
697 void copy(VkDevice device, const Shared<T> &other) { set(device, other.mRefCounted); } in copy()
701 void reset(VkDevice device) { set(device, nullptr); } in reset()
1082 // Find set bits in sampleCounts and add the corresponding sample count to the set
[all...]
/third_party/skia/src/core/
H A DSkScan_Antihair.cpp21 our extends. The bug is that when this happens, we will set the clip to
268 // returns high-bit set iff x==0x8000...
549 clipBounds.set(clip->getBounds());
615 pts[0].set(rect.fLeft, rect.fTop);
616 pts[1].set(rect.fRight, rect.fTop);
617 pts[2].set(rect.fRight, rect.fBottom);
618 pts[3].set(rect.fLeft, rect.fBottom);
788 newR.set(clip->getBounds());
800 newR.set(clipper.rect());
940 // set oute
[all...]

Completed in 52 milliseconds

1...<<191192193194195196197198199200>>...411