/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | ByteStringTest.java | 712 ByteString concatenatedString = iter.next(); in testConcat() 714 concatenatedString = concatenatedString.concat(iter.next()); in testConcat()
|
/third_party/python/Lib/ |
H A D | pprint.py | 423 next_ent = next(it) 430 next_ent = next(it)
|
/third_party/python/Lib/test/ |
H A D | test_wsgiref.py | 87 This tests the iterator using iter()/next(). 95 if not next(it) == item: 98 next(it)
|
/third_party/skia/modules/skplaintexteditor/src/ |
H A D | editor.cpp | 164 std::vector<TextLine>::const_iterator next = fLines.begin() + pos.fParagraphIndex + 1; in insert() local 165 fLines.insert(next, newlinecount, TextLine()); in insert()
|
/third_party/skia/modules/skottie/src/text/ |
H A D | TextAdapter.cpp | 83 fCurrentMeasure = iter.next(); in updateContourData() 89 SkASSERT(!iter.next()); in updateContourData()
|
/third_party/rust/crates/once_cell/tests/ |
H A D | it.rs | 626 let next = res[i] + res[i + 1]; in eval_once_macro() 627 res.push(next); in eval_once_macro()
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | lib.rs | 1301 fn next(&mut self) -> Option<TokenTree> { in next() functions 1302 self.inner.next() in next()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_build.c | 466 for (adv = p2p->p2ps_adv_list; adv; adv = adv->next) { in p2p_wfa_service_adv() 581 /* set *ie_len to NULL if a new IE has to be added on the next call */ in p2p_buf_add_service_info() 585 /* set *pos to point to the next byte to update */ in p2p_buf_add_service_info() 639 adv = adv->next) { in p2p_buf_add_service_instance()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | gas_query.c | 182 struct gas_query_pending *query, *next; in gas_query_deinit() local 187 dl_list_for_each_safe(query, next, &gas->pending, in gas_query_deinit()
|
H A D | wpa_supplicant_i.h | 342 const char *type, int next, 494 struct wpa_supplicant *next; member 561 /* Preferred network for the next connection attempt */
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_build.c | 466 for (adv = p2p->p2ps_adv_list; adv; adv = adv->next) { in p2p_wfa_service_adv() 581 /* set *ie_len to NULL if a new IE has to be added on the next call */ in p2p_buf_add_service_info() 585 /* set *pos to point to the next byte to update */ in p2p_buf_add_service_info() 639 adv = adv->next) { in p2p_buf_add_service_instance()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | gas_query.c | 183 struct gas_query_pending *query, *next; in gas_query_deinit() local 188 dl_list_for_each_safe(query, next, &gas->pending, in gas_query_deinit()
|
/third_party/vulkan-loader/loader/ |
H A D | settings.c | 763 char* next = loader_get_next_path(vk_instance_layers_env_copy); in enable_correct_layers_from_settings() local 768 vk_instance_layers_env_copy = next; in enable_correct_layers_from_settings()
|
/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 3763 char *next, *p, *spec = av_strdup(interval_spec); in parse_read_interval() local 3774 next = strchr(spec, '%'); in parse_read_interval() 3775 if (next) in parse_read_interval() 3776 *next++ = 0; in parse_read_interval() 3799 p = next; in parse_read_interval() 3864 char *next; in parse_read_intervals() local 3867 next = strchr(p, ','); in parse_read_intervals() 3868 if (next) in parse_read_intervals() 3869 *next++ = 0; in parse_read_intervals() 3880 p = next; in parse_read_intervals() [all...] |
H A D | ffplay.c | 1815 outputs->next = NULL; in configure_filtergraph() 1820 inputs->next = NULL; in configure_filtergraph() 3213 int next = is->show_mode; in toggle_audio_display() local 3215 next = (next + 1) % SHOW_MODE_NB; in toggle_audio_display() 3216 } while (next != is->show_mode && (next == SHOW_MODE_VIDEO && !is->video_st || next != SHOW_MODE_VIDEO && !is->audio_st)); in toggle_audio_display() 3217 if (is->show_mode != next) { in toggle_audio_display() 3219 is->show_mode = next; in toggle_audio_display() [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeS390X.c | 1454 for (buf = compiler->buf; buf != NULL; buf = buf->next) { in sljit_generate_code() 1472 label = label->next; in sljit_generate_code() 1484 jump = jump->next; in sljit_generate_code() 1488 put_label = put_label->next; in sljit_generate_code() 1497 label = label->next; in sljit_generate_code() 1530 label = label->next; in sljit_generate_code() 1539 for (buf = compiler->buf; buf != NULL; buf = buf->next) { in sljit_generate_code() 1564 /* move to next constant */ in sljit_generate_code() 1565 const_ = (struct sljit_s390x_const *)const_->const_.next; in sljit_generate_code() 1612 jump = jump->next; in sljit_generate_code() [all...] |
H A D | sljitNativeX86_common.c | 631 label = label->next; in sljit_generate_code() 644 jump = jump->next; in sljit_generate_code() 648 const_ = const_->next; in sljit_generate_code() 657 put_label = put_label->next; in sljit_generate_code() 664 buf = buf->next; in sljit_generate_code() 704 jump = jump->next; in sljit_generate_code() 722 put_label = put_label->next; in sljit_generate_code()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | junit-4.10.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/framework/
junit/runner/
junit/textui/
org/
... |
/third_party/curl/lib/ |
H A D | http.c | 205 head; head = head->next) { in Curl_checkProxyheaders() 493 infof(data, "Rewind stream before next send"); in http_perhapsrewind() 521 infof(data, "Rewind stream before next send"); in http_perhapsrewind() 548 infof(data, "Please rewind output before next send"); in http_perhapsrewind() 1088 while(*auth && *auth != ',') /* read up to the next comma */ in Curl_http_input_auth() 1542 * a chance to be set back to true when we output the next auth header */ in Curl_http_done() 1687 trailers = trailers->next; in Curl_http_compile_trailers() 1747 for(headers = h[i]; headers; headers = headers->next) { in Curl_dynhds_add_custom() 1990 headers = headers->next; in Curl_add_custom_headers() 2558 for(hdr = data->state.mimepost->curlheaders; hdr; hdr = hdr->next) { in Curl_http_bodysend() [all...] |
/third_party/lwip/src/api/ |
H A D | sockets.c | 982 netconn layer again next time netconn_recv is called) */ in lwip_recv_tcp() 1027 /* If so, it should be saved in the sock structure for the next recv call. in lwip_recv_tcp() 1849 select_cb->next = select_cb_list; in lwip_link_select_cb() 1871 if (select_cb->next != NULL) { in lwip_unlink_select_cb() 1872 select_cb->next->prev = select_cb->prev; in lwip_unlink_select_cb() 1876 select_cb_list = select_cb->next; in lwip_unlink_select_cb() 1879 select_cb->prev->next = select_cb->next; in lwip_unlink_select_cb() 2670 for (scb = select_cb_list; scb != NULL; scb = scb->next) { in select_check_waiters()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 1048 Node* next = value->InputAt(0); in VisitChangeFloat64ToInt32() local 1049 if (CanCover(value, next)) { in VisitChangeFloat64ToInt32() 1051 switch (next->opcode()) { in VisitChangeFloat64ToInt32() 1054 g.UseRegister(next->InputAt(0))); in VisitChangeFloat64ToInt32() 1058 g.UseRegister(next->InputAt(0))); in VisitChangeFloat64ToInt32() 1062 g.UseRegister(next->InputAt(0))); in VisitChangeFloat64ToInt32() 1066 g.UseRegister(next->InputAt(0))); in VisitChangeFloat64ToInt32()
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.cc | 306 action = action->next()) { in mentions_reg() 315 action = action->next()) { in GetStoredPosition() 365 action = action->next()) { in FindAffectedRegisters() 425 action = action->next()) { in PerformDeferredActions() 1528 // than go to the next choice. The number of characters preloaded may be in EmitQuickCheck() 1844 RegExpNode* next = on_success_->FilterOneByte(depth - 1, flags); in FilterSuccessor() local 1845 if (next == nullptr) return set_replacement(nullptr); in FilterSuccessor() 1846 on_success_ = next; in FilterSuccessor() 2969 * it falls through to the next choice. 2976 * next GoT [all...] |
/third_party/openssl/test/ |
H A D | evp_test.c | 67 struct key_list_st *next; member 3147 key->next = private_keys; in keygen_test_run() 3584 for (; lst != NULL; lst = lst->next) { in find_key() 3597 KEY_LIST *next = lst->next; in free_key_list() local 3602 lst = next; in free_key_list() 3826 key->next = *klist; in parse()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftobjs.c | 644 slot->next = face->glyph; in FT_BASE_DEF() 683 slot->face->glyph = cur->next; in FT_Done_GlyphSlot() 685 prev->next = cur->next; in FT_Done_GlyphSlot() 696 cur = cur->next; in FT_Done_GlyphSlot() 4413 cur = (*node)->next; in FT_BASE_DEF() 4430 cur = cur->next; in FT_BASE_DEF()
|
/third_party/ffmpeg/libavcodec/ |
H A D | huffyuvenc.c | 362 char *next; in encode_init() local 365 s->stats[i][j] += strtol(p, &next, 0); in encode_init() 366 if (next == p) return -1; in encode_init() 367 p = next; in encode_init()
|