/development/samples/TicTacToeLib/res/values/ |
strings.xml | 21 <string name="tie">This is a tie! No one wins!</string>
|
/external/bluetooth/glib/tests/ |
gen-casemap-txt.pl | 164 lt_LT\ti\x{117}\ti\x{117}\tIe\tIE\t 165 lt_LT\tie\x{307}\tie\x{307}\tIe\tIE\t 175 lt_LT.UTF-8\ti\x{117}\ti\x{117}\tIe\tIE\t 176 lt_LT.UTF-8\tie\x{307}\tie\x{307}\tIe\tIE\ [all...] |
/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
|
_ios.c | 101 this->tie(0);
|
_ostream.h | 223 if (__str.tie()) 224 __str.tie()->flush();
|
/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/apache-http/src/org/apache/http/protocol/ |
HttpContext.java | 36 * The context is used to tie together the request, the response,
|
package.html | 82 is used to tie together a request, the response to it, and other data
|
/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/stlport/src/ |
iostream.cpp | 228 ptr_cin->tie(ptr_cout); 243 ptr_wcin->tie(ptr_wcout);
|
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/ |
GameActivity.java | 251 text = getString(R.string.tie);
|
/external/clearsilver/python/examples/base/ |
SafeHtml.py | 4 ## we'll have to tie this in some way to our HTML body displayer...
|
/external/webkit/WebCore/svg/animation/ |
SMILTimeContainer.cpp | 251 // In case of a tie, document order decides.
|
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
AccountUnlockScreen.java | 230 * If there is a tie for the best match, choose neither --
|
/dalvik/libcore/luni/src/main/native/ |
cbigint.c | 605 /* perform rounding, round to even in case of tie */ 630 /* perform rounding, round to even in case of tie */ 654 /* perform rounding, round to even in case of tie */
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
wpa_ft.c | 287 const u8 *tie; member in struct:wpa_ft_ies 381 parse->tie = pos + 2; 804 if (parse.tie)
|
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_scheduler_readyq.cpp | 74 //if there was a priority tie, impose a FIFO order.
|
/packages/apps/Mms/src/com/android/mms/ui/ |
RecipientsEditor.java | 63 * is marked up with Annotation objects to tie it back to the
|
/external/bison/build-aux/ |
texinfo.tex | 478 \gdef\sepspaces{\obeyspaces\let =\tie} 482 % expansion of \tie (\leavevmode \penalty \@M \ ). 633 % Be sure we're in horizontal mode when doing a tie, since we make space 642 \gdef\tie{\leavevmode\penalty\tiepenalty\ } [all...] |
/external/grub/docs/ |
texinfo.tex | 473 \gdef\sepspaces{\obeyspaces\let =\tie} 477 % expansion of \tie (\leavevmode \penalty \@M \ ). 628 % Be sure we're in horizontal mode when doing a tie, since we make space 637 \gdef\tie{\leavevmode\penalty\tiepenalty\ } [all...] |
/external/libffi/ |
texinfo.tex | 478 \gdef\sepspaces{\obeyspaces\let =\tie} 482 % expansion of \tie (\leavevmode \penalty \@M \ ). 633 % Be sure we're in horizontal mode when doing a tie, since we make space 642 \gdef\tie{\leavevmode\penalty\tiepenalty\ } [all...] |
/external/bluetooth/glib/gobject/ |
gsignal.h | 56 * allows you to tie a hook to the signal type, so that it will trap all
|
/external/gtest/include/gtest/ |
gtest-param-test.h.pump | 386 // tie(external_flag_1, external_flag_2) = GetParam();
|