/external/v8/test/mjsunit/regress/ |
regress-496.js | 31 // aliased call to eval.
|
regress-900055.js | 37 e('s'); // should throw exception since aliased eval is global
|
/external/v8/test/webkit/ |
dfg-arguments-alias-escape.js | 25 "Tests aliased uses of 'arguments' that escape."
|
dfg-arguments-alias-one-block-overwrite.js | 25 "Tests that if you alias the arguments in a very small function, arguments simplification still works even if the variable isn't must-aliased."
|
dfg-arguments-alias.js | 25 "Tests aliased uses of 'arguments'."
|
dfg-arguments-cross-code-origin.js | 25 "Tests uses of 'arguments' that are aliased but span code origins."
|
dfg-arguments-osr-exit.js | 25 "Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit."
|
dfg-arguments-unexpected-escape.js | 25 "Tests aliased uses of 'arguments' that have an unexpected escape."
|
dfg-uint8clampedarray-out-of-bounds-put-by-val-alias.js | 25 "Tests that out-of-bounds stores to a Uint8ClampedArray that are aliased to out-of-bounds loads don't crash."
|
dfg-arguments-osr-exit-multiple-blocks-before-exit.js | 25 "Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit, in the case that there is some interesting control flow prior to the exit."
|
dfg-arguments-osr-exit-multiple-blocks.js | 25 "Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit, in the case that there is some interesting control flow."
|
/art/compiler/debug/dwarf/ |
register.h | 31 // However, D0 is aliased to pair of S0 and S1, so using that
|
/external/skia/src/core/ |
SkPictureContentInfo.h | 59 // This field is incremented every time an anti-aliased drawPath call is
|
/external/v8/test/mjsunit/ |
strict-mode-eval.js | 36 // (using aliased eval to force non-strict mode)
|
/external/icu/icu4c/source/i18n/ |
collationruleparser.h | 112 * The pointer is aliased: Pointer copy without cloning or taking ownership. 120 * The pointer is aliased: Pointer copy without cloning or taking ownership.
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bdf/ |
README | 57 Anti-Aliased Bitmaps 62 that format for adding anti-aliased them to TrueType fonts. It introduces a
|
/external/opencv3/doc/py_tutorials/py_gui/py_drawing_functions/ |
py_drawing_functions.markdown | 21 - lineType : Type of line, whether 8-connected, anti-aliased line etc. *By default, it is 22 8-connected.* cv2.LINE_AA gives anti-aliased line which looks great for curves.
|
/external/freetype/include/ |
ftimage.h | 143 /* An 8-bit bitmap, generally used to represent anti-aliased glyph */ 150 /* anti-aliased bitmaps in font files according to the OpenType */ 155 /* A 4-bit per pixel bitmap, representing embedded anti-aliased */ [all...] |
ftgasp.h | 70 * Anti-aliased rendering should be performed at the specified ppem.
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/ |
ftimage.h | 143 /* An 8-bit bitmap, generally used to represent anti-aliased glyph */ 150 /* anti-aliased bitmaps in font files according to the OpenType */ 155 /* A 4-bit per pixel bitmap, representing embedded anti-aliased */ [all...] |
/external/pdfium/third_party/freetype/include/freetype/ |
ftimage.h | 143 /* An 8-bit bitmap, generally used to represent anti-aliased glyph */ 150 /* anti-aliased bitmaps in font files according to the OpenType */ 155 /* A 4-bit per pixel bitmap, representing embedded anti-aliased */ [all...] |
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftimage.h | 143 /* An 8-bit bitmap, generally used to represent anti-aliased glyph */ 150 /* anti-aliased bitmaps in font files according to the OpenType */ 155 /* A 4-bit per pixel bitmap, representing embedded anti-aliased */ [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
group-file-parser.rb | 322 # 96:1: member[ group ] : name= ID ( parameter_declaration )? '::=' (aliased= ID | TEMPLATE | STRING ) ; 328 aliased = nil 336 # at line 98:5: name= ID ( parameter_declaration )? '::=' (aliased= ID | TEMPLATE | STRING ) 357 # at line 99:5: (aliased= ID | TEMPLATE | STRING ) 368 # at line 99:7: aliased= ID 369 aliased = match( ID, TOKENS_FOLLOWING_ID_IN_member_220 ) 371 group.alias_template( name.text, aliased.text )
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
Security2Test.java | 59 // entry that is being aliased. 72 // aliased are identical. Such entries can occur. 77 // aliased
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
Security2Test.java | 55 // entry that is being aliased. 63 // aliased are identical. Such entries can occur. 67 // Add 1 to the provider count of the thing being aliased
|