/external/clang/test/Parser/ |
cxx0x-for-range.cpp | 14 pair<T,U> &tie(T &, U &); 24 for (tie(p, n) : m) { // expected-error {{for range declaration must declare a variable}}
|
/external/llvm/test/YAMLParser/ |
spec-02-17.data | 9 tie-fighter: '|\-*-/|'
|
/development/samples/TicTacToeLib/res/values/ |
strings.xml | 21 <string name="tie">This is a tie! No one wins!</string>
|
/tools/build/testapps/tictactoe/lib/src/main/res/values/ |
strings.xml | 21 <string name="tie">This is a tie! No one wins!</string>
|
/external/oprofile/libutil++/ |
stream_util.h | 24 * tie and locale are not saved currently
|
/external/chromium/chrome/browser/sync/protocol/ |
extension_specifics.proto | 22 // the case of a tie, server wins.
|
/frameworks/base/core/res/res/raw-lv/ |
incognito_mode_start_page.html | 7 <p><strong>J?s esat iesl?dzis inkognito re??mu</strong>. ?aj? log? apl?kot?s lapas nepar?d?sies j?su p?rl?kprogrammas v?stur? vai mekl??anas v?stur?, t?s ar? neatst?s citas p?das, piem?ram, s?kfailus, j?su ier?c? p?c inkognito re??ma loga aizv?r?anas. Tom?r visi j?su lejupiel?d?tie faili vai izveidot?s gr?matz?mes tiks saglab?tas.</p>
|
/frameworks/base/core/res/res/raw-lv-xlarge/ |
incognito_mode_start_page.html | 7 <p><strong>J?s esat iesl?dzis inkognito re??mu</strong>. ?aj? log? apl?kot?s lapas nepar?d?sies j?su p?rl?kprogrammas v?stur? vai mekl??anas v?stur?, t?s ar? neatst?s citas p?das, piem?ram, s?kfailus, j?su ier?c? p?c inkognito re??ma loga aizv?r?anas. Tom?r visi j?su lejupiel?d?tie faili vai izveidot?s gr?matz?mes tiks saglab?tas.</p>
|
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
dynamic-dnsmasq.pl | 64 my $X = tie my %h, "DB_File", $accountdb, O_RDWR|O_CREAT, 0600, $DB_HASH; 143 my $X = tie my %h, "DB_File", $accountdb, O_RDWR|O_CREAT, 0600, $DB_HASH; 151 my $X = tie my %h, "DB_File", $accountdb, O_RDWR|O_CREAT, 0600, $DB_HASH; 163 my $X = tie my %h, "DB_File", $accountdb, O_RDWR|O_CREAT, 0600, $DB_HASH;
|
/external/stlport/stlport/stl/ |
_istream.h | 296 if (__istr.tie()) 297 __istr.tie()->flush(); 312 if (__istr.tie()) 313 __istr.tie()->flush();
|
_ios.h | 62 basic_ostream<_CharT, _Traits>* tie() const { function in class:basic_ios 66 tie(basic_ostream<char_type, traits_type>* __new_tied_ostream) { function in class:basic_ios
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_istream.h | 296 if (__istr.tie()) 297 __istr.tie()->flush(); 312 if (__istr.tie()) 313 __istr.tie()->flush();
|
_ios.h | 62 basic_ostream<_CharT, _Traits>* tie() const { function in class:basic_ios 66 tie(basic_ostream<char_type, traits_type>* __new_tied_ostream) { function in class:basic_ios
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
JoinContactLoader.java | 38 * class. This class is needed to tie the lifecycle of the second cursor to that of the
|
/packages/apps/Nfc/res/values-lv/ |
strings.xml | 27 <string name="confirm_pairing" msgid="4112568077038265363">"Vai tie??m v?laties savienot p?r? Bluetooth ier?ci <xliff:g id="DEVICE_NAME">%1$s</xliff:g>?"</string>
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_istream.h | 296 if (__istr.tie()) 297 __istr.tie()->flush(); 312 if (__istr.tie()) 313 __istr.tie()->flush();
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_istream.h | 296 if (__istr.tie()) 297 __istr.tie()->flush(); 312 if (__istr.tie()) 313 __istr.tie()->flush();
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_istream.h | 296 if (__istr.tie()) 297 __istr.tie()->flush(); 312 if (__istr.tie()) 313 __istr.tie()->flush();
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_istream.h | 296 if (__istr.tie()) 297 __istr.tie()->flush(); 312 if (__istr.tie()) 313 __istr.tie()->flush();
|
/external/chromium/testing/gtest/samples/ |
sample8_unittest.cc | 100 // tie(force_on_the_fly, max_precalculated) = GetParam(); 102 // once the Google C++ Style Guide allows use of ::std::tr1::tie.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
BoolAssignmentChecker.cpp | 99 llvm::tie(stateGE, stateLT) = CM.assumeDual(state, *greaterThanEqualToZero); 135 llvm::tie(stateLE, stateGT) = CM.assumeDual(state, *lessThanEqToOne);
|
PthreadLockChecker.cpp | 131 llvm::tie(lockFail, lockSucc) = state->assume(retVal); 134 llvm::tie(lockSucc, lockFail) = state->assume(retVal);
|
/external/clang/lib/StaticAnalyzer/Core/ |
CheckerRegistry.cpp | 86 llvm::tie(packageName, leafName) = name.rsplit(PackageSeparator); 89 llvm::tie(packageName, leafName) = packageName.rsplit(PackageSeparator);
|
/external/gtest/samples/ |
sample8_unittest.cc | 100 // tie(force_on_the_fly, max_precalculated) = GetParam(); 102 // once the Google C++ Style Guide allows use of ::std::tr1::tie.
|
/external/protobuf/gtest/samples/ |
sample8_unittest.cc | 100 // tie(force_on_the_fly, max_precalculated) = GetParam(); 102 // once the Google C++ Style Guide allows use of ::std::tr1::tie.
|