/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
BNF.java | 242 Pick last = null; local 247 if (last != null) return last; 257 if (last == null) { 258 last = item; 260 if (result == null) result = Pick.makeSequence().and2(last); 269 Pick last = null; local 276 if (last == null) { 277 last = temp; 280 if (result == null) result = Pick.makeAlternation().or2(lastWeight, last); [all...] |
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
BNF.java | 241 Pick last = null; local 246 if (last != null) return last; 256 if (last == null) { 257 last = item; 259 if (result == null) result = Pick.makeSequence().and2(last); 268 Pick last = null; local 275 if (last == null) { 276 last = temp; 279 if (result == null) result = Pick.makeAlternation().or2(lastWeight, last); [all...] |
/external/kernel-headers/original/uapi/linux/ |
sem.h | 25 __kernel_time_t sem_otime; /* last semop time */ 26 __kernel_time_t sem_ctime; /* last change time */ 29 struct sem_queue **sem_pending_last; /* last pending operation */
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/binary.search/ |
binary_search.pass.cpp | 16 // binary_search(Iter first, Iter last, const T& value); 26 test(Iter first, Iter last, const T& value, bool x) 28 assert(std::binary_search(first, last, value) == x);
|
/external/libcxx/test/std/experimental/algorithms/alg.random.sample/ |
sample.stable.pass.cpp | 14 // SampleIterator sample(PopulationIterator first, PopulationIterator last, 33 PopulationIterator last(ia + kPopulationSize); 44 std::experimental::sample(first, last, out, kSampleSize, g);
|
/external/libcxx/test/std/numerics/numeric.ops/accumulate/ |
accumulate.pass.cpp | 16 // accumulate(Iter first, Iter last, T init); 25 test(Iter first, Iter last, T init, T x) 27 assert(std::accumulate(first, last, init) == x);
|
accumulate_op.pass.cpp | 17 // accumulate(Iter first, Iter last, T init, BinaryOperation binary_op); 27 test(Iter first, Iter last, T init, T x) 29 assert(std::accumulate(first, last, init, std::multiplies<T>()) == x);
|
/external/llvm/test/Transforms/IndVarSimplify/ |
2011-11-15-multiexit.ll | 14 define i32 @test(i32* %first, i32* %last) uwtable ssp { 24 %cmp1 = icmp eq i32* %incdec.ptr1, %last 29 %cmp2 = icmp eq i32* %incdec.ptr2, %last
|
/external/llvm/tools/dsymutil/ |
NonRelocatableStringpool.h | 30 : CurrentEndOffset(0), Sentinel(0), Last(&Sentinel) { 53 // if \p E was the last entry. 63 MapTy::MapEntryTy Sentinel, *Last;
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
queue.cpp | 52 auto last = std::find_if(queued_events.begin(), queued_events.end(), local 57 std::for_each(first, last, [&](event_ptr &ev) { ev->fence(fence); }); 59 queued_events.erase(first, last);
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
FileSystemEntry.java | 58 * Return the timestamp Date for the last modification of this file system entry
60 * @return the last modified timestamp Date for this file system entry
65 * Set the timestamp Date for the last modification of this file system entry
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
TwoSecondIntersectionFinder.java | 74 long last = samples + 1; local 78 fragments[i] = last ; 80 last = fragments[i];
|
/external/nanohttpd/core/src/test/resources/ |
multipart-form-test.htm | 41 <label for="last">Text:</label> 42 <input type="text" id="last" name="last" size="30"><br>
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
dist.h | 158 Iterator1 last = a + size; local 159 Iterator1 lastgroup = last - 3; 175 /* Process last 0-3 pixels. Not needed for standard vector lengths. */ 176 while (a < last) { 220 Iterator1 last = a + size; local 221 Iterator1 lastgroup = last - 3; 237 /* Process last 0-3 pixels. Not needed for standard vector lengths. */ 238 while (a < last) { 284 Iterator1 last = a + size; local 285 Iterator1 lastgroup = last - 3 340 Iterator1 last = a + size; local 550 Iterator1 last = a + size; local 605 Iterator1 last = a + size; local 654 Iterator1 last = a + size; local 707 Iterator1 last = a + size; local [all...] |
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream.h | 148 // data again that was already returned by the last call to Next(). This 155 // * The last method called must have been Next(). 156 // * count must be less than or equal to the size of the last buffer 160 // * The last "count" bytes of the last buffer returned by Next() will be 208 // Backs up a number of bytes, so that the end of the last buffer returned 210 // writing all the data you want to write, but the last buffer was bigger 215 // * The last method called must have been Next(). 216 // * count must be less than or equal to the size of the last buffer 218 // * The caller must not have written anything to the last "count" byte [all...] |
/external/skia/tests/ |
CachedDataTest.cpp | 71 * Thus, among other things, we test the end-of-life behavior when the client is the last owner 80 // test with client as last owner 87 // test with cache as last owner
|
/external/testng/src/main/java/org/testng/ |
ClassMethodMap.java | 14 * is the last of its class, in which case it's time to invoke all the 46 * Remove the method from this map and returns true if it is the last 53 // It's the last method of this class if all the methods remaining in the list belong to a
|
/frameworks/av/media/libstagefright/webm/ |
WebmFrameThread.cpp | 131 // last: 133 void WebmFrameSinkThread::flushFrames(List<const sp<WebmFrame> >& frames, bool last) { 145 if (!last) { 146 // If we are not flushing the last sequence of outstanding frames, flushFrames 148 // frame (the last frame), which belongs to the next cluster; also hold back on 149 // flushing the second to last frame before we check its type. A audio frame 151 // frame should be the last frame in the current (to-be-flushed) sequence. 171 // equivalent to last==false 173 // decide whether to write out the second to last frame. 227 flushFrames(outstandingFrames, /* last = */ false) [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
ListLastItemPartiallyVisibleTest.java | 48 assertTrue("last item should be partially off screen", 70 assertEquals("should have moved to last position", 76 assertEquals("shouldn't have scrolled: top of last child changed.",
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/ |
ReferenceCountedTrigger.java | 25 * A ref counted trigger that does some logic when the count is first incremented, or last 76 /** Adds a runnable to the last-decrement runnables list. */ 96 * Runs and clears all the last-decrement runnables now.
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
LinearLayoutManagerResizeTest.java | 87 assertEquals("[" + config + "]: last visible position should not change.", 89 assertEquals("[" + config + "]: last completely visible position should not change", 95 assertEquals("[" + config + "]: last completely visible position should not change",
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.binary.search/binary.search/ |
binary_search.pass.cpp | 16 // binary_search(Iter first, Iter last, const T& value); 26 test(Iter first, Iter last, const T& value, bool x) 28 assert(std::binary_search(first, last, value) == x);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/accumulate/ |
accumulate.pass.cpp | 16 // accumulate(Iter first, Iter last, T init); 25 test(Iter first, Iter last, T init, T x) 27 assert(std::accumulate(first, last, init) == x);
|
accumulate_op.pass.cpp | 17 // accumulate(Iter first, Iter last, T init, BinaryOperation binary_op); 27 test(Iter first, Iter last, T init, T x) 29 assert(std::accumulate(first, last, init, std::multiplies<T>()) == x);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
for_each.hpp | 98 typedef typename end<Sequence>::type last; typedef 100 aux::for_each_impl< boost::is_same<first,last>::value > 101 ::execute(static_cast<first*>(0), static_cast<last*>(0), static_cast<TransformOp*>(0), f);
|