OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aliased
(Results
51 - 75
of
506
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu/icu4c/source/test/intltest/
textfile.cpp
18
// constructor parameters are copied. Otherwise they are
aliased
.
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftgasp.h
70
* Anti-
aliased
rendering should be performed at the specified ppem.
/external/llvm/test/CodeGen/X86/
crash-O0.ll
9
;
aliased
registers (AX and AL) - RegAllocFast does not like that.
/external/llvm/test/Transforms/LICM/
volatile-alias.ll
2
; The objects *p and *q are
aliased
to each other, but even though *q is
/external/mesa3d/docs/
relnotes-7.0.4.html
38
<li>Fixed GLSL linker bug causing generic vertex attributes to get
aliased
/external/pdfium/third_party/freetype/
0000-include.patch
59
/* them to display normal gray-level anti-
aliased
glyphs. */
/external/pdfium/third_party/freetype/include/freetype/
ftgasp.h
70
* Anti-
aliased
rendering should be performed at the specified ppem.
/external/skia/gm/
skbug1719.cpp
14
* This test exercises bug 1719. An anti-
aliased
blurred path is rendered through a soft clip. On
/external/v8/test/mjsunit/compiler/
compare.js
90
// Test compare in case of
aliased
registers.
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftgasp.h
70
* Anti-
aliased
rendering should be performed at the specified ppem.
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
aliaspass.py
51
The
aliased
symbol name or None if not found.
113
# If we have closurized namespaces, identify
aliased
identifiers.
/external/clang/test/Preprocessor/
pragma_microsoft.c
78
#pragma include_alias(<bar.h>, "bar.h") // expected-warning {{angle-bracketed include <bar.h> cannot be
aliased
to double-quoted include "bar.h"}}
79
#pragma include_alias("foo.h", <bar.h>) // expected-warning {{double-quoted include "foo.h" cannot be
aliased
to angle-bracketed include <bar.h>}}
/external/jsoncpp/
NEWS.txt
94
Types Json::Int64 and Json::UInt64 have been added. They are
aliased
99
aliased
to the largest integer type supported:
/external/v8/test/webkit/
dfg-arguments-mixed-alias-expected.txt
24
Tests functions that use 'arguments' in both an
aliased
and a non-
aliased
way.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libtic.so
libtic.so.5
libtic.so.5.7
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_platform.py
29
for
aliased
in (False, True):
31
res = platform.platform(
aliased
, terse)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_platform.py
29
for
aliased
in (False, True):
31
res = platform.platform(
aliased
, terse)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py
29
for
aliased
in (False, True):
31
res = platform.platform(
aliased
, terse)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py
29
for
aliased
in (False, True):
31
res = platform.platform(
aliased
, terse)
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-raster.html
144
<p>A structure used to model a single span of gray pixels when rendering an anti-
aliased
bitmap.</p>
179
<p>A function used as a call-back by the anti-
aliased
renderer in order to let client applications draw themselves the gray pixel spans on each scan line.</p>
198
<p>This callback allows client applications to directly render the gray spans of the anti-
aliased
bitmap to any kind of surfaces.</p>
199
<p>This can be used to write anti-
aliased
outlines directly to a given background bitmap, and even perform translucency.</p>
259
<p>An anti-
aliased
glyph bitmap is drawn if the <a href="ft2-raster.html#FT_RASTER_FLAG_XXX">FT_RASTER_FLAG_AA</a> bit flag is set in the ‘flags’ field, otherwise a monochrome bitmap is generated.</p>
290
<p>This flag is set to indicate that an anti-
aliased
glyph image should be generated. Otherwise, it will be monochrome (1-bit).</p>
294
<p>Direct rendering is only possible with anti-
aliased
glyphs.</p>
/external/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp
166
// Check if the machine memory operand MMO is
aliased
with any of the
189
// Check if the machine instruction MI accesses any storage
aliased
with
254
// If this store instruction is
aliased
with anything already in the
258
// If this store is
aliased
to any of the memory instructions we have
271
// Assume calls are
aliased
to everything.
/external/icu/icu4c/source/common/unicode/
uchriter.h
38
* text is only
aliased
, not adopted (the
49
* text is only
aliased
, not adopted (the
65
* text is only
aliased
, not adopted (the
/external/pdfium/third_party/bigint/
BigUnsigned.cc
104
* stored (an "
aliased
" call), we risk overwriting the input before we read it.
108
*
aliased
calls) to generate code for this check.
111
* BigUnsigned.hh). Before then, put-here operations rejected
aliased
calls
114
* Some of the put-here operations can probably handle
aliased
calls safely
388
/* Defending against
aliased
calls is more complex than usual because we
396
*
aliased
to one of them. If so, use a temporary copy of b. */
Completed in 518 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>