OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:add_callback
(Results
1 - 5
of
5
) sorted by null
/external/boringssl/src/ssl/
custom_extensions.c
49
/* default_add_callback is used as the |
add_callback
| when the user doesn't
87
switch (ext->
add_callback
(ssl, ext->value, &contents, &contents_len, &alert,
212
ext->
add_callback
= add_cb;
internal.h
470
SSL_custom_ext_add_cb
add_callback
;
member in struct:ssl_custom_extension
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTile.java
163
mHandler.obtainMessage(H.
ADD_CALLBACK
, callback).sendToTarget();
335
private static final int
ADD_CALLBACK
= 1;
358
if (msg.what ==
ADD_CALLBACK
) {
/frameworks/base/tools/velocityplot/
velocityplot.py
118
self.timer.
add_callback
(lambda: self.update())
/frameworks/base/tools/orientationplot/
orientationplot.py
183
self.timer.
add_callback
(lambda: self.update())
Completed in 111 milliseconds