/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord_test.cc | 198 rep->start = offset; in MakeSubstring()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver.h | 534 * driver may ignore this parameter and start immediately (or at any 1403 * pbss - Whether to start a PCP (in PBSS) instead of an AP in 3361 * @start: Start time in ms from next TBTT 3369 int (*set_noa)(void *priv, u8 count, int start, int duration); 3732 * The function indicates to driver that it can start switching to a 4354 * wpa_supplicant to stop and re-start processing for the interface, 4508 * mainly wired Ethernet). This can be used to start EAPOL 4777 * performed before start operating on this channel. 4889 * This should start with the first IE (fixed fields before IEs 4907 * This should start wit [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglMultiThreadTests.cpp | 347 m_threads[threadNdx]->start(); in iterate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver.h | 574 * driver may ignore this parameter and start immediately (or at any 1523 * pbss - Whether to start a PCP (in PBSS) instead of an AP in 3765 * @start: Start time in ms from next TBTT 3773 int (*set_noa)(void *priv, u8 count, int start, int duration); 4155 * The function indicates to driver that it can start switching to a 4701 * dpp_listen - Notify driver about start/stop of DPP listen 4815 * wpa_supplicant to stop and re-start processing for the interface, 4969 * mainly wired Ethernet). This can be used to start EAPOL 5238 * performed before start operating on this channel. 5411 * This should start wit [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 195 // Feed inputs to dear imgui, start new frame 3155 // Click to focus window and start moving (after we're done with all our widgets) in UpdateMouseMovingWindowEndFrame() 3946 int start = (int)((unclipped_rect.Min.y - pos.y) / items_height); in CalcListClipping() local 3951 start--; in CalcListClipping() 3955 start = ImClamp(start, 0, items_count); in CalcListClipping() 3956 end = ImClamp(end + 1, start, items_count); in CalcListClipping() 3957 *out_items_display_start = start; in CalcListClipping() 5358 // Apply focus (we need to call FocusWindow() AFTER setting DC.CursorStartPos so our initial navigation reference rectangle can start around there) in Begin() 8603 // Use 'cond' to choose to submit payload on drag start o [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 209 // Feed inputs to dear imgui, start new frame 2272 int start = (int)((unclipped_rect.Min.y - pos.y) / items_height); in CalcListClipping() local 2277 start--; in CalcListClipping() 2281 start = ImClamp(start, 0, items_count); in CalcListClipping() 2282 end = ImClamp(end + 1, start, items_count); in CalcListClipping() 2283 *out_items_display_start = start; in CalcListClipping() 3626 // Click on empty space to focus window and start moving in UpdateMouseMovingWindowEndFrame() 3958 // Remove pending delete hooks before frame start. in NewFrame() 6325 // Apply focus (we need to call FocusWindow() AFTER setting DC.CursorStartPos so our initial navigation reference rectangle can start aroun in Begin() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.pb.h | 1022 // optional int32 start = 1; 1028 ::PROTOBUF_NAMESPACE_ID::int32 start() const; 1187 // optional int32 start = 1; 1193 ::PROTOBUF_NAMESPACE_ID::int32 start() const; 2461 // optional int32 start = 1; 2467 ::PROTOBUF_NAMESPACE_ID::int32 start() const; 7360 // optional int32 start = 1; 7375 inline ::PROTOBUF_NAMESPACE_ID::int32 DescriptorProto_ExtensionRange::start() const { in start() function in DescriptorProto_ExtensionRange 7376 // @@protoc_insertion_point(field_get:google.protobuf.DescriptorProto.ExtensionRange.start) in start() 7385 // @@protoc_insertion_point(field_set:google.protobuf.DescriptorProto.ExtensionRange.start) in set_start() 7518 inline ::PROTOBUF_NAMESPACE_ID::int32 DescriptorProto_ReservedRange::start() const { start() function in DescriptorProto_ReservedRange 8889 inline ::PROTOBUF_NAMESPACE_ID::int32 EnumDescriptorProto_EnumReservedRange::start() const { start() function in EnumDescriptorProto_EnumReservedRange [all...] |
/third_party/vixl/benchmarks/aarch32/ |
H A D | asm-disasm-speed-test.cc | 9574 timeval start; in Benchmark() local 9578 gettimeofday(&start, NULL); in Benchmark() 9584 double delta = (end.tv_sec - start.tv_sec) + in Benchmark() 9585 static_cast<double>(end.tv_usec - start.tv_usec) / 1000000; in Benchmark() 9591 timeval start; in Benchmark() local 9595 gettimeofday(&start, NULL); in Benchmark() 9602 double delta = (end.tv_sec - start.tv_sec) + in Benchmark() 9603 static_cast<double>(end.tv_usec - start.tv_usec) / 1000000; in Benchmark()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop.c | 1265 * (1) each frame starts at the start of the Vsync pulse which is signaled by 1704 * Src.x1 can be odd when do clip, but yuv plane start point in vop_plane_atomic_check() 2621 static u64 vop_calc_max_bandwidth(struct vop_bandwidth *bw, int start, int count, int y2) in vop_calc_max_bandwidth() argument 2626 for (i = start; i < count; i++) { in vop_calc_max_bandwidth() 2776 * set output mode to P888 when start send cmd. in vop_crtc_send_mcu_cmd() 3672 * Spin until frame start interrupt status bit goes low, which means in vop_wait_for_irq_handler() 4094 * we config this register at frame start. in vop_isr()
|
/third_party/elfutils/src/ |
H A D | elflint.c | 142 /* Before we start tell the ELF library which version we are using. */ in main() 292 Not an ELF file - it has the wrong magic bytes at the start\n")); in process_file() 4306 Elf_Data *data, int shndx, int phndx, GElf_Off start) in check_note_data() 4345 phndx, (uint32_t) nhdr.n_type, start + offset); in check_note_data() 4376 name, which must start with the in check_note_data() 4305 check_note_data(Ebl *ebl, const GElf_Ehdr *ehdr, Elf_Data *data, int shndx, int phndx, GElf_Off start) check_note_data() argument
|
/third_party/ffmpeg/fftools/ |
H A D | ffplay.c | 2840 /* add the stream start time */ in read_thread() 3085 /* start video display */ in stream_open() 3251 if (av_compare_ts(pos, AV_TIME_BASE_Q, ch->start, ch->time_base) < 0) { in seek_chapter() 3263 stream_seek(is, av_rescale_q(is->ic->chapters[i]->start, is->ic->chapters[i]->time_base, in seek_chapter()
|
/third_party/backends/backend/ |
H A D | artec_eplus48u.c | 2644 artec48u_calculate_shading_buffer (Artec48U_Scanner * s, int start, int end, in artec48u_calculate_shading_buffer() argument 2676 for (i = start * bpp; i < end * bpp; i += bpp) in artec48u_calculate_shading_buffer() 2725 XDBG ((5, "init_options: start\n")); in init_options() 2934 "only before the first start."); in init_options() 3530 XDBG ((5, "sane_get_devices: start: local_only = %s\n", in sane_get_devices() 3898 XDBG ((5, "sane_close: start\n")); in sane_close() 4282 XDBG ((2, "sane_start: could not start scan\n")); in sane_start() 4559 XDBG ((5, "sane_exit: start\n")); in sane_exit()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-native-context-specialization.cc | 573 WhereToStart start = result == NodeProperties::kUnreliableMaps in InferHasInPrototypeChain() local 576 dependencies()->DependOnStablePrototypeChains(receiver_map_refs, start, in InferHasInPrototypeChain() 832 // the lookup start object is the global proxy. in ReduceGlobalAccess() 1070 // lookup_start_object = the object where we start looking for the property. in ReduceNamedAccess() 1075 // Lookup start object is the __proto__ of the home object. in ReduceNamedAccess()
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 749 start by inventing a special syntax for substitutions. For example, 873 C<$OUT> is reinitialized to the empty string at the start of each
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 333 // Set error location to start of doc, ideally should be first token found in parse() 991 // column & line start at 1 1263 // Set error location to start of doc, ideally should be first token found 1995 // column & line start at 1 2616 "in Json::Value::setComment(): Comments must start with /"); in setComment() 3749 void Value::setOffsetStart(size_t start) { start_ = start; } in setOffsetStart() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES3.cpp | 1811 GLuint start, in ValidateDrawRangeElements() 1823 if (end < start) in ValidateDrawRangeElements() 1808 ValidateDrawRangeElements(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLuint start, GLuint end, GLsizei count, DrawElementsType type, const void *indices) ValidateDrawRangeElements() argument
|
H A D | Context.cpp | 2596 GLuint start, in drawRangeElements() 2611 mImplementation->drawRangeElements(this, mode, start, end, count, type, indices)); in drawRangeElements() 2616 GLuint start, in drawRangeElementsBaseVertex() 2631 ANGLE_CONTEXT_TRY(mImplementation->drawRangeElementsBaseVertex(this, mode, start, end, count, in drawRangeElementsBaseVertex() 3828 // If the user has requested that extensions start disabled and they are requestable, in initCaps() 2595 drawRangeElements(PrimitiveMode mode, GLuint start, GLuint end, GLsizei count, DrawElementsType type, const void *indices) drawRangeElements() argument 2615 drawRangeElementsBaseVertex(PrimitiveMode mode, GLuint start, GLuint end, GLsizei count, DrawElementsType type, const void *indices, GLint basevertex) drawRangeElementsBaseVertex() argument
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 749 start by inventing a special syntax for substitutions. For example, 873 C<$OUT> is reinitialized to the empty string at the start of each
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 318 // Set error location to start of doc, ideally should be first token found in parse() 998 // column & line start at 1 1281 // Set error location to start of doc, ideally should be first token found 1961 // column & line start at 1 2597 "in Json::Value::setComment(): Comments must start with /"); 3716 void Value::setOffsetStart(size_t start) { start_ = start; } in setOffsetStart() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 318 // Set error location to start of doc, ideally should be first token found in parse() 998 // column & line start at 1 1281 // Set error location to start of doc, ideally should be first token found 1961 // column & line start at 1 2597 "in Json::Value::setComment(): Comments must start with /"); 3716 void Value::setOffsetStart(size_t start) { start_ = start; } in setOffsetStart() argument
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 318 // Set error location to start of doc, ideally should be first token found in parse() 998 // column & line start at 1 1281 // Set error location to start of doc, ideally should be first token found 1961 // column & line start at 1 2597 "in Json::Value::setComment(): Comments must start with /"); 3716 void Value::setOffsetStart(size_t start) { start_ = start; } in setOffsetStart() argument
|
/third_party/vixl/test/aarch64/ |
H A D | test-simulator-aarch64.cc | 161 Instruction* start = buffer->GetStartAddress<Instruction*>(); \ 163 disasm.DisassembleBuffer(start, end); \
|
/third_party/python/Lib/test/ |
H A D | test_subprocess.py | 281 # this much time to start and print. 786 # Windows requires at least the SYSTEMROOT environment variable to start 1354 t.start() 1383 results.append(('thread-start-poll-result', proc.poll())) 1397 t.start() 1422 self.assertEqual([('thread-start-poll-result', None), 1651 # this much time to start and print. 3169 # from passing the test. More refactoring to have us start
|
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 915 * \param start Beginning iterator of source range 922 void assign(I start, I end) in assign() argument 925 while(start != end) { in assign() 926 push_back(*start); in assign() 927 start++; in assign()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfgvendor.c | 1279 int err = 0, tmp, type, start = 0; in wl_cfgvendor_set_rssi_monitor() local 1299 start = nla_get_u32(iter); in wl_cfgvendor_set_rssi_monitor() 1304 start, max_rssi, min_rssi) < 0) { in wl_cfgvendor_set_rssi_monitor() 2888 /* Point to the start of command */ in wl_cfgvendor_priv_bcm_handler() 3241 /* We need to call set_config_handler b/f calling start enable TBD */ in wl_cfgvendor_nan_parse_dp_sec_info_args() 3569 /* We need to call set_config_handler b/f calling start enable TBD */ in wl_cfgvendor_nan_parse_datapath_args() 4231 /* We need to call set_config_handler b/f calling start enable TBD */ in wl_cfgvendor_nan_parse_discover_args() 4686 /* We need to call set_config_handler b/f calling start enable TBD */ in wl_cfgvendor_nan_parse_args() 5556 WL_ERR(("failed to start nan error[%d]\n", ret)); in wl_cfgvendor_nan_start_handler() 7339 WL_ERR(("failed to start pk in wl_cfgvendor_dbg_start_pkt_fate_monitoring() [all...] |