OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accepting
(Results
1 - 25
of
1180
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/ManualTests/
input-type-file-drag-drop.html
13
<li>
Accepting
normal file drags (indicating accpetance during hover).
/external/clang/test/Analysis/
CheckNSError.m
24
- (void)myMethodWhichMayFail:(NSError **)error { // expected-warning {{Method
accepting
NSError** should have a non-void return value to indicate whether or not an error occurred}}
37
void foo(CFErrorRef* error) { // expected-warning {{Function
accepting
CFErrorRef* should have a non-void return value to indicate whether or not an error occurred}}
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
WorkgroupQueue.java
162
* <li>WorkgroupQueue.Status.OPEN -- the queue is active and
accepting
new chat requests.
163
* <li>WorkgroupQueue.Status.ACTIVE -- the queue is active but NOT
accepting
new chat
165
* <li>WorkgroupQueue.Status.CLOSED -- the queue is NOT active and NOT
accepting
new
172
* The queue is active and
accepting
new chat requests.
177
* The queue is active but NOT
accepting
new chat requests. This state might
184
* The queue is NOT active and NOT
accepting
new chat requests.
/external/chromium_org/media/base/
serial_runner.cc
15
// Converts a Closure into a bound function
accepting
a PipelineStatusCB.
23
// Converts a bound function
accepting
a Closure into a bound function
24
//
accepting
a PipelineStatusCB. Since closures have no way of reporting a
/external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_api_interactive_test.cc
12
// Tests that the autocomplete popup doesn't reopen after
accepting
input for
39
// for the query. The popup will close after
accepting
input - ensure that it
/external/chromium_org/extensions/browser/api/sockets_tcp_server/
tcp_server_socket_event_dispatcher.h
33
// Server socket is active, start
accepting
connections from it.
36
// Server socket is active again, start
accepting
connections from it.
/external/chromium_org/net/ftp/
ftp_directory_listing_parser_netware_unittest.cc
38
// The parser requires a "total n" line before
accepting
regular input.
65
// The parser requires a "total n" line before
accepting
regular input.
/external/chromium_org/chrome/browser/apps/app_shim/
unix_domain_socket_acceptor.h
38
// Close and unlink the socket, and stop
accepting
connections.
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_sheet_info.mm
41
// Overlay window is already invisible so just stop
accepting
mouse events.
/external/chromium_org/components/autofill/content/browser/wallet/
required_action.h
14
// can proceed. Examples of this is include
accepting
the Terms of Service to
/external/chromium_org/net/quic/congestion_control/
cube_root_test.cc
28
// We expect some loss in accuracy,
accepting
+-0.2%.
/external/chromium_org/third_party/angle/
enumerate_files.py
10
# Default to
accepting
a list of directories first
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
README
16
Any downstream compiler
accepting
output from glcpp should be prepared
/external/guava/guava/src/com/google/common/util/concurrent/
FutureCallback.java
25
* A callback for
accepting
the results of a {@link java.util.concurrent.Future}
/external/mesa3d/src/glsl/glcpp/
README
16
Any downstream compiler
accepting
output from glcpp should be prepared
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
grammar.h
45
int s_accept; /* Nonzero for
accepting
state */
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
grammar.h
45
int s_accept; /* Nonzero for
accepting
state */
/external/nist-sip/java/gov/nist/javax/sip/stack/
TLSMessageProcessor.java
150
sipStack.getStackLogger().logDebug("
Accepting
new connection!");
160
"Fatal - SocketException occured while
Accepting
connection", ex);
167
"Fatal - SSSLException occured while
Accepting
connection", ex);
170
// Problem
accepting
connection.
171
sipStack.getStackLogger().logError("Problem
Accepting
Connection", ex);
/external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_socket_event_dispatcher.h
41
// Socket is active again, start
accepting
connections from it.
97
// Called when socket encounters an error while
accepting
a client connection.
/external/chromium_org/third_party/icu/source/samples/uciter8/
readme.txt
5
8-bit Unicode text leniently,
accepting
a mix of UTF-8 and CESU-8
6
and also
accepting
single surrogates.
/external/icu/icu4c/source/samples/uciter8/
readme.txt
5
8-bit Unicode text leniently,
accepting
a mix of UTF-8 and CESU-8
6
and also
accepting
single surrogates.
/external/qemu/docs/
ANDROID-ADB-QEMU.TXT
25
is the 'base port' + 1), and is responsible for
accepting
connections coming from
29
accepting
connections coming from the ADB daemon running in the guest, and
/external/chromium_org/chrome/browser/extensions/
webstore_installer_test.h
48
// Configures command line switches to simulate a user
accepting
the install
/external/chromium_org/components/password_manager/core/browser/
psl_matching_helper.h
34
// the only hostname we should be
accepting
credentials on for any domain under
/external/chromium_org/content/public/browser/
javascript_dialog_manager.h
49
// text of the dialog should be set before
accepting
. Returns true if the
Completed in 3402 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>