/third_party/backends/backend/ |
H A D | artec_eplus48u.c | 746 for (dev = first_dev; dev; dev = dev->next) in attach() 821 dev->next = first_dev; in attach() 2331 s->next = NULL; in artec48u_scanner_new() 2930 s->opt[OPT_CALIBRATE].title = SANE_I18N ("Calibrate before next scan"); in init_options() 2933 "next scan. Otherwise, calibration is performed " in init_options() 3541 for (dev = first_dev; dev_num < num_devices; dev = dev->next) in sane_get_devices() 3819 for (dev = first_dev; dev; dev = dev->next) in sane_open() 3880 s->next = first_handle; in sane_open() 3901 for (s = first_handle; s; s = s->next) in sane_close() 4557 Artec48U_Device *dev, *next; in sane_exit() local [all...] |
H A D | sm3840_lib.c | 179 for (bus = usb_get_busses (); bus; bus = bus->next) in find_device() 180 for (dev = bus->devices; dev; dev = dev->next) in find_device()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | mkntfs.c | 163 struct BITMAP_ALLOCATION *next; member 362 p = p->next; in bitmap_allocate() 379 newall->next = p; in bitmap_allocate() 380 if (q) q->next = newall; in bitmap_allocate() 421 q->next = p->next; in bitmap_deallocate() 423 g_allocation = p->next; in bitmap_deallocate() 438 p = p->next; in bitmap_deallocate() 464 p = p->next; in bitmap_get_and_set() 492 for (p=g_allocation; p; p=p->next) { in bitmap_build() [all...] |
/third_party/python/Lib/test/ |
H A D | test_tarfile.py | 473 t = tar.next() 565 tar.next() 566 t = tar.next() 580 t = tar.next() 757 self.assertEqual(tf.next(), None) 761 self.assertEqual(tf.next(), None) 799 tarinfo = self.tar.next() # get "regtype" (can't use getmember) 818 t1 = tar1.next() 819 t2 = tar2.next() 822 self.assertIsNotNone(t2, "stream.next() faile [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | objects.cc | 1089 // 7b. Let next be ? Get(obj, indexName). in CreateListFromArrayLike() 1090 Handle<Object> next; in CreateListFromArrayLike() local 1091 ASSIGN_RETURN_ON_EXCEPTION(isolate, next, in CreateListFromArrayLike() 1099 // 7c. If Type(next) is not an element of elementTypes, throw a in CreateListFromArrayLike() 1101 if (!next->IsName()) { in CreateListFromArrayLike() 1103 NewTypeError(MessageTemplate::kNotPropertyName, next), in CreateListFromArrayLike() 1106 // 7d. Append next as the last element of list. in CreateListFromArrayLike() 1108 next = isolate->factory()->InternalizeName(Handle<Name>::cast(next)); in CreateListFromArrayLike() 1112 list->set(index, *next); in CreateListFromArrayLike() 5590 Object next = PromiseReaction::cast(current).next(); TriggerPromiseReactions() local [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_session.c | 754 nghttp2_outbound_item *item, *next; in ob_q_free() local 756 next = item->qnext; in ob_q_free() 759 item = next; in ob_q_free() 782 (*settings_ptr)->next = NULL; in inflight_settings_new() 809 nghttp2_inflight_settings *next = settings->next; in nghttp2_session_del() local 811 settings = next; in nghttp2_session_del() 1653 nghttp2_stream *next; in nghttp2_session_adjust_closed_stream() local 1659 next = head_stream->closed_next; in nghttp2_session_adjust_closed_stream() 1668 session->closed_stream_head = next; in nghttp2_session_adjust_closed_stream() 1698 nghttp2_stream *next; nghttp2_session_adjust_idle_stream() local [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_session.c | 749 nghttp2_outbound_item *item, *next; in ob_q_free() local 751 next = item->qnext; in ob_q_free() 754 item = next; in ob_q_free() 777 (*settings_ptr)->next = NULL; in inflight_settings_new() 804 nghttp2_inflight_settings *next = settings->next; in nghttp2_session_del() local 806 settings = next; in nghttp2_session_del() 1648 nghttp2_stream *next; in nghttp2_session_adjust_closed_stream() local 1654 next = head_stream->closed_next; in nghttp2_session_adjust_closed_stream() 1663 session->closed_stream_head = next; in nghttp2_session_adjust_closed_stream() 1693 nghttp2_stream *next; nghttp2_session_adjust_idle_stream() local [all...] |
/third_party/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 34 // - 1 void* per stage with no context pointer, the next stage; 35 // - 2 void* per stage with a context pointer, first the context pointer, then the next stage. 1119 auto next = (Stage)load_and_inc(program); \ 1120 next(params,program, r,g,b,a); \ 1131 auto next = (Stage)load_and_inc(program); \ 1132 next(tail,program,dx,dy, r,g,b,a, dr,dg,db,da); \ 2994 auto next = (Stage)load_and_inc(program); \ 2995 next(params,program, r,g,b,a); \ 3008 auto next = (Stage)load_and_inc(program); \ 3009 next(param [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_layout_manager.cpp | 519 auto next = renderList_.GetItemByIndex(direction == KeyDirection::UP ? --index : ++index); in focusMove() local 520 if (next) { in focusMove()
|
/foundation/multimedia/av_codec/test/unittest/hls_test/ |
H A D | hls_media_downloader_unit_test.cpp | 201 EXPECT_NE(hlsMediaDownloader->bufferLeastRecord_->next, nullptr);
in HWTEST_F() 808 recordBuff->next = downloader->recordData_;
in HWTEST_F()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_init.c | 202 PendingJoinRequestNode *next = NULL; in TryRemovePendingJoinRequest() local 205 LIST_FOR_EACH_ENTRY_SAFE(item, next, &LnnGetNetBuilder()->pendingList, PendingJoinRequestNode, node) { in TryRemovePendingJoinRequest()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_connection.c | 174 ConnRequest *next = NULL; in ClearConnRequest() local 175 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_connRequestList, ConnRequest, node) { in ClearConnRequest()
|
/foundation/communication/dsoftbus/core/bus_center/service/src/ |
H A D | bus_center_event.c | 841 LnnEventHandlerItem *next = NULL; in LnnUnregisterEventHandler() local 851 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_eventCtrl.handlers[event], LnnEventHandlerItem, node) { in LnnUnregisterEventHandler()
|
/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_trans.c | 63 ConnBlePacket *next = NULL; in DiscardBuffer() local 64 LIST_FOR_EACH_ENTRY_SAFE(it, next, &buffer->packets, ConnBlePacket, node) { in DiscardBuffer() 538 CONN_LOGE(CONN_BLE, "coc connection parse data failed: calloc failed, retry next time, connId=%{public}u, " in ConnCocTransRecv() 543 CONN_LOGE(CONN_BLE, "coc connection parse data failed: memcpy_s failed, retry next time, " in ConnCocTransRecv() 551 CONN_LOGE(CONN_BLE, "coc connection parse data failed: memmove_s failed, retry next time. " in ConnCocTransRecv()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | fillp_dfx.c | 301 struct HlistNode *next = FILLP_NULL_PTR; in DfxGetPktPraseFailNode() local 302 HLIST_FOREACH_SAFE(pos, next, &g_fillpDfxPktPraseFailList) { in DfxGetPktPraseFailNode()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | spunge_message.c | 677 node = node->next; in SpungeHandleMsgClose() 783 pcbNode = pcbNode->next; in SpungeHandleMsgSetNackDelay()
|
/third_party/f2fs-tools/fsck/ |
H A D | dir.c | 24 next: in room_for_filename() 34 goto next; in room_for_filename()
|
/third_party/ffmpeg/libavformat/ |
H A D | oggdec.c | 95 ost->next = ogg->state; in ogg_save() 128 ogg->state = ost->next; in ogg_restore() 491 * @brief find the next Ogg packet
|
/third_party/curl/lib/vtls/ |
H A D | mbedtls.c | 182 nwritten = Curl_conn_cf_send(cf->next, data, (char *)buf, blen, &result); in mbedtls_bio_cf_write() 205 nread = Curl_conn_cf_recv(cf->next, data, (char *)buf, blen, &result); in mbedtls_bio_cf_read()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | LocaleDisplayNamesImpl.java | 389 String key = keys.next(); in localeDisplayNameInternal() 605 ULocale locale = values.iterator().next(); in getUiListCompareWholeItems()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | CodePointTrie.java | 826 public boolean next() { in next() method in CodePointTrie.Fast.FastStringIterator 943 public boolean next() { in next() method in CodePointTrie.Small.SmallStringIterator
|
/third_party/icu/icu4c/source/common/ |
H A D | uiter.cpp | 1031 * go to the next code unit in uiter_current32() 1058 c=iter->next(iter); in uiter_next32() 1060 if(U16_IS_TRAIL(c2=iter->next(iter))) { in uiter_next32()
|
/third_party/FreeBSD/lib/libc/gen/ |
H A D | fts.c | 233 * Load the stream structure for the next traversal. Since we don't in fts_load() 402 /* Move to the next node on this level. */ in fts_read() 403 next: tmp = p; in fts_read() 407 * the root of the tree), and load the paths for the next root. in fts_read() 426 goto next; in fts_read()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | MessageRegressionTest.java | 692 String key = (String) keyIter.next(); in testBugTestsWithNamesArguments() 783 String key = (String)keyIter.next(); in testBugTestsWithNamesArguments()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | CodePointTrie.java | 807 public boolean next() { in next() method in CodePointTrie.Fast.FastStringIterator 921 public boolean next() { in next() method in CodePointTrie.Small.SmallStringIterator
|