/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/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
property-names.js | 17 var aliased = {}; 22 aliased[name] = candidate; 32 return aliased[property] || property;
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/ |
module.mk | 20 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer$(ECHO_DRIVER_DONE) 22 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer for LCDs$(ECHO_DRIVER_DONE) 24 $(ECHO_DRIVER)smooth $(ECHO_DRIVER_DESC)anti-aliased bitmap renderer for vertical LCDs$(ECHO_DRIVER_DONE)
|
/external/compiler-rt/lib/builtins/arm/ |
softfloat-alias.list | 3 # aliased to the *vfp functions on arm processors
|
/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 | 20 * 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/v8/test/mjsunit/ |
eval.js | 59 // Test that un-aliased eval reads from local context. 68 // Test that un-aliased eval writes to local context. 79 // Test that un-aliased eval has right receiver. 84 // Test that aliased eval reads from global context. 94 // Test that aliased eval writes to global context. 100 // Test that aliased eval has right receiver. 105 // Try to cheat the 'aliased eval' detection.
|
/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/ |
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.
|
/external/v8/test/webkit/ |
dfg-arguments-mixed-alias.js | 25 "Tests functions that use 'arguments' in both an aliased and a non-aliased way."
|
/external/icu/icu4c/source/common/ |
locbased.h | 40 * will be aliased for the lifetime of this object. 46 * These will be aliased for the lifetime of this object.
|
/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/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/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 | 26 * 'name' and 'encoding' parameters are aliased or copied.
|
/external/llvm/test/CodeGen/AMDGPU/ |
invariant-load-no-alias-store.ll | 4 ; pointer may have been loaded from an aliased store, so make sure
|
/external/llvm/test/CodeGen/PowerPC/ |
mcm-9.ll | 5 ; for loading and storing an aliased external variable.
|