/third_party/skia/experimental/wasm-skp-debugger/ |
H A D | README.md | 17 note that make move-assets just copies the two output files over to the infra repo where they can
|
/third_party/skia/gm/ |
H A D | graphitestart.cpp | 14 // This is just for bootstrapping Graphite.
|
/third_party/skia/modules/pathkit/npm-asmjs/ |
H A D | CONTRIBUTING.md | 4 just a few small guidelines you need to follow.
|
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_ssif.c | 375 /* Error, just go to normal state. */ in start_clear_flags() 720 * Out of sequence block, just abort. Block in msg_done_handler() 787 * just give up for now. in msg_done_handler() 830 /* Should never happen, but just in case. */ in msg_done_handler() 862 /* Should never happen, but just in case. */ in msg_done_handler() 894 /* Should never happen, but just in case. */ in msg_done_handler() 986 /* The result is already ready, just start it. */ in msg_written_handler() 1015 * overwrite the thing at position 32 (which was just in start_resend() 1491 dev_err(&client->dev, "Could not write multi-part start, though the BMC said it could handle it. Just limit sends to one part.\n"); in start_multipart_test() 1502 dev_err(&client->dev, "Could not write multi-part middle, though the BMC said it could handle it. Just limi in start_multipart_test() [all...] |
/kernel/linux/linux-5.10/Documentation/process/ |
H A D | coding-style.rst | 315 being mis-understood. Similarly, ``tmp`` can be just about any type of 430 Functions should be short and sweet, and do just one thing. They should 436 conceptually simple function that is just one long (but simple) 483 cleanup needed then just return directly. 594 types. To this end, use just one data declaration per line (no commas for 671 just severely misguided in this matter), so you just give indent the 728 to worry about the structure suddenly going away from under them just 738 the number of subclass users, and decrements the global count just once 916 available for the pagecache. Just thin [all...] |
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | firestream.c | 260 in a jiffy (1/100th of a second) then we just disable the interrupt and 376 * encoding. I just copied it over. If Mitch agrees, I'll move it over 384 put these after 16 bits, so that we can just return the top 16 424 cheating. (Just joining two lines is cheating). (I know it's 499 /* just truncate */ in make_rate() 562 certain registers or to just log all accesses. */ 989 tmc0 = IS_FS50(dev)?0x61BE:0x64c9; /* Just copied over the bits from Fujitsu -- REW */ in fs_open() 1053 /* XXX Cleanup? -- Would just calling fs_close work??? -- REW */ in fs_open() 1118 is taking too long. Maybe just use non-interruptible sleep on? -- REW */ in fs_close() 1787 * too. I can't find ASF1 anywhere. Anyway, we AND with just th in fs_init() [all...] |
/kernel/linux/linux-6.6/Documentation/process/ |
H A D | coding-style.rst | 331 being mis-understood. Similarly, ``tmp`` can be just about any type of 446 Functions should be short and sweet, and do just one thing. They should 452 conceptually simple function that is just one long (but simple) 534 cleanup needed then just return directly. 645 types. To this end, use just one data declaration per line (no commas for 722 just severely misguided in this matter), so you just give indent the 779 to worry about the structure suddenly going away from under them just 789 the number of subclass users, and decrements the global count just once 967 available for the pagecache. Just thin [all...] |
/kernel/linux/linux-5.10/drivers/media/cec/core/ |
H A D | cec-adap.c | 356 * No blocking, so just queue the message if needed and in cec_data_completed() 487 /* Otherwise we just wait for something to happen. */ in cec_thread_func() 516 /* Just give up on this. */ in cec_thread_func() 529 * transmit, then just continue waiting. in cec_thread_func() 822 * adapter has already claimed, then just NACK in cec_transmit_msg_fh() 825 * it is just as easy to handle it here so the in cec_transmit_msg_fh() 1061 * initiator, and just returning in that case. in cec_received_msg_ts() 1283 * unconfigure, just bail out. in cec_config_log_addr() 1476 * they are just queued up and once adap->lock is unlocked the main in cec_config_thread_func() 1690 * This is just a in __cec_s_log_addrs() [all...] |
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | rtmutex.c | 365 * This is just a wrapper function for the following call, in rt_mutex_cond_detect_deadlock() 392 * things for a task that has just got its priority adjusted, and 397 * @orig_waiter: rt_mutex_waiter struct for the task that has just donated 607 * If we just follow the lock chain for deadlock detection, no in rt_mutex_adjust_prio_chain() 609 * of conditionals around the various places below, just do the in rt_mutex_adjust_prio_chain() 614 * No requeue[7] here. Just release @task [8] in rt_mutex_adjust_prio_chain() 633 * No requeue [11] here. We just do deadlock detection. in rt_mutex_adjust_prio_chain() 772 * point to go back just to figure that out. in rt_mutex_adjust_prio_chain() 940 * enqueue on itself just to untangle the mess later. It's not in task_blocks_on_rt_mutex() 1037 * obviously has waiters. Just se in mark_wakeup_next_waiter() [all...] |
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | ipmi_ssif.c | 369 /* Error, just go to normal state. */ in start_clear_flags() 712 * Out of sequence block, just abort. Block in msg_done_handler() 779 * just give up for now. in msg_done_handler() 822 /* Should never happen, but just in case. */ in msg_done_handler() 854 /* Should never happen, but just in case. */ in msg_done_handler() 886 /* Should never happen, but just in case. */ in msg_done_handler() 978 /* The result is already ready, just start it. */ in msg_written_handler() 1006 * overwrite the thing at position 32 (which was just in start_resend() 1477 dev_err(&client->dev, "Could not write multi-part start, though the BMC said it could handle it. Just limit sends to one part.\n"); in start_multipart_test() 1488 dev_err(&client->dev, "Could not write multi-part middle, though the BMC said it could handle it. Just limi in start_multipart_test() [all...] |
/kernel/linux/linux-6.6/drivers/media/cec/core/ |
H A D | cec-adap.c | 336 * No blocking, so just queue the message if needed and in cec_data_completed() 477 /* Otherwise we just wait for something to happen. */ in cec_thread_func() 507 /* Just give up on this. */ in cec_thread_func() 520 * transmit, then just continue waiting. in cec_thread_func() 816 * adapter has already claimed, then just NACK in cec_transmit_msg_fh() 819 * it is just as easy to handle it here so the in cec_transmit_msg_fh() 1067 * initiator, and just returning in that case. in cec_received_msg_ts() 1295 * unconfigure, just bail out. in cec_config_log_addr() 1501 * they are just queued up and once adap->lock is unlocked the main in cec_config_thread_func() 1762 * This is just a in __cec_s_log_addrs() [all...] |
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | usdt.c | 46 * existence and libbpf is just oblivious, dealing with bpf_object-specific 51 * From user-space application's point of view, USDT is essentially just 119 * First, there is no special USDT BPF program type. It is actually just 120 * a uprobe BPF program (which for kernel, at least currently, is just a kprobe 461 * /proc/<pid>/root/<path>. They will be reported as just /<path> in in parse_vma_segs() 648 * matters, we just use it as a marker to detect prelink address in collect_usdt_targets() 696 * need to do this lookup (we just use BPF cookie as in collect_usdt_targets() 850 /* if there were no free spec IDs yet, just transfer our IDs */ in bpf_link_usdt_detach() 861 /* If we couldn't resize free_spec_ids, we'll just leak in bpf_link_usdt_detach() 865 * So just d in bpf_link_usdt_detach() [all...] |
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_draw.c | 331 /* We have just flushed all our outstanding TF work in this job so make in v3d_emit_wait_for_tf() 557 * compile time, so that we mostly just have to OR the VS and FS in v3d_emit_gl_shader_state() 608 * shader needs to write the Z value (even just discards). in v3d_emit_gl_shader_state() 759 * inputs. (Since CS is just dead-code-elimination in v3d_emit_gl_shader_state() 1028 * Given that doing that is unusual, for now we just block the binner in v3d_draw_vbo() 1047 * which ones are read vs written, so just assume the worst. in v3d_draw_vbo() 1251 * packet, or the GPU may hang. Just flush each time for now. in v3d_draw_vbo() 1490 * read vs written, so just assume the worst in v3d_launch_grid() 1548 /* GFXH-1461: If we were to emit a load of just depth or just stenci in v3d_tlb_clear() [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | build-ideal-tree.js | 279 // or just the root node from a package.json 521 // ie, doing `foo@bar` we just return foo but if it's a url or git, we 528 // if it's just @'' then we reload whatever's there, or get latest 603 // just tells the user to cd into that directory and fix it? 693 // least it's just a one-time hit. 815 // not necessary during a reification, because we just update the 874 // rather than this, more deduped, but just as correct tree: 996 // otherwise, just enqueue normally. 1320 // easy, just put the thing there 1458 // If we did no modifications, we just iterat [all...] |
/third_party/libwebsockets/lib/roles/ws/ |
H A D | ops-ws.c | 472 * have to just close our end. in lws_ws_rx_sm() 518 * we should just log and drop in lws_ws_rx_sm() 626 * we may rely on this to get RX, just drop in lws_ws_rx_sm() 1167 * extension callback handling, just the normal input buffer is in rops_handle_POLLIN_ws() 1295 /* else, the send failed and we should just hang up */ in rops_handle_POLLOUT_ws() 1380 * coming here with a NULL, zero-length ebuf means just spill pending in rops_handle_POLLOUT_ws() 1440 * There's more to spill from an extension, but we just sent in rops_handle_POLLOUT_ws() 1617 * When we are just flushing (len == 0), we can trust the in rops_write_role_protocol_ws() 1654 * the time (just the fragment length known), and if he has in rops_write_role_protocol_ws() 1841 * in v7, just mas in rops_write_role_protocol_ws() [all...] |
/third_party/libbpf/src/ |
H A D | usdt.c | 46 * existence and libbpf is just oblivious, dealing with bpf_object-specific 51 * From user-space application's point of view, USDT is essentially just 119 * First, there is no special USDT BPF program type. It is actually just 120 * a uprobe BPF program (which for kernel, at least currently, is just a kprobe 461 * /proc/<pid>/root/<path>. They will be reported as just /<path> in in parse_vma_segs() 648 * matters, we just use it as a marker to detect prelink address in collect_usdt_targets() 696 * need to do this lookup (we just use BPF cookie as in collect_usdt_targets() 850 /* if there were no free spec IDs yet, just transfer our IDs */ in bpf_link_usdt_detach() 861 /* If we couldn't resize free_spec_ids, we'll just leak in bpf_link_usdt_detach() 865 * So just d in bpf_link_usdt_detach() [all...] |
/third_party/skia/src/gpu/v1/ |
H A D | ClipStack.cpp | 285 // For difference ops, can always just subtract the shape directly by drawing 0 coverage in draw_to_sw_mask() 296 // TODO: this is an extra copy effectively, just so we can toggle inversion; would be in draw_to_sw_mask() 297 // better perhaps to just call a drawPath() since we know it'll use path rendering w/ in draw_to_sw_mask() 478 // This is very similar to contains(Draw) but we just have outerBounds to work with. in contains() 541 // rects because a non-AA axis aligned rect can always be set as just a scissor test or window in simplify() 561 // clip rects we always just round so that they can be scissor-only (avoiding the in simplify() 621 // this can be set to true. We just can't modify other to set it's aa to this->fAA. in combine() 927 // just the new element. in addElement() 967 // - Bounds updates are just the mirror of Intersect(stack) + Difference(toAdd) in addElement() 1013 // We don't need to pass the actual index that toAdd will be saved to; just th in appendElement() [all...] |
/third_party/pcre2/pcre2/ |
H A D | README | 6 the code and it now differs from PCRE1 in more than just the API. There are new 52 just provides a POSIX calling interface to PCRE2; the regular expressions 69 just called "pcre2" lists all the others. In addition to these man pages, the 130 this case, on many systems, just running "./configure" is sufficient. However, 139 If you want to build in a different directory, just run "configure" with that 168 . If you want to include support for just-in-time (JIT) compiling, which can 239 on the "configure" command. This is just the default; individual calls to 617 libraries that are enabled. If you want to run just one set of tests, call 621 on the RunTest command line. To run pcre2test on just one or more specific test 631 This runs tests 3 to 15, excluding test 10, and just ~1 [all...] |
/third_party/pcre2/pcre2/doc/html/ |
H A D | README.txt | 6 the code and it now differs from PCRE1 in more than just the API. There are new 52 just provides a POSIX calling interface to PCRE2; the regular expressions 69 just called "pcre2" lists all the others. In addition to these man pages, the 130 this case, on many systems, just running "./configure" is sufficient. However, 139 If you want to build in a different directory, just run "configure" with that 168 . If you want to include support for just-in-time (JIT) compiling, which can 239 on the "configure" command. This is just the default; individual calls to 617 libraries that are enabled. If you want to run just one set of tests, call 621 on the RunTest command line. To run pcre2test on just one or more specific test 631 This runs tests 3 to 15, excluding test 10, and just ~1 [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawBuffersIndexedTests.cpp | 76 using tcu::just; 1396 postCommon.enableBlend = tcu::just(false); in genRandomTest() 1407 blendState.enableBlend = tcu::just(false); in genRandomTest() 1522 const BlendState preState = BlendState((commonState.enableBlend ? commonState.enableBlend : just(true)), in createDiffTest() 1524 (commonState.blendFunc ? commonState.blendFunc : just(Either<BlendFunc, SeparateBlendFunc>(BlendFunc(GL_ONE, GL_ONE)))), in createDiffTest() 1535 const BlendState preState = BlendState(just(true), in createDiffTest() 1559 const BlendState preState = BlendState((commonState.enableBlend ? commonState.enableBlend : just(true)), in createAdvancedEqDiffTest() 1561 (commonState.blendFunc ? commonState.blendFunc : just(Either<BlendFunc, SeparateBlendFunc>(BlendFunc(GL_ONE, GL_ONE)))), in createAdvancedEqDiffTest() 1571 const BlendState preState = BlendState(just(true), in createAdvancedEqDiffTest() 1593 const BlendState disableState = BlendState(just(fals in addDrawBufferCommonTests() [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | ring_buffer.c | 222 * or just the event length for all other events. 804 /* If the event includes an absolute time, then just use that */ in ring_buffer_event_time_stamp() 825 /* Screw it, just read the current time */ in ring_buffer_event_time_stamp() 1183 /* Just stupid testing the normalize function and deltas */ in ring_buffer_normalize_time_stamp() 1245 * What the above shows is that the reader just swapped out 1441 * three loops just because I'm paranoid. in rb_set_head_page() 1494 * Just make sure we have seen our old_write and synchronize in rb_tail_page_update() 1584 * memory. It may not be accurate. But we don't care, we just want in __rb_allocate_pages() 1984 * We have already removed references to this list item, just in rb_remove_pages() 2048 * now, we just hav in rb_insert_pages() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | regexcmp.cpp | 1006 // The '{' opening an interval quantifier was just scanned. in doParseActions() 1068 // Surround the just-emitted normal looping code with a STO_SP ... LD_SP in doParseActions() 1069 // just as if the loop was inclosed in atomic parentheses. in doParseActions() 1080 loopOp++; // point LoopOp after the just-inserted STO_SP in doParseActions() 1099 // We've just scanned a "normal" character from the pattern, in doParseActions() 1105 // We've just scanned an backslashed escaped character with no in doParseActions() 1539 // We have just scanned a '(?'. We now need to prevent the character scanner from in doParseActions() 1541 // (This Perl compatibility just gets uglier and uglier to do...) in doParseActions() 1667 // Set up a new UnicodeSet for the set beginning with the just-scanned '[' in doParseActions() 1716 // the operator stack should be empty and the operand stack should have just in doParseActions() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | regexcmp.cpp | 1006 // The '{' opening an interval quantifier was just scanned. in doParseActions() 1068 // Surround the just-emitted normal looping code with a STO_SP ... LD_SP in doParseActions() 1069 // just as if the loop was inclosed in atomic parentheses. in doParseActions() 1080 loopOp++; // point LoopOp after the just-inserted STO_SP in doParseActions() 1099 // We've just scanned a "normal" character from the pattern, in doParseActions() 1105 // We've just scanned an backslashed escaped character with no in doParseActions() 1539 // We have just scanned a '(?'. We now need to prevent the character scanner from in doParseActions() 1541 // (This Perl compatibility just gets uglier and uglier to do...) in doParseActions() 1667 // Set up a new UnicodeSet for the set beginning with the just-scanned '[' in doParseActions() 1716 // the operator stack should be empty and the operand stack should have just in doParseActions() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | sync_engine.cpp | 401 return -E_BUSY; // db is closing just return in DealMsgUtilQueueEmpty() 693 // now task is running just return here in ExecSyncTask() 751 LOGI("[SyncEngine] engine is closed, just put into map"); in SetEqualIdentifier() 1107 return -E_BUSY; // db is closing just return in RemoteQuery() 1119 return; // db is closing just return in NotifyConnectionClosed() 1130 return; // db is closing just return in NotifyUserChange()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | tlb.c | 500 * If the CPU is not in lazy TLB mode, we are just switching in switch_mm_irqs_off() 509 * If the TLB is up to date, just use it. in switch_mm_irqs_off() 687 * slower than a minimal flush, just switch to init_mm. in flush_tlb_func_common() 895 /* Should we flush just the requested range? */ in flush_tlb_mm_range() 992 * If PTI is off, then __flush_tlb_one_user() is just INVLPG or its in flush_tlb_one_kernel() 1030 * Just use invalidate_user_asid() in case we are called early. in native_flush_tlb_one_user()
|