HomeSort by relevance Sort by last modified time
    Searched defs:at (Results 201 - 225 of 489) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/media/java/android/media/audiopolicy/
AudioPolicy.java 6 * You may obtain a copy of the License at
376 AudioTrack at = new AudioTrack( local
387 return at;
  /libcore/luni/src/main/native/
cbigint.cpp 7 * the License. You may obtain a copy of the License at
26 #define at(i) (i) macro
28 #define at(i) ((i)^1) macro
232 HIGH_IN_U64 (product) + result[at (resultIndex)] +
234 result[at (resultIndex)] = LOW_U32_FROM_VAR (product);
237 HIGH_IN_U64 (product) + result[at (resultIndex)] +
239 result[at (resultIndex)] = LOW_U32_FROM_VAR (product);
244 result[at (resultIndex)] += HIGH_U32_FROM_VAR (product);
245 if (result[at (resultIndex)] < HIGH_U32_FROM_VAR (product))
249 while (++result[at (resultIndex)] == 0
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldInputStreamReaderTest.java 7 * the License. You may obtain a copy of the License at
266 int at = 0; local
276 if (at < prefixLength) {
279 (int) c + " at " + at);
282 char decoded = decodedSuffix[at - prefixLength];
285 (int) c + " at " + at);
288 at++;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 6 * or implied. Any use is at your own risk.
119 const_reference at(size_type __n) const function in class:__bstr_sum
120 { return _M_get_storage().at(__n); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 6 * or implied. Any use is at your own risk.
144 reference at(size_type __n) function in class:deque
145 { return cast_traits::to_value_type_ref(_M_impl.at(__n)); }
146 const_reference at(size_type __n) const function in class:deque
147 { return cast_traits::to_value_type_cref(_M_impl.at(__n)); }
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 53 #define at sat macro
65 #define at lat macro
107 static void at(struct match *, char *, char *, char *, sopno, sopno);
115 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2)
120 #define AT(t, p1, p2, s1, s2) /* nothing */
306 AT("diss", start, stop, startst, stopst);
490 AT("back", start, stop, startst, stopst);
571 AT("hard", sp, stop, ss, stopst);
671 - fast - step through the string at top spee
979 at(struct match *m, char *title, char *start, char *stop, sopno startst, function
1021 #undef at macro
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java 6 * You may obtain a copy of the License at
337 long at = SystemClock.uptimeMillis() / 1000; local
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_vector.h 8 // Free Software Foundation; either version 3, or (at your option)
386 * used, then this will do at most 2N calls to the copy
767 * see at().)
782 * see at().)
789 /// Safety check used only from at().
810 at(size_type __n) function in class:vector
828 at(size_type __n) const function in class:vector
835 * Returns a read/write reference to the data at the first
843 * Returns a read-only (constant) reference to the data at the first
851 * Returns a read/write reference to the data at the las
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 8 // Free Software Foundation; either version 3, or (at your option)
209 * NB: @a __s must have at least @a __n characters, '\\0' has no special
538 * see at().)
555 * see at().) Unshares the string.
579 at(size_type __n) const function in class:__versa_string
582 std::__throw_out_of_range(__N("__versa_string::at"));
598 at(size_type __n) function in class:__versa_string
601 std::__throw_out_of_range(__N("__versa_string::at"));
608 * Returns a read/write reference to the data at the first
616 * Returns a read-only (constant) reference to the data at the firs
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_vector.h 8 // Free Software Foundation; either version 3, or (at your option)
386 * used, then this will do at most 2N calls to the copy
767 * see at().)
782 * see at().)
789 /// Safety check used only from at().
810 at(size_type __n) function in class:vector
828 at(size_type __n) const function in class:vector
835 * Returns a read/write reference to the data at the first
843 * Returns a read-only (constant) reference to the data at the first
851 * Returns a read/write reference to the data at the las
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h 8 // Free Software Foundation; either version 3, or (at your option)
209 * NB: @a __s must have at least @a __n characters, '\\0' has no special
538 * see at().)
555 * see at().) Unshares the string.
579 at(size_type __n) const function in class:__versa_string
582 std::__throw_out_of_range(__N("__versa_string::at"));
598 at(size_type __n) function in class:__versa_string
601 std::__throw_out_of_range(__N("__versa_string::at"));
608 * Returns a read/write reference to the data at the first
616 * Returns a read-only (constant) reference to the data at the firs
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_vector.h 8 // Free Software Foundation; either version 3, or (at your option)
386 * used, then this will do at most 2N calls to the copy
767 * see at().)
782 * see at().)
789 /// Safety check used only from at().
810 at(size_type __n) function in class:vector
828 at(size_type __n) const function in class:vector
835 * Returns a read/write reference to the data at the first
843 * Returns a read-only (constant) reference to the data at the first
851 * Returns a read/write reference to the data at the las
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h 8 // Free Software Foundation; either version 3, or (at your option)
209 * NB: @a __s must have at least @a __n characters, '\\0' has no special
538 * see at().)
555 * see at().) Unshares the string.
579 at(size_type __n) const function in class:__versa_string
582 std::__throw_out_of_range(__N("__versa_string::at"));
598 at(size_type __n) function in class:__versa_string
601 std::__throw_out_of_range(__N("__versa_string::at"));
608 * Returns a read/write reference to the data at the first
616 * Returns a read-only (constant) reference to the data at the firs
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 9 // Free Software Foundation; either version 3, or (at your option)
293 * used, then this will do at most 2N calls to the copy
607 * see at().)
630 * see at().)
645 /// Safety check used only from at().
666 at(size_type __n) function in class:vector
684 at(size_type __n) const function in class:vector
691 * Returns a read/write reference to the data at the first
699 * Returns a read-only (constant) reference to the data at the first
707 * Returns a read/write reference to the data at the las
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 8 // Free Software Foundation; either version 3, or (at your option)
483 // The only tricky part is that we're caching the element count at
551 // DR 761. unordered_map needs an at() member function.
553 at(const _Key& __k);
556 at(const _Key& __k) const;
584 at(const _Key& __k) function in class:std::__detail::_Map_base
594 __throw_out_of_range(__N("_Map_base::at"));
602 at(const _Key& __k) const function in class:std::__detail::_Map_base
612 __throw_out_of_range(__N("_Map_base::at"));
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 6 * or implied. Any use is at your own risk.
119 const_reference at(size_type __n) const function in class:__bstr_sum
120 { return _M_get_storage().at(__n); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 6 * or implied. Any use is at your own risk.
144 reference at(size_type __n) function in class:deque
145 { return cast_traits::to_value_type_ref(_M_impl.at(__n)); }
146 const_reference at(size_type __n) const function in class:deque
147 { return cast_traits::to_value_type_cref(_M_impl.at(__n)); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 9 // Free Software Foundation; either version 3, or (at your option)
293 * used, then this will do at most 2N calls to the copy
607 * see at().)
630 * see at().)
645 /// Safety check used only from at().
666 at(size_type __n) function in class:vector
684 at(size_type __n) const function in class:vector
691 * Returns a read/write reference to the data at the first
699 * Returns a read-only (constant) reference to the data at the first
707 * Returns a read/write reference to the data at the las
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 8 // Free Software Foundation; either version 3, or (at your option)
483 // The only tricky part is that we're caching the element count at
551 // DR 761. unordered_map needs an at() member function.
553 at(const _Key& __k);
556 at(const _Key& __k) const;
584 at(const _Key& __k) function in class:std::__detail::_Map_base
594 __throw_out_of_range(__N("_Map_base::at"));
602 at(const _Key& __k) const function in class:std::__detail::_Map_base
612 __throw_out_of_range(__N("_Map_base::at"));
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 6 * or implied. Any use is at your own risk.
119 const_reference at(size_type __n) const function in class:__bstr_sum
120 { return _M_get_storage().at(__n); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 6 * or implied. Any use is at your own risk.
144 reference at(size_type __n) function in class:deque
145 { return cast_traits::to_value_type_ref(_M_impl.at(__n)); }
146 const_reference at(size_type __n) const function in class:deque
147 { return cast_traits::to_value_type_cref(_M_impl.at(__n)); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 9 // Free Software Foundation; either version 3, or (at your option)
293 * used, then this will do at most 2N calls to the copy
607 * see at().)
630 * see at().)
645 /// Safety check used only from at().
666 at(size_type __n) function in class:vector
684 at(size_type __n) const function in class:vector
691 * Returns a read/write reference to the data at the first
699 * Returns a read-only (constant) reference to the data at the first
707 * Returns a read/write reference to the data at the las
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 8 // Free Software Foundation; either version 3, or (at your option)
483 // The only tricky part is that we're caching the element count at
551 // DR 761. unordered_map needs an at() member function.
553 at(const _Key& __k);
556 at(const _Key& __k) const;
584 at(const _Key& __k) function in class:std::__detail::_Map_base
594 __throw_out_of_range(__N("_Map_base::at"));
602 at(const _Key& __k) const function in class:std::__detail::_Map_base
612 __throw_out_of_range(__N("_Map_base::at"));
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 6 * or implied. Any use is at your own risk.
119 const_reference at(size_type __n) const function in class:__bstr_sum
120 { return _M_get_storage().at(__n); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 6 * or implied. Any use is at your own risk.
144 reference at(size_type __n) function in class:deque
145 { return cast_traits::to_value_type_ref(_M_impl.at(__n)); }
146 const_reference at(size_type __n) const function in class:deque
147 { return cast_traits::to_value_type_cref(_M_impl.at(__n)); }

Completed in 952 milliseconds

1 2 3 4 5 6 7 891011>>