HomeSort by relevance Sort by last modified time
    Searched full:aliased (Results 1 - 25 of 549) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/
cxx-decls-merged.h 26 namespace Aliased { extern int b; }
27 namespace Alias = Aliased;
cxx-decls-imported.h 48 namespace Aliased { extern int a; }
49 namespace Alias = Aliased;
  /external/compiler-rt/lib/builtins/arm/
softfloat-alias.list 3 # aliased to the *vfp functions on arm processors
  /external/flatbuffers/go/
sizes.go 34 // The `byte` type is aliased (by Go definition) to uint8.
38 // The `bool` type is aliased (by flatbuffers convention) to uint8.
42 // The `SOffsetT` type is aliased (by flatbuffers convention) to int32.
45 // The `UOffsetT` type is aliased (by flatbuffers convention) to uint32.
48 // The `VOffsetT` type is aliased (by flatbuffers convention) to uint16.
  /external/libchrome/base/debug/
alias.h 13 // Make the optimizer think that var is aliased. This is to prevent it from
  /external/llvm/test/LTO/X86/
symver-asm.ll 11 ; contain the aliased symver as well as the original.
  /external/skia/src/gpu/effects/
GrRRectEffect.h 21 * Creates an effect that performs anti-aliased clipping against a SkRRect. It doesn't support
  /frameworks/base/data/keyboards/
Vendor_046d_Product_c294.kl 32 # 0x12a top-left gear (aliased as BUTTON_4)
33 # 0x12b bottom-left gear (aliased as BUTTON_1)
  /external/clang/test/CodeGenCXX/
dllexport-alias.cpp 3 // This test assumes that the C1 constructor will be aliased to the C2
  /external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
asm-global-bugfix.ll 3 ; aliased.
  /external/llvm/test/Transforms/GVN/
2009-11-12-MemDepMallocBitCast.ll 2 ; to aliased memory; GVN should not optimize away the load in this program.
volatile-nonvolatile.ll 5 ; The loaded address and the location of the address itself are not aliased,
36 ; The loads are ordered and non-monotonic. Although they are not aliased to
  /external/swiftshader/third_party/LLVM/test/Transforms/GVN/
2009-11-12-MemDepMallocBitCast.ll 2 ; to aliased memory; GVN should not optimize away the load in this program.
  /external/wycheproof/
build_defs.bzl 20 # We can't use native.alias, because aliased tests are not run.
47 # We can't use native.alias, because aliased tests are not run.
77 # We can't use native.alias, because aliased tests are not run.
108 # We can't use native.alias, because aliased tests are not run.
  /external/skia/gm/
typeface.cpp 171 // This gm crashes on iOS when drawing an embedded bitmap when requesting aliased rendering.
181 { false, false, false }, // aliased
183 { true, false, false }, // anti-aliased
184 { true, true , false }, // subpixel anti-aliased
185 { true, false, true }, // anti-aliased in layer (flat pixel geometry)
186 { true, true , true }, // subpixel anti-aliased in layer (flat pixel geometry)
  /external/guice/extensions/grapher/src/com/google/inject/grapher/
Alias.java 20 * Alias between two nodes. Causes the 'from' node to be aliased with the 'to' node, which means
  /prebuilts/go/darwin-x86/test/
escape.go 29 println("aliased pointers", -(i + 1), *allptr[i], "after", s)
54 println("want aliased pointers but got different after", s)
123 // *is* aliased
135 // *is* aliased
  /prebuilts/go/linux-x86/test/
escape.go 29 println("aliased pointers", -(i + 1), *allptr[i], "after", s)
54 println("want aliased pointers but got different after", s)
123 // *is* aliased
135 // *is* aliased
  /system/core/libbinderwrapper/include/binderwrapper/
binder_test_base.h 27 // Class that can be inherited from (or aliased via typedef/using) when writing
  /external/mesa3d/docs/
conform.html 148 Anti-aliased Point test passed.
151 Anti-aliased Line test passed.
156 Anti-aliased Triangles test passed.
261 Anti-aliased Point test passed.
264 Anti-aliased Line test passed.
269 Anti-aliased Triangles test passed.
374 Anti-aliased Point test passed.
377 Anti-aliased Line test passed.
382 Anti-aliased Triangles test passed.
487 Anti-aliased Point test passed
    [all...]
  /external/clang/test/SemaCXX/
using-directive.cpp 107 namespace Aliased {
110 namespace Alias = Aliased;
  /external/icu/icu4c/source/common/
locbased.h 42 * will be aliased for the lifetime of this object.
48 * These will be aliased for the lifetime of this object.
  /external/llvm/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeas.txt 42 aliased, but check at runtime", like speculative execution in
44 -- or an instruction to check whether two values are aliased and
  /external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeas.txt 42 aliased, but check at runtime", like speculative execution in
44 -- or an instruction to check whether two values are aliased and
  /external/icu/icu4c/source/test/intltest/
textfile.h 28 * 'name' and 'encoding' parameters are aliased or copied.

Completed in 2012 milliseconds

1 2 3 4 5 6 7 8 91011>>