/external/skia/gm/ |
textbloblooper.cpp | 147 const char* text = "The quick brown fox jumps over the lazy dog";
|
/external/srtp/ |
README | 165 sequence number in a random place, and the SRTP layer just jumps
|
/external/valgrind/callgrind/ |
global.h | 102 Bool collect_jumps; /* Collect (cond.) jumps in functions ? */ 301 CJmpInfo* jmp; /* array of info for condition jumps, 493 /* number of conditional jumps passed in last BB */ 732 /* from jumps.c */
|
clo.c | 415 else if VG_BOOL_CLO(arg, "--collect-jumps", CLG_(clo).collect_jumps) {} 580 " --collect-jumps=no|yes Collect jumps? [no]\n"
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
RippleComponent.java | 283 * Called when the hardware exit is cancelled. Jumps software values to end
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragView.java | 78 // Set the initial scale to avoid any jumps
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
py2_test_grammar.py | 96 jumps over 104 jumps over 111 jumps over\n\ 118 jumps over\n\
|
py3_test_grammar.py | 102 jumps over 110 jumps over 117 jumps over\n\ 124 jumps over\n\
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_binascii.py | 20 rawdata = "The quick brown fox jumps over the lazy dog.\r\n"
|
test_grammar.py | 91 jumps over 99 jumps over 106 jumps over\n\ 113 jumps over\n\
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
py2_test_grammar.py | 96 jumps over 104 jumps over 111 jumps over\n\ 118 jumps over\n\
|
py3_test_grammar.py | 102 jumps over 110 jumps over 117 jumps over\n\ 124 jumps over\n\
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_binascii.py | 20 rawdata = "The quick brown fox jumps over the lazy dog.\r\n"
|
test_grammar.py | 91 jumps over 99 jumps over 106 jumps over\n\ 113 jumps over\n\
|
/external/libhevc/common/arm64/ |
ihevc_inter_pred_filters_luma_vert.s | 247 blt epilog_end //jumps to epilog_end 248 beq epilog //jumps to epilog 361 bgt kernel_8 //jumps to kernel_8
|
ihevc_inter_pred_filters_luma_vert_w16inp.s | 224 blt epilog_end //jumps to epilog_end 225 beq epilog //jumps to epilog 312 bgt kernel_8 //jumps to kernel_8
|
ihevc_inter_pred_luma_vert_w16inp_w16out.s | 238 blt epilog_end //jumps to epilog_end 239 beq epilog //jumps to epilog 330 bgt kernel_8 //jumps to kernel_8
|
/external/mdnsresponder/mDNSShared/ |
DebugServices.h | 727 function name, etc.) using the default debugging output method then jumps to a label. 754 function name, etc.) and a custom explanation string using the default debugging output method then jumps to a label. 780 If expression evalulates to false, this jumps to a label. No debugging information is printed. 806 function name, etc.) using the default debugging output method then jumps to a label. 837 default debugging output method then jumps to a label. 868 default debugging output method then executes an action and jumps to a label. 898 If the error code is non-0, this jumps to a label. No debugging information is printed. 924 function name, etc.) using the default debugging output method then executes an action and jumps to a label. [all...] |
/external/libhevc/common/arm/ |
ihevc_inter_pred_filters_luma_vert.s | 235 blt epilog_end @jumps to epilog_end 236 beq epilog @jumps to epilog 343 bgt kernel_8 @jumps to kernel_8 682 beq epilog_16out @jumps to epilog 784 bgt kernel_8_16out @jumps to kernel_8 [all...] |
/external/v8/src/x64/ |
macro-assembler-x64.h | 182 // Check if object is in new space. Jumps if the object is not in new space. 191 // Check if object is in new space. Jumps if the object is in new space. 588 // NOTICE: This operation jumps on success, not failure! 762 // can be the same. If the number is not found in the cache the code jumps to [all...] |
/external/valgrind/callgrind/docs/ |
cl-manual.xml | 201 i.e. (conditional) jumps. This will be collected by further specifying 202 <option><xref linkend="opt.collect-jumps"/>=yes</option>.</para> [all...] |
/external/zopfli/src/zopflipng/lodepng/ |
lodepng_util.cpp | 433 if(bp >> 3 >= inlength) { error = 50; return; } //error, bit pointer jumps past memory 446 if(bp >> 3 >= inlength) { error = 50; return; } //error, bit pointer jumps past memory 457 if(bp >> 3 >= inlength) { error = 50; return; } //error, bit pointer jumps past memory
|
/frameworks/base/docs/html/tools/help/ |
adt.jd | 167 <li>A resource identifier, such as <code>R.id.button1</code>, jumps 171 static final int Button01=0x7f050000"</code>, jumps to the corresponding XML definition.</li> 174 <code><activity android:name=".TestActivity"></code>, jumps to the corresponding Java class. You can
|
/development/samples/Support4Demos/src/com/example/android/supportv4/media/ |
MediaController.java | 275 // session to avoid jumps in the position in case of ongoing playback.
|
/docs/source.android.com/src/accessories/ |
aoa.jd | 119 algorithm jumps back to
|