Home
last modified time | relevance | path

Searched refs:next_location (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/views/
H A Dresult_selection_controller.cc52 ResultLocationDetails next_location; in MoveSelection() local
148 ResultLocationDetails* next_location) { in GetNextResultLocation() argument
157 ResultLocationDetails* next_location) { in GetNextResultLocationForLocation() argument
158 *next_location = location; in GetNextResultLocationForLocation()
182 --next_location->result_index; in GetNextResultLocationForLocation()
192 ++next_location->result_index; in GetNextResultLocationForLocation()
206 --next_location->result_index; in GetNextResultLocationForLocation()
217 ++next_location->result_index; in GetNextResultLocationForLocation()
238 ++next_location->result_index; in GetNextResultLocationForLocation()
241 next_location->result_index = 0; in GetNextResultLocationForLocation()
[all …]
H A Dresult_selection_controller.h125 ResultLocationDetails* next_location);
132 ResultLocationDetails* next_location);
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/
H A Dxml_parser.c315 uint8_t *next_location = memchr(parser->doc.ptr, '<', parser->doc.len); in aws_xml_node_traverse() local
317 if (!next_location) { in aws_xml_node_traverse()
331 if (*(next_location + 1) == '/') { in aws_xml_node_traverse()
335 size_t node_name_len = end_location - next_location; in aws_xml_node_traverse()
343 …struct aws_byte_cursor decl_body = aws_byte_cursor_from_array(next_location + 1, node_name_len - 1… in aws_xml_node_traverse()
412 uint8_t *next_location = memchr(parser->doc.ptr, '<', parser->doc.len); in s_node_next_sibling() local
414 if (!next_location) { in s_node_next_sibling()
418 aws_byte_cursor_advance(&parser->doc, next_location - parser->doc.ptr); in s_node_next_sibling()
426 size_t node_name_len = end_location - next_location; in s_node_next_sibling()
429 …struct aws_byte_cursor node_decl_body = aws_byte_cursor_from_array(next_location + 1, node_name_le… in s_node_next_sibling()
/dports/net/py-softlayer/SoftLayer-5.9.7/SoftLayer/shell/
H A Dcompleter.py67 next_location = location.get_command(click.Context(location),
69 if next_location is not None:
70 location = next_location
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dmap-updater.cc471 PropertyLocation next_location = in BuildDescriptorArray() local
479 if (!FLAG_track_constant_fields && next_location == kField) { in BuildDescriptorArray()
483 DCHECK_IMPLIES(next_constness == kMutable, next_location == kField); in BuildDescriptorArray()
489 if (next_location == kField) { in BuildDescriptorArray()
518 DCHECK_EQ(kDescriptor, next_location); in BuildDescriptorArray()
543 PropertyLocation next_location = old_details.location(); in BuildDescriptorArray() local
547 if (next_location == kField) { in BuildDescriptorArray()
572 DCHECK_EQ(kDescriptor, next_location); in BuildDescriptorArray()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/zucchini/
H A Drel32_finder_unittest.cc250 auto next_location = [&](Rel32FinderX86& rel_finder) -> size_t { in TEST() local
259 EXPECT_EQ(0x05U, next_location(rel_finder)); // False positive. in TEST()
263 EXPECT_EQ(0x0AU, next_location(rel_finder)); // False positive. in TEST()
264 EXPECT_EQ(0x0BU, next_location(rel_finder)); // Found if 0x0A is discarded. in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/zucchini/
H A Drel32_finder_unittest.cc250 auto next_location = [&](Rel32FinderX86& rel_finder) -> size_t { in TEST() local
259 EXPECT_EQ(0x05U, next_location(rel_finder)); // False positive. in TEST()
263 EXPECT_EQ(0x0AU, next_location(rel_finder)); // False positive. in TEST()
264 EXPECT_EQ(0x0BU, next_location(rel_finder)); // Found if 0x0A is discarded. in TEST()
/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dsarcamp.c241 char *Create_Campaign_Arrive_Objective(int current_location, int next_location) in Create_Campaign_Arrive_Objective() argument
262 location_name = Get_Location_Name(next_location); in Create_Campaign_Arrive_Objective()
276 char *Create_Campaign_Pickup_Objective(int next_location) in Create_Campaign_Pickup_Objective() argument
290 location_name = Get_Location_Name(next_location); in Create_Campaign_Pickup_Objective()
H A Dsarcamp.h64 char *Create_Campaign_Pickup_Objective(int next_location);
/dports/www/node10/node-v10.24.1/deps/v8/src/ast/
H A Dast-value-factory.h96 AstRawString** next_location() { in next_location() function
164 AstConsString** next_location() { return &next_; } in next_location() function
318 strings_end_ = string->next_location(); in AddString()
323 cons_strings_end_ = string->next_location(); in AddConsString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dmap-updater.cc563 PropertyLocation next_location = in BuildDescriptorArray() local
573 next_location == kField); in BuildDescriptorArray()
579 if (next_location == kField) { in BuildDescriptorArray()
608 DCHECK_EQ(kDescriptor, next_location); in BuildDescriptorArray()
627 PropertyLocation next_location = old_details.location(); in BuildDescriptorArray() local
631 if (next_location == kField) { in BuildDescriptorArray()
656 DCHECK_EQ(kDescriptor, next_location); in BuildDescriptorArray()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dmap-updater.cc558 PropertyLocation next_location = in BuildDescriptorArray() local
568 next_location == kField); in BuildDescriptorArray()
574 if (next_location == kField) { in BuildDescriptorArray()
603 DCHECK_EQ(kDescriptor, next_location); in BuildDescriptorArray()
622 PropertyLocation next_location = old_details.location(); in BuildDescriptorArray() local
626 if (next_location == kField) { in BuildDescriptorArray()
651 DCHECK_EQ(kDescriptor, next_location); in BuildDescriptorArray()
/dports/textproc/go-yq/yq-4.7.0/vendor/github.com/timtadh/data-structures/tree/bptree/
H A Dbptree_node.go116 func next_location(i int, leaf *BpNode) (int, *BpNode, bool) { func
151 i, leaf, end = next_location(i, leaf)
616 j, l, end = next_location(j, l)
623 j, l, end = next_location(j, l)
651 j, l, end = next_location(j, l)
H A Dbptree.go46 j, l, end = next_location(j, l)
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dmap-updater.cc795 PropertyLocation next_location = in BuildDescriptorArray() local
805 next_location == PropertyLocation::kField); in BuildDescriptorArray()
811 if (next_location == PropertyLocation::kField) { in BuildDescriptorArray()
840 DCHECK_EQ(PropertyLocation::kDescriptor, next_location); in BuildDescriptorArray()
859 PropertyLocation next_location = old_details.location(); in BuildDescriptorArray() local
863 if (next_location == PropertyLocation::kField) { in BuildDescriptorArray()
888 DCHECK_EQ(PropertyLocation::kDescriptor, next_location); in BuildDescriptorArray()
/dports/astro/phd2/phd2-2.6.10/contributions/MPI_IS_gaussian_process/src/
H A Dgaussian_process_guider.cpp257 Eigen::VectorXd next_location(2); in PredictGearError() local
258 next_location << last_prediction_end_, prediction_location + dither_offset_; in PredictGearError()
259 Eigen::VectorXd prediction = gp_.predictProjected(next_location); in PredictGearError()
266 last_prediction_end_ = next_location(1); // store current endpoint in PredictGearError()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/ast/
H A Dast-value-factory.h96 AstRawString** next_location() { in next_location() function
334 strings_end_ = string->next_location(); in AddString()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/internalguide/MPI_IS_gaussian_process/src/
H A Dgaussian_process_guider.cpp251 Eigen::VectorXd next_location(2); in PredictGearError() local
252 next_location << last_prediction_end_, prediction_location + dither_offset_; in PredictGearError()
253 Eigen::VectorXd prediction = gp_.predictProjected(next_location); in PredictGearError()
260 last_prediction_end_ = next_location(1); // store current endpoint in PredictGearError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/ast/
H A Dast-value-factory.h100 AstRawString** next_location() { in next_location() function
362 strings_end_ = string->next_location(); in AddString()
/dports/lang/v8/v8-9.6.180.12/src/ast/
H A Dast-value-factory.h109 AstRawString** next_location() { in next_location() function
371 strings_end_ = string->next_location(); in AddString()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dshader_graph_editor_plugin.h199 Vector2 next_location; variable
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dshader_graph_editor_plugin.h199 Vector2 next_location; variable
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/osiris/src/
H A Dosiris_log.erl886 {ChunkId, AttachPos} = next_location(LastChunk),
987 {NextChunkId, FilePos} = next_location(LastChunk),
1041 {ChunkId, FilePos} = next_location(LastChunk),
2301 next_location(undefined) -> function
2303 next_location(#chunk_info{id = Id, function
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A32/translate/impl/
H A Dthumb16.cpp947 const auto next_location = ir.current_location.AdvancePC(imm32); in thumb16_B_t2() local
949 ir.SetTerm(IR::Term::LinkBlock{next_location}); in thumb16_B_t2()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/A32/translate/impl/
H A Dthumb16.cpp947 const auto next_location = ir.current_location.AdvancePC(imm32); in thumb16_B_t2() local
949 ir.SetTerm(IR::Term::LinkBlock{next_location}); in thumb16_B_t2()

12