HomeSort by relevance Sort by last modified time
    Searched full:callback (Results 1301 - 1325 of 6179) sorted by null

<<51525354555657585960>>

  /external/clang/include/clang/AST/
ASTConsumer.h 68 /// HandleTagDeclDefinition - This callback is invoked each time a TagDecl
90 /// CompleteTentativeDefinition - Callback invoked at the end of a translation
105 /// \brief Callback involved at the end of a translation unit to
135 /// \brief This callback is called for each function if the Parser was
  /external/clang/test/CodeGen/
functions.c 54 void f8_user(void (*callback)(struct Incomplete));
  /external/clang/test/Sema/
implicit-decl.c 26 // Test the typo-correction callback in Sema::ImplicitlyDefineFunction
warn-shadow.c 50 void test7(void *context, void (*callback)(void *context)) {}
  /external/elfutils/libdw/
dwarf_func_inline.c 59 int (*callback) (Dwarf_Die *, void *); member in struct:visitor_info
86 return (*v->callback) (&die->die, v->arg);
115 int (*callback) (Dwarf_Die *, void *),
118 struct visitor_info v = { func->addr, callback, arg };
  /external/freetype/src/cache/
ftccback.h 5 /* Callback functions of the caching sub-system (specification only). */
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
ServerHostKeyVerifier.java 8 * A callback interface used to implement a client specific method of checking
  /external/guava/guava/src/com/google/common/io/
LineProcessor.java 24 * A callback to be used with the streaming {@code readLines} methods.
Resources.java 103 * Streams lines from a URL, stopping when our callback returns false, or we
108 * @param callback the LineProcessor to use to handle the lines
113 LineProcessor<T> callback) throws IOException {
114 return CharStreams.readLines(newReaderSupplier(url, charset), callback);
  /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/icu4c/test/intltest/
winutil.cpp 36 BOOL CALLBACK EnumLocalesProc(LPSTR lpLocaleString)
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
DelegatingTemplateLoader.java 21 * provided by this TemplateLoader should use to resolve includes and such. Useful callback for
  /external/libnfc-nci/src/nfa/include/
nfa_ce_api.h 121 ** Description Register listening callback for Felica system code
142 ** Description Deregister listening callback for Felica
162 ** Description Register listening callback for the specified ISODEP AID
187 ** Description Deregister listening callback for ISODEP AID
  /external/libnfc-nci/src/nfc/nfc/
nfc_test.c 24 * (callback). On the transmit side, it manages the command transmission.
  /external/libnfc-nci/src/udrv/include/
utimer.h 77 /**** Callback for timer expiration ****/
  /external/libnfc-nxp/src/
phLlcNfc.h 60 /********************** Callback functions **************************/
62 /******************* End of Callback functions **********************/
76 * \copydoc page_reg Provides the callback to the LLC layer and register
81 * \param[in] if_callback Callback information provided by the upper layer
  /external/libppp/src/
datalink.h 88 struct callback callback; /* Direction depends on physical type */ member in struct:datalink::__anon10751
89 struct cbcpcfg cbcp; /* Direction depends on phys type & callback */
113 struct fsm_parent fsmp; /* Our callback functions */
  /external/libxml2/include/libxml/
hash.h 67 * Callback to free data from a hash.
75 * Callback to copy data from a hash.
86 * Callback when scanning data in a hash with the simple scanner.
97 * Callback when scanning data in a hash with the full scanner.
xlink.h 68 * a set of callback registered at parsing time.
79 * This is the prototype for a simple link detection callback.
104 * This is the prototype for a extended link detection callback.
132 * This is the prototype for a extended link set detection callback.
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 47 def CallMethod(self, method, controller, request, response, callback):
51 callback(response)
105 response_class, callback):
109 callback(response_class())
  /external/qemu/android/
hw-control.h 17 /* a callback function called when the system wants to change the brightness
  /external/qemu/android/protocol/
ui-commands-proxy.c 97 /* Asynchronous I/O callback for UICmdProxy instance.
98 * We expect this callback to be called only on UI detachment condition. In this
135 /* a callback function called when the system wants to change the brightness
176 // Set brighness change callback, so we can notify
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio.c 25 Audio interrupt variables and callback function
58 /* The callback function, called by each driver whenever needed */
80 audio->spec.callback(audio->spec.userdata,
85 audio->spec.callback(audio->spec.userdata, buffer, audio->spec.size);
  /external/qemu/
envlist.c 92 * and calls given callback for each entry.
98 int (*callback)(envlist_t *, const char *))
103 assert(callback != NULL);
117 if ((*callback)(envlist, envvar) != 0) {
  /external/skia/legacy/include/effects/
SkGradientShader.h 39 @param mapper May be NULL. Callback to modify the spread of the colors.
61 @param mapper May be NULL. Callback to modify the spread of the colors.
86 @param mapper May be NULL. Callback to modify the spread of the colors.
110 @param mapper May be NULL. Callback to modify the spread of the colors.

Completed in 1342 milliseconds

<<51525354555657585960>>