OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:empty_index
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/usb/tests/accessorytest/
audio.c
44
static int
empty_index
= 0;
variable
60
while (
empty_index
== -1)
63
index =
empty_index
;
67
empty_index
= other;
69
empty_index
= -1;
80
if (
empty_index
== -1) {
81
empty_index
= index;
/art/runtime/base/
hash_set.h
317
//
empty_index
is the index that will become empty.
318
size_t
empty_index
= it.index_;
local
319
DCHECK(!IsFreeSlot(
empty_index
));
320
size_t next_index =
empty_index
;
327
emptyfn_.MakeEmpty(ElementForIndex(
empty_index
));
332
// Calculate the ideal index, if it is within
empty_index
+ 1 to next_index then there is
337
if (unwrapped_next_index <
empty_index
) {
342
if (unwrapped_next_ideal_index <
empty_index
) {
345
if (unwrapped_next_ideal_index <=
empty_index
||
349
ElementForIndex(
empty_index
) = std::move(next_element)
[
all
...]
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneResultAdapter.java
43
private static final int
EMPTY_INDEX
= -100;
134
mFilteredTimeZoneIndices[mFilteredTimeZoneLength++] =
EMPTY_INDEX
;
270
if (mFilteredTimeZoneIndices[position] ==
EMPTY_INDEX
) {
Completed in 856 milliseconds