/foundation/multimodalinput/input/uinput/ |
H A D | virtual_device.cpp | 67 for (const auto &item : GetEventTypes()) { in SetUp() 68 if (!DoIoctl(fd_, UI_SET_EVBIT, item)) { in SetUp() 69 MMI_HILOGE("Error setting event type:%{public}u", item); in SetUp() 73 for (const auto &item : GetKeys()) { in SetUp() 74 if (!DoIoctl(fd_, UI_SET_KEYBIT, item)) { in SetUp() 75 MMI_HILOGE("Error setting key:%{public}u", item); in SetUp() 79 for (const auto &item : GetProperties()) { in SetUp() 80 if (!DoIoctl(fd_, UI_SET_PROPBIT, item)) { in SetUp() 81 MMI_HILOGE("Error setting property:%{public}u", item); in SetUp() 85 for (const auto &item in SetUp() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | instanceofWithStructurallyIdenticalTypes.js | 4 class C1 { item: string } 5 class C2 { item: string[] } 6 class C3 { item: string } 10 return x.item; 13 return x.item[0]; 16 return x.item; 27 return x.item; 30 return x.item[0]; 33 return x.item; 107 return x.item;
[all...] |
/third_party/protobuf/js/experimental/runtime/kernel/ |
H A D | message_set.js | 43 for (const item of kernel.getRepeatedGroupIterable( 45 itemMap.set(item.getTypeId(), item); 109 const item = this.itemMap_.get(typeId); 110 return item ? item.getMessageOrNull(instanceCreator, pivot) : null; 121 let item = this.itemMap_.get(typeId); 122 if (item) { 123 return item.getMessageAttach(instanceCreator, pivot); 136 const item [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_component.cpp | 108 auto item = ListItemComponent::GetListItem(child); in InsertChild() local 109 if (!item) { in InsertChild() 110 LOGE("InsertChild: no list item in child"); in InsertChild() 140 item->SetOperation(LIST_ITEM_OP_ADD); in InsertChild() 147 auto item = ListItemComponent::GetListItem(child); in AppendChild() local 148 if (!item) { in AppendChild() 160 item->MarkNeedDivider(needDivider_); in AppendChild() 161 item->SetDividerColor(dividerColor_); in AppendChild() 162 item->SetDividerHeight(dividerHeight_); in AppendChild() 163 item in AppendChild() 182 auto item = ListItemComponent::GetListItem(child); RemoveChild() local [all...] |
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | anr_manager.cpp | 68 for (int32_t item : timerIds) { in MarkProcessed() 69 if (item != -1) { in MarkProcessed() 70 TimerMgr->RemoveTimer(item); in MarkProcessed() 73 "count:%{public}d", eventType, eventId, item, anrTimerCount_); in MarkProcessed() 83 for (int32_t item : DispatchTimerIds) { in RemoveTimers() 84 if (item != -1) { in RemoveTimers() 85 TimerMgr->RemoveTimer(item); in RemoveTimers() 90 for (int32_t item : MonitorTimerIds) { in RemoveTimers() 91 if (item != -1) { in RemoveTimers() 92 TimerMgr->RemoveTimer(item); in RemoveTimers() [all...] |
/third_party/libwebsockets/lib/system/ |
H A D | system.c | 159 struct lws_attach_item *item; in __lws_system_attach() local 166 item = lws_zalloc(sizeof(*item), __func__); in __lws_system_attach() 167 if (!item) in __lws_system_attach() 170 item->cb = cb; in __lws_system_attach() 171 item->opaque = opaque; in __lws_system_attach() 172 item->state = state; in __lws_system_attach() 174 lws_dll2_add_head(&item->list, &pt->attach_owner); in __lws_system_attach() 192 item = lws_container_of(d, lws_attach_item_t, list); in __lws_system_attach() 194 if (pt->context->mgr_system.state >= (int)item in __lws_system_attach() 222 struct lws_attach_item *item; lws_system_do_attach() local [all...] |
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/ |
H A D | softbus_proxychannel_manager.c | 124 ProxyChannelInfo *item = NULL; in TransProxyGetAppInfoType() local 125 LIST_FOR_EACH_ENTRY(item, &g_proxyChannelList->list, ProxyChannelInfo, node) { in TransProxyGetAppInfoType() 126 if ((item->myId == myId) && (strcmp(item->identity, identity) == 0)) { in TransProxyGetAppInfoType() 127 *appType = item->appInfo.appType; in TransProxyGetAppInfoType() 139 "g_proxyChannelList or item is null"); in TransProxyUpdateAckInfo() 142 ProxyChannelInfo *item = NULL; in TransProxyUpdateAckInfo() local 143 LIST_FOR_EACH_ENTRY(item, &g_proxyChannelList->list, ProxyChannelInfo, node) { in TransProxyUpdateAckInfo() 144 if ((item->myId == info->myId) && (strncmp(item in TransProxyUpdateAckInfo() 176 ProxyChannelInfo *item = NULL; TransRefreshProxyTimesNative() local 208 ProxyChannelInfo *item = NULL; TransProxySpecialUpdateChanInfo() local 242 ProxyChannelInfo *item = NULL; TransProxyGetChanByChanId() local 263 ProxyChannelInfo *item = NULL; TransProxyGetChanByReqId() local 281 ProxyChannelInfo *item = NULL; TransProxyDelChanByReqId() local 307 ProxyChannelInfo *item = NULL; TransProxyDelChanByChanId() local 336 ProxyChannelInfo *item = NULL; TransProxyChanProcessByReqId() local 491 ProxyChannelInfo *item = NULL; TransProxyGetRecvMsgChanInfo() local 518 ProxyChannelInfo *item = NULL; TransProxyKeepAliveChan() local 546 ProxyChannelInfo *item = NULL; TransProxyGetSendMsgChanInfo() local 573 ProxyChannelInfo *item = NULL; TransProxyGetNewChanSeq() local 597 ProxyChannelInfo *item = NULL; TransProxyGetAuthId() local 617 ProxyChannelInfo *item = NULL; TransProxyGetSessionKeyByChanId() local 655 ProxyChannelInfo *item = NULL; TransProxyGetAppInfo() local 684 ProxyChannelInfo *item = NULL; TransProxyGetReqIdAndStatus() local 1233 ProxyChannelInfo *item = NULL; TransGetRemoteDeviceIdByReqId() local 1891 ProxyChannelInfo *item = NULL; TransProxyManagerDeinitInner() local 1944 ProxyChannelInfo *item = NULL; TransProxyDeathCallback() local 1969 ProxyChannelInfo *item = NULL; TransProxyGetAppInfoByChanId() local 1998 ProxyChannelInfo *item = NULL; TransProxyGetConnIdByChanId() local 2033 ProxyChannelInfo *item = NULL; TransProxyGetProxyChannelInfoByChannelId() local 2115 ProxyChannelInfo *item = NULL; TransProxySetAuthHandleByChanId() local [all...] |
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_device.cpp | 97 camera_metadata_item_t item; in init() local 99 int ret = Camera::FindCameraMetadataItem(metadata, OHOS_ABILITY_CAMERA_POSITION, &item); in init() 101 auto itr = metaToFwCameraPosition_.find(static_cast<camera_position_enum_t>(item.data.u8[0])); in init() 107 ret = Camera::FindCameraMetadataItem(metadata, OHOS_ABILITY_CAMERA_TYPE, &item); in init() 109 auto itr = metaToFwCameraType_.find(static_cast<camera_type_enum_t>(item.data.u8[0])); in init() 115 ret = Camera::FindCameraMetadataItem(metadata, OHOS_ABILITY_CAMERA_CONNECTION_TYPE, &item); in init() 117 auto itr = metaToFwConnectionType_.find(static_cast<camera_connection_type_t>(item.data.u8[0])); in init() 123 ret = Camera::FindCameraMetadataItem(metadata, OHOS_ABILITY_CAMERA_FOLDSCREEN_TYPE, &item); in init() 125 auto itr = metaToFwCameraFoldScreenType_.find(static_cast<camera_foldscreen_enum_t>(item.data.u8[0])); in init() 131 ret = OHOS::Camera::FindCameraMetadataItem(metadata, OHOS_SENSOR_ORIENTATION, &item); in init() 238 camera_metadata_item_t item; GetZoomRatioRange() local 290 camera_metadata_item_t item; GetExposureBiasRange() local [all...] |
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | camera_fwk_metadata_utils.cpp | 60 "Failed to get metadata item at index: %{public}d", index); in MergeMetadata() 63 ret = OHOS::Camera::FindCameraMetadataItemIndex(dstHeader, srcItem.item, ¤tIndex); in MergeMetadata() 65 status = dstMetadata->addEntry(srcItem.item, srcItem.data.u8, srcItem.count); in MergeMetadata() 67 status = dstMetadata->updateEntry(srcItem.item, srcItem.data.u8, srcItem.count); in MergeMetadata() 69 CHECK_ERROR_RETURN_RET_LOG(!status, false, "Failed to update metadata item: %{public}d", srcItem.item); in MergeMetadata() 89 int32_t result = OHOS::Camera::FindCameraMetadataItemIndex(dstMetadata->get(), srcItem.item, &itemIndex); in UpdateMetadataTag() 92 status = dstMetadata->addEntry(srcItem.item, srcItem.data.u8, srcItem.count); in UpdateMetadataTag() 94 status = dstMetadata->updateEntry(srcItem.item, srcItem.data.u8, srcItem.count); in UpdateMetadataTag() 113 camera_metadata_item_t item; in DumpMetadataInfo() local 177 camera_metadata_item_t item; RecreateMetadata() local [all...] |
H A D | camera_util.cpp | 247 camera_metadata_item_t item; in IsValidMode() local 248 int ret = Camera::FindCameraMetadataItem(cameraAbility->get(), OHOS_ABILITY_CAMERA_MODES, &item); in IsValidMode() 249 if (ret != CAM_META_SUCCESS || item.count == 0) { in IsValidMode() 252 OHOS_ABILITY_STREAM_AVAILABLE_BASIC_CONFIGURATIONS, &item); in IsValidMode() 253 if (ret == CAM_META_SUCCESS && item.count != 0) { in IsValidMode() 260 for (uint32_t i = 0; i < item.count; i++) { in IsValidMode() 261 if (opMode == item.data.u8[i]) { in IsValidMode() 278 camera_metadata_item_t item; in DumpMetadata() local 280 int ret = OHOS::Camera::GetCameraMetadataItem(srcHeader, index, &item); in DumpMetadata() 281 CHECK_ERROR_RETURN_LOG(ret != CAM_META_SUCCESS, "Failed to get metadata item a in DumpMetadata() [all...] |
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_dfinder_mgt_msg_log.c | 112 cJSON *item = cJSON_GetObjectItemCaseSensitive(data, jsonKey); in CheckAnonymizeJsonData() local 113 if (item == NULL) { in CheckAnonymizeJsonData() 117 if (!cJSON_IsString(item) || !strlen(item->valuestring)) { in CheckAnonymizeJsonData() 121 return item; in CheckAnonymizeJsonData() 136 cJSON *item = CheckAnonymizeJsonData(data, JSON_DEVICE_ID); in AnonymizeDeviceIdJsonData() local 137 if (item == NULL) { in AnonymizeDeviceIdJsonData() 141 if (GetAnonymizedDeviceId(item->valuestring, anonyDevId, sizeof(anonyDevId)) != NSTACKX_EOK) { in AnonymizeDeviceIdJsonData() 154 cJSON *item = CheckAnonymizeJsonData(data, JSON_DEVICE_WLAN_IP); in AnonymizeIpJsonData() local 155 if (item in AnonymizeIpJsonData() 173 cJSON *item = cJSON_GetObjectItemCaseSensitive(data, typeFiled); CheckJsonTypeFiled() local 188 cJSON *item = cJSON_CreateString(newTypeStr); UpdateJsonTypeFiled() local 199 cJSON *item = CheckJsonTypeFiled(data, JSON_BUSINESS_TYPE); BusinessTypeToJsonStr() local 213 cJSON *item = CheckJsonTypeFiled(data, JSON_REQUEST_MODE); ModeTypeToJsonStr() local [all...] |
/foundation/multimodalinput/input/service/device_manager/src/ |
H A D | input_device_manager.cpp | 112 for (const auto &item : axisType) { in GetInputDevice() 113 int32_t min = libinput_device_get_axis_min(inputDeviceOrigin, item.first); in GetInputDevice() 118 if (item.first == ABS_MT_PRESSURE) { in GetInputDevice() 123 axis.SetMaximum(libinput_device_get_axis_max(inputDeviceOrigin, item.first)); in GetInputDevice() 125 axis.SetAxisType(item.first); in GetInputDevice() 126 axis.SetFuzz(libinput_device_get_axis_fuzz(inputDeviceOrigin, item.first)); in GetInputDevice() 127 axis.SetFlat(libinput_device_get_axis_flat(inputDeviceOrigin, item.first)); in GetInputDevice() 128 axis.SetResolution(libinput_device_get_axis_resolution(inputDeviceOrigin, item.first)); in GetInputDevice() 161 for (const auto &item : inputDevice_) { in GetInputDeviceIds() 162 if (!item in GetInputDeviceIds() 277 auto item = virtualInputDevices_.find(deviceId); GetKeyboardType() local [all...] |
/third_party/curl/lib/ |
H A D | slist.c | 38 struct curl_slist *item; in slist_get_last() local 44 /* loop through to find the last item */ in slist_get_last() 45 item = list; in slist_get_last() 46 while(item->next) { in slist_get_last() 47 item = item->next; in slist_get_last() 49 return item; in slist_get_last() 75 /* if this is the first item, then new_item *is* the list */ in Curl_slist_append_nodup() 134 struct curl_slist *item; in curl_slist_free_all() local 139 item in curl_slist_free_all() [all...] |
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | generator-function.js | 48 var item = iterator.next(); variable 49 assert(item.value === 1); 50 assert(item.done === false); 52 item = iterator.next(); 53 assert(item.value === 2); 54 assert(item.done === false); 56 item = iterator.next(); 57 assert(item.value === 3); 58 assert(item.done === false); 60 item [all...] |
/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_mouse_key_test.cpp | 69 MMI::KeyEvent::KeyItem item; in OnKeyEventPresss() local 70 item.SetKeyCode(keycode); in OnKeyEventPresss() 71 item.SetPressed(true); in OnKeyEventPresss() 72 event.AddKeyItem(item); in OnKeyEventPresss() 74 event.RemoveReleasedKeyItems(item); in OnKeyEventPresss() 96 MMI::PointerEvent::PointerItem item; in HWTEST_F() local 97 event->AddPointerItem(item); in HWTEST_F() 122 MMI::PointerEvent::PointerItem item; in HWTEST_F() local 123 event->AddPointerItem(item); in HWTEST_F() 177 MMI::KeyEvent::KeyItem item; in HWTEST_F() local 205 MMI::PointerEvent::PointerItem item; HWTEST_F() local 261 MMI::PointerEvent::PointerItem item; HWTEST_F() local 317 MMI::PointerEvent::PointerItem item; HWTEST_F() local 373 MMI::PointerEvent::PointerItem item; HWTEST_F() local 428 MMI::KeyEvent::KeyItem item; HWTEST_F() local 461 MMI::KeyEvent::KeyItem item; HWTEST_F() local 494 MMI::KeyEvent::KeyItem item; HWTEST_F() local 532 MMI::KeyEvent::KeyItem item; HWTEST_F() local 570 MMI::KeyEvent::KeyItem item; HWTEST_F() local 607 MMI::KeyEvent::KeyItem item; HWTEST_F() local 630 MMI::KeyEvent::KeyItem item; HWTEST_F() local [all...] |
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_sessionconn.c | 116 SessionConn *item = NULL; in GetSessionConnByRequestId() local 118 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_sessionConnList->list, SessionConn, node) { in GetSessionConnByRequestId() 119 if (item->requestId == requestId) { in GetSessionConnByRequestId() 120 return item; in GetSessionConnByRequestId() 132 SessionConn *item = NULL; in GetSessionConnByReq() local 134 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &g_sessionConnList->list, SessionConn, node) { in GetSessionConnByReq() 135 if (item->req == req) { in GetSessionConnByReq() 136 return item; in GetSessionConnByReq() 303 SessionConn *item = NULL; in TransDelSessionConnById() local 308 LIST_FOR_EACH_ENTRY_SAFE(item, nex in TransDelSessionConnById() 438 TcpChannelInfo *item = NULL; TransTdcGetLocalIpAndConnectTypeById() local 466 TcpChannelInfo *item = NULL; TransDelTcpChannelInfoByChannelId() local 498 TcpChannelInfo *item = NULL; TransTdcChannelInfoDeathCallback() local [all...] |
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_meta_node_ledger.c | 49 MetaNodeStorageInfo *item = NULL; in FindMetaNodeStorageInfo() local 53 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_metaNodeList->list, MetaNodeStorageInfo, node) { in FindMetaNodeStorageInfo() 54 itemId = isUdid ? item->info.configInfo.udid : item->info.metaNodeId; in FindMetaNodeStorageInfo() 60 return item; in FindMetaNodeStorageInfo() 166 MetaNodeStorageInfo *item = NULL; in LnnGetAllMetaNodeInfo() local 182 LIST_FOR_EACH_ENTRY(item, &g_metaNodeList->list, MetaNodeStorageInfo, node) { in LnnGetAllMetaNodeInfo() 183 infos[i] = item->info; in LnnGetAllMetaNodeInfo() 195 MetaNodeStorageInfo *item = NULL; in LnnGetMetaNodeUdidByNetworkId() local 205 LIST_FOR_EACH_ENTRY(item, in LnnGetMetaNodeUdidByNetworkId() 226 MetaNodeStorageInfo *item = NULL; LnnGetMetaNodeInfoByNetworkId() local 273 MetaNodeStorageInfo *item = NULL; LnnDeinitMetaNodeLedger() local [all...] |
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_manager_config_test.cpp | 177 ConfigItem item = WindowManagerConfig::config_["windowAnimation"]; in HWTEST_F() local 178 ASSERT_EQ(true, item.IsMap()); in HWTEST_F() 179 item = WindowManagerConfig::config_["windowAnimation"]["timing"]["duration"]; in HWTEST_F() 180 ASSERT_EQ(true, item.IsInts()); in HWTEST_F() 181 auto value = *item.intsValue_; in HWTEST_F() 184 item = WindowManagerConfig::config_["windowAnimation"]["timing"]["curve"].GetProp("name"); in HWTEST_F() 185 ASSERT_EQ(true, item.IsString()); in HWTEST_F() 186 ASSERT_EQ("easeOut", item.stringValue_); in HWTEST_F() 187 item = WindowManagerConfig::config_["windowAnimation"]["scale"]; in HWTEST_F() 188 ASSERT_EQ(true, item in HWTEST_F() [all...] |
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_topo_manager.c | 119 TopoTableItem *item = (TopoTableItem *)SoftBusMalloc(sizeof(TopoTableItem)); in CreateTopoItem() local 120 if (item == NULL) { in CreateTopoItem() 121 LNN_LOGE(LNN_BUILDER, "malloc topo item fail"); in CreateTopoItem() 124 ListInit(&item->joinList); in CreateTopoItem() 125 ListInit(&item->node); in CreateTopoItem() 126 item->count = 0; in CreateTopoItem() 127 if (strcpy_s(item->udid, UDID_BUF_LEN, udid) != EOK) { in CreateTopoItem() 128 LNN_LOGE(LNN_BUILDER, "copy udid to topo item fail"); in CreateTopoItem() 129 SoftBusFree(item); in CreateTopoItem() 132 return item; in CreateTopoItem() 154 TopoTableItem *item = NULL; FindTopoItem() local 164 FindTopoInfo(const char *udid, const char *peerUdid, TopoTableItem **item, TopoInfo **info) FindTopoInfo() argument 193 TopoTableItem *item = NULL; ClearTopoTable() local 261 cJSON *item = cJSON_CreateObject(); PackTopoInfo() local 461 cJSON *item = NULL; ProcessTopoUpdateInfo() local 588 TopoTableItem *item = NULL; FillAllRelation() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_stack.c | 150 StackItem *item = &s->items[i]; in process_slice() local 153 av_image_copy_plane(out->data[p] + out->linesize[p] * item->y[p] + item->x[p], in process_slice() 157 item->linesize[p], item->height[p]); in process_slice() 212 StackItem *item = &s->items[i]; in config_output() local 219 if ((ret = av_image_fill_linesizes(item->linesize, inlink->format, inlink->w)) < 0) { in config_output() 223 item->height[1] = item->height[2] = AV_CEIL_RSHIFT(inlink->h, s->desc->log2_chroma_h); in config_output() 224 item in config_output() 236 StackItem *item = &s->items[i]; config_output() local 269 StackItem *item = &s->items[k]; config_output() local 313 StackItem *item = &s->items[i]; config_output() local [all...] |
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | time_lapse_photo_session.cpp | 70 camera_metadata_item_t item;
in ProcessIsoInfoChange() local 72 int ret = Camera::FindCameraMetadataItem(metadata, OHOS_STATUS_ISO_VALUE, &item);
in ProcessIsoInfoChange() 74 MEDIA_DEBUG_LOG("%{public}s: Iso = %{public}d", __FUNCTION__, item.data.ui32[0]);
in ProcessIsoInfoChange() 76 .isoValue = item.data.ui32[0],
in ProcessIsoInfoChange() 79 if (isoInfoCallback_ != nullptr && item.data.ui32[0] != iso_) {
in ProcessIsoInfoChange() 83 iso_ = item.data.ui32[0];
in ProcessIsoInfoChange() 90 camera_metadata_item_t item;
in ProcessExposureChange() local 92 int ret = Camera::FindCameraMetadataItem(metadata, OHOS_STATUS_SENSOR_EXPOSURE_TIME, &item);
in ProcessExposureChange() 94 int32_t numerator = item.data.r->numerator;
in ProcessExposureChange() 95 int32_t denominator = item in ProcessExposureChange() 116 camera_metadata_item_t item; ProcessLuminationChange() local 136 camera_metadata_item_t item; ProcessSetTryAEChange() local 170 camera_metadata_item_t item; ProcessPhysicalCameraSwitch() local 193 camera_metadata_item_t item; IsTryAENeeded() local 251 camera_metadata_item_t item; GetSupportedTimeLapseIntervalRange() local 273 camera_metadata_item_t item; GetTimeLapseInterval() local 393 camera_metadata_item_t item; GetExposure() local 446 camera_metadata_item_t item; GetSupportedExposureRange() local 490 camera_metadata_item_t item; GetSupportedMeteringModes() local 526 camera_metadata_item_t item; GetExposureMeteringMode() local 577 camera_metadata_item_t item; GetIso() local 622 camera_metadata_item_t item; IsManualIsoSupported() local 638 camera_metadata_item_t item; GetIsoRange() local 706 camera_metadata_item_t item; GetSupportedWhiteBalanceModes() local 731 camera_metadata_item_t item; GetWhiteBalanceRange() local 755 camera_metadata_item_t item; GetWhiteBalanceMode() local 814 camera_metadata_item_t item; GetWhiteBalance() local [all...] |
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 64 =item B<new> I<%options> 72 =item B<< from => FILENAME >> 87 loaded_maxnum => 0, # Highest allocated item number when loading 89 maxassigned => 0, # Current highest assigned item number 90 maxnum => 0, # Current highest allocated item number 105 =item B<< $ordinals->load FILENAME >> 133 my $item = OpenSSL::Ordinals::Item->new(source => $filename, from => $_); 135 my $num = $item->number(); 148 $item->intnum($num); 149 push @{$tmp_contents[$num]}, $item; [all...] |
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 64 =item B<new> I<%options> 72 =item B<< from => FILENAME >> 87 loaded_maxnum => 0, # Highest allocated item number when loading 89 maxassigned => 0, # Current highest assigned item number 90 maxnum => 0, # Current highest allocated item number 105 =item B<< $ordinals->load FILENAME >> 133 my $item = OpenSSL::Ordinals::Item->new(source => $filename, from => $_); 135 my $num = $item->number(); 148 $item->intnum($num); 149 push @{$tmp_contents[$num]}, $item; [all...] |
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBTMXImporter.java | 94 Element tu_elem = (Element)tu_list.item(i); in importDoc() 103 Element prop_elem = (Element)prop_list.item(j); in importDoc() 110 Text text_elem = (Text)text_list.item(0); in importDoc() 119 Element tuv_elem = (Element)tuv_list.item(j); in importDoc() 133 Element seg_elem = (Element)seg_list.item(0); in importDoc() 138 Text text_elem = (Text)text_list.item(0); in importDoc() 142 // Create the bundle item in importDoc() 143 BundleItem item = new BundleItem(null, name, value); in importDoc() 145 item.setCreatedDate(tuv_elem.getAttribute("creationdate")); in importDoc() 146 item in importDoc() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_debug_flush.c | 144 debug_flush_item_destroy(struct debug_flush_item *item) in debug_flush_item_destroy() argument 146 debug_flush_buf_reference(&item->fbuf, NULL); in debug_flush_item_destroy() 148 FREE(item->ref_frame); in debug_flush_item_destroy() 150 FREE(item); in debug_flush_item_destroy() 252 struct debug_flush_item *item = in debug_flush_map() local 255 if (item && fctx->catch_map_of_referenced) { in debug_flush_map() 258 debug_flush_alert(NULL, "Reference", 0, item->bt_depth, in debug_flush_map() 259 FALSE, FALSE, item->ref_frame); in debug_flush_map() 304 struct debug_flush_item *item; in debug_flush_cb_reference() local 309 item in debug_flush_cb_reference() 342 struct debug_flush_item *item = debug_flush_might_flush_cb() local 383 struct debug_flush_item *item = debug_flush_flush_cb() local [all...] |