HomeSort by relevance Sort by last modified time
    Searched defs:at (Results 251 - 275 of 336) sorted by null

<<11121314

  /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
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 172 const AnimationValue* at(size_t i) const { return m_values.at(i); } function in class:WebCore::KeyframeValueList
326 // Change the scale at which the contents are rendered. Note that contentsScale may not return
  /external/webkit/Source/WebKit/gtk/tests/
testatk.c 7 * version 2 of the License, or (at your option) any later version.
57 static const char* hypertextAndHyperlinks = "<html><body><p>A paragraph with no links at all</p><p><a href='http://foo.bar.baz/'>A line</a> with <a href='http://bar.baz.foo/'>a link in the middle</a> as well as at the beginning and <a href='http://baz.foo.bar/'>at the end</a></p><ol><li>List item with a <span><a href='http://foo.bar.baz/'>link inside a span node</a></span></li></ol></body></html>";
924 AtkAttribute at; local
932 AtkAttribute at; local
    [all...]
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 6 * You may obtain a copy of the License at
181 AudioTrack* const at = local
183 return sp<AudioTrack>(at);
186 static sp<AudioTrack> setAudioTrack(JNIEnv* env, jobject thiz, const sp<AudioTrack>& at)
191 if (at.get()) {
192 at->incStrong(thiz);
197 env->SetIntField(thiz, javaAudioTrackFields.nativeTrackInJavaObj, (int)at.get());
513 // give the data to the native AudioTrack object (the data starts at the offset)
    [all...]
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 6 * You may obtain a copy of the License at
114 // block other users -- but at least the onReceive() call can finish.
201 // If we have at least one block, compress it -- otherwise, just write
527 int at = name.lastIndexOf('@'); local
528 if (at < 0) {
536 this.tag = Uri.decode(name.substring(0, at));
543 name = name.substring(at + 1, name.length() - 5);
546 name = name.substring(at + 1, name.length() - 4);
548 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.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.h 10 // Free Software Foundation; either version 3, or (at your option)
57 * @c push_back, @c at, and array access are supported.
85 * object at the front.
456 * NB: @a s must have at least @a n characters, '\\0' has no special
715 * see at().)
732 * see at().) Unshares the string.
756 at(size_type __n) const
759 __throw_out_of_range(__N("basic_string::at"));
775 at(size_type __n) function in class:basic_string
778 __throw_out_of_range(__N("basic_string::at"));
    [all...]
stl_deque.h 9 // Free Software Foundation; either version 3, or (at your option)
404 //standard container and at the same time makes use of the EBO
485 * at first.
558 * constant-time manipulation of elements at either end.
578 * map_size is at least 8. %map is an array of map_size
594 * /middle/ %map pointers will be valid, and the ones at the edges
771 * input iterators are used, then this will do at most 2N calls to the
1095 at(size_type __n) function in class:deque
1113 at(size_type __n) const function in class:deque
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_string.h 10 // Free Software Foundation; either version 3, or (at your option)
60 * @c push_back, @c at, and @c %array access are supported.
88 * object at the front.
475 * NB: @a s must have at least @a n characters, &apos;\\0&apos;
815 * see at().)
832 * see at().) Unshares the string.
856 at(size_type __n) const
859 __throw_out_of_range(__N("basic_string::at"));
865 * Returns a read/write reference to the data at the first
873 * Returns a read-only (constant) reference to the data at the firs
909 at(size_type __n) function in class:basic_string
    [all...]
stl_bvector.h 9 // Free Software Foundation; either version 3, or (at your option)
712 at(size_type __n) function in class:vector
716 at(size_type __n) const function in class:vector
stl_deque.h 9 // Free Software Foundation; either version 3, or (at your option)
485 //standard container and at the same time makes use of the EBO
566 * at first.
639 * constant-time manipulation of elements at either end.
659 * map_size is at least 8. %map is an array of map_size
675 * /middle/ %map pointers will be valid, and the ones at the edges
879 * input iterators are used, then this will do at most 2N calls to the
1256 at(size_type __n) function in class:deque
1274 at(size_type __n) const function in class:deque
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
basic_string.h 10 // Free Software Foundation; either version 3, or (at your option)
60 * @c push_back, @c at, and @c %array access are supported.
88 * object at the front.
475 * NB: @a s must have at least @a n characters, &apos;\\0&apos;
815 * see at().)
832 * see at().) Unshares the string.
856 at(size_type __n) const
859 __throw_out_of_range(__N("basic_string::at"));
865 * Returns a read/write reference to the data at the first
873 * Returns a read-only (constant) reference to the data at the firs
909 at(size_type __n) function in class:basic_string
    [all...]
stl_bvector.h 9 // Free Software Foundation; either version 3, or (at your option)
712 at(size_type __n) function in class:vector
716 at(size_type __n) const function in class:vector
stl_deque.h 9 // Free Software Foundation; either version 3, or (at your option)
485 //standard container and at the same time makes use of the EBO
566 * at first.
639 * constant-time manipulation of elements at either end.
659 * map_size is at least 8. %map is an array of map_size
675 * /middle/ %map pointers will be valid, and the ones at the edges
879 * input iterators are used, then this will do at most 2N calls to the
1256 at(size_type __n) function in class:deque
1274 at(size_type __n) const function in class:deque
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 10 // Free Software Foundation; either version 3, or (at your option)
57 * @c push_back, @c at, and array access are supported.
85 * object at the front.
456 * NB: @a s must have at least @a n characters, '\\0' has no special
715 * see at().)
732 * see at().) Unshares the string.
756 at(size_type __n) const
759 __throw_out_of_range(__N("basic_string::at"));
775 at(size_type __n) function in class:basic_string
778 __throw_out_of_range(__N("basic_string::at"));
    [all...]
stl_deque.h 9 // Free Software Foundation; either version 3, or (at your option)
404 //standard container and at the same time makes use of the EBO
485 * at first.
558 * constant-time manipulation of elements at either end.
578 * map_size is at least 8. %map is an array of map_size
594 * /middle/ %map pointers will be valid, and the ones at the edges
771 * input iterators are used, then this will do at most 2N calls to the
1095 at(size_type __n) function in class:deque
1113 at(size_type __n) const function in class:deque
    [all...]
  /prebuilts/ndk/android-ndk-r5/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...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 10 // Free Software Foundation; either version 3, or (at your option)
57 * @c push_back, @c at, and array access are supported.
85 * object at the front.
456 * NB: @a s must have at least @a n characters, '\\0' has no special
715 * see at().)
732 * see at().) Unshares the string.
756 at(size_type __n) const
759 __throw_out_of_range(__N("basic_string::at"));
775 at(size_type __n) function in class:basic_string
778 __throw_out_of_range(__N("basic_string::at"));
    [all...]
stl_deque.h 9 // Free Software Foundation; either version 3, or (at your option)
404 //standard container and at the same time makes use of the EBO
485 * at first.
558 * constant-time manipulation of elements at either end.
578 * map_size is at least 8. %map is an array of map_size
594 * /middle/ %map pointers will be valid, and the ones at the edges
771 * input iterators are used, then this will do at most 2N calls to the
1095 at(size_type __n) function in class:deque
1113 at(size_type __n) const function in class:deque
    [all...]

Completed in 1383 milliseconds

<<11121314