/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++/include/bits/ |
ostream.tcc | 51 if (__os.tie() && __os.good()) 52 __os.tie()->flush();
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_ostream.h | 223 if (__str.tie()) 224 __str.tie()->flush();
|
/external/apache-http/src/org/apache/http/protocol/ |
package.html | 82 is used to tie together a request, the response to it, and other data
|
/external/chromium/third_party/libjingle/source/ |
README | 17 |-client - Hooks to tie it into XMPP
|
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
securetunnelsessionclient.h | 120 // This TunnelSession will tie together the given client and session.
|
/external/chromium/webkit/glue/resources/ |
webkit_strings_lv.xtb | 40 <translation id="5253117816378681419">L?dzu, apstipriniet, ka v?laties instal?t <ph name="PLUGIN"/> spraudni. Jums ir j?instal? tikai tie spraud?i, kuriem uzticaties.</translation>
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
AttrNonNullChecker.cpp | 87 llvm::tie(stateNotNull, stateNull) = CM.assumeDual(state, *DV);
|
VLASizeChecker.cpp | 115 llvm::tie(stateNotZero, stateZero) = state->assume(sizeD);
|
StreamChecker.cpp | 233 llvm::tie(stateNotNull, stateNull) = CM.assumeDual(state, RetVal); 358 llvm::tie(stateNotNull, stateNull) = CM.assumeDual(state, *DV);
|
UnixAPIChecker.cpp | 122 llvm::tie(trueState, falseState) = state->assume(maskedFlags); 201 llvm::tie(*trueState, *falseState) =
|
/external/libvorbis/vq/ |
huffbuild.c | 163 /* first, the static vectors, then the book structure to tie it together. */
|
bookutil.c | 442 /* first, the static vectors, then the book structure to tie it together. */ 463 /* tie it all together */
|
/external/llvm/include/llvm/CodeGen/ |
ResourcePriorityQueue.h | 44 /// predecessor for. This is used as a tie-breaker heuristic for better
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
SyncCommon.java | 71 * each event. This method has the logic to tie together the start event,
|
/external/valgrind/main/none/tests/ppc32/ |
round.c | 690 /* get LSB for tie breaking */ 706 case 4: /* tie: round to even */ 707 if (debug) printf("tie: LSB = %d\n", LSB); 989 /* special case guard bits == 4, inexact tie */ 1027 /* get LSB for tie breaking */ 1043 case 4: /* tie: round to even */ 1044 if (debug) printf("tie: LSB = %d\n", LSB);
|
/external/valgrind/main/none/tests/ppc64/ |
round.c | 690 /* get LSB for tie breaking */ 706 case 4: /* tie: round to even */ 707 if (debug) printf("tie: LSB = %d\n", LSB); 989 /* special case guard bits == 4, inexact tie */ 1027 /* get LSB for tie breaking */ 1043 case 4: /* tie: round to even */ 1044 if (debug) printf("tie: LSB = %d\n", LSB);
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
example-bind.cpp | 109 tuple<Values&...> tie(Values&... values) { function 329 return apply_functor(f, bound_args, indexes(), tie(args...));
|
/external/qemu/android/ |
adb-server.c | 392 /* Tie up ADB host with the ADB guest. */ 472 /* Tie up ADB host with the ADB guest. */
|
/external/stlport/src/ |
iostream.cpp | 228 ptr_cin->tie(ptr_cout); 243 ptr_wcin->tie(ptr_wcout);
|
/ndk/sources/cxx-stl/stlport/src/ |
iostream.cpp | 228 ptr_cin->tie(ptr_cout); 243 ptr_wcin->tie(ptr_wcout);
|