/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/ |
H A D | StableAPI.java | 296 Node ln = nList.item(i); in setVer() 883 Node n = list.item(i); in nodeToSet() 943 // should add left item to common set in fullJoin() 989 "\n" + pre + " " + attr.item(i).getNodeName() + "=\"" + attr.item(i).getNodeValue() + "\""); in dumpNode() 1002 Node ln = nList.item(i); in dumpNode()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tsmthred.cpp | 1166 // Fetch the same item again many times. We should always get the same in exerciseByLocale() 1169 const UCTMultiThreadItem *item = NULL; in exerciseByLocale() local 1171 LocaleCacheKey<UCTMultiThreadItem>(locale), fCache, item, status); in exerciseByLocale() local 1172 IntlTest::gTest->assertTrue(WHERE, item == origItem); in exerciseByLocale() 1173 if (item != NULL) { in exerciseByLocale() 1174 item->removeRef(); in exerciseByLocale()
|
/third_party/elfutils/src/ |
H A D | readelf.c | 10341 // 1 byte length, for each item, 1 byte opcode, uleb128 number in print_debug_macro_section() 11814 handle_core_item (Elf *core, const Ebl_Core_Item *item, const void *desc, in handle_core_item() argument 11817 uint_fast16_t count = item->count ?: 1; in handle_core_item() 11840 size_t size = gelf_fsize (core, item->type, count, EV_CURRENT); in handle_core_item() 11844 if (*repeated_size > size && (item->format == 'b' || item->format == 'B')) in handle_core_item() 11851 else if (item->count != 0 || item->format != '\n') in handle_core_item() 11855 convert (core, item->type, count, data, desc + item in handle_core_item() 12149 const Ebl_Core_Item *item = &items[nitems - 1]; handle_core_items() local [all...] |
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 364 assert targets == [item for item in targets if item], targets 446 actions_depends = [item for item in actions_depends if item] 447 compile_depends = [item for item in compile_depends if item]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 364 assert targets == [item for item in targets if item], targets 446 actions_depends = [item for item in actions_depends if item] 447 compile_depends = [item for item in compile_depends if item]
|
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | CilTest.c | 90 struct cil_tree_node *node, *item, *current; in gen_test_tree() local 113 cil_tree_node_init(&item); in gen_test_tree() 114 item->parent = current; in gen_test_tree() 115 item->data = cil_strdup(*i); in gen_test_tree() 116 item->flavor = CIL_PARSE_NODE; in gen_test_tree() 117 item->line = 0; in gen_test_tree() 119 current->cl_head = item; in gen_test_tree() 122 current->cl_tail->next = item; in gen_test_tree() 124 current->cl_tail = item; in gen_test_tree()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 1543 for item in dirs.split(';'): 1544 item = item.strip().rstrip('/') 1545 if not item: 1548 on_folder = os.path.basename(item) if self.device.is_directory(item) else "" 1549 remotes.update({item: on_folder})
|
/test/testfwk/arkxtest/uitest/core/ |
H A D | frontend_api_handler.cpp | 316 for (auto &item : value) { in ApiMapPost() 317 if (item.type() == value_t::string) { in ApiMapPost() 318 item = CheckAndDoApiMapping(item.get<string>(), '#', new2OldApiMap_); in ApiMapPost() 505 // check argument count.(last item of "types" is return value type) in APiCallInfoChecker() 578 for (const auto &item : in.paramList_) { in BackendObjectsCleaner() 579 DCHECK(item.type() == value_t::string); // must be objRef in BackendObjectsCleaner() 580 const auto ref = item.get<string>(); in BackendObjectsCleaner()
|
/third_party/node/src/ |
H A D | node_snapshotable.cc | 1027 for (const auto& item : data->code_cache) { in FormatBlob() 1028 WriteStaticCodeCacheData(&ss, item); in FormatBlob() 1054 for (const auto& item : data->code_cache) { in FormatBlob() 1055 WriteCodeCacheInitializer(&ss, item.id); in FormatBlob() 1238 for (const auto& item : out->code_cache) { in Generate() 1239 std::string size_str = FormatSize(item.data.size()); in Generate() 1242 item.id.c_str(), in Generate()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locid.cpp | 1421 LocalPointer<CharString> item; 1433 item.adoptInsteadAndCheckErrorCode( 1437 if (item.isNull() && U_SUCCESS(status)) { 1438 item.adoptInsteadAndCheckErrorCode( 1443 if (item.isNull()) { 1447 replacedRegion = item->data(); 1448 toBeFreed.addElement(item.orphan(), status);
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-client.c | 1749 pa_rtpoll_item *item = NULL; in pa_raop_client_register_pollfd() local 1758 item = pa_rtpoll_item_new(poll, PA_RTPOLL_NEVER, 1); in pa_raop_client_register_pollfd() 1759 pollfd = pa_rtpoll_item_get_pollfd(item, NULL); in pa_raop_client_register_pollfd() 1763 *poll_item = item; in pa_raop_client_register_pollfd() 1767 item = pa_rtpoll_item_new(poll, PA_RTPOLL_NEVER, 2); in pa_raop_client_register_pollfd() 1768 pollfd = pa_rtpoll_item_get_pollfd(item, NULL); in pa_raop_client_register_pollfd() 1776 *poll_item = item; in pa_raop_client_register_pollfd()
|
/third_party/python/Lib/test/ |
H A D | test_collections.py | 204 def __getitem__(self, item): 206 UserDict.__getitem__(self, item) 1084 def __contains__(self, item): 1100 def __contains__(self, item): return False 1103 def __contains__(self, item): return False 1132 def __contains__(self, item): 1399 def __contains__(self, item): 1400 return item in self.data 1402 def add(self, item): 1403 self.data.add(item) [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_crash.h | 225 * Track item information.CNcomment:调度项信息.CNend 240 hi_u16 current_item; /**< current track item.CNcomment:当前调度项.CNend */ 242 syserr_track_item item[HI_SYSERR_EXC_TRACE_DEPTH]; /**< track item data.CNcomment:调度项数据.CNend */ member
|
/third_party/gn/src/gn/ |
H A D | build_settings.h | 132 // Called when an item is defined from a background thread. 133 void ItemDefined(std::unique_ptr<Item> item) const;
|
/third_party/googletest/googletest/test/ |
H A D | gtest_xml_test_utils.py | 80 expected_attr = expected_attributes.item(i)
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_is_signal_frame.tex | 47 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} is unable to determine
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | inode.h | 194 extern int ntfs_inode_nidata_hash(const struct CACHED_GENERIC *item);
|
/third_party/toybox/kconfig/lxdialog/ |
H A D | dialog.h | 100 int hl; /* highlight this item */ 124 struct dialog_color item; member 146 /* item list as used by checklist and menubox */ 157 /* item list manipulation for lxdialog use */ 162 void *data; /* pointer to menu item - used by menubox+checklist */
|
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/ |
H A D | system_heap.c | 339 static void system_heap_buf_free(struct deferred_freelist_item *item, enum df_reason reason) in system_heap_buf_free() argument 346 buffer = container_of(item, struct system_heap_buffer, deferred_free); in system_heap_buf_free()
|
/test/testfwk/developer_test/local_coverage/code_coverage/ |
H A D | multiprocess_code_coverage.py | 131 for item in filter_out_list: 133 if item in check_list:
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/refresh/router3/ |
H A D | index.js | 93 var item = '元素' + i;
94 this.list.push(item);
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/refresh/router4/ |
H A D | index.js | 93 var item = '元素' + i;
94 this.list.push(item);
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/refresh/router5/ |
H A D | index.js | 93 var item = '元素' + i;
94 this.list.push(item);
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/refresh/router6/ |
H A D | index.js | 93 var item = '元素' + i;
94 this.list.push(item);
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/refresh/router7/ |
H A D | index.js | 93 var item = '元素' + i;
94 this.list.push(item);
|