Searched refs:Using (Results 1 - 25 of 37) sorted by relevance

12

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
H A Dmessages.properties60 RSSFeedPublisherTask.UsingCVSRoot=Using CVS Root:
61 RSSFeedPublisherTask.UsingCVSPath=Using CVS Path:
62 RSSFeedPublisherTask.UsingCVSTemp=Using CVS Temp:
/external/clang/include/clang/Analysis/Visitors/
H A DCFGRecStmtDeclVisitor.h71 DISPATCH_CASE(Using)
93 DEFAULT_DISPATCH(Using)
/external/libvpx/examples/includes/geshi/geshi/
H A Dcsharp.php49 //Using and Namespace directives (basic support)
H A Dgml.php361 // Using DLL's
/external/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp69 namespace Using { namespace
/external/chromium/sdch/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat213 rem Using empty file as dictionary should work, but (because dictionary is empty)
267 rem Using -buffersize=1 should still work.
280 rem Using -buffersize=1 with stdin/stdout means that vcdiff
304 rem Using -buffersize=0 should fail.
316 rem Using -buffersize=128M (larger than default maximum) should still work.
/external/zlib/src/
H A Dconfigure39 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
42 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
47 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
53 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
468 echo "Using z_ prefix on all symbols." | tee -a configure.log
/external/clang/include/clang/AST/
H A DDeclCXX.h2581 UsingShadowDecl(DeclContext *DC, SourceLocation Loc, UsingDecl *Using, argument
2585 UsingOrNextShadow(reinterpret_cast<NamedDecl *>(Using)) {
2595 SourceLocation Loc, UsingDecl *Using,
2597 return new (C) UsingShadowDecl(DC, Loc, Using, Target);
2660 : NamedDecl(Using, DC, NameInfo.getLoc(), NameInfo.getName()),
2757 static bool classofKind(Kind K) { return K == Using; }
2594 Create(ASTContext &C, DeclContext *DC, SourceLocation Loc, UsingDecl *Using, NamedDecl *Target) argument
/external/skia/third_party/glu/libtess/
H A Dalg-outline38 3. Using a line-sweep algorithm, partition the plane into x-monotone
/external/valgrind/main/helgrind/tests/
H A Dtc06_two_races_xml.stderr.exp11 <line>Using Valgrind-X.Y.X and LibVEX; rerun with -h for copyright info</line>
/external/libvpx/examples/includes/geshi/contrib/
H A Dexample.php56 // Enable CSS classes. You can use get_stylesheet() to output a stylesheet for your code. Using
/external/v8/samples/
H A Dshell.cc36 #error Using compressed startup data is not supported for this sample
H A Dprocess.cc34 #error Using compressed startup data is not supported for this sample
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m287 fprintf('Using %d Hz\n', fs);
/external/oprofile/events/x86-64/family10/
H A Dunit_masks364 0x00 Using IBS OP cycle count mode
365 0x01 Using IBS OP dispatch count mode
/external/clang/tools/libclang/
H A DCIndex.cpp4198 if (UsingDecl *Using = dyn_cast<UsingDecl>(D))
4199 return MakeCursorOverloadedDeclRef(Using, D->getLocation(), tu);
4410 case Decl::Using:
4534 if (UsingDecl *Using = dyn_cast<UsingDecl>(D))
4535 return Using->shadow_size();
4557 if (UsingDecl *Using = dyn_cast<UsingDecl>(D)) {
4559 UsingDecl::shadow_iterator Pos = Using->shadow_begin();
5567 case Decl::Using:
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp499 // Using declarations themselves are never added as results.
778 if (UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(R.Declaration)) {
779 MaybeAddResult(Result(Using->getTargetDecl(), R.Qualifier), CurContext);
890 if (UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(R.Declaration)) {
891 AddResult(Result(Using->getTargetDecl(), R.Qualifier), CurContext, Hiding);
1097 if (UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(ND))
1098 ND = Using->getTargetDecl();
1107 if (UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(ND))
1108 ND = Using->getTargetDecl();
1491 // Using directive
[all...]
H A DSemaDeclCXX.cpp766 case Decl::Using:
5926 bool Sema::CheckUsingShadowDecl(UsingDecl *Using, NamedDecl *Orig, argument
5958 Diag(Using->getLocation(),
5960 << Using->getQualifierLoc().getSourceRange();
5965 Diag(Using->getQualifierLoc().getBeginLoc(),
5967 << Using->getQualifier()
5969 << Using->getQualifierLoc().getSourceRange();
6010 Diag(Using->getLocation(), diag::err_using_decl_conflict);
6022 Diag(Using->getLocation(), diag::err_using_decl_conflict);
6037 Diag(Using
[all...]
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dast.py203 class Using(Node): class in inherits:Node
682 # Using a deque should be even better since we access from both sides.
1581 return Using(tokens[0].start, tokens[0].end, tokens)
/external/zlib/src/contrib/delphi/
H A DZLib.pas62 stream will raise an exception. Using Seek to move the stream pointer
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb726 Using some TokenSource (such as a lexer), the stream collects a token sequence,
/external/clang/lib/AST/
H A DDeclBase.cpp498 case Using:
/external/libvorbis/doc/
H A D03-codebook.tex389 Using a codebook to read from the packet bitstream consists first of
/external/stlport/
H A Dconfigure.bat576 echo Using '%2' in generated library names
/external/blktrace/btt/doc/
H A Dbtt.tex189 Using the data from the previous chart, we can then provide some idea
536 Using this, one is then able to plot regions of activity versus

Completed in 502 milliseconds

12