/frameworks/compile/libbcc/lib/Renderscript/ |
RSEmbedInfo.cpp | 147 } // end anonymous namespace
|
/frameworks/compile/libbcc/lib/Support/ |
Disassembler.cpp | 64 } // namespace anonymous
|
/frameworks/compile/mclinker/lib/LD/ |
DiagnosticInfos.cpp | 40 } // namespace anonymous
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMGOT.cpp | 20 } // end of anonymous namespace
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonPLT.h | 41 } // anonymous namespace
|
/libcore/crypto/src/main/java/org/conscrypt/ |
DigitalSignature.java | 41 * { case anonymous: struct { };
|
/libcore/luni/src/main/java/java/io/ |
Serializable.java | 78 * change. For this reason, implementing {@code Serializable} in anonymous
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
mainloop-api.h | 119 /** Run the specified callback function once from the main loop using an anonymous defer event. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
regex_grep_matcher.tcc | 100 } // anonymous namespace
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
mainloop-api.h | 119 /** Run the specified callback function once from the main loop using an anonymous defer event. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
mainloop-api.h | 119 /** Run the specified callback function once from the main loop using an anonymous defer event. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
regex_grep_matcher.tcc | 100 } // anonymous namespace
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_grep_matcher.tcc | 100 } // anonymous namespace
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_grep_matcher.tcc | 100 } // anonymous namespace
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_grep_matcher.tcc | 100 } // anonymous namespace
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_grep_matcher.tcc | 100 } // anonymous namespace
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
regex_grep_matcher.tcc | 100 } // anonymous namespace
|
/prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/ |
dom4j-1.6.1.pom | 119 <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/dom4j:dom4j</connection>
|
/prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/ |
jaxen-1.1.1.pom | 177 <connection>scm:cvs:pserver:anonymous@cvs.jaxen.codehaus.org:/cvs/jaxen:jaxen</connection>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/ |
SourceRevealer.java | 65 // Since the anonymous ones will cause IJavaProject#findType to fail, we remove
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
deep-heap-profile.cc | 868 type = ANONYMOUS; [all...] |
/external/smack/src/org/jivesoftware/smack/ |
XMPPConnection.java | 89 private boolean anonymous = false; field in class:XMPPConnection 252 anonymous = false; 318 anonymous = true; 392 return anonymous; [all...] |
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest.h | 634 // With this overloaded version, we allow anonymous enums to be used 635 // in {ASSERT|EXPECT}_EQ when compiled with gcc 4, as anonymous enums 659 // With this overloaded version, we allow anonymous enums to be used 660 // in {ASSERT|EXPECT}_EQ when compiled with gcc 4, as anonymous 664 // cannot merge the two, as it will make anonymous enums unhappy. 711 // anonymous enums to be used with {ASSERT|EXPECT}_?? when compiled [all...] |
/external/clang/lib/AST/ |
TypePrinter.cpp | 829 OS << "<anonymous>::"; 870 // being printed is anonymous within other Record. 880 // Make an unambiguous representation for anonymous types, e.g. 881 // <anonymous enum at /usr/include/string.h:120:9> 887 OS << "<anonymous"; 893 // refer to an anonymous type with one. [all...] |
/external/llvm/docs/tutorial/ |
OCamlLangImpl4.rst | 274 (* Evaluate a top-level expression into an anonymous function. *) 335 anonymous functions that *call testfunc*, but we never invoked it on 337 for all non-JIT'd functions transitively called from the anonymous 345 anonymous functions, you should get the idea by now :) : 679 (* Make an anonymous proto. *) 825 (* Evaluate a top-level expression into an anonymous function. *) [all...] |