Searched refs:Alias (Results 1 - 25 of 4564) sorted by relevance

1234567891011>>

/external/chromium_org/base/debug/
H A Dalias.cc15 void Alias(const void* var) { function in namespace:base::debug
H A Dalias.h16 void BASE_EXPORT Alias(const void* var);
H A Dgdi_debug_util_win.cc23 base::debug::Alias(&child_count);
25 base::debug::Alias(&peak_gdi_count);
27 base::debug::Alias(&sum_gdi_count);
29 base::debug::Alias(&sum_user_count);
75 base::debug::Alias(&last_error);
76 base::debug::Alias(&width);
77 base::debug::Alias(&heigth);
78 base::debug::Alias(&shared_section);
87 base::debug::Alias(&get_gui_resources_error);
91 base::debug::Alias(
[all...]
H A Dasan_invalid_access.cc41 base::debug::Alias(const_cast<int*>(&dummy));
65 base::debug::Alias(const_cast<int*>(&dummy));
78 base::debug::Alias(const_cast<int*>(&dummy));
89 base::debug::Alias(const_cast<int*>(&dummy));
/external/clang/test/Index/
H A Dcomment-cplus11-specific.cpp19 using Alias = inner::Opaque;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_enum.h70 struct Alias { struct in class:google::protobuf::compiler::java::EnumGenerator
74 vector<Alias> aliases_;
/external/clang/include/clang/Sema/
H A DWeak.h32 WeakInfo(IdentifierInfo *Alias, SourceLocation Loc) argument
33 : alias(Alias), loc(Loc), used(false) {}
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_enum.h70 struct Alias { struct in class:google::protobuf::compiler::java::EnumGenerator
74 vector<Alias> aliases_;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoframefactory.cc36 // TODO(pthatcher): Move Alias logic into the VideoFrameFactory and
39 if (!frame->Alias(aliased_frame, width, height)) {
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
H A DSConscript53 env.Alias('opengl32', opengl32)
54 env.Alias('libgl-gdi', opengl32)
/external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
H A Dp3.cpp18 // Alias declarations. clang implements the proposed resolution to N1044.
19 namespace Alias { namespace
/external/mesa3d/src/gallium/targets/libgl-gdi/
H A DSConscript53 env.Alias('opengl32', opengl32)
54 env.Alias('libgl-gdi', opengl32)
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_enum.h73 struct Alias { struct in class:google::protobuf::compiler::javamicro::EnumGenerator
77 vector<Alias> aliases_;
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_enum.h73 struct Alias { struct in class:google::protobuf::compiler::javanano::EnumGenerator
77 vector<Alias> aliases_;
/external/clang/test/Preprocessor/
H A Dwarning_tests.c38 #error Alias expansion not allowed
/external/chromium_org/net/url_request/
H A Durl_request_context.cc102 base::debug::Alias(url_buf);
103 base::debug::Alias(&num_requests);
104 base::debug::Alias(&has_delegate);
105 base::debug::Alias(&load_flags);
106 base::debug::Alias(&stack_trace);
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
H A DSConscript43 env.Alias('graw-gdi', graw)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/
H A DSConscript42 env.Alias('graw-xlib', graw)
/external/clang/test/SemaCXX/
H A Dusing-directive.cpp110 namespace Alias = Aliased;
111 using namespace Alias;
/external/mesa3d/src/gallium/targets/graw-gdi/
H A DSConscript43 env.Alias('graw-gdi', graw)
/external/mesa3d/src/gallium/targets/graw-xlib/
H A DSConscript42 env.Alias('graw-xlib', graw)
/external/chromium_org/base/win/
H A Dscoped_handle.cc105 debug::Alias(&other);
123 debug::Alias(&other);
144 debug::Alias(&other);
/external/llvm/include/llvm/Option/
H A DOption.h167 const Option Alias = getAlias(); local
168 if (Alias.isValid()) return Alias.getUnaliasedOption();
/external/chromium_org/content/renderer/
H A Drender_font_warmup_win.cc138 base::debug::Alias(&dwrite_dll);
139 base::debug::Alias(&load_library_get_last_error);
151 base::debug::Alias(&dwrite_create_factory_proc);
152 base::debug::Alias(&get_proc_address_get_last_error);
/external/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.h36 SDValue &Offset, SDValue &Alias) override;

Completed in 550 milliseconds

1234567891011>>