OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dropping
(Results
76 - 100
of
699
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageProcessor.java
206
sipStack.getStackLogger().logDebug("
Dropping
message -- queue length exceeded");
217
sipStack.getStackLogger().logDebug("
Dropping
message with probability " + (1.0 - threshold));
TCPMessageChannel.java
525
.logWarning("
Dropping
request -- could not acquire semaphore in 10 sec");
538
.logError("
Dropping
Badly formatted response message >>> "
564
.logError("
Dropping
response message with invalid tag >>> "
579
"Application is blocked -- could not acquire semaphore --
dropping
response");
TLSMessageChannel.java
508
.logWarning("
Dropping
message -- could not acquire semaphore");
517
.logError("
Dropping
Badly formatted response message >>> "
543
.logError("
Dropping
response message with invalid tag >>> "
559
sipStack.getStackLogger().logWarning("Could not get semaphore...
dropping
response");
/external/webrtc/webrtc/modules/video_coding/
video_sender.cc
271
// TODO(holmer): Add support for
dropping
frames per stream. Currently we
285
LOG(LS_ERROR) << "Incoming frame doesn't match set resolution.
Dropping
.";
/frameworks/base/core/java/android/content/
AsyncTaskLoader.java
177
"cancelLoad: still waiting for cancelled task;
dropping
next");
187
if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting,
dropping
it");
/frameworks/support/core-utils/java/android/support/v4/content/
AsyncTaskLoader.java
161
"cancelLoad: still waiting for cancelled task;
dropping
next");
171
if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting,
dropping
it");
/prebuilts/go/darwin-x86/src/net/http/
cookie.go
161
log.Printf("net/http: invalid Cookie.Domain %q;
dropping
domain attribute",
339
log.Printf("net/http: invalid byte %q in %s;
dropping
invalid bytes", v[i], fieldName)
/prebuilts/go/linux-x86/src/net/http/
cookie.go
161
log.Printf("net/http: invalid Cookie.Domain %q;
dropping
domain attribute",
339
log.Printf("net/http: invalid byte %q in %s;
dropping
invalid bytes", v[i], fieldName)
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java
58
* drawing graphics and
dropping
(or null if not applicable)
60
*
dropping
at the dropPoint
/system/bt/stack/l2cap/
l2cap_client.c
271
// TODO: see if we can renegotiate parameters instead of
dropping
the connection.
272
LOG_WARN(LOG_TAG, "%s
dropping
L2CAP connection due to unacceptable config parameters.", __func__);
/art/runtime/
utf.h
101
* WARNING: If a string is corrupted by
dropping
a '\0' in the middle
/bionic/libc/arch-arm64/denver64/bionic/
memcpy_base.S
67
/* Deal with small copies quickly by
dropping
straight into the
/bionic/libc/arch-arm64/generic/bionic/
memcpy_base.S
61
/* Deal with small copies quickly by
dropping
straight into the
/bionic/tools/bionicbb/
bionicbb.py
110
logging.info('
Dropping
rejection: %s %s', change_id, patch_set)
/dalvik/libdex/
DexUtf.h
31
* WARNING: If a string is corrupted by
dropping
a '\0' in the middle
/external/chromium-trace/catapult/systrace/profile_chrome/
perf_controller.py
37
# Increase priority to avoid
dropping
samples. Requires root.
/external/fonttools/Doc/
documentation.html
23
<li>By
dropping
files onto the application (Windows, MacOS)</li>
/external/libnl/lib/route/sch/
sfq.c
21
*
dropping
packets.
/external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h
134
// Remove any duplicate entries by
dropping
all but the first.
/external/owasp/sanitizer/src/main/org/owasp/html/
CssGrammar.java
63
//
dropping
spaces and comments to identify property names and token runs
/external/v8/tools/
logreader.js
161
print("
dropping
: " + frame);
/frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java
717
Log.d(TAG, "
Dropping
preview frame.");
736
Log.w(TAG, "Surface abandoned,
dropping
frame. ", e);
753
Log.w(TAG, "Surface abandoned,
dropping
frame. ", e);
778
Log.w(TAG, "Surface abandoned,
dropping
frame. ", e);
/frameworks/base/core/jni/
android_hardware_location_ActivityRecognitionHardware.cpp
85
ALOGE("
Dropping
activity_callback because onActivityChanged handler is null.");
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
SecurityLogMonitor.java
62
* The maximum number of entries we should store before
dropping
earlier logs, to limit the
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DisplaySinkService.java
185
getLogger().log("
Dropping
content because there are no available buffers.");
Completed in 1414 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>