OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dropped
(Results
1 - 10
of
10
) sorted by null
/external/v8/src/arm/
virtual-frame-arm.cc
292
FrameElement
dropped
= elements_.RemoveLast();
local
293
if (
dropped
.is_register()) {
294
Unuse(
dropped
.reg());
/external/v8/src/x64/
virtual-frame-x64.cc
264
FrameElement
dropped
= elements_.RemoveLast();
local
265
if (
dropped
.is_register()) {
266
Unuse(
dropped
.reg());
[
all
...]
/external/e2fsprogs/e2fsck/
recovery.c
295
int
dropped
= info.end_transaction - ntohl(sb->s_sequence);
local
299
dropped
, (
dropped
== 1) ? "" : "s");
/external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_inport.cpp
536
uint32
dropped
;
local
538
PVMFStatus retval = iDataQueue.DequeueMediaData(mediamsgptr, &
dropped
, &skipped);
539
if (
dropped
> 0)
598
// Check if it needs to be
dropped
when skipping
603
// Data needs to be
dropped
pvmf_dummy_fileoutput_node.cpp
918
uint32
dropped
;
local
[
all
...]
/external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_inport.cpp
552
uint32
dropped
;
local
554
PVMFStatus retval = iDataQueue.DequeueMediaData(mediamsgptr, &
dropped
, &skipped);
555
if (
dropped
> 0)
614
// Check if it needs to be
dropped
when skipping
619
// Data needs to be
dropped
pvmf_fileoutput_node.cpp
1249
uint32
dropped
;
local
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java
567
if (lp.
dropped
) {
568
lp.
dropped
= false;
655
* @param child The child that is being
dropped
664
lp.
dropped
= true;
693
* @param child The child that is being
dropped
894
boolean
dropped
;
field in class:CellLayout.LayoutParams
[
all
...]
/external/kernel-headers/original/linux/
netdevice.h
55
#define NET_XMIT_DROP 1 /* skb
dropped
*/
64
#define NET_RX_DROP 1 /* packet
dropped
*/
68
#define NET_RX_BAD 5 /* packet
dropped
due to kernel error */
165
unsigned
dropped
;
member in struct:netif_rx_stats
/prebuilt/common/osgi/
osgi.jar
Completed in 697 milliseconds