/external/mesa3d/docs/specs/ |
MESA_configless_context.spec | 71 Remove the last bullet point in the list of constraints. 98 Replace the first bullet point with the following: 103 Add a second bullet point after that:
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
GameView.java | 41 * when a bullet is fired or the ship crashes into an obstacle. Otherwise, the 52 private final List<Bullet> mBullets; 87 mBullets = new ArrayList<Bullet>(); 310 Bullet bullet = new Bullet(); 311 bullet.setPosition(mShip.getBulletInitialX(), mShip.getBulletInitialY()); 312 bullet.setVelocity(mShip.getBulletVelocityX(mBulletSpeed), 314 mBullets.add(bullet); 372 final Bullet bullet = mBullets.get(i) [all...] |
/development/samples/ControllerSample/src/com/example/controllersample/ |
GameView.java | 48 * a bullet is fired or the ship crashes into an obstacle. Otherwise, the system 66 private final List<Bullet> mBullets; 89 mBullets = new ArrayList<Bullet>(); 228 final Bullet bullet = mBullets.get(i); local 229 bullet.draw(canvas); 340 final Bullet bullet = mBullets.get(i); local 341 if (!bullet.step(tau)) { 361 final Bullet bullet = mBullets.get(i) local 736 Bullet bullet = new Bullet(); local [all...] |
/frameworks/support/core/ktx/src/androidTest/java/androidx/core/text/ |
SpannableStringBuilderTest.kt | 294 val bullet = spans.filterIsInstance<BulletSpan>().single() 295 assertEquals(7, result.getSpanStart(bullet)) 296 assertEquals(12, result.getSpanEnd(bullet))
|
/external/autotest/client/tools/ |
html_report.py | 162 /* Provide space for our own "bullet" inside the LI */ 163 ul.mktree li .bullet { padding-left: 15px; } 165 ul.mktree li.liOpen .bullet { cursor: pointer; } 166 ul.mktree li.liClosed .bullet { cursor: pointer; } 167 ul.mktree li.liBullet .bullet { cursor: default; } [all...] |
/external/ImageMagick/scripts/ |
format_c_api_docs | 513 my $bullet = $1; 518 print( OUT item($bullet), "$bullet_text\n\n" );
|
/toolchain/binutils/binutils-2.27/etc/ |
texi2pod.pl | 208 s/\@bullet(?:\{\})?/*/g;
|
/prebuilts/go/darwin-x86/src/mime/quotedprintable/ |
reader_test.go | 51 // not permitted per RFC 2045, Section 6.7 Page 22 bullet (4).
|
/prebuilts/go/linux-x86/src/mime/quotedprintable/ |
reader_test.go | 51 // not permitted per RFC 2045, Section 6.7 Page 22 bullet (4).
|
/build/make/tools/droiddoc/templates-pdk/assets/design/ |
default.css | 486 li.no-bullet {
|
/external/e2fsprogs/doc/ |
texinfo.tex | 79 \let\ptexbullet=\bullet [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | 79 \let\ptexbullet=\bullet [all...] |
/external/fonttools/Lib/fontTools/ |
agl.py | 374 2022;bullet;BULLET 493 25D8;invbullet;INVERSE BULLET 565 25E6;openbullet;WHITE BULLET
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/ |
core.go | 429 // Rule X10, second bullet: Determine the start-of-sequence (sos) and end-of-sequence (eos) types,
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/ |
core.go | 429 // Rule X10, second bullet: Determine the start-of-sequence (sos) and end-of-sequence (eos) types,
|
/external/libffi/ |
texinfo.tex | 77 \let\ptexbullet=\bullet [all...] |
/external/libmicrohttpd/doc/ |
texinfo.tex | 77 \let\ptexbullet=\bullet [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/ |
texinfo.tex | 77 \let\ptexbullet=\bullet [all...] |
/external/python/cpython3/Modules/_ctypes/libffi/ |
texinfo.tex | 77 \let\ptexbullet=\bullet [all...] |
/toolchain/binutils/binutils-2.27/texinfo/ |
texinfo.tex | 77 \let\ptexbullet=\bullet [all...] |
/prebuilts/go/darwin-x86/src/html/ |
entity.go | [all...] |
/prebuilts/go/linux-x86/src/html/ |
entity.go | [all...] |
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/ |
swt-3.5.0.jar | |
/prebuilts/tools/darwin-x86/swt/ |
swt.jar | |
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
wikipedia.css | 690 list-style-image: url(images/bullet-icon.png); [all...] |