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

<<111213141516171819

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalList.java 6 * You may obtain a copy of the License at
52 * Gets the element at the given index. It is an error to call
57 * @return {@code non-null;} element at that index
64 * Sets the entry at the given index.
67 * @param entry {@code non-null;} the entry to set at {@code n}
339 * that to change at some point, when we start feeding that
405 throw new RuntimeException("redundant start at " +
413 throw new RuntimeException("redundant end at " +
430 "improperly marked end at " +
436 "redundant end at "
753 int at = result.size() - 1; local
928 int at = 0; local
    [all...]
RopTranslator.java 6 * You may obtain a copy of the License at
81 * at the end of the frame (as the optimizer emits them)
132 * an extra goto at the end of each basic block.
139 * extra instruction per block (for the locals state at the
165 * method happen to slot the params in an order at the top of the
317 int at = 0; local
385 order[at] = label;
386 at++;
429 if (at != sz) {
585 * Parameters are not in order at the top of the reg space
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 6 * You may obtain a copy of the License at
108 int at = 0; local
110 while (at < sz) {
115 at += parseInstruction(at, visitor);
129 int at = 0; local
131 while (at < sz) {
132 Bits.set(result, at, true);
133 int length = parseInstruction(at, null);
134 at += length
824 int at = (offset + 4) & ~3; \/\/ "at" skips the padding. local
867 int at = (offset + 4) & ~3; \/\/ "at" skips the padding. local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 6 * You may obtain a copy of the License at
51 * Gets the element at the given index. It is an error to call
56 * @return {@code non-null;} element at that index
63 * Sets the entry at the given index.
66 * @param entry {@code non-null;} the entry to set at {@code n}
338 * that to change at some point, when we start feeding that
404 throw new RuntimeException("redundant start at " +
412 throw new RuntimeException("redundant end at " +
429 "improperly marked end at " +
435 "redundant end at "
752 int at = result.size() - 1; local
927 int at = 0; local
    [all...]
RopTranslator.java 6 * You may obtain a copy of the License at
84 * at the end of the frame (as the optimizer emits them)
137 * an extra goto at the end of each basic block.
144 * extra instruction per block (for the locals state at the
170 * method happen to slot the params in an order at the top of the
323 int at = 0; local
391 order[at] = label;
392 at++;
435 if (at != sz) {
591 * Parameters are not in order at the top of the reg space
    [all...]
  /dalvik/vm/reflect/
Reflect.cpp 6 * You may obtain a copy of the License at
120 * be pointing at the closing ')'.
706 char* at = (char*) targetDescriptorCache->value; local
709 strcpy(at, descriptor);
710 at += strlen(descriptor);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
Vector.h 7 * version 2 of the License, or (at your option) any later version.
535 T& at(size_t i) function in class:WTF::Vector
540 const T& at(size_t i) const
546 T& operator[](size_t i) { return at(i); }
547 const T& operator[](size_t i) const { return at(i); }
562 T& first() { return at(0); }
563 const T& first() const { return at(0); }
564 T& last() { return at(size() - 1); }
565 const T& last() const { return at(size() - 1); }
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalList.java 6 * You may obtain a copy of the License at
52 * Gets the element at the given index. It is an error to call
57 * @return {@code non-null;} element at that index
64 * Sets the entry at the given index.
67 * @param entry {@code non-null;} the entry to set at {@code n}
339 * that to change at some point, when we start feeding that
405 throw new RuntimeException("redundant start at " +
413 throw new RuntimeException("redundant end at " +
430 "improperly marked end at " +
436 "redundant end at "
753 int at = result.size() - 1; local
928 int at = 0; local
    [all...]
RopTranslator.java 6 * You may obtain a copy of the License at
85 * at the end of the frame (as the optimizer emits them)
138 * an extra goto at the end of each basic block.
145 * extra instruction per block (for the locals state at the
171 * method happen to slot the params in an order at the top of the
324 int at = 0; local
392 order[at] = label;
393 at++;
436 if (at != sz) {
592 * Parameters are not in order at the top of the reg space
    [all...]
  /external/llvm/lib/Analysis/
RegionInfo.cpp 318 BBNodeMapT::const_iterator at = BBNodeMap.find(BB); local
320 if (at != BBNodeMap.end())
321 return at->second;
540 // No further region at exit available.
543 // We found a region e that starts at exit. Therefore (entry, e->second)
765 // Get largest region that starts at BB.
778 // Get largest region that starts at Exit.
  /external/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
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 6 * You may obtain a copy of the License at
176 AudioTrack* const at = local
178 return sp<AudioTrack>(at);
181 static sp<AudioTrack> setAudioTrack(JNIEnv* env, jobject thiz, const sp<AudioTrack>& at)
186 if (at.get()) {
187 at->incStrong((void*)setAudioTrack);
192 env->SetIntField(thiz, javaAudioTrackFields.nativeTrackInJavaObj, (int)at.get());
512 // give the data to the native AudioTrack object (the data starts at the offset)
    [all...]
  /ndk/sources/cxx-stl/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h 9 // Free Software Foundation; either version 3, or (at your option)
702 at(size_type __n) function in class:vector
706 at(size_type __n) const function in class:vector
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring.h 8 // Free Software Foundation; either version 3, or (at your option)
217 * NB: @a __s must have at least @a __n characters, '\\0' has no special
525 * see at().)
542 * see at().) Unshares the string.
566 at(size_type __n) const function in class:__versa_string
569 std::__throw_out_of_range(__N("__versa_string::at"));
585 at(size_type __n) function in class:__versa_string
588 std::__throw_out_of_range(__N("__versa_string::at"));
595 * Returns a read/write reference to the data at the first
603 * Returns a read-only (constant) reference to the data at the firs
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 9 // Free Software Foundation; either version 3, or (at your option)
702 at(size_type __n) function in class:vector
706 at(size_type __n) const function in class:vector
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring.h 8 // Free Software Foundation; either version 3, or (at your option)
217 * NB: @a __s must have at least @a __n characters, '\\0' has no special
525 * see at().)
542 * see at().) Unshares the string.
566 at(size_type __n) const function in class:__versa_string
569 std::__throw_out_of_range(__N("__versa_string::at"));
585 at(size_type __n) function in class:__versa_string
588 std::__throw_out_of_range(__N("__versa_string::at"));
595 * Returns a read/write reference to the data at the first
603 * Returns a read-only (constant) reference to the data at the firs
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/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

Completed in 1255 milliseconds

<<111213141516171819