| /test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/controller/ |
| H A D | GroupSiteController.java | 111 siteList.forEach(item -> { in list() 112 double dis = calculateDistance(latitude, longitude, Double.parseDouble(item.getLatitude()), in list() 113 Double.parseDouble(item.getLongitude())); in list() 114 item.setDistance(dis); in list()
|
| H A D | BusinessController.java | 111 mtBusinessList.forEach(item -> { in list() 113 Double.parseDouble(item.getLatitude()), Double.parseDouble(item.getLongitude())); in list() 114 item.setDistance(dis); in list()
|
| /third_party/gn/src/gn/ |
| H A D | immutable_vector.h | 65 const_iterator find(const T& item) const { in find() 69 if (*it == item) in find() 75 bool contains(const T& item) const { in contains() 77 if (cur_item == item) in contains()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | LocalePriorityList.java | 33 * <p>In theory, Accept-Language indicates the relative 'quality' of each item, 398 for (final String item : items) { in add() 399 if (itemMatcher.reset(item).matches()) { in add() 407 } else if (item.length() != 0) { in add() 408 add(new ULocale(item)); in add()
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/ |
| H A D | RBJavaExporter.java | 97 BundleItem item = (BundleItem)item_v.elementAt(k); in export() 98 buffer.append("\t\t{\"" + item.getKey() + "\", \"" + item.getTranslation() + "\"},\t// " + item.getComment() + "\n"); in export()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | LocalePriorityList.java | 34 * <p>In theory, Accept-Language indicates the relative 'quality' of each item, 383 for (final String item : items) { in add() 384 if (itemMatcher.reset(item).matches()) { in add() 392 } else if (item.length() != 0) { in add() 393 add(new ULocale(item)); in add()
|
| /third_party/libunwind/libunwind/doc/ |
| H A D | unw_set_caching_policy.tex | 24 \item[\Const{UNW\_CACHE\_NONE}] Turns off caching completely. This 27 \item[\Const{UNW\_CACHE\_GLOBAL}] Enables caching using a global cache 31 \item[\Const{UNW\_CACHE\_PER\_THREAD}] Enables caching using 62 \item[\Const{UNW\_ENOMEM}] The desired caching policy could not be
|
| /third_party/node/test/parallel/ |
| H A D | test-stream2-objects.js | 91 const item = list.shift(); 92 r.push(item || null); 108 const item = list.shift(); 110 r.push(item || null);
|
| /third_party/rust/crates/bindgen/bindgen/ir/analysis/ |
| H A D | mod.rs | 186 for &item in ctx.allowlisted_items() { in generate_dependencies() 187 dependencies.entry(item).or_insert_with(Vec::new); in generate_dependencies() 192 item.trace( in generate_dependencies() 201 .push(item); in generate_dependencies()
|
| /third_party/rust/crates/bindgen/bindgen/codegen/ |
| H A D | impl_debug.rs | 3 use crate::ir::item::{HasTypeParamInArray, IsOpaque, Item, ItemCanonicalName}; 9 item: &Item, in gen_debug_impl() 12 let struct_name = item.canonical_name(ctx); in gen_debug_impl() 16 if item.is_opaque(ctx, &()) { in gen_debug_impl()
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | spawn.py | 87 ['%s=%r' % item for item in kwds.items()]) 90 prog %= ', '.join('%s=%r' % item for item in kwds.items())
|
| /third_party/python/Modules/ |
| H A D | _bisectmodule.c | 29 internal_bisect_right(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi, in internal_bisect_right() argument 61 res = PyObject_RichCompareBool(item, litem, Py_LT); in internal_bisect_right() 83 Return the index where to insert item x in list a, assuming a is sorted. 111 Insert item x in list a, and keep it sorted assuming a is sorted. 155 internal_bisect_left(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi, in internal_bisect_left() argument 187 res = PyObject_RichCompareBool(litem, item, Py_LT); in internal_bisect_left() 210 Return the index where to insert item x in list a, assuming a is sorted. 239 Insert item x in list a, and keep it sorted assuming a is sorted.
|
| /third_party/skia/tools/debugger/ |
| H A D | DebugLayerManager.cpp | 139 LayerSummary& item = summaryMap[key.nodeId]; in summarizeLayers() local 140 if (lastUpdate > item.frameOfLastUpdate) { in summarizeLayers() 141 item.frameOfLastUpdate = key.frame; in summarizeLayers() 142 item.fullRedraw = evt->fullRedraw; in summarizeLayers()
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | callsOnComplexSignatures.js | 39 items.forEach(item => console.log(item)); 131 items.forEach(function (item) { return console.log(item); });
|
| /third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
| H A D | method_dump.sh | 82 for (NSString *item in array) { 84 if ([item hasPrefix:@"\""]) { 85 printf("\t%s,\n", item.UTF8String); 87 printf("\t\"%s\",\n", item.UTF8String);
|
| /base/hiviewdfx/faultloggerd/tools/crasher_cpp/ |
| H A D | dfx_crasher.cpp | 489 for (auto& item : CMDLINE_TABLE) { in PrintUsage() 490 std::cout << " " << item.cmdline << " : " << item.description << std::endl; in PrintUsage() 749 for (auto& item : CMDLINE_TABLE) { in ParseAndDoCrash() 750 if (!strcasecmp(out.c_str(), item.cmdline)) { in ParseAndDoCrash() 751 return item.func(); in ParseAndDoCrash() 754 for (auto& item : CMDLINE_TABLE_PARAM) { in ParseAndDoCrash() 755 if (!strcasecmp(out.c_str(), item.cmdline)) { in ParseAndDoCrash() 757 return item.func(out); in ParseAndDoCrash()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_data_panel_bridge.cpp | 42 for (const auto& item : themeColors) { in ConvertThemeColor() 45 gradientColorStart.SetLinearColor(LinearColor(item.first)); in ConvertThemeColor() 49 gradientColorEnd.SetLinearColor(LinearColor(item.second)); in ConvertThemeColor() 56 bool ConvertResourceColor(const EcmaVM* vm, const Local<JSValueRef>& item, OHOS::Ace::NG::Gradient& gradient) in ConvertResourceColor() argument 59 if (!ArkTSUtils::ParseJsColorAlpha(vm, item, color)) { in ConvertResourceColor() 132 auto item = colorsArray->GetValueAt(vm, colors, i); in SetValueColors() local 134 if (!ConvertGradientColor(vm, item, gradient)) { in SetValueColors() 214 auto item = colorsArray->GetValueAt(vm, colors, i); in SetTrackShadow() local 216 if (!ConvertGradientColor(vm, item, gradient)) { in SetTrackShadow()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/ |
| H A D | app_control_manager_host_impl.cpp | 308 auto item = callingNameMap_.find(uid); in GetCallingName() local 309 if (item == callingNameMap_.end()) { in GetCallingName() 313 return item->second; in GetCallingName() 318 auto item = ruleTypeMap_.find(controlRuleType); in GetControlRuleType() local 319 if (item == ruleTypeMap_.end()) { in GetControlRuleType() 323 return item->second; in GetControlRuleType() 445 auto item = callingNameMap_.find(uid); in GetCallerByUid() local 446 if (item != callingNameMap_.end()) { in GetCallerByUid() 447 callerName = item->second; in GetCallerByUid()
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/ |
| H A D | userfile_client_ex.cpp | 81 auto item = PHOTOOPRN_URI_MAP.find(oprn); in GetOperation() local 82 if (item != PHOTOOPRN_URI_MAP.end()) { in GetOperation() 83 return item->second; in GetOperation() 86 auto item = AUDIOOPRN_URI_MAP.find(oprn); in GetOperation() local 87 if (item != AUDIOOPRN_URI_MAP.end()) { in GetOperation() 88 return item->second; in GetOperation() 481 auto item = TYPE_TABLE_MAP.find(mediaType); in GetTableNameByMediaType() local 482 if (item != TYPE_TABLE_MAP.end()) { in GetTableNameByMediaType() 483 tableName = item->second; in GetTableNameByMediaType()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/cloudsync_fuzzer/ |
| H A D | cloudsync_fuzzer.cpp | 307 for (const auto &item : process) { in KvBlockSync() 308 LOGD("user = %s, status = %d", item.first.c_str(), item.second.process); in KvBlockSync() 309 if (item.second.process != DistributedDB::FINISHED) { in KvBlockSync() 318 last = item.second; in KvBlockSync() 395 for (const auto &item : onProcess) { in BlockSync() 396 if (item.second.process == ProcessStatus::FINISHED) { in BlockSync() 413 for (const auto &item : onProcess) { in OptionBlockSync() 414 if (item.second.process == ProcessStatus::FINISHED) { in OptionBlockSync()
|
| /foundation/distributedhardware/device_manager/services/implementation/src/devicestate/ |
| H A D | dm_device_state_manager.cpp | 176 for (auto item : pkgName) { in ProcessDeviceStateChange() 177 listener_->OnDeviceStateChange(item, devState, devInfo); in ProcessDeviceStateChange() 468 for (auto &item : profiles) { in DeleteGroupByDP() 469 std::string trustDeviceId = item.GetTrustDeviceId(); in DeleteGroupByDP() 473 if (item.GetAuthenticationType() == ALLOW_AUTH_ONCE && !item.GetAccesser().GetAccesserBundleName().empty()) { in DeleteGroupByDP() 474 delPkgNameVec.push_back(item.GetAccesser().GetAccesserBundleName()); in DeleteGroupByDP() 523 for (auto item : pkgName) { in HandleDeviceScreenStatusChange() 524 listener_->OnDeviceScreenStateChange(item, devInfo); in HandleDeviceScreenStatusChange()
|
| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | nodes.py | 160 for _, item in self.iter_fields(exclude, only): 161 if isinstance(item, list): 162 for n in item: 165 elif isinstance(item, Node): 166 yield item 252 for idx, item in enumerate(value): 255 _dump(item) 565 for item in self.items: 566 if not item.can_assign(): 733 """Get an attribute or item fro [all...] |
| /third_party/node/tools/inspector_protocol/jinja2/ |
| H A D | nodes.py | 169 for field, item in self.iter_fields(exclude, only): 170 if isinstance(item, list): 171 for n in item: 174 elif isinstance(item, Node): 175 yield item 261 for idx, item in enumerate(value): 264 _dump(item) 540 for item in self.items: 541 if not item.can_assign(): 703 """Get an attribute or item fro [all...] |
| /third_party/ntfs-3g/src/ |
| H A D | ntfs-3g_common.c | 697 const struct XATTRMAPPING *item; local 752 for (item=ni->vol->xattr_mapping; item; item=item->next) { 753 switch (item->xattr) { 768 ret += strlen(item->name) + 1; 771 strcpy(to, item->name); 772 to += strlen(item->name);
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_util.h | 165 Item *item = new Item(data); in insertHead() local 169 item->prev = &head; in insertHead() 170 item->next = head.next; in insertHead() 171 head.next->prev = item; in insertHead() 172 head.next = item; in insertHead() 177 Item *item = new Item(data); in insertTail() local 181 DLLIST_ADDTAIL(&head, item); in insertTail() 202 // move item to another list, no consistency with its iterators though 360 void insert(void *item, int& id) in insert() argument 363 data[id].p = item; in insert() [all...] |