Home
last modified time | relevance | path

Searched refs:first (Results 1351 - 1375 of 6261) sorted by relevance

1...<<51525354555657585960>>...251

/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon_want.cpp238 InnerWrapWantParamsString(env, jsObject, iter->first, wantParams); in WrapWantParams()
240 InnerWrapWantParamsBool(env, jsObject, iter->first, wantParams); in WrapWantParams()
242 InnerWrapWantParamsInt(env, jsObject, iter->first, wantParams); in WrapWantParams()
244 InnerWrapWantParamsDouble(env, jsObject, iter->first, wantParams); in WrapWantParams()
/foundation/window/window_manager/test/fuzztest/dms/displaymanageripc_fuzzer/
H A Ddisplaymanageripc_fuzzer.cpp70 if (proxy.first == nullptr || proxy.second == nullptr) { in IPCFuzzTest()
196 if (proxy.first == nullptr || proxy.second == nullptr) { in IPCInterfaceFuzzTest()
205 sendData.WriteInterfaceToken(proxy.first->GetDescriptor()); in IPCInterfaceFuzzTest()
209 IPCSpecificInterfaceFuzzTest2(proxy.second, sendData, reply, option, proxy.first); in IPCInterfaceFuzzTest()
/foundation/window/window_manager/utils/test/unittest/
H A Dperform_reporter_test.cpp77 oss << "pr.timeSplitCount_[" << iter.first << "]=" << iter.second << ", but expect=" << splitCount[i]; in PerformDataCmp()
171 oss << "BUNDLE_NAME:" << bundleInfos.first << ","; in HWTEST_F()
172 oss << "ABILITY_NAME:" << packageInfo.first << ","; in HWTEST_F()
209 oss << "BUNDLE_NAME:" << bundleInfo.first << ","; in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dconcurrent_map.h182 [&action](value_type &value) -> bool { return action(value.first, value.second); });
186 if (action((*it).first, (*it).second)) {
233 it = result.second ? result.first : entries_.end(); in Compute()
238 if (!action(it->first, it->second)) { in Compute()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_combiner.cpp86 // CombineWork not exist and even existing work number reaches the limitation. Try create work first. in AssembleFrameFragment()
111 " has no progress, this combine work will be aborted.", ULL(eachSource.first), eachFrame.first); in PeriodicalSurveillance()
112 // Free this combine work first in PeriodicalSurveillance()
116 frameToAbort.insert(eachFrame.first); in PeriodicalSurveillance()
204 toBeAbortFrameId = entry.first; in AbortCombineWorkBySource()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_schema_unit_test.cpp225 LOGD("Attr : %s", iter.first.c_str()); in HWTEST_F()
226 EXPECT_EQ(SchemaUtils::ParseAndCheckSchemaAttribute(iter.first, attributeOut), E_OK); in HWTEST_F()
309 EXPECT_EQ(SchemaUtils::ParseAndCheckSchemaAttribute(iter.first, attributeOut), E_OK); in HWTEST_F()
467 EXPECT_EQ(SchemaUtils::ParseAndCheckFieldPath(iter.first, ans), E_OK); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp209 if (lIt->first == rIt->first) { in Update()
217 if (lIt->first < rIt->first) { in Update()
/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
H A Dconcurrent_map.h144 return action(value.first, value.second);
149 if (action((*it).first, (*it).second)) {
196 it = result.second ? result.first : entries_.end(); in Compute()
201 if (!action(it->first, it->second)) { in Compute()
/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dconcurrent_map.h169 [&action](value_type &value) -> bool { return action(value.first, value.second); });
173 if (action((*it).first, (*it).second)) {
220 it = result.second ? result.first : entries_.end(); in Compute()
225 if (!action(it->first, it->second)) { in Compute()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dwatcher_impl.cpp61 wd = iter->second.first; in CheckEventWatched()
126 wdFileNameMap_[arg->fileName].first = newWd; in StartNotify()
201 return iter.second.first == event->wd; in NotifyEvent()
204 tempFileName = found->first; in NotifyEvent()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_entity.cpp64 wd = iter->second.first; in CheckEventWatched()
96 wdFileNameMap_[arg->fileName].first = newWd; in StartNotify()
256 return iter.second.first == event->wd; in NotifyEvent()
259 tempFileName = found->first; in NotifyEvent()
/third_party/elfutils/libdwfl/
H A Ddwfl_report_elf.c71 bool first = true; in __libdwfl_elf_address_range() local
86 unless we just laid out the first section at 0 when in __libdwfl_elf_address_range()
92 /* This is the first section assigned a location. in __libdwfl_elf_address_range()
139 if (first || end < shdr->sh_addr + shdr->sh_size) in __libdwfl_elf_address_range()
141 if (first || bias > shdr->sh_addr) in __libdwfl_elf_address_range()
153 first = false; in __libdwfl_elf_address_range()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DBreakIteratorPerformanceTest.java101 int start = iter.first(); in init()
115 int start = iter.first(); in init()
128 int start = iIter.first(); in createTestICU()
149 int start = jIter.first(); in createTestJava()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DICUTaglet.java221 int first = bi.first(); in toString()
224 first = next = 0; in toString()
227 text.substring(first, next) + "</font>. " + text.substring(next) + "</dd>"; in toString()
256 * This taglet should be used in the first line of the class description of classes
259 * tag. This puts an 'icu enhancement' message into the first line of the class docs,
262 * <p>Following this tag (and period), ideally in the first paragraph, the '@icu' tag
268 * end the first line, it looks in the original javadoc comment. So we need a tag to
299 * This taglet should be used in the first line of any icu-specific members in a class
307 * first paragrap
[all...]
/third_party/node/src/
H A Dnode_process_object.cc129 [](auto& a, auto& b) { return a.first < b.first; }); in CreateProcessObject()
135 OneByteString(isolate, version.first.data(), version.first.size()), in CreateProcessObject()
/third_party/nghttp2/src/
H A Dshrpx_log.h129 template <typename InputIt> void write_seq(InputIt first, InputIt last) { in write_seq() argument
134 auto d = std::distance(first, last); in write_seq()
136 last_ = std::copy(first, first + n, last_); in write_seq()
302 // created first. This function returns file descriptor referring the
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_packer.c.py41 # FMA first two args are restricted, but that's checked once for all
133 # we're looking up in (the first, non-immediate argument of the equality)
169 first = True
173 body.append('{}if {} derived_{} = {};'.format('' if first else 'else ', cond, pos, i))
174 first = False
176 assert (not first)
189 # modifiers first, then perform a swap if necessary overwriting
216 # Computations which need to be done to encode first, across states
/third_party/libinput/src/
H A Dutil-prop-parsers.c146 * @param w Returns the first component of the dimension
257 * @param hi Set to the first digit or 0 in case of 'none'
264 int first, second; in parse_range_property() local
275 if (sscanf(prop, "%d:%d", &first, &second) != 2) in parse_range_property()
278 if (second >= first) in parse_range_property()
281 *hi = first; in parse_range_property()
/third_party/python/Tools/scripts/
H A Dfixdiv.py5 To use this tool, first run `python -Qwarnall yourscript.py 2>warnings'.
22 Then run `python fixdiv.py warnings'. This first reads the warnings,
125 -Werror option to force an error instead of a first warning,
347 def report(self, first, last=None, mark="*"):
349 last = first
350 for i in range(first, last+1):
352 line = self[first]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackRandomLayoutCase.cpp38 static std::string genName (char first, char last, int ndx) in genName() argument
41 int alphabetLen = last - first + 1; in genName()
45 str.insert(str.begin(), (char)(first + ((ndx - 1) % alphabetLen))); in genName()
49 str.insert(str.begin(), (char)(first + (ndx % (alphabetLen + 1)) - 1)); in genName()
215 // Generate members first so nested struct declarations are in correct order. in generateType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktRandomUniformBlockCase.cpp37 static std::string genName (char first, char last, int ndx) in genName() argument
40 int alphabetLen = last - first + 1; in genName()
44 str.insert(str.begin(), (char)(first + ((ndx - 1) % alphabetLen))); in genName()
48 str.insert(str.begin(), (char)(first + (ndx % (alphabetLen + 1)) - 1)); in genName()
195 // Generate members first so nested struct declarations are in correct order. in generateType()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DRecordUniformBlocksWithLargeArrayMember.cpp363 if (uniformBlockNotAllowTranslation.count(uniformBlock.first) == 0) in RecordUniformBlocksWithLargeArrayMember()
365 usedRegisterCount += uniformBlockUsedRegisterCount[uniformBlock.first]; in RecordUniformBlocksWithLargeArrayMember()
370 uniformBlockOptimizedMap[uniformBlock.first] = uniformBlock.second; in RecordUniformBlocksWithLargeArrayMember()
376 if (uniformBlockOptimizedMap.count(uniformBlock.first) == 0) in RecordUniformBlocksWithLargeArrayMember()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp175 P.first(P.second); in runDestructors()
225 auto &Name = KV.first; in tryToGenerate()
291 const auto &Name = KV.first; in tryToGenerate()
305 MemoryBufferRef ChildBufferRef(ChildBufferInfo.first, in tryToGenerate()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dcfa.h45 /// @param[in] work_list Set of blocks visited in the the depth first
55 /// @brief Depth first traversal starting from the \p entry BasicBlock
57 /// This function performs a depth first traversal from the \p entry
101 /// The first node in the pair is a node in the graph. The second node in the
194 // Find the first processed/reachable predecessor that is reachable in CalculateDominators()
246 assert(lhs.first); in CalculateDominators()
248 assert(rhs.first); in CalculateDominators()
250 auto lhs_indices = std::make_pair(idoms[lhs.first].postorder_index, in CalculateDominators()
252 auto rhs_indices = std::make_pair(idoms[rhs.first].postorder_index, in CalculateDominators()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dcfa.h45 /// @param[in] work_list Set of blocks visited in the the depth first
55 /// @brief Depth first traversal starting from the \p entry BasicBlock
57 /// This function performs a depth first traversal from the \p entry
101 /// The first node in the pair is a node in the graph. The second node in the
194 // Find the first processed/reachable predecessor that is reachable in CalculateDominators()
246 assert(lhs.first); in CalculateDominators()
248 assert(rhs.first); in CalculateDominators()
250 auto lhs_indices = std::make_pair(idoms[lhs.first].postorder_index, in CalculateDominators()
252 auto rhs_indices = std::make_pair(idoms[rhs.first].postorder_index, in CalculateDominators()

Completed in 16 milliseconds

1...<<51525354555657585960>>...251