Home
last modified time | relevance | path

Searched refs:set (Results 2751 - 2775 of 10745) sorted by relevance

1...<<111112113114115116117118119120>>...430

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_shader.c165 unsigned set = nir_intrinsic_desc_set(instr); in lower_vulkan_resource_index() local
167 struct tu_descriptor_set_layout *set_layout = layout->set[set].layout; in lower_vulkan_resource_index()
172 shader->active_desc_sets |= 1u << set; in lower_vulkan_resource_index()
177 base = (layout->set[set].dynamic_offset_start + in lower_vulkan_resource_index()
179 set = MAX_SETS; in lower_vulkan_resource_index()
189 nir_ssa_def *def = nir_vec3(b, nir_imm_int(b, set), in lower_vulkan_resource_index()
239 * the descriptor set is constant we can skip that, though). in lower_ssbo_ubo_intrinsic()
331 unsigned set in build_bindless() local
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dkernel.cpp213 arg->set(sizeof(dimension), &dimension); in bind()
221 arg->set(sizeof(x), &x); in bind()
235 arg->set(sizeof(x), &x); in bind()
249 arg->set(sizeof(x), &x); in bind()
257 arg->set(sizeof(buf), &buf); in bind()
268 arg->set(sizeof(cl_mem), &print_mem); in bind()
422 kernel::argument::set() const { in set() function in kernel::argument
435 kernel::scalar_argument::set(size_t size, const void *value) { in set() function in kernel::scalar_argument
465 kernel::global_argument::set(size_t size, const void *value) { in set() function in kernel::global_argument
519 kernel::local_argument::set(size_ function in kernel::local_argument
552 kernel::constant_argument::set(size_t size, const void *value) { set() function in kernel::constant_argument
591 kernel::image_rd_argument::set(size_t size, const void *value) { set() function in kernel::image_rd_argument
622 kernel::image_wr_argument::set(size_t size, const void *value) { set() function in kernel::image_wr_argument
653 kernel::sampler_argument::set(size_t size, const void *value) { set() function in kernel::sampler_argument
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js31 Reflect.set(ViewPU.prototype, 'finalizeConstruction', () => {
872 set nodeList(newValue) {
873 this.m7.set(newValue);
880 set item(newValue) {
881 this.n7.set(newValue);
888 set touchCount(newValue) {
889 this.o7.set(newValue);
896 set dropSelectedIndex(newValue) {
897 this.p7.set(newValue);
904 set viewLastInde
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java307 * It is set to after the last known character with cc<=1,
513 public void addLcccChars(UnicodeSet set) { in addLcccChars() argument
521 set.add(start, end); in addLcccChars()
524 if (fcd16 > 0xff) { set.add(start, end); } in addLcccChars()
530 public void addPropertyStarts(UnicodeSet set) { in addPropertyStarts() argument
538 set.add(start); in addPropertyStarts()
547 set.add(start); in addPropertyStarts()
557 set.add(c); in addPropertyStarts()
558 set.add(c+1); in addPropertyStarts()
560 set in addPropertyStarts()
563 addCanonIterPropertyStarts(UnicodeSet set) addCanonIterPropertyStarts() argument
881 getCanonStartSet(int c, UnicodeSet set) getCanonStartSet() argument
1921 addComposites(int list, UnicodeSet set) addComposites() argument
[all...]
H A DRow.java62 return set(0, item); in set0()
68 return set(1, item); in set1()
74 return set(2, item); in set2()
80 return set(3, item); in set3()
86 return set(4, item); in set4()
92 protected Row<C0, C1, C2, C3, C4> set(int i, Object item) { in set() method in Row
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DNormalizer2Impl.java313 * It is set to after the last known character with cc<=1,
522 public void addLcccChars(UnicodeSet set) { in addLcccChars() argument
530 set.add(start, end); in addLcccChars()
533 if (fcd16 > 0xff) { set.add(start, end); } in addLcccChars()
539 public void addPropertyStarts(UnicodeSet set) { in addPropertyStarts() argument
547 set.add(start); in addPropertyStarts()
556 set.add(start); in addPropertyStarts()
566 set.add(c); in addPropertyStarts()
567 set.add(c+1); in addPropertyStarts()
569 set in addPropertyStarts()
572 addCanonIterPropertyStarts(UnicodeSet set) addCanonIterPropertyStarts() argument
890 getCanonStartSet(int c, UnicodeSet set) getCanonStartSet() argument
1930 addComposites(int list, UnicodeSet set) addComposites() argument
[all...]
H A DRow.java78 return set(0, item); in set0()
84 return set(1, item); in set1()
90 return set(2, item); in set2()
96 return set(3, item); in set3()
102 return set(4, item); in set4()
108 protected Row<C0, C1, C2, C3, C4> set(int i, Object item) { in set() method in Row
/base/security/selinux_adapter/scripts/selinux_check/
H A Dcheck_perm_group.py147 if set(check_perms) <= set(class_map[tclass]):
190 check_success |= (set(perm_group.check_perms) <= set(policy_db.allow_map[contexts][check_class]))
214 diff_list = list(set(contexts_list) - set(violator_list))
/foundation/ability/idl_tool/idl_tool_2/preprocessor/
H A Dpreprocessor.cpp49 std::set<std::string> sourceFiles = Options::GetInstance().GetSourceFiles(); in Preprocess()
72 std::set<std::string> sourceFiles = Options::GetInstance().GetSourceFiles(); in UnitPreprocess()
89 bool Preprocessor::CheckAllFilesPath(const std::set<std::string> &sourceFiles) in CheckAllFilesPath()
107 bool Preprocessor::AnalyseImportInfo(std::set<std::string> sourceFiles, FileDetailMap &allFileDetails) in AnalyseImportInfo()
109 std::set<std::string> processSource(sourceFiles); in AnalyseImportInfo()
233 const FileDetail &ownerFileDetail, FileDetailMap &allFileDetails, std::set<std::string> &sourceFiles) in LoadOtherIdlFiles()
/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dcodec_data.h22 #include <set>
64 explicit CodecData(const std::set<std::string>& val) : type_(BufferDataType::TYPE_SET), data_(val) {} in CodecData()
72 explicit CodecData(std::set<std::string>&& val) : type_(BufferDataType::TYPE_SET), data_(std::move(val)) {} in CodecData()
162 const std::set<std::string>& GetSetValue() const in GetSetValue()
164 return GetValue<std::set<std::string>>(); in GetSetValue()
212 CopyableUniquePtr<std::map<std::string, std::string>>, CopyableUniquePtr<std::set<std::string>>,
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H A Daudio_effect_chain_manager.h30 #include <set>
156 void FindMaxEffectChannels(const std::string &sceneType, const std::set<std::string> &sessions, uint32_t &channels,
163 const std::string &scenePairType, std::set<std::string> &sessions);
187 std::set<std::string> sessionIDSet_;
188 std::map<std::string, std::set<std::string>> sceneTypeToSessionIDMap_;
191 std::set<std::string> sceneTypeToSpecialEffectSet_;
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dkey_event_input_subscribe_manager.cpp58 const std::set<int32_t> sPrekeys { first.GetPreKeys() }; in operator <()
59 const std::set<int32_t> tPrekeys { second.GetPreKeys() }; in operator <()
60 std::set<int32_t>::const_iterator sIter = sPrekeys.cbegin(); in operator <()
61 std::set<int32_t>::const_iterator tIter = tPrekeys.cbegin(); in operator <()
113 std::set<int32_t> preKeys = keyOption->GetPreKeys(); in SubscribeKeyEvent()
185 std::set<int32_t> preKeys = keyOption->GetPreKeys(); in SubscribeHotkey()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_data_process.cpp76 std::map<DCameraStreamConfig, std::set<int>> streamConfigs; in ConfigStreams()
87 std::set<int> streamIdSet; in ConfigStreams()
119 std::set<int32_t> streamIdSet(streamIds.begin(), streamIds.end()); in ReleaseStreams()
123 std::set<int32_t> processStreamIds; in ReleaseStreams()
158 std::set<int32_t> streamIds(captureInfo->streamIds_.begin(), captureInfo->streamIds_.end()); in StartCapture()
173 std::set<int32_t> streamIdSet(streamIds.begin(), streamIds.end()); in StopCapture()
/foundation/distributedhardware/distributed_input/interfaces/ipc/include/
H A Ddistributed_input_client.h22 #include <set>
185 std::set<sptr<AddWhiteListInfosCb>> addWhiteListCallbacks_;
186 std::set<sptr<DelWhiteListInfosCb>> delWhiteListCallbacks_;
191 std::set<sptr<ISharingDhIdListener>> sharingDhIdListeners_;
192 std::set<sptr<GetSinkScreenInfosCb>> getSinkScreenInfosCallbacks_;
222 std::set<std::string> sharingDhIds_;
/test/testfwk/arkxtest/hamock/src/main/mock/
H A DMockKit.js72 this.recordMockedMethod.set(method.propName, undefined);
98 this.currentSetKey.set(f, key);
101 values.set(key, returnInfo);
102 this.stubs.set(f, values);
166 this.recordCalls.set(arglistString, records);
190 this.recordMockedMethod.set(name, originalMethod);
/third_party/ffmpeg/libavcodec/arm/
H A Dsynth_filter_vfp.S108 .set J, J - 64
109 .set OFFSET, OFFSET + 64*4
158 .set J, 512 - 64
159 .set OFFSET, -IMM_OFF_SKEW
184 .set J, 512 - 64
185 .set OFFSET, -IMM_OFF_SKEW
/third_party/icu/icu4c/source/test/intltest/
H A Dfldset.cpp174 void FieldsSet::set(int32_t field, int32_t amount) { in set() function in FieldsSet
223 set(field, value); in parseValueDefault()
229 set(field, value); in parseValueEnum()
261 * set the specified fields on this calendar. Doesn't clear first. Returns any errors the caller
267 cal->set((UCalendarDateFields)i, value); in setOnCalendar()
288 diffSet.set((UCalendarDateFields)i, calVal); in matches()
341 set(field, get(field) | UDAT_RELATIVE); in handleParseValue()
H A Dcanittst.cpp147 Hashtable *set = new Hashtable(false, status); in TestBasic() local
148 set->setValueDeleter(uprv_deleteUObject); in TestBasic()
156 set->removeAll(); in TestBasic()
163 set->put(result, new UnicodeString(result), status); // Add result to the table in TestBasic()
167 expectEqual(i + UnicodeString(": "), testStr, collectionToString(set), CharsToUnicodeString(testArray[i][1])); in TestBasic()
173 delete set; in TestBasic()
224 // set up for readable display in getReadable()
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dtable.cc140 check(table->set(0, g)); in run()
141 check(table->set(1, nullptr)); in run()
142 check(! table->set(2, f)); in run()
153 check(table->set(2, f)); in run()
154 check(table->set(3, h.get())); in run()
155 check(! table->set(5, nullptr)); in run()
/third_party/node/tools/icu/
H A Dicutrim.py43 help="set the prefix directory for ICU tools")
189 itemset = set(items)
200 remove = set(config["remove"])
202 remove = set()
206 keep = set(config["keep"])
208 keep = set()
236 only = set(myconfig["only"])
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgf100.asm33 set $p0 0x1 ge u32 $r1 $r2
36 $p0 set $p0 0x1 ge u32 $r1 $r2
48 set $p2 0x1 lt s32 $r0 0x0
49 set $p3 0x1 lt s32 $r1 0x0 xor $p2
71 set $p0 0x1 ge u32 $r1 $r2
74 $p0 set $p0 0x1 ge u32 $r1 $r2
/third_party/node/deps/uv/src/unix/
H A Dinternal.h83 int uv__pthread_sigmask(int how, const sigset_t* set, sigset_t* oset);
87 # define pthread_sigmask(how, set, oldset) uv__pthread_sigmask(how, set, oldset)
198 int uv__cloexec(int fd, int set);
199 int uv__nonblock_ioctl(int fd, int set);
200 int uv__nonblock_fcntl(int fd, int set);
/third_party/skia/third_party/externals/angle2/scripts/
H A Dexport_targets.py59 # We need to set DEPOT_TOOLS_WIN_TOOLCHAIN to 0 for non-Googlers, but otherwise
62 # explicitly set to 0.
88 visited_keys: Set[str] = set()
152 if type(v) in (list, tuple, set):
159 flattened[k] = sortedi(set(existing + v))
312 libraries = set()
340 dep_libs: Set[str] = set()
341 for dep_name in set(desc['deps']):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSafeStackColoring.cpp70 // Compute the set of start/end markers per basic block. in collectMarkers()
89 InterestingAllocas.set(AllocaNo); in collectMarkers()
134 BlockInfo.Begin.set(M.AllocaNo); in collectMarkers()
138 BlockInfo.End.set(M.AllocaNo); in collectMarkers()
190 // Update block LiveIn set, noting whether it has changed. in calculateLocalLiveness()
196 // Update block LiveOut set, noting whether it has changed. in calculateLocalLiveness()
221 Started.set(AllocaNo); in calculateLiveIntervals()
234 Started.set(AllocaNo); in calculateLiveIntervals()
244 Ended.set(AllocaNo); in calculateLiveIntervals()
/third_party/skia/src/core/
H A DSkOverdrawCanvas.cpp223 void SkOverdrawCanvas::onDrawEdgeAAImageSet2(const ImageSetEntry set[], int count, in onDrawEdgeAAImageSet2() argument
231 if (set[i].fMatrixIndex >= 0) { in onDrawEdgeAAImageSet2()
233 fList[0]->concat(preViewMatrices[set[i].fMatrixIndex]); in onDrawEdgeAAImageSet2()
235 if (set[i].fHasClip) { in onDrawEdgeAAImageSet2()
239 fList[0]->onDrawRect(set[i].fDstRect, fPaint); in onDrawEdgeAAImageSet2()
241 if (set[i].fMatrixIndex >= 0) { in onDrawEdgeAAImageSet2()

Completed in 20 milliseconds

1...<<111112113114115116117118119120>>...430