HomeSort by relevance Sort by last modified time
    Searched refs:tie (Results 1 - 11 of 11) sorted by null

  /external/stlport/stlport/stl/
_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
_istream.h 296 if (__istr.tie())
297 __istr.tie()->flush();
312 if (__istr.tie())
313 __istr.tie()->flush();
_ios.c 101 this->tie(0);
_ostream.h 223 if (__str.tie())
224 __str.tie()->flush();
  /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/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/stlport/src/
iostream.cpp 228 ptr_cin->tie(ptr_cout);
243 ptr_wcin->tie(ptr_wcout);
  /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)
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameActivity.java 251 text = getString(R.string.tie);
  /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/e2fsprogs/lib/et/
texinfo.tex 123 \def\tie{\penalty 10000\ } % Save plain tex definition of ~.
    [all...]

Completed in 190 milliseconds