OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:callback
(Results
551 - 575
of
6179
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
LanguageCallbackTest.java
22
package org.apache.harmony.auth.tests.javax.security.auth.
callback
;
27
import javax.security.auth.
callback
.LanguageCallback;
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/serialization/
ChoiceCallbackTest.java
22
package org.apache.harmony.auth.tests.javax.security.auth.
callback
.serialization;
26
import javax.security.auth.
callback
.ChoiceCallback;
ConfirmationCallbackTest.java
22
package org.apache.harmony.auth.tests.javax.security.auth.
callback
.serialization;
26
import javax.security.auth.
callback
.ConfirmationCallback;
LanguageCallbackTest.java
22
package org.apache.harmony.auth.tests.javax.security.auth.
callback
.serialization;
26
import javax.security.auth.
callback
.LanguageCallback;
TextOutputCallbackTest.java
22
package org.apache.harmony.auth.tests.javax.security.auth.
callback
.serialization;
26
import javax.security.auth.
callback
.TextOutputCallback;
/external/arduino/libraries/Wire/
Wire.cpp
125
// slave tx event
callback
148
// slave tx event
callback
165
// slave tx event
callback
173
// slave tx event
callback
181
// slave rx event
callback
189
// slave rx event
callback
209
// don't bother if user hasn't registered a
callback
234
// don't bother if user hasn't registered a
callback
/external/bluetooth/bluedroid/bta/ar/
bta_ar_int.h
41
tAVDT_CTRL_CBACK *p_av_conn_cback; /* av connection
callback
function */
42
tAVDT_CTRL_CBACK *p_avk_conn_cback; /* avk connection
callback
function */
/external/chromium/base/
callback_internal.h
6
// implementation, and management of the
Callback
objects.
20
// InvokerStorageBase is used to provide an opaque handle that the
Callback
24
// us to shield the
Callback
class from the types of the bound argument via
33
// Bind() to
Callback
while avoiding an extra AddRef/Release() pair.
35
// To do this, the constructor of
Callback
<> must take a const-ref. The
55
// Holds the
Callback
methods that don't require specialization to reduce
59
// Returns true if
Callback
is null (doesn't refer to anything).
62
// Returns the
Callback
into an uninitalized state.
/external/chromium/chrome/browser/
browsing_data_indexed_db_helper.h
12
#include "base/
callback
.h"
26
// initiate the flow, and it'll be notified by the
callback
in its UI thread at
28
// destroyed before the
callback
is notified.
64
//
callback
.
67
Callback1<const std::vector<IndexedDBInfo>& >::Type*
callback
) = 0;
68
// Cancels the notification
callback
(i.e., the window that created it no
106
Callback1<const std::vector<IndexedDBInfo>& >::Type*
callback
);
144
// after we notified the
callback
in the UI thread.
/external/chromium/chrome/browser/download/
download_safe_browsing_client.cc
40
UrlDoneCallback*
callback
) {
44
CHECK(
callback
);
49
url_done_callback_.reset(
callback
);
58
HashDoneCallback*
callback
) {
62
CHECK(
callback
);
65
hash_done_callback_.reset(
callback
);
86
// The
callback
interface for SafeBrowsingService::Client.
110
// The
callback
interface for SafeBrowsingService::Client.
/external/chromium/chrome/browser/notifications/
notification_object_proxy.h
25
// Creates a Proxy object with the necessary
callback
information.
45
//
Callback
information to find the JS Notification object where it lives.
/external/chromium/chrome/browser/password_manager/
password_store_consumer.h
16
// thread. PasswordStoreConsumer provides the virtual
callback
method, which is
30
// The CancelableRequest framework needs both a
callback
(the
/external/chromium/chrome/browser/ui/
input_window_dialog.h
24
//
Callback
for when the user clicks the OK button.
27
//
Callback
for when the user clicks the Cancel button.
/external/chromium/chrome/browser/ui/webui/options/
clear_browser_data_handler.h
29
// Javascript
callback
to start clearing data.
32
//
Callback
from BrowsingDataRemover. Closes the dialog.
/external/chromium/net/base/
mapped_host_resolver.cc
23
CompletionCallback*
callback
,
31
return impl_->Resolve(modified_info, addresses,
callback
, out_req, net_log);
/external/chromium/net/http/
disk_cache_based_ssl_host_info.cc
7
#include "base/
callback
.h"
60
int DiskCacheBasedSSLHostInfo::WaitForDataReady(CompletionCallback*
callback
) {
66
if (
callback
) {
68
user_callback_ =
callback
;
230
CompletionCallback*
callback
;
local
235
callback
= user_callback_;
244
if (
callback
)
245
callback
->Run(OK);
http_stream.h
42
CompletionCallback*
callback
) = 0;
46
// synchronously, in which case the result will be passed to the
callback
52
CompletionCallback*
callback
) = 0;
60
// to the
callback
when available. Returns OK on success. The response
62
virtual int ReadResponseHeaders(CompletionCallback*
callback
) = 0;
74
//
callback
when available. If the operation is not completed immediately,
75
// the socket acquires a reference to the provided buffer until the
callback
78
CompletionCallback*
callback
) = 0;
http_stream_parser.h
47
HttpResponseInfo* response, CompletionCallback*
callback
);
49
int ReadResponseHeaders(CompletionCallback*
callback
);
52
CompletionCallback*
callback
);
176
// The
callback
to notify a user that their request or response is
180
// In the client
callback
, the client can do anything, including
181
// destroying this class, so any pending
callback
must be issued
183
//
callback
, move it from |user_callback_| to |scheduled_callback_|.
191
//
Callback
to be used when doing IO.
/external/chromium/net/proxy/
sync_host_resolver_bridge_unittest.cc
35
CompletionCallback*
callback
,
38
EXPECT_TRUE(
callback
);
87
CompletionCallback*
callback
,
90
EXPECT_FALSE(
callback
);
118
CompletionCallback*
callback
) {
172
TestCompletionCallback
callback
;
local
174
&
callback
);
175
EXPECT_EQ(OK,
callback
.WaitForResult());
/external/chromium/net/socket/
ssl_server_socket.h
34
// Accept either returns ERR_IO_PENDING, in which case the given
callback
37
virtual int Accept(CompletionCallback*
callback
) = 0;
/external/chromium-trace/trace-viewer/examples/
trace_viewer.html
36
function loadTraces(filenames,
callback
) {
48
callback
(traces);
/external/clang/test/CodeGenCXX/
2007-09-10-RecursiveTypeResolution.cpp
80
RTRT::unregisterCallback (CallbackHandle *
callback
)
84
callback_t *cb = static_cast < callback_t * >(
callback
);
/external/clang/test/CodeGenObjC/
objc-read-weak-byref.m
14
void (^
callback
) (void) = [^{
18
callback
();
/external/icu4c/layout/
LEInsertionList.cpp
85
le_bool LEInsertionList::applyInsertions(LEInsertionCallback *
callback
)
88
if (
callback
->applyInsertion(rec->position, rec->count, rec->glyphs)) {
/external/jsilver/src/org/clearsilver/
CSFileLoader.java
27
*
Callback
method that is expected to return the contents of the specified
30
*
callback
.
Completed in 254 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>