/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/ |
assoc_container.hpp | 228 cc_hash_table(It first, It last) 229 { base_type::copy_from_range(first, last); } 235 cc_hash_table(It first, It last, const hash_fn& h) 237 { copy_from_range(first, last); } 246 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) 248 { copy_from_range(first, last); } 258 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, 261 { copy_from_range(first, last); } 272 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, 275 { copy_from_range(first, last); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/ |
assoc_container.hpp | 228 cc_hash_table(It first, It last) 229 { base_type::copy_from_range(first, last); } 235 cc_hash_table(It first, It last, const hash_fn& h) 237 { copy_from_range(first, last); } 246 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) 248 { copy_from_range(first, last); } 258 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, 261 { copy_from_range(first, last); } 272 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, 275 { copy_from_range(first, last); } [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
assoc_container.hpp | 212 cc_hash_table(It first, It last) 213 { base_type::copy_from_range(first, last); } 219 cc_hash_table(It first, It last, const hash_fn& h) 221 { copy_from_range(first, last); } 230 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) 232 { copy_from_range(first, last); } 242 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, 245 { copy_from_range(first, last); } 256 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, 259 { copy_from_range(first, last); } [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
assoc_container.hpp | 212 cc_hash_table(It first, It last) 213 { base_type::copy_from_range(first, last); } 219 cc_hash_table(It first, It last, const hash_fn& h) 221 { copy_from_range(first, last); } 230 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) 232 { copy_from_range(first, last); } 242 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, 245 { copy_from_range(first, last); } 256 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, 259 { copy_from_range(first, last); } [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/ |
assoc_container.hpp | 212 cc_hash_table(It first, It last) 213 { base_type::copy_from_range(first, last); } 219 cc_hash_table(It first, It last, const hash_fn& h) 221 { copy_from_range(first, last); } 230 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) 232 { copy_from_range(first, last); } 242 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, 245 { copy_from_range(first, last); } 256 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, 259 { copy_from_range(first, last); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/ |
assoc_container.hpp | 212 cc_hash_table(It first, It last) 213 { base_type::copy_from_range(first, last); } 219 cc_hash_table(It first, It last, const hash_fn& h) 221 { copy_from_range(first, last); } 230 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) 232 { copy_from_range(first, last); } 242 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, 245 { copy_from_range(first, last); } 256 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, 259 { copy_from_range(first, last); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/ |
assoc_container.hpp | 228 cc_hash_table(It first, It last) 229 { base_type::copy_from_range(first, last); } 235 cc_hash_table(It first, It last, const hash_fn& h) 237 { copy_from_range(first, last); } 246 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e) 248 { copy_from_range(first, last); } 258 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, 261 { copy_from_range(first, last); } 272 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e, 275 { copy_from_range(first, last); } [all...] |
/sdk/emulator/opengl/host/tools/emugen/ |
TypeFactory.cpp | 84 size_t pos = 0, last; local 86 name = getNextToken(str, pos, &last, WHITESPACE); 91 pos = last + 1; 93 size = getNextToken(str, pos, &last, WHITESPACE); 98 pos = last + 1; 100 printString = getNextToken(str, pos, &last, WHITESPACE); 106 pos = last + 1; 108 pointerDef = getNextToken(str, pos, &last, WHITESPACE);
|
/frameworks/base/core/java/android/os/ |
FileUtils.java | 167 } else if (max < 0) { // "tail" mode: keep the last N 170 byte[] last = null; 173 if (last != null) rolled = true; 174 byte[] tmp = last; last = data; data = tmp; 179 if (last == null && len <= 0) return ""; 180 if (last == null) return new String(data, 0, len); 183 System.arraycopy(last, len, last, 0, last.length - len) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_numeric.h | 70 * For each element in the range @p [first,last) assigns @p value and 74 * @param last End of range. 105 * Accumulates the values in the range [first,last) using operator+(). The 109 * @param last End of range. 129 * Accumulates the values in the range [first,last) using the function 134 * @param last End of range. 219 * Accumulates the values in the range [first,last) using operator+(). 226 * @param last End of input range. 258 * Accumulates the values in the range [first,last) using operator+(). 265 * @param last End of input range [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_numeric.h | 73 * For each element in the range @p [first,last) assigns @p value and 77 * @param last End of range. 111 * Accumulates the values in the range [first,last) using operator+(). The 115 * @param last End of range. 135 * Accumulates the values in the range [first,last) using the function 140 * @param last End of range. 225 * Accumulates the values in the range [first,last) using the @c + operator. 232 * @param last End of input range. 264 * Accumulates the values in the range [first,last) using @p binary_op. 271 * @param last End of input range [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_numeric.h | 73 * For each element in the range @p [first,last) assigns @p value and 77 * @param last End of range. 111 * Accumulates the values in the range [first,last) using operator+(). The 115 * @param last End of range. 135 * Accumulates the values in the range [first,last) using the function 140 * @param last End of range. 225 * Accumulates the values in the range [first,last) using the @c + operator. 232 * @param last End of input range. 264 * Accumulates the values in the range [first,last) using @p binary_op. 271 * @param last End of input range [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_numeric.h | 70 * For each element in the range @p [first,last) assigns @p value and 74 * @param last End of range. 105 * Accumulates the values in the range [first,last) using operator+(). The 109 * @param last End of range. 129 * Accumulates the values in the range [first,last) using the function 134 * @param last End of range. 219 * Accumulates the values in the range [first,last) using operator+(). 226 * @param last End of input range. 258 * Accumulates the values in the range [first,last) using operator+(). 265 * @param last End of input range [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_numeric.h | 70 * For each element in the range @p [first,last) assigns @p value and 74 * @param last End of range. 105 * Accumulates the values in the range [first,last) using operator+(). The 109 * @param last End of range. 129 * Accumulates the values in the range [first,last) using the function 134 * @param last End of range. 219 * Accumulates the values in the range [first,last) using operator+(). 226 * @param last End of input range. 258 * Accumulates the values in the range [first,last) using operator+(). 265 * @param last End of input range [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_numeric.h | 70 * For each element in the range @p [first,last) assigns @p value and 74 * @param last End of range. 105 * Accumulates the values in the range [first,last) using operator+(). The 109 * @param last End of range. 129 * Accumulates the values in the range [first,last) using the function 134 * @param last End of range. 219 * Accumulates the values in the range [first,last) using operator+(). 226 * @param last End of input range. 258 * Accumulates the values in the range [first,last) using operator+(). 265 * @param last End of input range [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_numeric.h | 70 * For each element in the range @p [first,last) assigns @p value and 74 * @param last End of range. 105 * Accumulates the values in the range [first,last) using operator+(). The 109 * @param last End of range. 129 * Accumulates the values in the range [first,last) using the function 134 * @param last End of range. 219 * Accumulates the values in the range [first,last) using operator+(). 226 * @param last End of input range. 258 * Accumulates the values in the range [first,last) using operator+(). 265 * @param last End of input range [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_numeric.h | 73 * For each element in the range @p [first,last) assigns @p value and 77 * @param last End of range. 111 * Accumulates the values in the range [first,last) using operator+(). The 115 * @param last End of range. 135 * Accumulates the values in the range [first,last) using the function 140 * @param last End of range. 225 * Accumulates the values in the range [first,last) using the @c + operator. 232 * @param last End of input range. 264 * Accumulates the values in the range [first,last) using @p binary_op. 271 * @param last End of input range [all...] |
/build/tools/rgb2565/ |
to565.c | 104 unsigned short last, color, count; local 111 if ((color == last) && (count != 65535)) { 116 write(1, &last, 2); 120 last = color; 125 write(1, &last, 2);
|
/external/icu4c/samples/break/ |
break.cpp | 58 int32_t end = boundary.last(); 75 /* Print the last element */ 78 int32_t end = boundary.last(); 130 //print last element 131 puts("----- last: --------------");
|
/external/libcap-ng/libcap-ng-0.7/src/test/ |
lib_test.c | 32 int rc, i, len, last = CAP_LAST_CAP; local 52 if (len < 80 && last > 30) // The kernel & headers are mismatched 53 last = 30; 60 printf("Doing advanced bit tests for %d capabilities...\n", last); 61 for (i=0; i<=last; i++) {
|
/external/skia/legacy/src/core/ |
SkTSearch.cpp | 139 static void SkQSort_Partition(char* first, char* last, size_t elemSize, SkQSortCompareProc compare) 142 char* rite = last; 147 while (left < last && compare(left, pivot) < 0) 164 if (left < last) 165 SkQSort_Partition(left, last, elemSize, compare);
|
/external/zlib/src/contrib/ada/ |
buffer_demo.adb | 14 -- of exactly the correct size is used for decompressed data, and the last 54 pragma Assert (I = Source'Last); 64 -- (because this demonstrates the problem - the last block passed will 74 -- This makes sure that the last block contains 89 (Total_Out (Decompressor) + 1 .. Uncompressed_Data'Last),
|
/ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.binary.search/equal.range/ |
equal_range.pass.cpp | 16 // equal_range(Iter first, Iter last, const T& value); 26 test(Iter first, Iter last, const T& value) 28 std::pair<Iter, Iter> i = std::equal_range(first, last, value); 31 for (Iter j = i.first; j != last; ++j) 35 for (Iter j = i.second; j != last; ++j)
|
equal_range_comp.pass.cpp | 16 // equal_range(Iter first, Iter last, const T& value, Compare comp); 27 test(Iter first, Iter last, const T& value) 29 std::pair<Iter, Iter> i = std::equal_range(first, last, value, std::greater<int>()); 32 for (Iter j = i.first; j != last; ++j) 36 for (Iter j = i.second; j != last; ++j)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
shm.h | 54 __time_t shm_atime; /* time of last shmat() */ 58 __time_t shm_dtime; /* time of last shmdt() */ 62 __time_t shm_ctime; /* time of last change by shmctl() */ 67 __pid_t shm_lpid; /* pid of last shmop */ 80 # define SHM_DEST 01000 /* segment will be destroyed on last detach */
|