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

12

/external/lzma/CS/7zip/Compress/LzmaAlone/Properties/
H A DAssemblyInfo.cs1 #region Using directives
/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/lzma/xz-embedded/
H A Dxz.h264 # error Using CRC64 in the kernel has not been implemented.
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A DAndroid.mk48 # Using .S (instead of .s) extention is to include a C header file in assembly.
/external/clang/lib/Serialization/
H A DASTCommon.cpp199 case Decl::Using:
/external/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp69 namespace Using { namespace
/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
510 echo "Using z_ prefix on all symbols." | tee -a configure.log
/external/clang/include/clang/AST/
H A DDeclCXX.h2787 UsingDecl *Using, NamedDecl *Target)
2790 UsingOrNextShadow(reinterpret_cast<NamedDecl *>(Using)) {
2811 SourceLocation Loc, UsingDecl *Using,
2813 return new (C, DC) UsingShadowDecl(C, DC, Loc, Using, Target);
2890 : NamedDecl(Using, DC, NameInfo.getLoc(), NameInfo.getName()),
2996 static bool classofKind(Kind K) { return K == Using; }
2786 UsingShadowDecl(ASTContext &C, DeclContext *DC, SourceLocation Loc, UsingDecl *Using, NamedDecl *Target) argument
2810 Create(ASTContext &C, DeclContext *DC, SourceLocation Loc, UsingDecl *Using, NamedDecl *Target) argument
/external/icu/icu4c/source/common/
H A DAndroid.mk185 # Using -Os over -O3 actually cuts down the final executable size by a few dozen kilobytes
/external/icu/icu4c/source/i18n/
H A DAndroid.mk169 # Using -Os over -O3 actually cuts down the final executable size by a few dozen kilobytes
/external/valgrind/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/libxml2/doc/
H A DbuildDocBookCatalog25 echo Using $ROOTCATALOG as the root catalog
/external/e2fsprogs/misc/
H A De4defrag.c188 #warning Using locally defined posix_fadvise interface.
209 #warning Using locally defined sync_file_range interface.
236 #warning Using locally defined fallocate syscall interface.
/external/v8/samples/
H A Dshell.cc39 #error Using compressed startup data is not supported for this sample
H A Dprocess.cc36 #error Using compressed startup data is not supported for this sample
/external/ceres-solver/
H A DAndroid.mk49 # Using the library
/external/ceres-solver/jni/
H A DAndroid.mk49 # Using the library
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m287 fprintf('Using %d Hz\n', fs);
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp513 // Using declarations themselves are never added as results.
822 if (const UsingShadowDecl *Using =
824 MaybeAddResult(Result(Using->getTargetDecl(),
825 getBasePriority(Using->getTargetDecl()),
939 if (const UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(R.Declaration)) {
940 AddResult(Result(Using->getTargetDecl(),
941 getBasePriority(Using->getTargetDecl()),
1152 if (const UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(ND))
1153 ND = Using->getTargetDecl();
1162 if (const UsingShadowDecl *Using
[all...]
/external/libxml2/
H A DMakefile.am926 if [ "$$MEM" != "" ] ; then echo Using $$MEM bytes ; fi ; \
931 if [ "$$MEM" != "" ] ; then echo Using $$MEM bytes ; fi ; \
936 if [ "$$MEM" != "" ] ; then echo Using $$MEM bytes ; fi ; \
943 if [ "$$MEM" != "" ] ; then echo Using $$MEM bytes ; fi ; \
/external/clang/tools/libclang/
H A DCIndex.cpp4855 if (const UsingDecl *Using = dyn_cast<UsingDecl>(D))
4856 return MakeCursorOverloadedDeclRef(Using, D->getLocation(), tu);
5082 case Decl::Using:
5206 if (const UsingDecl *Using = dyn_cast<UsingDecl>(D))
5207 return Using->shadow_size();
5229 if (const UsingDecl *Using = dyn_cast<UsingDecl>(D)) {
5231 UsingDecl::shadow_iterator Pos = Using->shadow_begin();
6313 case Decl::Using:
/external/google-breakpad/src/testing/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/bison/
H A Dmaint.mk392 # Using EXIT_SUCCESS as the first argument to error is misleading,
650 # Using the likes of bcmp, bcopy, bzero, index or rindex is not sensible.
1006 # Using test's -a and -o operators is not portable.

Completed in 1423 milliseconds

12