Home
last modified time | relevance | path

Searched refs:set (Results 4051 - 4075 of 10171) sorted by relevance

1...<<161162163164165166167168169170>>...407

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_gpu_context.cpp244 void SkiaGPUContext::PurgeUnlockedResourcesByPid(bool scratchResourcesOnly, const std::set<pid_t>& exitedPidSet) in PurgeUnlockedResourcesByPid()
262 void SkiaGPUContext::PurgeCacheBetweenFrames(bool scratchResourcesOnly, const std::set<pid_t>& exitedPidSet, in PurgeCacheBetweenFrames()
263 const std::set<pid_t>& protectedPidSet) in PurgeCacheBetweenFrames()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h93 std::set<uint64_t> GetDisplayIdsDuringMoveDrag();
94 std::set<uint64_t> GetNewAddedDisplayIdsDuringMoveDrag();
241 std::set<uint64_t> displayIdSetDuringMoveDrag_;
/third_party/curl/lib/
H A Dhttp_chunks.c130 if(data->set.http_te_skip && !ch->ignore_body) { in httpchunk_readwrite()
203 if(!data->set.http_te_skip && !ch->ignore_body) { in httpchunk_readwrite()
257 if(!data->set.http_te_skip) { in httpchunk_readwrite()
H A Dhttp_proxy.c135 data->set.str[STRING_USERAGENT] && *data->set.str[STRING_USERAGENT]) { in Curl_http_proxy_create_CONNECT()
137 data->set.str[STRING_USERAGENT]); in Curl_http_proxy_create_CONNECT()
/third_party/googletest/googletest/test/
H A Dgtest-typed-test_test.cc32 #include <set>
66 typedef std::set<int> IntSet;
380 typedef Types<std::vector<double>, std::set<char> > MyContainers;
/third_party/gn/src/gn/
H A Dqt_creator_writer.cc8 #include <set>
272 const std::set<std::string>& items) { in GenerateFile()
292 std::set<std::string> empty_list; in Run()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DNormalizerBuilder.java105 isExcluded.set(value); in readExclusionList()
175 if (compat) isCompatibility.set(value); in buildDecompositionTables()
258 * For use in an applet: just load a minimal set of data.
421 if (compat) isCompatibility.set(value); in setMinimalDecomp()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DNormalizerBuilder.java104 isExcluded.set(value); in readExclusionList()
174 if (compat) isCompatibility.set(value); in buildDecompositionTables()
257 * For use in an applet: just load a minimal set of data.
420 if (compat) isCompatibility.set(value); in setMinimalDecomp()
/third_party/icu/icu4c/source/i18n/
H A Dhebrwcal.cpp161 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. in HebrewCalendar()
222 // We can't just do a set(MONTH, get(MONTH) + amount). The in add()
259 set(UCAL_MONTH, month); in add()
260 set(UCAL_YEAR, year); in add()
286 * on a Hebrew calendar set to "25 Av 5758" will result in the date "5 Av 5758".
336 set(UCAL_MONTH, (newMonth + 13) % 13); in roll()
559 * which will be set when this method is called. Subclasses can
593 // a large value is set to julianDay. I patched startOfYear in handleComputeFields()
685 * and year are set, they do not change.
699 // on the current time. They'll be set t in initializeSystemDefaultCentury()
[all...]
/third_party/mesa3d/src/amd/common/
H A Dsid_tables.py63 self.table.append((string, idx, set((idx,))))
96 self.idxs = set()
182 self.idxs = set()
/third_party/jinja2/
H A Dbccache.py29 def set(self, key: str, value: bytes, timeout: t.Optional[int] = None) -> None: member in _MemcachedClient
349 .. method:: set(key, value[, timeout])
401 self.client.set(key, value, self.timeout)
403 self.client.set(key, value)
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_cmd_buffer.c281 uint32_t set, in lvp_CmdPushDescriptorSetWithTemplateKHR()
302 cmd->u.push_descriptor_set_with_template_khr.set = set; in lvp_CmdPushDescriptorSetWithTemplateKHR()
277 lvp_CmdPushDescriptorSetWithTemplateKHR( VkCommandBuffer commandBuffer, VkDescriptorUpdateTemplate descriptorUpdateTemplate, VkPipelineLayout layout, uint32_t set, const void* pData) lvp_CmdPushDescriptorSetWithTemplateKHR() argument
/third_party/node/lib/
H A Ddomain.js68 set: function(arg) {
79 pairing.set(asyncId, process.domain[kWeak]);
94 vmPromises.set(resource, process.domain);
272 // if a listener is set.
509 // set the active domain to its parent (if any) so that the domain's error
/third_party/node/test/parallel/
H A Dtest-stream2-writable.js200 }).reduce(function(set, x) {
201 set[`callback-${x[0]}`] = x[1];
202 return set;
/third_party/node/deps/v8/src/zone/
H A Dzone-containers.h13 #include <set>
121 // A wrapper subclass for std::set to make it easy to construct one that uses
124 class ZoneSet : public std::set<K, Compare, ZoneAllocator<K>> {
126 // Constructs an empty set.
128 : std::set<K, Compare, ZoneAllocator<K>>(Compare(), in ZoneSet()
137 // Constructs an empty set.
/third_party/ninja/misc/
H A Dwrite_fake_manifests.py54 self.seen_names = set([None])
55 self.seen_defines = set([None])
66 seen = set([None])
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_tess.c49 add_instr_and_srcs_to_set(struct set *instr_set, nir_instr *instr);
60 add_instr_and_srcs_to_set(struct set *instr_set, nir_instr *instr) in add_instr_and_srcs_to_set()
71 struct set *instr_set = _mesa_pointer_set_create(NULL); in prune_patch_function_to_intrinsic_and_srcs()
75 * the set. Also, add instructions that contribute to control flow. in prune_patch_function_to_intrinsic_and_srcs()
76 * 2. Erase every instruction that isn't in the set in prune_patch_function_to_intrinsic_and_srcs()
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/internal/
H A Dprimordials.js85 function copyAccessor(dest, prefix, key, { enumerable, get, set }) {
90 if (set !== undefined) {
92 value: uncurryThis(set),
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_cmd_enqueue.c125 uint32_t set, in vk_cmd_enqueue_CmdPushDescriptorSetKHR()
145 pds->set = set; in vk_cmd_enqueue_CmdPushDescriptorSetKHR()
235 /* We need to hold a reference to the descriptor set as long as this in vk_cmd_enqueue_CmdBindDescriptorSets()
122 vk_cmd_enqueue_CmdPushDescriptorSetKHR(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, uint32_t set, uint32_t descriptorWriteCount, const VkWriteDescriptorSet *pDescriptorWrites) vk_cmd_enqueue_CmdPushDescriptorSetKHR() argument
/third_party/node/deps/v8/src/objects/
H A Dordered-hash-table-inl.h137 this->set(EntryToIndex(entry) + kValueOffset, value); in ValueAtPut()
152 this->set(EntryToIndex(entry) + kPropertyDetailsOffset, value.AsSmi()); in DetailsAtPut()
237 this->set(HashIndex(), Smi::FromInt(hash)); in SetHash()
/third_party/python/Lib/
H A Dcmd.py40 `self.undoc_header' set the headers used for the help function's
287 commands = set(self.completenames(*args))
288 topics = set(a[5:] for a in self.get_names()
313 topics = set()
347 """Display a list of strings as a compact set of columns.
/third_party/python/Lib/lib2to3/
H A Dmain.py225 avail_fixes = set(refactor.get_fixers_from_package(fixer_pkg))
226 unwanted_fixes = set(fixer_pkg + ".fix_" + fix for fix in options.nofix)
227 explicit = set()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DVertexBuffer.cpp259 void StaticVertexBufferInterface::AttributeSignature::set(const gl::VertexAttribute &attrib, in set() function in rx::StaticVertexBufferInterface::AttributeSignature
283 return mSignature.set(attrib, binding); in setAttribute()
303 mSignature.set(attrib, binding); in storeStaticAttribute()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTransformFeedback.cpp109 mState.mIndexedBuffers[i].set(context, nullptr, 0, 0); in onDestroy()
268 mState.mIndexedBuffers[index].set(context, nullptr, 0, 0); in detachBuffer()
289 mState.mIndexedBuffers[index].set(context, buffer, offset, size); in bindIndexedBuffer()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dtest_check_spec_links.py29 self.ckr = makeMacroChecker(set())
33 """Updates the checker's enable message type set, from an iterable."""
34 self.ckr.enabled_messages = set(enabled_messages)
161 ckr.enabled(set(MessageId))

Completed in 18 milliseconds

1...<<161162163164165166167168169170>>...407