OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:past
(Results
701 - 725
of
3189
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_multimap.h
316
* Returns a read/write iterator that points one
past
the last pair in
325
* Returns a read-only (constant) iterator that points one
past
the last
380
* Returns a read-only (constant) iterator that points one
past
the last
587
*
past
-the-end ( @c end() ) iterator.
602
* returns the
past
-the-end ( @c end() ) iterator.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_map.h
322
* Returns a read/write iterator that points one
past
the last
331
* Returns a read-only (constant) iterator that points one
past
the last
386
* Returns a read-only (constant) iterator that points one
past
the last
738
*
past
-the-end ( @c end() ) iterator.
753
* returns the
past
-the-end ( @c end() ) iterator.
[
all
...]
stl_multimap.h
319
* Returns a read/write iterator that points one
past
the last pair in
328
* Returns a read-only (constant) iterator that points one
past
the last
383
* Returns a read-only (constant) iterator that points one
past
the last
663
*
past
-the-end ( @c end() ) iterator.
678
* returns the
past
-the-end ( @c end() ) iterator.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_map.h
327
* Returns a read/write iterator that points one
past
the last
336
* Returns a read-only (constant) iterator that points one
past
the last
391
* Returns a read-only (constant) iterator that points one
past
the last
745
*
past
-the-end ( @c end() ) iterator.
760
* returns the
past
-the-end ( @c end() ) iterator.
[
all
...]
stl_multimap.h
322
* Returns a read/write iterator that points one
past
the last pair in
331
* Returns a read-only (constant) iterator that points one
past
the last
386
* Returns a read-only (constant) iterator that points one
past
the last
668
*
past
-the-end ( @c end() ) iterator.
683
* returns the
past
-the-end ( @c end() ) iterator.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_map.h
322
* Returns a read/write iterator that points one
past
the last
331
* Returns a read-only (constant) iterator that points one
past
the last
386
* Returns a read-only (constant) iterator that points one
past
the last
738
*
past
-the-end ( @c end() ) iterator.
753
* returns the
past
-the-end ( @c end() ) iterator.
[
all
...]
stl_multimap.h
319
* Returns a read/write iterator that points one
past
the last pair in
328
* Returns a read-only (constant) iterator that points one
past
the last
383
* Returns a read-only (constant) iterator that points one
past
the last
663
*
past
-the-end ( @c end() ) iterator.
678
* returns the
past
-the-end ( @c end() ) iterator.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_map.h
327
* Returns a read/write iterator that points one
past
the last
336
* Returns a read-only (constant) iterator that points one
past
the last
391
* Returns a read-only (constant) iterator that points one
past
the last
745
*
past
-the-end ( @c end() ) iterator.
760
* returns the
past
-the-end ( @c end() ) iterator.
[
all
...]
stl_multimap.h
322
* Returns a read/write iterator that points one
past
the last pair in
331
* Returns a read-only (constant) iterator that points one
past
the last
386
* Returns a read-only (constant) iterator that points one
past
the last
668
*
past
-the-end ( @c end() ) iterator.
683
* returns the
past
-the-end ( @c end() ) iterator.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_multimap.h
327
* Returns a read/write iterator that points one
past
the last pair in
336
* Returns a read-only (constant) iterator that points one
past
the last
391
* Returns a read-only (constant) iterator that points one
past
the last
726
*
past
-the-end ( @c end() ) iterator.
741
* returns the
past
-the-end ( @c end() ) iterator.
[
all
...]
/external/libvpx/libvpx/
y4minput.c
186
/*Skip
past
the luma data.*/
251
/*Skip
past
the luma data.*/
405
/*Skip
past
the luma data.*/
470
/*Skip
past
the luma data.*/
546
/*Skip
past
the luma data.*/
609
/*Skip
past
the luma data.*/
[
all
...]
/art/compiler/dex/quick/
local_optimizations.cc
127
* from sinking
past
branch instructions. Also take out the memory
277
* Store the list of independent instructions that can be hoisted
past
.
/art/runtime/gc/space/
space_test.cc
382
// We shouldn't have gone
past
the growth_limit
472
// In this round we don't allocate with growth and therefore can't grow
past
the initial size.
/cts/tools/dasm/src/java_cup/
lalr_item.java
153
throw new internal_error("Attempt to shift
past
end of an lalr_item");
216
/* if we get here everything
past
the dot was nullable
/dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java
530
* Throws the excpetion for when an attempt is made to write
past
the
534
throw new IndexOutOfBoundsException("attempt to write
past
the end");
/dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java
99
* The "+1" below is so the idx-
past
-end is also valid,
101
* flow-of-control falling
past
the end of the method from
/dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java
526
* Throws the excpetion for when an attempt is made to write
past
the
530
throw new IndexOutOfBoundsException("attempt to write
past
the end");
/dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp
122
* from sinking
past
branch instructions. Also take out the memory
277
* Store the list of independent instructions that can be hoisted
past
.
/dalvik/vm/compiler/codegen/mips/
LocalOptimizations.cpp
122
* from sinking
past
branch instructions. Also take out the memory
277
* Store the list of independent instructions that can be hoisted
past
.
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DOTGenerator.java
159
* don't go
past
rule end state.
182
return; // don't go
past
end of rule node to the follow states
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
BufferedInputStreamTest.java
350
throw new IOException("Read
past
end of data");
358
throw new IOException("Read
past
end of data");
/external/chromium/webkit/glue/media/
buffered_resource_loader_unittest.cc
433
// Read
past
the buffer size; should not defer regardless.
438
// Should move
past
window.
/external/chromium/webkit/glue/
resource_loader_bridge.h
120
// For cached responses, this time could be "far" in the
past
.
124
// responses, this time could be "far" in the
past
.
/external/chromium_org/ash/wm/
window_resizer.cc
376
// Ensure we don't shrink
past
the minimum width and clamp delta_x
409
// Ensure we don't shrink
past
the minimum height and clamp delta_y
/external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager.cc
360
// started in the
past
, the timer is still used with its delay set to zero.
371
// in the
past
, the timer is still used with its delay set to zero.
Completed in 1325 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>