/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_string.h | 9 * or implied. Any use is at your own risk. 68 * First, basic_string always stores a null character at the end; 96 // a block of memory whose size is at least n + 1. 437 const_reference at(size_type __n) const { function in class:basic_string 443 reference at(size_type __n) { function in class:basic_string [all...] |
_vector.h | 16 * or implied. Any use is at your own risk. 210 reference at(size_type __n) { _M_range_check(__n); return (*this)[__n]; } function in class:vector 211 const_reference at(size_type __n) const { _M_range_check(__n); return (*this)[__n]; } function in class:vector
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
vstring.h | 9 // Free Software Foundation; either version 3, or (at your option) 222 * NB: @a __s must have at least @a __n characters, '\\0' has no special 543 * see at().) 560 * see at().) Unshares the string. 584 at(size_type __n) const function in class:__versa_string 587 std::__throw_out_of_range(__N("__versa_string::at")); 603 at(size_type __n) function in class:__versa_string 606 std::__throw_out_of_range(__N("__versa_string::at")); 613 * Returns a read/write reference to the data at the first 621 * Returns a read-only (constant) reference to the data at the firs [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
hashtable_policy.h | 8 // Free Software Foundation; either version 3, or (at your option) 354 // The only tricky part is that we're caching the element count at 424 // DR 761. unordered_map needs an at() member function. 426 at(const _Key& __k); 429 at(const _Key& __k) const; 471 at(const _Key& __k) function in class:__detail::_Map_base 479 __throw_out_of_range(__N("_Map_base::at")); 487 at(const _Key& __k) const function in class:__detail::_Map_base 495 __throw_out_of_range(__N("_Map_base::at")); [all...] |
stl_deque.h | 9 // Free Software Foundation; either version 3, or (at your option) 487 //standard container and at the same time makes use of the EBO 575 * at first. 648 * constant-time manipulation of elements at either end. 668 * map_size is at least 8. %map is an array of map_size 684 * /middle/ %map pointers will be valid, and the ones at the edges 888 * input iterators are used, then this will do at most 2N calls to the 1265 at(size_type __n) function in class:deque 1283 at(size_type __n) const function in class:deque [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
hashtable_policy.h | 8 // Free Software Foundation; either version 3, or (at your option) 125 * of _Hashtable::count(k) is always at most one, false if it may 468 // DR 761. unordered_map needs an at() member function. 470 at(const key_type& __k); 473 at(const key_type& __k) const; 536 at(const key_type& __k) function in class:__detail::_Map_base 544 __throw_out_of_range(__N("_Map_base::at")); 556 at(const key_type& __k) const function in class:__detail::_Map_base 564 __throw_out_of_range(__N("_Map_base::at")); [all...] |
stl_deque.h | 8 // Free Software Foundation; either version 3, or (at your option) 486 //standard container and at the same time makes use of the EBO 574 * at first. 647 * constant-time manipulation of elements at either end. 670 * map_size is at least 8. %map is an array of map_size 686 * /middle/ %map pointers will be valid, and the ones at the edges 890 * input iterators are used, then this will do at most 2N calls to the 1284 at(size_type __n) function in class:deque 1302 at(size_type __n) const function in class:deque [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_scope.py | 659 with check_warnings(("import \* only allowed at module level", namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_scope.py | 659 with check_warnings(("import \* only allowed at module level", namespace
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
GuidelineHandler.java | 6 * You may obtain a copy of the License at 449 int at = draggedEdge.at; local 455 int delta = edge.at - at; 699 * that case we look at the orientation; on the left side, prefer left-oriented [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
deltablue.js | 7 // (at your option) any later version. 67 OrderedCollection.prototype.at = function (index) { 617 var u = unsatisfied.at(i); 644 * the variable is 'stay' (i.e. it is a constant at plan execution 673 var c = constraints.at(i); 725 var c = v.constraints.at(i); 731 var next = v.constraints.at(i); 745 var c = cc.at(i); 773 return this.v.at(index); 855 if (dests.at(i).value != i * 5 + 1000 [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 325 alias child at 962 abstract :at 1047 def at( index ) method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream 1049 @nodes.at( index ) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
path.c | 1902 VGfloat at = (distance - length) \/ line_lengthv(line); local 1917 VGfloat at = (distance - length) \/ line_lengthv(line); local [all...] |
/external/chromium_org/v8/src/mips/ |
simulator-mips.h | 56 // Call the generated regexp code directly. The code at the entry address 146 at, enumerator in enum:v8::internal::Simulator::Register 402 // When running with the simulator transition into simulated execution at this
|
/external/llvm/lib/Transforms/Instrumentation/ |
PathProfiling.cpp | 15 // path number register will equal the path number of the path taken at the 333 // If this edge is a critical edge, then inserts a node at this edge. 1317 StructType* at = ftEntryTypeBuilder::get(*Context); local [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
path.c | 1902 VGfloat at = (distance - length) \/ line_lengthv(line); local 1917 VGfloat at = (distance - length) \/ line_lengthv(line); local [all...] |
/external/qemu/elff/ |
dwarf_defs.h | 145 * Unsigned LEB128 numbers are encoded as follows: start at the low order end
296 Dwarf_Leb128 at;
member in struct:Dwarf_Abbr_AT 303 return at.val == 0;
319 return INC_CPTR_T(Dwarf_Abbr_AT, &at.val, 2);
326 reinterpret_cast<const Dwarf_Leb128*>(at.process_unsigned(&val));
645 Dwarf_At at() const {
function in class:DIEAttrib 830 /* Last cached DIE abbreviation. We always should have cached at least one
850 /* Process all AT abbreviations for the current DIE entry, reaching next
857 // Next DIE abbreviation is right after the separator AT abbreviation.
[all...] |
/external/stlport/stlport/stl/ |
_bvector.h | 16 * or implied. Any use is at your own risk. 502 reference at(size_type __n) function in class:__BVECTOR_QUALIFIED 504 const_reference at(size_type __n) const function in class:__BVECTOR_QUALIFIED
|
_deque.h | 16 * or implied. Any use is at your own risk. 453 reference at(size_type __n) function in class:deque 455 const_reference at(size_type __n) const function in class:deque [all...] |
/external/v8/src/mips/ |
simulator-mips.h | 56 // Call the generated regexp code directly. The code at the entry address 146 at, enumerator in enum:v8::internal::Simulator::Register 400 // When running with the simulator transition into simulated execution at this
|
/frameworks/base/services/java/com/android/server/ |
DropBoxManagerService.java | 6 * You may obtain a copy of the License at 116 // block other users -- but at least the onReceive() call can finish. 204 // If we have at least one block, compress it -- otherwise, just write 535 int at = name.lastIndexOf('@'); local 536 if (at < 0) { 544 this.tag = Uri.decode(name.substring(0, at)); 551 name = name.substring(at + 1, name.length() - 5); 554 name = name.substring(at + 1, name.length() - 4); 556 name = name.substring(at + 1, name.length() - 4);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_bvector.h | 16 * or implied. Any use is at your own risk. 502 reference at(size_type __n) function in class:__BVECTOR_QUALIFIED 504 const_reference at(size_type __n) const function in class:__BVECTOR_QUALIFIED
|
_deque.h | 16 * or implied. Any use is at your own risk. 453 reference at(size_type __n) function in class:deque 455 const_reference at(size_type __n) const function in class:deque [all...] |
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_defs.h | 145 * Unsigned LEB128 numbers are encoded as follows: start at the low order end 296 Dwarf_Leb128 at; member in struct:Dwarf_Abbr_AT 303 return at.val == 0; 319 return INC_CPTR_T(Dwarf_Abbr_AT, &at.val, 2); 326 reinterpret_cast<const Dwarf_Leb128*>(at.process_unsigned(&val)); 645 Dwarf_At at() const { function in class:DIEAttrib 830 /* Last cached DIE abbreviation. We always should have cached at least one 850 /* Process all AT abbreviations for the current DIE entry, reaching next 857 // Next DIE abbreviation is right after the separator AT abbreviation.
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
Status.java | 6 * You may obtain a copy of the License at 527 long at = SystemClock.uptimeMillis() / 1000; local
|