/external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/upper.bound/ |
upper_bound_comp.pass.cpp | 15 // upper_bound(Iter first, Iter last, const T& value, Compare comp); 26 test(Iter first, Iter last, const T& value) 28 Iter i = std::upper_bound(first, last, value, std::greater<int>()); 31 for (Iter j = i; j != last; ++j)
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
construct_iter_iter.pass.cpp | 13 // template <class InputIter> vector(InputIter first, InputIter last); 23 test(Iterator first, Iterator last) 25 C c(first, last); 27 assert(c.size() == std::distance(first, last));
|
/external/libcxx/test/std/re/re.const/re.matchflag/ |
match_not_eol.pass.cpp | 14 // The last character in the sequence [first,last) shall be treated as 16 // the regular expression shall not match [last,last).
|
/external/libpng/scripts/ |
intprefix.c | 4 * Last changed in libpng version 1.6.16 [December 22, 2014]
|
prefix.c | 4 * Last changed in libpng version 1.6.16 [December 22, 2014]
|
/external/llvm/test/CodeGen/AArch64/ |
fast-isel-trunc.ll | 3 ; Test that %1 doesn't get the kill flag set before its last use.
|
/external/markdown/tests/misc/ |
two-spaces.html | 4 and this is the second from last line
|
/external/pcre/dist/testdata/ |
grepinputx | 43 This is the last line of this file.
|
/external/skia/include/c/ |
sk_path.h | 31 Add a line from the last point to the specified point (x,y). If no 37 Add a quadratic bezier from the last point, approaching control 44 Add a conic curve from the last point, approaching control point 51 Add a cubic bezier from the last point, approaching control points
|
/external/skia/src/pathops/ |
SkPathOpsSimplify.cpp | 74 SkOpSpanBase* last = current->markAndChaseDone(start, end); local 75 if (last && !last->chased()) { 76 last->setChased(true); 77 SkASSERT(!SkPathOpsDebug::ChaseContains(chase, last)); 78 *chase.append() = last; 80 SkDebugf("%s chase.append id=%d", __FUNCTION__, last->segment()->debugID()); 81 if (!last->final()) { 82 SkDebugf(" windSum=%d", last->upCast()->windSum());
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/error/ |
MarkedYAMLExceptionTest.java | 23 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); 31 Mark mark = new Mark("search", 0, 0, 0, "*The first line.\nThe last line.", 0); 46 Mark mark = new Mark("search", 0, 0, 0, "*The first line.\nThe last line.", 0); 53 Mark mark = new Mark("search", 0, 0, 0, "*The first line.\nThe last line.", 0);
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/tokens/ |
TagTokenTest.java | 27 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); 33 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); 50 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0); 59 Mark mark = new Mark("test1", 0, 0, 0, "*The first line.\nThe last line.", 0);
|
/external/snakeyaml/src/test/resources/compactnotation/ |
example12.yaml | 18 important, but do not include the last one !!!
|
/external/valgrind/drd/tests/ |
filter_annotate_barrier_xml | 4 # "<dir>...</dir>" since these last three lines are not generated on all
|
/external/valgrind/memcheck/tests/ |
suppfreecollision.vgtest | 6 # only the last 4 calls are used to determine that two errors are similar
|
/external/webrtc/webrtc/libjingle/xmllite/ |
xmlnsstack.cc | 133 size_t last = len; local 134 while (last > 0) { 135 last -= 1; 136 if (IsAsciiLetter(ns[last])) { 137 size_t first = last; 138 last += 1; 144 if (last - first > 4) 145 last = first + 3; 146 std::string candidate(AsciiLower(ns.substr(first, last - first)));
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
default_temporal_layers.h | 46 // For 1 layer case: reference all (last, golden, and alt ref), but only 47 // update last. 49 // First base layer frame for 3 temporal layers, which updates last and 61 // Second layer and last frame in cycle, for 2 layers.
|
/external/webrtc/webrtc/system_wrappers/include/ |
scoped_vector.h | 128 // Lets the ScopedVector take ownership of elements in [first,last). 130 void insert(iterator position, InputIterator first, InputIterator last) { 131 v_.insert(position, first, last); 139 iterator erase(iterator first, iterator last) { 140 STLDeleteContainerPointers(first, last); 141 return v_.erase(first, last); 149 // Like |erase()|, but doesn't delete the elements in [first, last). 150 iterator weak_erase(iterator first, iterator last) { 151 return v_.erase(first, last);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s | 87 IMPORT armVCM4P2_IntraVlcL0L1 ;// Contains optimized and packed VLC Tables for both Last =1 and last=0 88 ;// Packed in Run:Level:Last format 89 IMPORT armVCM4P2_IntraL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1 90 IMPORT armVCM4P2_IntraL0L1RMAX ;// Contains RMAX table entries with both Last=0 and Last=1 209 LDR pVlcTableL0L1, =armVCM4P2_IntraVlcL0L1 ;// Load Optimized VLC Table With both Last=0 and Last=1 Entries
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s | 87 IMPORT armVCM4P2_IntraVlcL0L1 ;// Contains optimized and packed VLC Tables for both Last =1 and last=0 88 ;// Packed in Run:Level:Last format 89 IMPORT armVCM4P2_IntraL0L1LMAX ;// Contains LMAX table entries with both Last=0 and Last=1 90 IMPORT armVCM4P2_IntraL0L1RMAX ;// Contains RMAX table entries with both Last=0 and Last=1 209 LDR pVlcTableL0L1, =armVCM4P2_IntraVlcL0L1 ;// Load Optimized VLC Table With both Last=0 and Last=1 Entries
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
SubmitInfo.java | 26 * last frame number of either the previous repeating request (for repeating 90 * Return the last frame number for the submitted capture request/burst. 92 * For a repeating request, this is the last frame number of the _prior_ 96 * For a single-shot capture, this is the last frame number of _this_
|
/frameworks/base/tools/aapt2/link/ |
PrivateAttributeMover.cpp | 28 const auto last = inputContainer.end(); local 30 if (newEnd == last) { 39 for (; first != last; ++first) { 52 inputContainer.erase(newEnd, last);
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/ |
viddec_pm_parse.h | 6 that needs to be parsed and if start code found then sc_end_pos contains the index of last sc code byte
|
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoEncoderVP8.h | 31 // Last input buffer timestamp
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/ |
hmm_shrink.c | 45 ** last block, OR 46 ** 2. After the last block is shrunk, there will be enough 62 /* The last (non-dummy) block was not completely 82 /* The last (non-dummy) block was completely
|