OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:empties
(Results
1 - 25
of
166
) sorted by null
1
2
3
4
5
6
7
/external/clang/test/SemaCXX/
empty-class-layout.cpp
165
struct
Empties
: Empty1, Empty2 {};
167
struct A : Empty2,
Empties
{
169
// V[0][1] would overlap
Empties
::Empty1.
/external/skia/src/gpu/
GrTextureOpList.h
30
*
Empties
the draw buffer of any queued ops.
GrRenderTargetOpList.h
52
*
Empties
the draw buffer of any queued up draws.
/external/skqp/src/gpu/
GrTextureOpList.h
30
*
Empties
the draw buffer of any queued ops.
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursorOperationListener.java
29
*
Empties
the folder of all messages, if possible.
/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
spreadsort.hpp
[
all
...]
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
rget.c
2
Internal function to refill the buffer when getc()
empties
it.
/external/icu/icu4c/source/test/testdata/
testtypes.txt
24
//
Empties
/external/v8/src/zone/
accounting-allocator.h
72
//
Empties
the pool and puts all its contents onto the garbage stack.
/external/jsilver/src/com/google/streamhtmlparser/util/
CharacterRecorder.java
116
*
Empties
the underlying storage but does not change the recording
124
*
Empties
the underlying storage and resets the recording indicator
/prebuilts/go/darwin-x86/src/bufio/
scan.go
39
empties
int // Count of successive empty tokens.
156
s.
empties
= 0
159
s.
empties
++
160
if s.
empties
> maxConsecutiveEmptyReads {
215
s.
empties
= 0
/prebuilts/go/linux-x86/src/bufio/
scan.go
39
empties
int // Count of successive empty tokens.
156
s.
empties
= 0
159
s.
empties
++
160
if s.
empties
> maxConsecutiveEmptyReads {
215
s.
empties
= 0
/external/google-breakpad/src/processor/
address_map.h
66
//
Empties
the address map, restoring it to the same state as when it was
range_map.h
93
//
Empties
the range map, restoring it to the state it was when it was
/external/volley/src/main/java/com/android/volley/
Cache.java
61
*
Empties
the cache.
/device/google/cuttlefish_common/guest/hals/audio/
simulated_buffer.h
25
* This abstract class simulates a buffer that either fills or
empties
at
28
* The simulated buffer automatically fills or
empties
at a specific rate.
/hardware/libhardware/modules/sensors/
multihal.cpp
363
int
empties
= 0;
local
370
while (
empties
< queueCount && eventsRead < maxReads) {
374
empties
++;
376
empties
= 0;
394
empties
= 0;
/art/runtime/gc/collector/
mark_sweep.h
110
// Builds a mark stack and recursively mark until it
empties
.
120
// Builds a mark stack with objects on dirty cards and recursively mark until it
empties
.
/art/compiler/optimizing/
select_generator.cc
90
// the selection pattern
empties
a branch block of another occurrence.
/external/iproute2/include/libiptc/
libip6tc.h
101
/* Flushes the entries in the given chain (ie.
empties
chain). */
libiptc.h
106
/* Flushes the entries in the given chain (ie.
empties
chain). */
/external/iproute2/man/man8/
tc-tbf.8
53
to limit the speed at which the bucket
empties
. This peakrate is implemented as a second TBF
/external/iptables/include/libiptc/
libip6tc.h
101
/* Flushes the entries in the given chain (ie.
empties
chain). */
libiptc.h
106
/* Flushes the entries in the given chain (ie.
empties
chain). */
/external/replicaisland/src/com/replica/replicaisland/
RenderSystem.java
88
/*
Empties
all draw queues and disconnects the game thread from the renderer. */
Completed in 1888 milliseconds
1
2
3
4
5
6
7