OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last
(Results
701 - 725
of
13702
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/yaffs2/yaffs2/direct/
yaffscfg.c
78
ramDev.endBlock = 127; //
Last
block in 2MB.
92
bootDev.endBlock = 127; //
Last
block in 2MB.
106
flashDev.endBlock = 1023; //
Last
block in 16MB
yaffsfs.h
170
unsigned long yst_atime; /* time of
last
access */
171
unsigned long yst_mtime; /* time of
last
modification */
172
unsigned long yst_ctime; /* time of
last
change */
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListOfThinItemsTest.java
71
assertTrue(prefix + "
last
item in list should be at very bottom or just below",
84
assertEquals("should have moved to
last
position",
110
assertTrue(prefix + "
last
item in list should be at very bottom or just below",
/frameworks/base/media/mca/filterfw/java/android/filterfw/
FilterFunctionEnvironment.java
75
* have any input ports) and the
last
filter (which may not have any output ports).
78
* @return The result of the
last
filter executed, or null if the
last
filter did not
/libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java
19
* that is run once per barrier point, after the
last
thread in the party
144
// signal completion of
last
generation
235
* performed by the
last
thread entering the barrier.
276
* <p>If the current thread is not the
last
to arrive then it is
280
* <li>The
last
thread arrives; or
307
* <p>If the current thread is the
last
thread to arrive, and a
317
* to arrive and zero indicates the
last
to arrive
338
* <p>If the current thread is not the
last
to arrive then it is
342
* <li>The
last
thread arrives; or
374
* <p>If the current thread is the
last
thread to arrive, and
[
all
...]
/libcore/luni/src/main/java/libcore/io/
StructStat.java
55
/** Time of
last
access. */
58
/** Time of
last
data modification. */
61
/** Time of
last
status change. */
/ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.binary.search/binary.search/
binary_search_comp.pass.cpp
16
// binary_search(Iter first, Iter
last
, const T& value, Compare comp);
27
test(Iter first, Iter
last
, const T& value, bool x)
29
assert(std::binary_search(first,
last
, value, std::greater<int>()) == x);
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_append/
iterator.pass.cpp
13
// basic_string& append(InputIterator first, InputIterator
last
);
22
test(S s, It first, It
last
, S expected)
24
s.append(first,
last
);
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_assign/
iterator.pass.cpp
13
// basic_string& assign(InputIterator first, InputIterator
last
);
22
test(S s, It first, It
last
, S expected)
24
s.assign(first,
last
);
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_erase/
iter_iter.pass.cpp
12
// iterator erase(const_iterator first, const_iterator
last
);
22
typename S::const_iterator
last
= s.cbegin() + pos + n;
local
23
typename S::iterator i = s.erase(first,
last
);
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
Token.java
35
*
last
character of this token.
46
* stream. If this is the
last
token from the input stream, or if the
59
* to the
last
of these special tokens, which in turn refers to the next
/packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
Token.java
35
*
last
character of this token.
46
* stream. If this is the
last
token from the input stream, or if the
59
* to the
last
of these special tokens, which in turn refers to the next
/packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
Token.java
35
*
last
character of this token.
46
* stream. If this is the
last
token from the input stream, or if the
59
* to the
last
of these special tokens, which in turn refers to the next
/packages/apps/Music/src/com/android/music/
RepeatingImageButton.java
121
private void doRepeat(boolean
last
) {
124
mListener.onRepeat(this, now - mStartTime,
last
? -1 : mRepeatCount++);
136
* If this is going to be the
last
call in this sequence (i.e. the user
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShouldQueryStrategy.java
37
// The
last
query we've seen
90
// This is a refinement of the
last
query, no changes to mEmptyCorpora needed
92
// This is a widening of the
last
query: clear out any sources
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
range_access.h
62
* @brief Return an iterator pointing to one past the
last
element of
72
* @brief Return an iterator pointing to one past the
last
element of
91
* @brief Return an iterator pointing to one past the
last
element
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
range_access.h
62
* @brief Return an iterator pointing to one past the
last
element of
72
* @brief Return an iterator pointing to one past the
last
element of
91
* @brief Return an iterator pointing to one past the
last
element
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
range_access.h
62
* @brief Return an iterator pointing to one past the
last
element of
72
* @brief Return an iterator pointing to one past the
last
element of
91
* @brief Return an iterator pointing to one past the
last
element
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
range_access.h
62
* @brief Return an iterator pointing to one past the
last
element of
72
* @brief Return an iterator pointing to one past the
last
element of
91
* @brief Return an iterator pointing to one past the
last
element
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
MockNodeProxy.java
33
* and making the
last
segment of the FQCN the XML name of the view (e.g. "View")
50
* and making the
last
segment of the FQCN the XML name of the view (e.g. "View").
54
* matching the
last
FQCN segment (e.g. "Button")
/system/core/libcutils/tests/memset_mips/
memset_omips.S
61
addu a3, a0 # a3 is
last
loop address +1
77
blez a2, .Lexit # Handle
last
8 bytes (if cnt>0)
78
addu a3, a2, a0 # a3 is
last
address +1
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
basic.rb
32
example 'insert after
last
index' do
51
example 'replace
last
index' do
57
example 'replace
last
index' do
113
example 'replace then insert before
last
index' do
120
example 'insert then replace
last
index' do
127
example 'replace then insert after
last
index' do
/external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkingIterator.java
230
* Set the
last
used walker.
232
* @param walker The
last
used walker, or null.
241
* Get the
last
used walker.
243
* @return The
last
used walker, or null.
271
// Always call the superclass detach
last
!
314
/** The
last
used step walker in the walker list.
/external/chromium/chrome/browser/ui/
browser_init.h
150
// . Restore the
last
session if necessary.
156
// . If the user's startup pref is to restore the
last
session (or the
157
// command line flag is present to force using
last
session), it is
159
// . Attempts to restore any pinned tabs from
last
run of chrome and:
176
// If the
last
session didn't exit cleanly and tab is a web contents tab,
177
// an infobar is added allowing the user to restore the
last
session.
/external/icu4c/test/intltest/
listformattertest.cpp
111
// "and" is used before the
last
element, and all elements up to (and including) the penultimate are followed by a comma.
135
// "\\u0438" is used before the
last
element, and all elements up to (but not including) the penultimate are followed by a comma.
166
// "and" is used before the
last
element, and all elements up to (and including) the penultimate are followed by a comma.
182
three + " in the
last
after " + two + " after the first " + one,
183
four + " in the
last
after " + three + " after " + two + " after the first " + one
188
"{1} after {0}", "{1} in the
last
after {0}");
Completed in 1033 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>