Home
last modified time | relevance | path

Searched refs:next (Results 5051 - 5075 of 6068) sorted by relevance

1...<<201202203204205206207208209210>>...243

/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c922 templ.next = img->texture; in dri2_create_image_from_winsys()
938 templ.next = img->texture; in dri2_create_image_from_winsys()
1285 for (i = 0, tex = image->texture; tex; tex = tex->next) in dri2_query_image_by_resource_handle()
1812 resource = resource->next; in dri2_map_image()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py834 # means the delimiter and the next list item that follow this one in the
1852 if type(node) == dict and len(node) == 1 and next(iter(node)) == parent + ".vcproj":
1853 return node[next(iter(node))]
1874 while len(root) == 1 and type(root[next(iter(root))]) == dict:
1875 root = root[next(iter(root))]
/third_party/node/
H A Dvcbuild.bat78 :next-arg label
164 goto next-arg
837 if not "%DISTTYPE%"=="next-nightly" (
838 echo "DISTTYPE is not release, custom, nightly or next-nightly"
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c729 char *next = next_item(files); in STACK_OF() local
738 files = next; in STACK_OF()
779 char *next = next_item(input); in load_certstore() local
791 input = next; in load_certstore()
/third_party/openssl/apps/lib/
H A Dapps.c729 char *next = next_item(files); in STACK_OF() local
738 files = next; in STACK_OF()
779 char *next = next_item(input); in load_certstore() local
791 input = next; in load_certstore()
/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp1112 // We've advanced to the end of a row. Wrap to the start of the next row. in matrixConstructHelperIsNeeded()
2168 if (!f.initializer() && f.test() && !f.next()) { in writeForStatement()
2186 if (f.next()) { in writeForStatement()
2187 this->writeExpression(*f.next(), Precedence::kTopLevel); in writeForStatement()
2664 this->requirements(f.next().get()) | in requirements()
/third_party/python/Lib/test/
H A Dtest_tempfile.py174 s = next(self.r)
183 s = next(r)
209 os.write(write_fd, next(self.r).encode("ascii"))
216 parent_value = next(self.r)
1797 sys.stdout.buffer.write(next(g).encode())
/third_party/pulseaudio/src/utils/
H A Dpadsp.c514 for (i = fd_infos; i; i = i->next) { in atfork_prepare()
531 for (i = fd_infos; i; i = i->next) { in atfork_parent()
552 for (i = fd_infos; i; i = i->next) { in atfork_child()
745 for (i = fd_infos; i; i = i->next) in fd_info_find()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_negative.cpp1200 dng_std_vector<dng_camera_profile *>::iterator next; in ClearProfiles() local
1202 for (; iter != fCameraProfile.end (); iter = next) in ClearProfiles()
1217 next = fCameraProfile.erase (iter); in ClearProfiles()
1221 // Otherwise, just advance to the next element. in ClearProfiles()
1226 next = iter + 1; in ClearProfiles()
/third_party/python/Modules/
H A D_tkinter.c2441 struct _fhcdata *next; member
2457 p->next = HeadFHCD; in NewFHCD()
2471 *pp = p->next; in DeleteFHCD()
2477 pp = &p->next; in DeleteFHCD()
/third_party/selinux/libsepol/cil/src/
H A Dcil.c1580 if (item->next != NULL) { in __cil_level_strlen()
1639 if (item->next != NULL) { in __cil_level_to_string()
1693 for(curr = db->selinuxusers->head; curr != NULL; curr = curr->next) { in cil_selinuxusers_to_string()
1953 current = current->next; in cil_destroy_ast_symtabs()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new.c79 for (wpa_s = priv->global->ifaces; wpa_s; wpa_s = wpa_s->next) { in noc_filter()
4206 int next; in wpas_dbus_register_interface() local
4216 next = ctrl_iface->next_objid++; in wpas_dbus_register_interface()
4219 next); in wpas_dbus_register_interface()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new.c79 for (wpa_s = priv->global->ifaces; wpa_s; wpa_s = wpa_s->next) { in noc_filter()
4363 int next; in wpas_dbus_register_interface() local
4373 next = ctrl_iface->next_objid++; in wpas_dbus_register_interface()
4376 next); in wpas_dbus_register_interface()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c538 temp = temp->next; in GetExecutorTemplateList()
605 temp = temp->next; in TraverseExecutor()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.cpp475 void SetScrollPage(ArkUINodeHandle node, ArkUI_Int32 next, ArkUI_Int32 animation) in SetScrollPage() argument
481 pattern->ScrollPage(next, animation); in SetScrollPage()
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_connection.c364 BrUnderlayerStatus *next = NULL; in ConnBrFreeConnection() local
365 LIST_FOR_EACH_ENTRY_SAFE(item, next, &connection->connectProcessStatus->list, BrUnderlayerStatus, node) { in ConnBrFreeConnection()
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c160 ConnBlePacket *next = NULL; in ConnBleFreeConnection() local
161 LIST_FOR_EACH_ENTRY_SAFE(it, next, &connection->buffer.packets, ConnBlePacket, node) { in ConnBleFreeConnection()
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_base_listener.c564 FdNode *next = NULL; in ShutdownBaseListener() local
565 LIST_FOR_EACH_ENTRY_SAFE(it, next, &node->info.waitEventFds, FdNode, node) { in ShutdownBaseListener()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c638 ChannelSliceProcessor *next = NULL; in TransProxyDelSliceProcessorByChannelId() local
648 LIST_FOR_EACH_ENTRY_SAFE(node, next, &g_channelSliceProcessorList->list, ChannelSliceProcessor, head) { in TransProxyDelSliceProcessorByChannelId()
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp741 InstantRemoteInfo *next = NULL;
742 LIST_FOR_EACH_ENTRY_SAFE(item, next, &remoteChannelInfoList->list, InstantRemoteInfo, node) {
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp201 if (cookies->next != nullptr) { in GetCurlDataFromHandle()
205 cookies = cookies->next; in GetCurlDataFromHandle()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_common.c58 pos = pos->next; in FillpDelPktSeqHashItem()
546 node = node->next; in FillpCheckAndUpdateDelayNackList()
/third_party/ffmpeg/libavcodec/
H A Dwmadec.c525 goto next; in wma_decode_block()
758 next: in wma_decode_block()
810 /* prepare for next block */ in wma_decode_frame()
H A Dvp56.c685 goto next; in ff_vp56_decode_mbs()
763 next: in ff_vp56_decode_mbs()
/third_party/ffmpeg/libavfilter/
H A Daf_dynaudnorm.c359 static inline double fade(double prev, double next, int pos, int length) in fade() argument
364 return f0 * prev + f1 * next; in fade()

Completed in 64 milliseconds

1...<<201202203204205206207208209210>>...243