HomeSort by relevance Sort by last modified time
    Searched defs:at (Results 176 - 200 of 695) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_map.h 8 // Free Software Foundation; either version 3, or (at your option)
73 * at most one of each key value) that associates values of another type
90 * Base is _Hashtable, dispatched at compile time via template
612 at(const key_type& __k) function in class:unordered_map
613 { return _M_h.at(__k); }
616 at(const key_type& __k) const function in class:unordered_map
617 { return _M_h.at(__k); }
771 * Base is _Hashtable, dispatched at compile time via template
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
map.h 8 // Free Software Foundation; either version 3, or (at your option)
230 at(const key_type& __k) function in class:__profile::map
233 return _Base::at(__k);
237 at(const key_type& __k) const function in class:__profile::map
240 return _Base::at(__k);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/caif/
caif_socket.h 55 * @CAIFPROTO_AT: Classic AT channel.
77 * enum caif_at_type - AT Service Endpoint
78 * @CAIF_ATTYPE_PLAIN: Connects to a plain vanilla AT channel.
111 * @u.at: Applies when family = CAIFPROTO_AT.
113 * @u.at.type: Type of AT link to set up (enum caif_at_type).
146 } at; /* CAIFPROTO_AT */ member in union:sockaddr_caif::__anon49185
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_map.h 8 // Free Software Foundation; either version 3, or (at your option)
501 at(const key_type& __k) function in class:map
505 __throw_out_of_range(__N("map::at"));
510 at(const key_type& __k) const function in class:map
514 __throw_out_of_range(__N("map::at"));
    [all...]
unordered_map.h 8 // Free Software Foundation; either version 3, or (at your option)
73 * at most one of each key value) that associates values of another type
90 * Base is _Hashtable, dispatched at compile time via template
612 at(const key_type& __k) function in class:unordered_map
613 { return _M_h.at(__k); }
616 at(const key_type& __k) const function in class:unordered_map
617 { return _M_h.at(__k); }
771 * Base is _Hashtable, dispatched at compile time via template
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
map.h 8 // Free Software Foundation; either version 3, or (at your option)
230 at(const key_type& __k) function in class:__profile::map
233 return _Base::at(__k);
237 at(const key_type& __k) const function in class:__profile::map
240 return _Base::at(__k);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_map.h 8 // Free Software Foundation; either version 3, or (at your option)
501 at(const key_type& __k) function in class:map
505 __throw_out_of_range(__N("map::at"));
510 at(const key_type& __k) const function in class:map
514 __throw_out_of_range(__N("map::at"));
    [all...]
unordered_map.h 8 // Free Software Foundation; either version 3, or (at your option)
73 * at most one of each key value) that associates values of another type
90 * Base is _Hashtable, dispatched at compile time via template
612 at(const key_type& __k) function in class:unordered_map
613 { return _M_h.at(__k); }
616 at(const key_type& __k) const function in class:unordered_map
617 { return _M_h.at(__k); }
771 * Base is _Hashtable, dispatched at compile time via template
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
map.h 8 // Free Software Foundation; either version 3, or (at your option)
230 at(const key_type& __k) function in class:__profile::map
233 return _Base::at(__k);
237 at(const key_type& __k) const function in class:__profile::map
240 return _Base::at(__k);
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
parse.go 409 // atStartOfRegister reports whether the parser is at the start of a register definition.
420 // atRegisterShift reports whether we are at the start of an ARM shifted register.
436 return p.at('(', scanner.Int, ')') && lex.IsRegisterShift(p.input[p.inputPos+3].ScanToken)
981 // expectOperandEnd verifies that the parsing state is properly at the end of an operand.
1003 // at reports whether the next tokens are as requested.
1004 func (p *Parser) at(next ...lex.ScanToken) bool { func
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack.go 157 // ents is the FIFO described at
159 // The newest (low index) is append at the end, and items are
249 func (d *Decoder) at(i uint64) (hf HeaderField, ok bool) { func
388 hf, ok := d.at(idx)
407 ihf, ok := d.at(nameIdx)
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
parse.go 409 // atStartOfRegister reports whether the parser is at the start of a register definition.
420 // atRegisterShift reports whether we are at the start of an ARM shifted register.
436 return p.at('(', scanner.Int, ')') && lex.IsRegisterShift(p.input[p.inputPos+3].ScanToken)
981 // expectOperandEnd verifies that the parsing state is properly at the end of an operand.
1003 // at reports whether the next tokens are as requested.
1004 func (p *Parser) at(next ...lex.ScanToken) bool { func
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack.go 157 // ents is the FIFO described at
159 // The newest (low index) is append at the end, and items are
249 func (d *Decoder) at(i uint64) (hf HeaderField, ok bool) { func
388 hf, ok := d.at(idx)
407 ihf, ok := d.at(nameIdx)
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/caif/
caif_socket.h 71 } at; member in union:sockaddr_caif::__anon64607
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/caif/
caif_socket.h 71 } at; member in union:sockaddr_caif::__anon65374
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/caif/
caif_socket.h 71 } at; member in union:sockaddr_caif::__anon66153
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/caif/
caif_socket.h 71 } at; member in union:sockaddr_caif::__anon66931
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/caif/
caif_socket.h 71 } at; member in union:sockaddr_caif::__anon67707
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/caif/
caif_socket.h 71 } at; member in union:sockaddr_caif::__anon68484
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/caif/
caif_socket.h 71 } at; member in union:sockaddr_caif::__anon69254
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/caif/
caif_socket.h 71 } at; member in union:sockaddr_caif::__anon70021
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/caif/
caif_socket.h 71 } at; member in union:sockaddr_caif::__anon70800
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/caif/
caif_socket.h 71 } at; member in union:sockaddr_caif::__anon71578
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/caif/
caif_socket.h 71 } at; member in union:sockaddr_caif::__anon72354
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/caif/
caif_socket.h 71 } at; member in union:sockaddr_caif::__anon73131

Completed in 2211 milliseconds

1 2 3 4 5 6 78 91011>>