HomeSort by relevance Sort by last modified time
    Searched full:void (Results 1126 - 1150 of 76704) sorted by null

<<41424344454647484950>>

  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
ipmi_smi.h 29 void *user_data;
37 void (*done)(struct ipmi_smi_msg *msg);
44 int (*start_processing)(void *send_info,
47 void (*sender)(void *send_info,
51 void (*request_events)(void *send_info);
53 void (*set_run_to_completion)(void *send_info, int run_to_completion);
55 void (*poll)(void *send_info)
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
ipmi_smi.h 29 void *user_data;
37 void (*done)(struct ipmi_smi_msg *msg);
44 int (*start_processing)(void *send_info,
47 void (*sender)(void *send_info,
51 void (*request_events)(void *send_info);
53 void (*set_run_to_completion)(void *send_info, int run_to_completion);
55 void (*poll)(void *send_info)
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
ipmi_smi.h 29 void *user_data;
37 void (*done)(struct ipmi_smi_msg *msg);
44 int (*start_processing)(void *send_info,
47 void (*sender)(void *send_info,
51 void (*request_events)(void *send_info);
53 void (*set_run_to_completion)(void *send_info, int run_to_completion);
55 void (*poll)(void *send_info)
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
ipmi_smi.h 29 void *user_data;
37 void (*done)(struct ipmi_smi_msg *msg);
44 int (*start_processing)(void *send_info,
47 void (*sender)(void *send_info,
51 void (*request_events)(void *send_info);
53 void (*set_run_to_completion)(void *send_info, int run_to_completion);
55 void (*poll)(void *send_info)
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
ipmi_smi.h 29 void *user_data;
37 void (*done)(struct ipmi_smi_msg *msg);
44 int (*start_processing)(void *send_info,
47 void (*sender)(void *send_info,
51 void (*request_events)(void *send_info);
53 void (*set_run_to_completion)(void *send_info, int run_to_completion);
55 void (*poll)(void *send_info)
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
ipmi_smi.h 29 void *user_data;
37 void (*done)(struct ipmi_smi_msg *msg);
44 int (*start_processing)(void *send_info,
47 void (*sender)(void *send_info,
51 void (*request_events)(void *send_info);
53 void (*set_run_to_completion)(void *send_info, int run_to_completion);
55 void (*poll)(void *send_info)
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
ipmi_smi.h 29 void *user_data;
37 void (*done)(struct ipmi_smi_msg *msg);
44 int (*start_processing)(void *send_info,
47 void (*sender)(void *send_info,
51 void (*request_events)(void *send_info);
53 void (*set_run_to_completion)(void *send_info, int run_to_completion);
55 void (*poll)(void *send_info)
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.h 21 void *ctx; /* pointer to arbitrary upper level context */
22 void *msg_ctx; /* upper level context for wpa_msg() calls */
24 void (*set_state)(void *ctx, enum wpa_states state);
25 enum wpa_states (*get_state)(void *ctx);
26 void (*deauthenticate)(void * ctx, int reason_code);
27 void (*disassociate)(void *ctx, int reason_code);
28 int (*set_key)(void *ctx, enum wpa_alg alg
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 133 native private static void _nativeClassInit();
144 // C function void glBlendEquationSeparateOES ( GLenum modeRGB, GLenum modeAlpha )
146 public static native void glBlendEquationSeparateOES(
151 // C function void glBlendFuncSeparateOES ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
153 public static native void glBlendFuncSeparateOES(
160 // C function void glBlendEquationOES ( GLenum mode )
162 public static native void glBlendEquationOES(
166 // C function void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
168 public static native void glDrawTexsOES(
176 // C function void glDrawTexiOES ( GLint x, GLint y, GLint z, GLint width, GLint height
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventProxy.h 52 - (void) waitForDebuggerConnection;
53 - (void) waitForAck;
54 - (void) sendToDebugger:(NSString *)message;
55 - (void) sendToDebugger:(NSString *)message waitForResponse:(BOOL)wait;
58 - (void) setServerSocket: (NSInteger) aServerSocket;
61 - (void) setDebuggerSocket: (NSInteger) aDebuggerSocket;
64 - (void) setGrammarName: (NSString *) aGrammarName;
67 - (void) setDebuggerPort: (NSInteger) aDebuggerPort;
74 - (void) enterRule:(NSString *)ruleName;
75 - (void) enterAlt:(NSInteger)alt
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventProxy.h 52 - (void) waitForDebuggerConnection;
53 - (void) waitForAck;
54 - (void) sendToDebugger:(NSString *)message;
55 - (void) sendToDebugger:(NSString *)message waitForResponse:(BOOL)wait;
58 - (void) setServerSocket: (NSInteger) aServerSocket;
61 - (void) setDebuggerSocket: (NSInteger) aDebuggerSocket;
64 - (void) setGrammarName: (NSString *) aGrammarName;
67 - (void) setDebuggerPort: (NSInteger) aDebuggerPort;
74 - (void) enterRule:(NSString *)ruleName;
75 - (void) enterAlt:(NSInteger)alt
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventProxy.h 52 - (void) waitForDebuggerConnection;
53 - (void) waitForAck;
54 - (void) sendToDebugger:(NSString *)message;
55 - (void) sendToDebugger:(NSString *)message waitForResponse:(BOOL)wait;
58 - (void) setServerSocket: (NSInteger) aServerSocket;
61 - (void) setDebuggerSocket: (NSInteger) aDebuggerSocket;
64 - (void) setGrammarName: (NSString *) aGrammarName;
67 - (void) setDebuggerPort: (NSInteger) aDebuggerPort;
74 - (void) enterRule:(NSString *)ruleName;
75 - (void) enterAlt:(NSInteger)alt
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventProxy.h 52 - (void) waitForDebuggerConnection;
53 - (void) waitForAck;
54 - (void) sendToDebugger:(NSString *)message;
55 - (void) sendToDebugger:(NSString *)message waitForResponse:(BOOL)wait;
58 - (void) setServerSocket: (NSInteger) aServerSocket;
61 - (void) setDebuggerSocket: (NSInteger) aDebuggerSocket;
64 - (void) setGrammarName: (NSString *) aGrammarName;
67 - (void) setDebuggerPort: (NSInteger) aDebuggerPort;
74 - (void) enterRule:(NSString *)ruleName;
75 - (void) enterAlt:(NSInteger)alt
    [all...]
  /external/libselinux/src/
avc_internal.h 20 extern void *(*avc_func_malloc) (size_t) hidden;
21 extern void (*avc_func_free) (void *)hidden;
23 extern void (*avc_func_log) (const char *, ...)hidden;
24 extern void (*avc_func_audit) (void *, security_class_t, char *, size_t)hidden;
28 extern void *(*avc_func_create_thread) (void (*)(void))hidden;
29 extern void (*avc_func_stop_thread) (void *)hidden
    [all...]
  /external/qemu/
net.h 12 typedef void (NetCleanup) (VLANClientState *);
13 typedef void (LinkStatusChanged)(VLANClientState *);
24 void *opaque;
34 typedef void (NetPacketSent) (VLANClientState *);
61 void *opaque);
62 void qemu_del_vlan_client(VLANClientState *vc);
63 VLANClientState *qemu_find_vlan_client(VLANState *vlan, void *opaque);
69 void qemu_send_packet(VLANClientState *vc, const uint8_t *buf, int size);
72 void qemu_flush_queued_packets(VLANClientState *vc);
73 void qemu_format_nic_info_str(VLANClientState *vc, uint8_t macaddr[6])
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_private.h 56 void ewk_view_ready(Evas_Object *o);
57 void ewk_view_input_method_state_set(Evas_Object* o, Eina_Bool active);
58 void ewk_view_title_set(Evas_Object *o, const char *title);
59 void ewk_view_uri_changed(Evas_Object *o);
60 void ewk_view_load_started(Evas_Object *o);
61 void ewk_view_load_provisional(Evas_Object *o);
62 void ewk_view_frame_main_load_started(Evas_Object *o);
63 void ewk_view_frame_main_cleared(Evas_Object *o);
64 void ewk_view_frame_main_icon_received(Evas_Object *o);
65 void ewk_view_load_finished(Evas_Object *o, const Ewk_Frame_Load_Error *error)
    [all...]
  /frameworks/rs/
rs_hal.h 44 typedef void *(*RsHalSymbolLookupFunc)(void *usrptr, char const *symbolName);
47 const void *in;
48 void *out;
49 const void *usr;
64 void (*shutdownGraphics)(const Context *);
66 void (*swap)(const Context *);
68 void (*shutdownDriver)(Context *);
69 void (*getVersion)(unsigned int *major, unsigned int *minor);
70 void (*setPriority)(const Context *, int32_t priority)
    [all...]
  /external/clang/test/Sema/
attr-mode.c 37 void f_i8_arg(i8_mode_t* x) { (void)x; }
38 void f_ui8_arg(ui8_mode_t* x) { (void)x; }
39 void f_i16_arg(i16_mode_t* x) { (void)x; }
40 void f_ui16_arg(ui16_mode_t* x) { (void)x; }
41 void f_i32_arg(i32_mode_t* x) { (void)x;
    [all...]
  /external/icu4c/test/intltest/
itrbnf.h 23 virtual void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par);
29 virtual void TestAPI();
34 virtual void TestFractionalRuleSet();
40 virtual void TestLLong();
41 virtual void TestLLongConstructors();
42 virtual void TestLLongSimpleOperators();
48 virtual void TestEnglishSpellout();
53 virtual void TestOrdinalAbbreviations();
58 virtual void TestDurations();
63 virtual void TestSpanishSpellout()
    [all...]
  /external/libnl-headers/netlink/
cache.h 27 typedef void (*change_func_t)(struct nl_cache *, struct nl_object *, int, void *);
47 extern void nl_cache_clear(struct nl_cache *);
48 extern void nl_cache_free(struct nl_cache *);
55 extern void nl_cache_remove(struct nl_object *);
63 void *);
67 void *);
71 extern void nl_cache_mark_all(struct nl_cache *);
74 extern void nl_cache_dump(struct nl_cache *,
76 extern void nl_cache_dump_filter(struct nl_cache *
    [all...]
  /external/webkit/Source/WebCore/storage/
StorageTracker.h 49 static void initializeTracker(const String& storagePath);
51 static void scheduleTask(void*);
53 void importOriginIdentifiers();
54 void setOriginDetails(const String& originIdentifier, const String& databaseFile);
56 void deleteAllOrigins();
57 void deleteOrigin(SecurityOrigin*);
58 void deleteOrigin(const String& originIdentifier);
59 void origins(Vector<RefPtr<SecurityOrigin> >& result);
61 void cancelDeletingOrigin(const String& originIdentifier)
    [all...]
  /sdk/manifmerger/tests/src/com/android/manifmerger/
ManifestMergerTest.java 37 public void test00_noop() throws Exception {
41 public void test01_ignore_app_attr() throws Exception {
45 public void test02_ignore_instrumentation() throws Exception {
49 public void test10_activity_merge() throws Exception {
53 public void test11_activity_dup() throws Exception {
57 public void test12_alias_dup() throws Exception {
61 public void test13_service_dup() throws Exception {
65 public void test14_receiver_dup() throws Exception {
69 public void test15_provider_dup() throws Exception {
73 public void test20_uses_lib_merge() throws Exception
    [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 37 void * (*aggregate_context)(sqlite3_context*,int nBytes);
39 int (*bind_blob)(sqlite3_stmt*,int,const void*,int n,void(*)(void*));
47 int (*bind_text)(sqlite3_stmt*,int,const char*,int n,void(*)(void*));
48 int (*bind_text16)(sqlite3_stmt*,int,const void*,int,void(*)(void*));
50 int (*busy_handler)(sqlite3*,int(*)(void*,int),void*)
    [all...]
  /external/bluetooth/glib/gio/
gcancellable.h 52 void (* cancelled) (GCancellable *cancellable);
56 void (*_g_reserved1) (void);
57 void (*_g_reserved2) (void);
58 void (*_g_reserved3) (void);
59 void (*_g_reserved4) (void);
60 void (*_g_reserved5) (void)
    [all...]
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2-0x.cpp 19 template<typename T> void f0(T) {
23 template<> void f0(NonDefaultConstructible) { }
25 void test_f0(NonDefaultConstructible NDC) {
29 template<> void f0(int);
30 template<> void f0(long);
33 template<> void N0::f0(int) { } // okay
36 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}}
39 template<> void N0::f0(double) { }
42 template<typename T> void f(T);
44 template<> void f(int); // expected-error{{in class scope}
    [all...]

Completed in 1063 milliseconds

<<41424344454647484950>>