/external/chromium_org/native_client_sdk/src/doc/community/security-contest/ |
index.rst | 107 (tie) 123 (tie)
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ArrayBoundCheckerV2.cpp | 123 llvm::tie(state_precedesLowerBound, state_withinLowerBound) = 155 llvm::tie(state_exceedsUpperBound, state_withinUpperBound) =
|
DereferenceChecker.cpp | 203 llvm::tie(notNullState, nullState) = state->assume(location); 242 llvm::tie(StNonNull, StNull) =
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
example-tuple.cpp | 130 tuple<Values&...> tie(Values&... values) { function 140 const tuple<int&, float&, double&> *t3q = addr(tie(i, f, d));
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSEntry.java | 229 * Creates a byte array representation of this record. This is needed for tie-break tests according to draft-cheshire-dnsext-multicastdns-04.txt chapter 9.2. 246 * Does a lexicographic comparison of the byte array representation of this record and that record. This is needed for tie-break tests according to draft-cheshire-dnsext-multicastdns-04.txt chapter 9.2.
|
/external/llvm/lib/CodeGen/ |
InterferenceCache.cpp | 108 tie(Start, Stop) = Indexes->getMBBRange(MBBNum); 185 tie(Start, Stop) = Indexes->getMBBRange(MBBNum);
|
/external/stlport/stlport/stl/ |
_ostream.h | 223 if (__str.tie()) 224 __str.tie()->flush();
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ostream.h | 223 if (__str.tie()) 224 __str.tie()->flush();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
ostream.tcc | 51 if (__os.tie() && __os.good()) 52 __os.tie()->flush();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
ostream.tcc | 53 if (__os.tie() && __os.good()) 54 __os.tie()->flush();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
ostream.tcc | 53 if (__os.tie() && __os.good()) 54 __os.tie()->flush();
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ostream.tcc | 51 if (__os.tie() && __os.good()) 52 __os.tie()->flush();
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_ostream.h | 223 if (__str.tie()) 224 __str.tie()->flush();
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ostream.tcc | 51 if (__os.tie() && __os.good()) 52 __os.tie()->flush();
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_ostream.h | 223 if (__str.tie()) 224 __str.tie()->flush();
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
ostream.tcc | 51 if (__os.tie() && __os.good()) 52 __os.tie()->flush();
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_ostream.h | 223 if (__str.tie()) 224 __str.tie()->flush();
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
ostream.tcc | 51 if (__os.tie() && __os.good()) 52 __os.tie()->flush();
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
ostream.tcc | 53 if (__os.tie() && __os.good()) 54 __os.tie()->flush();
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
ostream.tcc | 53 if (__os.tie() && __os.good()) 54 __os.tie()->flush();
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_ostream.h | 223 if (__str.tie()) 224 __str.tie()->flush();
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_ostream.h | 223 if (__str.tie()) 224 __str.tie()->flush();
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
ostream.tcc | 53 if (__os.tie() && __os.good()) 54 __os.tie()->flush();
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
ostream.tcc | 53 if (__os.tie() && __os.good()) 54 __os.tie()->flush();
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
ostream.tcc | 51 if (__os.tie() && __os.good()) 52 __os.tie()->flush();
|