/external/webrtc/webrtc/modules/desktop_capture/x11/ |
x_error_trap.h | 21 // GetLastErrorAndDisable() to get the last error that was caught, if any. 27 // Returns last error and removes unregisters the error handler.
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.min.max/ |
max_element_comp.pass.cpp | 15 // max_element(Iter first, Iter last, Compare comp); 29 test(Iter first, Iter last) 31 Iter i = std::max_element(first, last, std::greater<int>()); 32 if (first != last) 34 for (Iter j = first; j != last; ++j) 38 assert(i == last); 66 void test_eq0(Iter first, Iter last, Pred p) 68 assert(first == std::max_element(first, last, p));
|
min_element_comp.pass.cpp | 15 // min_element(Iter first, Iter last, Compare comp); 29 test(Iter first, Iter last) 31 Iter i = std::min_element(first, last, std::greater<int>()); 32 if (first != last) 34 for (Iter j = first; j != last; ++j) 38 assert(i == last); 66 void test_eq0(Iter first, Iter last, Pred p) 68 assert(first == std::min_element(first, last, p));
|
/system/tools/hidl/ |
Location.cpp | 100 Position last = Position(loc.end().filename(), loc.end().line(), local 103 if (loc.begin().filename() != last.filename()) { 104 ostr << "-" << last; local 105 } else if (loc.begin().line() != last.line()) { 106 ostr << "-" << last.line() << "." << last.column(); 107 } else if (loc.begin().column() != last.column()) { 108 ostr << "-" << last.column();
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
FsDirectoryEntry.java | 60 * Gets the last modification time of this entry. 62 * @return the last modification time of the entry as milliseconds 64 * getting the last modification time 78 * Returns the time when this entry was last accessed as ms since 1970. 80 * @return the last access time, or 0 if this feature is not supported 81 * @throws IOException on error retrieving the last access time 108 * Sets the last modification time of this entry. 110 * @param lastModified the new last modification time of this entry
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
ATokenBuffer.cpp | 66 last = tp-1;
80 // Delete all remaining tokens (from 0..last inclusive)
84 for (z=buffer; z<=last; z++)
110 if ( tp <= last ) // is there any buffered lookahead still to be read?
137 last = next;
139 tp = last;
185 // int how_many_more_i_need = (last-tp < 0) ? n : n-(last-tp)-1;
186 int how_many_more_i_need = (tp > last) ? n : n-(last-tp)-1; [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
ATokenBuffer.cpp | 64 last = tp-1;
79 // Delete all remaining tokens (from 0..last inclusive)
83 for (z=buffer; z<=last; z++)
109 if ( tp <= last ) // is there any buffered lookahead still to be read?
136 last = next;
138 tp = last;
184 // int how_many_more_i_need = (last-tp < 0) ? n : n-(last-tp)-1;
185 int how_many_more_i_need = (tp > last) ? n : n-(last-tp)-1; [all...] |
/build/kati/testcase/ |
implicit_pattern_rule.mk | 15 # The last one should be used.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/ |
Synch.py | 20 call must be matched by a release() call and only the last
176 self.first = self.last = 0
179 if (self.last+1) % self.size != self.first:
181 self.buffer[self.last] = item
182 self.last = (self.last+1) % self.size
185 # First normalize it so that first==0 and last==size-1
187 print "first = %d, last = %d, size = %d" % (
188 self.first, self.last, self.size)
189 if self.first <= self.last: [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
fix_future.py | 16 # This should be run last -- some things check for the import
|
/external/android-clat/ |
BUGS | 5 - assumes the nat64 gateway has the ipv4 address in the last 32 bits of the ipv6 address (that it uses a /96 plat subnet)
|
/external/autotest/client/bin/self-test/tests/ |
085-test-exception-out | 2 Traceback (most recent call last):
|
/external/autotest/frontend/afe/templates/feeds/ |
job_feed_description.html | 9 {{ label.name }}{% if not forloop.last %}, {% endif %}
|
/external/clang/test/Lexer/ |
eof-char.c | 4 // This file intentionally ends without a \n on the last line. Make sure your
|
eof-number.c | 4 // This file intentionally ends without a \n on the last line. Make sure your
|
eof-string.c | 4 // This file intentionally ends without a \n on the last line. Make sure your
|
/external/clang/test/Modules/Inputs/available-is-better/ |
module.modulemap | 2 // sure that both the first and last modules here are ones that would
|
/external/curl/docs/cmdline-opts/ |
cert-type.d | 10 If this option is used several times, the last one will be used.
|
ciphers.d | 11 If this option is used several times, the last one will be used.
|
crlfile.d | 10 If this option is used several times, the last one will be used.
|
key-type.d | 9 If this option is used several times, the last one will be used.
|
key.d | 10 If this option is used several times, the last one will be used.
|
krb.d | 11 If this option is used several times, the last one will be used.
|
libcurl.d | 10 If this option is used several times, the last given file name will be
|
max-redirs.d | 11 If this option is used several times, the last one will be used.
|