/third_party/skia/third_party/externals/brotli/tests/testdata/ |
D | quickfox_repeated | 1 …jumps over the lazy dogThe quick brown fox jumps over the lazy dogThe quick brown fox jumps over t…
|
D | quickfox | 1 The quick brown fox jumps over the lazy dog
|
/third_party/pcre2/pcre2/testdata/ |
D | grepinput | 15 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 16 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox 17 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick 18 brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 20 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 21 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox 22 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick 23 brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 25 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 26 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox [all …]
|
D | grepoutputCN | 2 This time it jumps and jumps and jumps. 8 This time it jumps and jumps and jumps. 16 This time it jumps and jumps and jumps.
|
D | grepoutputC | 8 This time it jumps and jumps and jumps. 20 This time it jumps and jumps and jumps. 28 This time it jumps and jumps and jumps.
|
D | grepinputv | 2 fox jumps 4 This time it jumps and jumps and jumps.
|
D | grepoutput | 115 583:brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 457 This time it jumps and jumps and jumps. 678 testdata/grepinputv:fox jumps 700 The quick brown fx jumps over the lazy dog. 703 The quick brown fx jumps over the lazy dog. 706 The quick brown fx jumps over the lazy dog. 960 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 961 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox
|
/third_party/mesa3d/src/compiler/glsl/ |
D | lower_jumps.cpp | 465 ir_jump* jumps[2]; in visit() local 482 jumps[i] = 0; in visit() 484 jumps[i] = (ir_jump*)list.get_tail(); in visit() 498 if(jumps[i]) { in visit() 500 assert(jump_strengths[i] == get_jump_strength(jumps[i])); in visit() 524 jumps[0]->remove(); in visit() 525 jumps[1]->remove(); in visit() 533 jumps[0] = 0; in visit() 534 jumps[1] = 0; in visit() 550 should_lower[i] = should_lower_jump(jumps[i]); in visit() [all …]
|
/third_party/json/doc/examples/ |
D | basic_json__CompatibleType.output | 19 "The quick brown fox jumps over the lazy dog." 20 "The quick brown fox jumps over the lazy dog." 21 "The quick brown fox jumps over the lazy dog."
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_legalize.c | 615 struct ir3_instruction *jumps[2] = {NULL, NULL}; in opt_jump() local 616 jumps[0] = in opt_jump() 619 jumps[1] = in opt_jump() 620 list_last_entry(&jumps[0]->node, struct ir3_instruction, node); in opt_jump() 622 if (jumps[0]->opc == OPC_JUMP) in opt_jump() 623 jumps[1] = NULL; in opt_jump() 624 else if (jumps[0]->opc != OPC_B || !jumps[1] || jumps[1]->opc != OPC_B) in opt_jump() 628 if (!jumps[i]) in opt_jump() 631 struct ir3_block *tblock = jumps[i]->cat0.target; in opt_jump() 633 list_delinit(&jumps[i]->node); in opt_jump()
|
/third_party/libinput/doc/user/ |
D | touchpad-jumping-cursors.rst | 18 times, even if the touchpad jumps continue. 53 In this recording, the pointer jumps from its position 3752/2216 to 56 jumps and discards the movement but otherwise continues as usual. 57 If your only encounter with these jumps is the warning printed to the log, 72 A special case of pointer jumps happens on ``AlpsPS/2 ALPS DualPoint TouchPad``
|
/third_party/python/Lib/test/ |
D | tokenize_tests.txt | 81 jumps over 88 jumps over 94 jumps over\n\ 100 jumps over\n\
|
/third_party/flutter/skia/third_party/externals/icu/source/config/ |
D | mh-beos | 18 # -ffunction-cse -fstrength-reduce -fthread-jumps -fcse-follow-jumps \
|
/third_party/skia/third_party/externals/icu/source/config/ |
D | mh-beos | 18 # -ffunction-cse -fstrength-reduce -fthread-jumps -fcse-follow-jumps \
|
/third_party/icu/icu4c/source/config/ |
D | mh-beos | 18 # -ffunction-cse -fstrength-reduce -fthread-jumps -fcse-follow-jumps \
|
/third_party/python/Objects/ |
D | lnotab_notes.txt | 123 (b) if byte code offset jumps by more than 255 from one row to the next, or if 124 source code line number jumps by more than 127 or less than -128 from one row 208 would break jumps around loops without else clauses. 213 co_lnotab. For backward jumps, however, we always call the line trace function,
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/switch/ |
D | switch-case-to-merge-block.amber | 81 ; Value 0 jumps to the merge label while the others store unexpected values in %aux.
|
/third_party/libinput/ |
D | CODING_STYLE.md | 132 - goto jumps only to the end of the function, and only for good reasons 133 (usually cleanup). goto never jumps backwards
|
/third_party/skia/third_party/externals/swiftshader/docs/ |
D | ReactorDebugInfo.md | 174 Loops and jumps within a function add complexity. Consider: 201 To solve this, `rr::DebugInfo::syncScope()` observes when a function jumps
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrControl.td | 148 // Win64 wants indirect jumps leaving the function to have a REX_W prefix. 159 // Non-tracking jumps for IBT, use with caution. 381 // Win64 wants indirect jumps leaving the function to have a REX_W prefix.
|
/third_party/libcoap/ |
D | ChangeLog | 231 presence of option jumps 257 with option jumps
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | py2_test_grammar.py | 111 jumps over\n\ 118 jumps over\n\
|
D | py3_test_grammar.py | 139 jumps over\n\ 146 jumps over\n\
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.0.3.rst | 137 - glsl: fix lower jumps for returns when loop is inside an if
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | floating_action_button_location_test.dart | 79 group('interrupts in-progress animations without jumps', () { 95 // We'll listen to the Scaffold's geometry for any 'jumps' to detect
|